diff --git a/build/build.bat b/build/build.bat
index f5acad0..552a2de 100644
--- a/build/build.bat
+++ b/build/build.bat
@@ -1,5 +1,42 @@
@echo off
-set NAME=social-emperors_0.02a
-pyinstaller --onefile --add-data "..\..\assets;assets" --add-data "..\..\flash;flash" --add-data "..\..\stub;stub" --add-data "..\..\templates;templates" --paths ..\..\. --workpath .\work --distpath .\dist --specpath .\bundle --noconfirm --name %NAME% ..\server.py
-echo Done.
-pause>NUL
\ No newline at end of file
+set NAME=social-emperors_0.03a
+
+:main
+call :pyInstaller
+echo [+] Building Done!
+pause>NUL
+exit
+
+:pyInstaller
+echo [+] Starting pyInstaller...
+pyinstaller --onefile ^
+ --console ^
+ --add-data "..\..\assets;assets" ^
+ --add-data "..\..\stub;stub" ^
+ --add-data "..\..\templates;templates" ^
+ --add-data "..\..\villages;villages" ^
+ --add-data "..\..\config;config" ^
+ --paths ..\..\. ^
+ --workpath .\work ^
+ --distpath .\dist ^
+ --specpath .\bundle ^
+ --noconfirm ^
+ --icon=..\icon.ico ^
+ --name %NAME% ..\server.py
+REM --debug bootloader
+echo [+] pyInstaller Done.
+EXIT /B 0
+
+:clean
+echo [+] Cleaning...
+rm .\work\*
+rm .\work\.*
+rmdir .\work
+rm .\dist\*
+rm .\dist\.*
+rmdir .\dist
+rm .\bundle\*
+rm .\bundle\.*
+rmdir .\bundle
+echo [+] Cleaning Done.
+EXIT /B 0
\ No newline at end of file
diff --git a/build/icon.ico b/build/icon.ico
new file mode 100644
index 0000000..f7381ce
Binary files /dev/null and b/build/icon.ico differ
diff --git a/bundle.py b/bundle.py
new file mode 100644
index 0000000..870e14d
--- /dev/null
+++ b/bundle.py
@@ -0,0 +1,21 @@
+import sys
+import os
+
+# Bundled data (extracted to a temp dir)
+
+TMP_BUNDLED_DIR = sys._MEIPASS if getattr(sys, 'frozen', None) else "."
+
+ASSETS_DIR = os.path.join(TMP_BUNDLED_DIR, "assets")
+STUB_DIR = os.path.join(TMP_BUNDLED_DIR, "stub")
+TEMPLATES_DIR = os.path.join(TMP_BUNDLED_DIR, "templates")
+VILLAGES_DIR = os.path.join(TMP_BUNDLED_DIR, "villages")
+QUESTS_DIR = os.path.join(VILLAGES_DIR, "quests")
+CONFIG_DIR = os.path.join(TMP_BUNDLED_DIR, "config")
+CONFIG_PATCH_DIR = os.path.join(CONFIG_DIR, "patch")
+
+# Not bundled data (next to server EXE)
+
+BASE_DIR = "."
+
+MODS_DIR = os.path.join(BASE_DIR, "mods")
+SAVES_DIR = os.path.join(BASE_DIR, "saves")
diff --git a/config/4399_config.json b/config/4399_config.json
deleted file mode 100644
index df10f55..0000000
--- a/config/4399_config.json
+++ /dev/null
@@ -1,104505 +0,0 @@
-{
- "categories": {
- "0": {
- "sub": [
- {
- "name": "全部",
- "parent": 0,
- "id": 0
- }
- ]
- },
- "1": {
- "name": "Village",
- "id": 1,
- "sub": [
- {
- "name": "住宅",
- "parent": 1,
- "id": 11
- },
- {
- "name": "资源",
- "parent": 1,
- "id": 12
- },
- {
- "name": "其它",
- "parent": 1,
- "id": 13
- },
- {
- "name": "研究",
- "parent": 1,
- "id": 14
- }
- ]
- },
- "2": {
- "name": "Defense",
- "id": 2,
- "sub": [
- {
- "name": "塔",
- "parent": 2,
- "id": 21
- },
- {
- "name": "墙",
- "parent": 2,
- "id": 22
- },
- {
- "name": "城堡",
- "parent": 2,
- "id": 23
- },
- {
- "name": "避难",
- "parent": 2,
- "id": 24
- }
- ]
- },
- "3": {
- "name": "Army",
- "id": 3,
- "sub": [
- {
- "name": "步兵",
- "parent": 3,
- "id": 31
- },
- {
- "name": "弓箭手",
- "parent": 3,
- "id": 32
- },
- {
- "name": "骑兵",
- "parent": 3,
- "id": 33
- },
- {
- "name": "攻城武器",
- "parent": 3,
- "id": 34
- },
- {
- "name": "特价",
- "parent": 3,
- "id": 35
- }
- ]
- },
- "4": {
- "name": "Decorations",
- "id": 4,
- "sub": [
- {
- "name": "树",
- "parent": 4,
- "id": 41
- },
- {
- "name": "花",
- "parent": 4,
- "id": 42
- },
- {
- "name": "旗",
- "parent": 4,
- "id": 43
- },
- {
- "name": "雕像",
- "parent": 4,
- "id": 44
- },
- {
- "name": "其它",
- "parent": 4,
- "id": 45
- }
- ]
- },
- "5": {
- "name": "Wonders",
- "id": 5,
- "sub": [
- {
- "name": "奇观",
- "parent": 5,
- "id": 51
- }
- ]
- },
- "12": {
- "name": "New",
- "id": 12,
- "sub": [
- {
- "name": "限量",
- "parent": 12,
- "id": 121
- },
- {
- "name": "新品",
- "parent": 12,
- "id": 122
- },
- {
- "name": "特价",
- "parent": 12,
- "id": 123
- }
- ]
- }
- },
- "map_prices": [
- {
- "coins": 100000,
- "level": 15,
- "cash": 20
- },
- {
- "coins": 300000,
- "level": 25,
- "cash": 20
- },
- {
- "coins": 550000,
- "level": 35,
- "cash": 20
- },
- {
- "coins": 1000000,
- "level": 45,
- "cash": 20
- }
- ],
- "offer_packs": [
- {
- "pack_type": 0,
- "position": 9,
- "items": [ 27, 550, 555 ],
- "stone": 5000,
- "id": 1,
- "mana": 0,
- "wood": 5000,
- "enabled": 1,
- "xp": 500,
- "gold": 5000,
- "food": 5000,
- "cost_cash": 25
- },
- {
- "pack_type": 0,
- "position": 21,
- "items": [ 199, 199, 369, 369, 384, 384, 214, 214 ],
- "stone": 0,
- "id": 2,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 750,
- "gold": 0,
- "food": 0,
- "cost_cash": 35
- },
- {
- "pack_type": 0,
- "position": 8,
- "items": [ 152, 553, 554, 555, 556, 557 ],
- "stone": 0,
- "id": 3,
- "mana": 0,
- "wood": 0,
- "enabled": 1,
- "xp": 500,
- "gold": 0,
- "food": 0,
- "cost_cash": 25
- },
- {
- "pack_type": 0,
- "position": 19,
- "items": [ 241, 268, 388, 577, 578, 607 ],
- "stone": 0,
- "id": 4,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 625,
- "gold": 0,
- "food": 0,
- "cost_cash": 30
- },
- {
- "pack_type": 0,
- "position": 7,
- "items": [ 575, 575, 575, 575, 502, 502, 568, 568, 568, 568, 541, 541, 541, 541, 541, 540, 540, 540, 540, 540, 539, 539, 539, 539, 539 ],
- "stone": 0,
- "id": 5,
- "mana": 0,
- "wood": 0,
- "enabled": 1,
- "xp": 400,
- "gold": 0,
- "food": 0,
- "cost_cash": 20
- },
- {
- "pack_type": 0,
- "position": 6,
- "items": [ 608, 608, 608, 608, 608, 609, 609, 609, 609, 609, 610, 610, 610, 610, 610, 569, 569, 414 ],
- "stone": 0,
- "id": 6,
- "mana": 0,
- "wood": 0,
- "enabled": 1,
- "xp": 900,
- "gold": 0,
- "food": 0,
- "cost_cash": 50
- },
- {
- "pack_type": 0,
- "position": 5,
- "items": [ 618, 469 ],
- "stone": 25000,
- "id": 7,
- "mana": 50,
- "wood": 25000,
- "enabled": 1,
- "xp": 1000,
- "gold": 25000,
- "food": 25000,
- "cost_cash": 60
- },
- {
- "pack_type": 0,
- "position": 15,
- "items": [ 630, 631 ],
- "stone": 0,
- "id": 8,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1500,
- "gold": 0,
- "food": 0,
- "cost_cash": 100
- },
- {
- "pack_type": 1,
- "position": 14,
- "items": [
- [ 469, 35 ],
- [ 56, 70 ],
- [ 414, 90 ],
- [ 642, 100 ]
- ],
- "stone": 0,
- "id": 9,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 800,
- "gold": 0,
- "food": 0,
- "cost_cash": 45
- },
- {
- "pack_type": 1,
- "position": 13,
- "items": [
- [ 57, 35 ],
- [ 472, 70 ],
- [ 652, 90 ],
- [ 638, 100 ]
- ],
- "stone": 0,
- "id": 10,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 800,
- "gold": 0,
- "food": 0,
- "cost_cash": 45
- },
- {
- "pack_type": 1,
- "position": 4,
- "items": [
- [ 60, 35 ],
- [ 662, 70 ],
- [ 660, 90 ],
- [ 651, 100 ]
- ],
- "stone": 0,
- "id": 11,
- "mana": 0,
- "wood": 0,
- "enabled": 1,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 11,
- "items": [
- [ 649, 684, 650 ],
- [ 651, 638, 694, 661, 683 ],
- [ 687, 643, 655, 635, 615, 646, 629 ]
- ],
- "stone": 0,
- "id": 12,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 0,
- "position": 10,
- "items": [ 638, 651, 698, 710 ],
- "stone": 0,
- "id": 13,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1500,
- "gold": 0,
- "food": 0,
- "cost_cash": 150
- },
- {
- "pack_type": 0,
- "position": 9,
- "items": [ 638, 651, 698, 710 ],
- "stone": 0,
- "id": 14,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1500,
- "gold": 0,
- "food": 0,
- "cost_cash": 200
- },
- {
- "pack_type": 2,
- "position": 8,
- "items": [
- [ 649, 695, 684 ],
- [ 709, 710, 698, 712, 707, 706, 660, 612, 641 ],
- [ 679, 623, 687, 621, 643, 629 ]
- ],
- "stone": 0,
- "id": 15,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 7,
- "items": [
- [ 708, 695, 723 ],
- [ 713, 709, 717, 727, 712, 707, 716, 719, 660 ],
- [ 612, 641, 623, 687, 621, 643 ]
- ],
- "stone": 0,
- "id": 16,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 6,
- "items": [
- [ 702, 654, 724, 711 ],
- [ 647, 577, 614, 646, 628 ],
- [ 648, 621, 613, 578, 612 ]
- ],
- "stone": 0,
- "id": 17,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 30
- },
- {
- "pack_type": 2,
- "position": 5,
- "items": [
- [ 708, 695, 723 ],
- [ 713, 709, 717, 727, 712, 707, 716, 719, 660 ],
- [ 612, 641, 623, 687, 621, 643 ]
- ],
- "stone": 0,
- "id": 18,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 4,
- "items": [
- [ 702, 654, 724, 711 ],
- [ 647, 577, 614, 646, 628 ],
- [ 648, 621, 613, 578, 612 ]
- ],
- "stone": 0,
- "id": 19,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 30
- },
- {
- "pack_type": 0,
- "position": 3,
- "items": [ 550, 652, 683, 706, 712, 727 ],
- "stone": 0,
- "id": 20,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1500,
- "gold": 0,
- "food": 0,
- "cost_cash": 125
- },
- {
- "pack_type": 0,
- "position": 2,
- "items": [ 550, 652, 683, 706, 712, 727 ],
- "stone": 0,
- "id": 21,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1500,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 1,
- "items": [
- [ 723, 714, 744 ],
- [ 722, 745, 741, 727, 712, 707, 716, 719, 660 ],
- [ 612, 641, 623, 687, 621, 643 ]
- ],
- "stone": 0,
- "id": 22,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 1,
- "items": [
- [ 744, 736, 758 ],
- [ 724, 755, 644, 702, 745, 700, 647, 742 ],
- [ 711, 648, 641, 765, 687, 621, 643 ]
- ],
- "stone": 0,
- "id": 23,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 766, 758, 714 ],
- [ 757, 713, 724 ],
- [ 642, 709, 711 ]
- ],
- "stone": 0,
- "id": 24,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 766, 708, 736 ],
- [ 723, 714, 769 ],
- [ 695, 710, 651 ]
- ],
- "stone": 0,
- "id": 25,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 758, 775, 777 ],
- [ 776, 753, 700, 773, 770, 754, 774, 755 ],
- [ 711, 648, 641, 742, 687, 733, 752 ]
- ],
- "stone": 0,
- "id": 26,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 766, 723, 785 ],
- [ 775, 815, 650, 762, 792, 757, 772, 794 ],
- [ 817, 786, 769, 773, 768, 774, 742 ]
- ],
- "stone": 0,
- "id": 27,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 798, 793, 785 ],
- [ 775, 776, 756, 762, 792, 755, 772, 794 ],
- [ 749, 786, 813, 773, 814, 774, 782 ]
- ],
- "stone": 0,
- "id": 28,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 826, 793, 830 ],
- [ 828, 829, 776, 762, 792, 831, 772, 806 ],
- [ 796, 787, 813, 807, 820, 774, 782 ]
- ],
- "stone": 0,
- "id": 29,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 847, 785, 830 ],
- [ 744, 788, 776, 755, 791, 831, 772, 806 ],
- [ 771, 787, 849, 807, 820, 781, 637 ]
- ],
- "stone": 0,
- "id": 30,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 846, 847, 758 ],
- [ 856, 829, 828, 788, 755, 827, 791, 746 ],
- [ 781, 771, 717, 849, 702, 850, 637 ]
- ],
- "stone": 0,
- "id": 31,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 853, 766, 846 ],
- [ 764, 815, 829, 737, 827, 752, 631, 746 ],
- [ 716, 683, 702, 787, 850, 717, 854 ]
- ],
- "stone": 0,
- "id": 32,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 0,
- "position": 3,
- "items": [ 1360, 1361, 1358, 1359 ],
- "stone": 0,
- "id": 33,
- "mana": 0,
- "wood": 0,
- "enabled": 1,
- "xp": 750,
- "gold": 0,
- "food": 0,
- "cost_cash": 45
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 862, 853, 826 ],
- [ 828, 776, 829, 762, 792, 831, 755, 806 ],
- [ 796, 787, 868, 807, 820, 774, 782 ]
- ],
- "stone": 0,
- "id": 34,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 862, 853, 826 ],
- [ 828, 776, 829, 762, 792, 831, 755, 806 ],
- [ 796, 787, 868, 807, 820, 774, 782 ]
- ],
- "stone": 0,
- "id": 35,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 875, 862, 798 ],
- [ 775, 788, 776, 762, 791, 831, 772, 815 ],
- [ 786, 771, 876, 807, 813, 781, 637 ]
- ],
- "stone": 0,
- "id": 36,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 875, 847, 723 ],
- [ 856, 829, 828, 788, 757, 794, 791, 815 ],
- [ 781, 771, 890, 786, 711, 876, 637 ]
- ],
- "stone": 0,
- "id": 37,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 785, 847, 793 ],
- [ 830, 788, 776, 792, 831, 772, 791, 829 ],
- [ 796, 787, 807, 784, 774, 849, 782 ]
- ],
- "stone": 0,
- "id": 38,
- "mana": 0,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 798, 847, 766 ],
- [ 830, 884, 778, 792, 831, 879, 745, 896 ],
- [ 765, 770, 807, 769, 801, 814, 789 ]
- ],
- "stone": 0,
- "id": 39,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 758, 798, 826 ],
- [ 1299, 815, 778, 897, 884, 762, 776, 896 ],
- [ 765, 770, 871, 784, 861, 820, 789 ]
- ],
- "stone": 0,
- "id": 40,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 766, 777, 826 ],
- [ 830, 897, 856, 792, 831, 776, 886, 829 ],
- [ 771, 637, 861, 790, 816, 769, 774 ]
- ],
- "stone": 0,
- "id": 41,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 846, 777, 723 ],
- [ 775, 884, 788, 897, 786, 772, 753, 896 ],
- [ 683, 637, 850, 2035, 725, 869, 774 ]
- ],
- "stone": 0,
- "id": 42,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2013, 847, 846 ],
- [ 830, 2019, 1299, 788, 776, 801, 772, 667 ],
- [ 683, 2008, 2014, 765, 849, 770, 810 ]
- ],
- "stone": 0,
- "id": 43,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2013, 862, 785 ],
- [ 2042, 2022, 1299, 884, 776, 815, 762, 742 ],
- [ 2008, 796, 871, 868, 765, 769, 537 ]
- ],
- "stone": 0,
- "id": 44,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2016, 847, 777 ],
- [ 2019, 788, 897, 792, 884, 757, 794, 745 ],
- [ 765, 770, 879, 849, 756, 790, 821 ]
- ],
- "stone": 0,
- "id": 45,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2023, 826, 793 ],
- [ 2022, 2053, 897, 886, 806, 757, 2008, 745 ],
- [ 762, 2020, 879, 820, 799, 814, 711 ]
- ],
- "stone": 0,
- "id": 46,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2037, 891, 798 ],
- [ 2059, 2042, 2053, 772, 2067, 776, 886, 742 ],
- [ 765, 813, 771, 892, 799, 654, 711 ]
- ],
- "stone": 0,
- "id": 47,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2013, 862, 798 ],
- [ 830, 2073, 2052, 772, 2067, 2008, 742, 724 ],
- [ 828, 2014, 796, 868, 810, 654, 774 ]
- ],
- "stone": 0,
- "id": 48,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2016, 891, 847 ],
- [ 2055, 2042, 2066, 896, 776, 2059, 886, 753 ],
- [ 757, 2017, 770, 683, 811, 892, 779 ]
- ],
- "stone": 0,
- "id": 49,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2023, 847, 777 ],
- [ 2060, 2059, 2066, 2035, 896, 2053, 886, 831 ],
- [ 772, 2024, 717, 727, 811, 849, 779 ]
- ],
- "stone": 0,
- "id": 50,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2037, 891, 777 ],
- [ 2055, 830, 2053, 772, 806, 776, 886, 742 ],
- [ 762, 790, 771, 892, 810, 654, 711 ]
- ],
- "stone": 0,
- "id": 51,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2043, 891, 793 ],
- [ 2099, 2042, 772, 788, 2067, 757, 742, 717 ],
- [ 762, 814, 683, 892, 756, 709, 821 ]
- ],
- "stone": 0,
- "id": 52,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2013, 2043, 846 ],
- [ 2056, 2055, 884, 828, 2067, 757, 2008, 717 ],
- [ 776, 2014, 2066, 683, 2044, 709, 642 ]
- ],
- "stone": 0,
- "id": 53,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2039, 2016, 891 ],
- [ 2099, 897, 2052, 2055, 772, 886, 880, 724 ],
- [ 828, 2017, 2066, 796, 2040, 753, 650 ]
- ],
- "stone": 0,
- "id": 54,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2023, 891, 798 ],
- [ 2099, 2042, 2052, 2055, 2059, 886, 880, 829 ],
- [ 831, 2024, 722, 796, 892, 753, 544 ]
- ],
- "stone": 0,
- "id": 55,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2037, 862, 847 ],
- [ 2114, 897, 884, 792, 2067, 881, 2011, 724 ],
- [ 762, 868, 2029, 849, 799, 654, 544 ]
- ],
- "stone": 0,
- "id": 56,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2016, 891, 777 ],
- [ 2102, 2055, 2114, 2042, 896, 880, 886, 742 ],
- [ 828, 757, 879, 2017, 796, 892, 650 ]
- ],
- "stone": 0,
- "id": 57,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2039, 846, 785 ],
- [ 2102, 830, 2042, 815, 896, 2047, 886, 776 ],
- [ 828, 762, 2008, 2040, 771, 850, 717 ]
- ],
- "stone": 0,
- "id": 58,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2037, 891, 777 ],
- [ 2101, 2060, 2053, 772, 2067, 776, 886, 742 ],
- [ 765, 790, 771, 892, 799, 654, 711 ]
- ],
- "stone": 0,
- "id": 59,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2043, 891, 846 ],
- [ 2099, 2144, 897, 2055, 772, 2052, 880, 724 ],
- [ 828, 2044, 2066, 796, 892, 753, 650 ]
- ],
- "stone": 0,
- "id": 60,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2016, 847, 777 ],
- [ 2019, 788, 897, 792, 884, 757, 794, 745 ],
- [ 765, 770, 879, 849, 756, 790, 821 ]
- ],
- "stone": 0,
- "id": 61,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2023, 826, 793 ],
- [ 2022, 2053, 897, 886, 806, 757, 2008, 745 ],
- [ 762, 2020, 879, 820, 799, 814, 711 ]
- ],
- "stone": 0,
- "id": 62,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2037, 891, 798 ],
- [ 2059, 2042, 2053, 772, 2067, 776, 886, 742 ],
- [ 765, 813, 771, 892, 799, 654, 711 ]
- ],
- "stone": 0,
- "id": 63,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2013, 862, 798 ],
- [ 830, 2073, 2052, 772, 2067, 2008, 742, 724 ],
- [ 828, 2014, 796, 868, 810, 654, 774 ]
- ],
- "stone": 0,
- "id": 64,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2016, 891, 847 ],
- [ 2055, 2042, 2066, 896, 776, 2059, 886, 753 ],
- [ 757, 2017, 770, 683, 811, 892, 779 ]
- ],
- "stone": 0,
- "id": 65,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2039, 846, 847 ],
- [ 2102, 2127, 2042, 2072, 896, 815, 886, 782 ],
- [ 828, 772, 717, 2040, 771, 850, 635 ]
- ],
- "stone": 0,
- "id": 66,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2037, 862, 785 ],
- [ 2101, 2060, 2137, 2114, 2067, 776, 2052, 742 ],
- [ 764, 868, 771, 784, 799, 654, 702 ]
- ],
- "stone": 0,
- "id": 67,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 0,
- "items": [
- [ 2057, 2016, 826 ],
- [ 2081, 2138, 2137, 2053, 2067, 2052, 745, 742 ],
- [ 764, 2017, 771, 820, 791, 637, 702 ]
- ],
- "stone": 0,
- "id": 68,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 2,
- "position": 2,
- "items": [
- [ 2069, 891, 777 ],
- [ 2101, 2042, 2144, 896, 776, 2059, 886, 753 ],
- [ 757, 2017, 683, 892, 811, 790, 779 ]
- ],
- "stone": 0,
- "id": 69,
- "mana": 5,
- "wood": 0,
- "enabled": 0,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- },
- {
- "pack_type": 3,
- "position": 1,
- "items": [],
- "stone": 0,
- "id": 70,
- "mana": 0,
- "wood": 0,
- "enabled": 1,
- "xp": 0,
- "gold": 0,
- "food": 0,
- "cost_cash": 0
- },
- {
- "pack_type": 2,
- "position": 2,
- "items": [
- [ 2121, 846, 785 ],
- [ 830, 2060, 2053, 772, 2067, 776, 886, 742 ],
- [ 765, 850, 771, 784, 799, 654, 711 ]
- ],
- "stone": 0,
- "id": 71,
- "mana": 5,
- "wood": 0,
- "enabled": 1,
- "xp": 1000,
- "gold": 0,
- "food": 0,
- "cost_cash": 60
- }
- ],
- "iphone_config": {
- "DRAGON_REMINDER_INTERVAL": 3600,
- "INITIAL_MAX_ARMY_SIZE": 25,
- "MINIMUM_GIFT_INTERVAL": 86400,
- "PVP_OPPONENT_DEFENCE_DIVISOR": 2,
- "SPECIAL_BUILDS_MODIFIERS_VALUES": {
- "Oracle": {
- "50010": 5
- },
- "University": {
- "50008": 5,
- "50028": 20,
- "50029": 25,
- "50014": 15,
- "50030": 30
- },
- "Townhall": {
- "50007": 4,
- "50001": 2,
- "50018": 9,
- "50019": 12,
- "50015": 6
- },
- "Embassy": {
- "50016": 150,
- "50009": 100,
- "50003": 50,
- "50020": 200,
- "50021": 250
- },
- "Blacksmith": {
- "50025": 20,
- "50026": 25,
- "50027": 30,
- "50012": 15,
- "50006": 5
- }
- },
- "MAXIMUM_COLLECT_REMINDER_NOTIFICATIONS": 2,
- "RATE_ON_PVP_INTERVAL": 20,
- "MISS_YOU_NOTIFICATION_TIME": [ 86400, 259200, 604800 ],
- "NOT_ENOUGH_ENERGY_ATTACKS_POPUP_LEVEL": 1,
- "MAXIMUM_PVP_NOTIFICATION_BY_DAY": 2,
- "COLLECT_REMINDER_INTERVAL": 3600,
- "MAXIMUM_DRAGON_REMINDER_NOTIFICATIONS": 3,
- "ARMY_SIZE_BY_LEVEL": 5,
- "RATE_WITH_REWARD": 0,
- "MINIMUM_REFILL_NOTIFICATION_TIME": 300,
- "PVP_GIVE_WOOD_PROBABILITY": 30,
- "BANNERS": [
- {
- "url": "img/iPhone/banners/test_banner.jpg",
- "link": "link"
- }
- ],
- "PVP_MAX_RESOURCES_MULT_GREATER_10": 100,
- "PVP_ALGORITHM_PERCENTAGE_ALTER": 20,
- "AFTER_LOSING_PVP_UNITS_POPUP_BY_SES": 1,
- "INCREASE_POPULATION_LIMIT_COST": 5,
- "ENERGY_ATTACKS_REMINDER_INTERVAL": 3600,
- "PVP_GIVE_FOOD_PROBABILITY": 30,
- "NEWS_EN": [ "new_adventures.png", "new_bahamutNest.png", "new_barrack.png", "new_battle.png" ],
- "PVP_MIN_RESOURCES_MULT_GREATER_10": 25,
- "MAXIMUM_ENERGY_ATTACKS_REMINDER_NOTIFICATIONS": 4,
- "PVP_MIN_RESOURCES_MULT_LESS_10": 25,
- "FACEBOOK_LOGIN_REMINDER_INTERVAL": 5,
- "DEFAULT_MAX_PVP_ATTACKS": 3,
- "PVP_AND_ENERGY_REFILL_COST": 5,
- "PVP_XP_WIN": 2,
- "UNIT_COLLECT_WONDERS": {
- "49992": [ 661, 555, 534, 533 ]
- },
- "MAXIMUM_GIFT_NOTIFICATION_BY_DAY": 5,
- "MAXIMUM_COLLECT_NOTIFICATION_BY_DAY": 6,
- "GOAL_LEVELS": {
- "1": 3,
- "6": 4,
- "10": 5
- },
- "INCREASE_POPULATION_LIMIT_AMOUNT": 50,
- "ALLOWED_REQUEST_TYPES": [ "gift", "spe_gift", "hire", "help_collect", "potion" ],
- "PVP_MAX_PERCENTAGE_OPPONENT_LOST": 10,
- "GIFTS": [ 635, 694, 702, 752, 867, 866, 796, 661, 754, 683, 784, 863, 768, 2005, 2027, 727, 771, 774, 623, 556 ],
- "PVP_GIVE_GOLD_PROBABILITY": 30,
- "TOWERS_LIMIT_BY_LEVEL": 5,
- "AFTER_LOSING_PVP_UNITS": {
- "736": [ 15, 50 ],
- "2043": [ 15, 50 ],
- "766": [ 15, 50 ],
- "2016": [ 15, 50 ],
- "2069": [ 15, 50 ],
- "2048": [ 15, 50 ],
- "777": [ 15, 50 ],
- "847": [ 15, 50 ],
- "2000": [ 15, 50 ],
- "785": [ 15, 50 ],
- "2037": [ 15, 50 ],
- "758": [ 15, 50 ],
- "2063": [ 15, 50 ],
- "888": [ 15, 50 ],
- "793": [ 15, 50 ],
- "2121": [ 15, 50 ],
- "891": [ 15, 50 ],
- "2013": [ 15, 50 ],
- "798": [ 15, 50 ],
- "2039": [ 15, 50 ]
- },
- "MAX_FRIENDS_FOR_ARMY_SIZE": 10,
- "PVP_GIVE_STONE_PROBABILITY": 10,
- "NEWS_ES": [ "new_adventures.png", "new_bahamutNest.png", "new_barrack.png", "new_battle.png" ],
- "APP_RATED_CASH": 5,
- "DRAGON_NOTIFICATION_MAXIMUM_GROUP_TIME": 21600,
- "RESOURCE_NOTIFICATION_MAXIMUM_GROUP_TIME": 3600,
- "APP_RATED_MAIN_SCREEN_ENABLED": 1,
- "PVP_ATTACK_RELOAD_TIME": 300,
- "ARMY_SIZE_BY_FRIEND": 20,
- "PVP_MAX_RESOURCES_MULT_LESS_10": 50
- },
- "expansion_prices": [
- {
- "coins": 4000,
- "neighbors": 1,
- "cash": 20
- },
- {
- "coins": 40000,
- "neighbors": 3,
- "cash": 25
- },
- {
- "coins": 80000,
- "neighbors": 5,
- "cash": 30
- },
- {
- "coins": 100000,
- "neighbors": 8,
- "cash": 35
- },
- {
- "coins": 150000,
- "neighbors": 10,
- "cash": 40
- },
- {
- "coins": 300000,
- "neighbors": 12,
- "cash": 45
- },
- {
- "coins": 400000,
- "neighbors": 14,
- "cash": 50
- },
- {
- "coins": 500000,
- "neighbors": 16,
- "cash": 60
- }
- ],
- "level_ranking_reward": [
- {
- "level": 50,
- "units": {
- "640": 1,
- "117": 1
- },
- "cash": 1
- },
- {
- "level": 49,
- "units": {
- "553": 1
- },
- "cash": 1
- },
- {
- "level": 48,
- "units": {
- "629": 1
- },
- "cash": 1
- },
- {
- "level": 47,
- "units": {
- "703": 1
- },
- "cash": 1
- },
- {
- "level": 46,
- "units": {
- "612": 1
- },
- "cash": 1
- },
- {
- "level": 45,
- "units": {
- "119": 1,
- "647": 1
- },
- "cash": 1
- },
- {
- "level": 44,
- "units": {
- "633": 1
- },
- "cash": 1
- },
- {
- "level": 43,
- "units": null,
- "cash": 1
- },
- {
- "level": 42,
- "units": {
- "632": 1
- },
- "cash": 1
- },
- {
- "level": 41,
- "units": null,
- "cash": 1
- },
- {
- "level": 40,
- "units": null,
- "cash": 1
- },
- {
- "level": 39,
- "units": {
- "518": 1
- },
- "cash": 1
- },
- {
- "level": 38,
- "units": {
- "560": 1
- },
- "cash": 1
- },
- {
- "level": 37,
- "units": {
- "556": 1
- },
- "cash": 1
- },
- {
- "level": 36,
- "units": {
- "608": 1
- },
- "cash": 1
- },
- {
- "level": 35,
- "units": {
- "123": 1,
- "603": 1
- },
- "cash": 1
- },
- {
- "level": 34,
- "units": {
- "540": 1
- },
- "cash": 1
- },
- {
- "level": 33,
- "units": {
- "565": 1
- },
- "cash": 1
- },
- {
- "level": 32,
- "units": {
- "534": 1
- },
- "cash": 1
- },
- {
- "level": 31,
- "units": {
- "507": 1
- },
- "cash": 1
- },
- {
- "level": 30,
- "units": {
- "124": 1,
- "655": 1
- },
- "cash": 1
- },
- {
- "level": 29,
- "units": {
- "573": 1
- },
- "cash": 1
- },
- {
- "level": 28,
- "units": {
- "578": 1
- },
- "cash": 1
- },
- {
- "level": 27,
- "units": {
- "555": 1
- },
- "cash": 1
- },
- {
- "level": 26,
- "units": {
- "541": 1
- },
- "cash": 1
- },
- {
- "level": 25,
- "units": {
- "128": 1,
- "643": 1
- },
- "cash": 1
- },
- {
- "level": 23,
- "units": {
- "574": 1
- },
- "cash": 1
- },
- {
- "level": 22,
- "units": {
- "633": 1
- },
- "cash": 1
- },
- {
- "level": 21,
- "units": {
- "606": 1
- },
- "cash": 1
- },
- {
- "level": 20,
- "units": {
- "126": 1,
- "615": 1
- },
- "cash": 1
- },
- {
- "level": 19,
- "units": {
- "620": 1
- },
- "cash": 1
- },
- {
- "level": 24,
- "units": {
- "577": 1
- },
- "cash": 1
- },
- {
- "level": 18,
- "units": {
- "627": 1
- },
- "cash": 1
- },
- {
- "level": 17,
- "units": {
- "652": 1
- },
- "cash": 1
- },
- {
- "level": 16,
- "units": {
- "623": 1
- },
- "cash": 1
- },
- {
- "level": 15,
- "units": {
- "121": 1,
- "638": 1
- },
- "cash": 1
- },
- {
- "level": 14,
- "units": {
- "662": 1
- },
- "cash": 1
- },
- {
- "level": 13,
- "units": {
- "644": 1
- },
- "cash": 1
- },
- {
- "level": 12,
- "units": {
- "683": 1
- },
- "cash": 1
- },
- {
- "level": 11,
- "units": {
- "626": 1
- },
- "cash": 1
- },
- {
- "level": 10,
- "units": {
- "122": 1,
- "651": 10
- },
- "cash": 1
- },
- {
- "level": 9,
- "units": {
- "699": 1
- },
- "cash": 1
- },
- {
- "level": 8,
- "units": {
- "646": 1
- },
- "cash": 1
- },
- {
- "level": 7,
- "units": {
- "706": 1
- },
- "cash": 1
- },
- {
- "level": 6,
- "units": {
- "686": 10
- },
- "cash": 1
- },
- {
- "level": 5,
- "units": {
- "660": 1,
- "575": 10
- },
- "cash": 1
- },
- {
- "level": 4,
- "units": {
- "661": 1
- },
- "cash": 1
- },
- {
- "level": 3,
- "units": {
- "694": 1
- },
- "cash": 1
- },
- {
- "level": 2,
- "units": {
- "712": 1
- },
- "cash": 1
- },
- {
- "level": 1,
- "units": {
- "650": 1,
- "686": 10
- },
- "cash": 1
- }
- ],
- "honor_levels": [
- {
- "id": 1,
- "points": 0,
- "rank": "Peasant with Spear"
- },
- {
- "id": 2,
- "points": 50,
- "rank": "Count's Squire"
- },
- {
- "id": 3,
- "points": 100,
- "rank": "Troll Slayer"
- },
- {
- "id": 4,
- "points": 150,
- "rank": "Baron's Knight"
- },
- {
- "id": 5,
- "points": 200,
- "rank": "Captain of Duke's Army"
- },
- {
- "id": 6,
- "points": 250,
- "rank": "Kingdom's Protector"
- },
- {
- "id": 7,
- "points": 300,
- "rank": "Citadel's Protector"
- },
- {
- "id": 8,
- "points": 350,
- "rank": "Spearmen's Commander"
- },
- {
- "id": 9,
- "points": 400,
- "rank": "Archery Lord"
- },
- {
- "id": 10,
- "points": 500,
- "rank": "Master Warlord"
- },
- {
- "id": 11,
- "points": 600,
- "rank": "Swords' Master"
- },
- {
- "id": 12,
- "points": 700,
- "rank": "Head of the Cavalry"
- },
- {
- "id": 13,
- "points": 800,
- "rank": "Great Lord of Tactics"
- },
- {
- "id": 14,
- "points": 900,
- "rank": "Siege's Master"
- },
- {
- "id": 15,
- "points": 1000,
- "rank": "Elite King's Warlord"
- }
- ],
- "iphone_goals": [
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete Anubis God Adventure",
- "goalId": "1",
- "title": "You completed",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "1-1",
- "goalDescription": "Complete Anubis God Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalNotificationType": "Complete Mission",
- "FBUsers": "1",
- "goalHintImage": "1_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "2",
- "category": "",
- "name": "Attack 2 players and win",
- "goalId": "2",
- "title": "You Attacked",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 2 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "2_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete The Hyksos Adventure",
- "goalId": "3",
- "title": "You completed",
- "reward": [
- {
- "s": 100
- }
- ],
- "itemId": "1-2",
- "goalDescription": "Complete The Hyksos Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalNotificationType": "Complete Mission",
- "FBUsers": "1",
- "goalHintImage": "3_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete Neptune Adventure",
- "goalId": "4",
- "title": "You completed",
- "reward": [
- {
- "s": 100
- }
- ],
- "itemId": "1-4",
- "goalDescription": "Complete Neptune Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalNotificationType": "Complete Mission",
- "FBUsers": "1",
- "goalHintImage": "4_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Archery I",
- "goalId": "5",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "41",
- "goalDescription": "Build Archery I. It will allow you to train Light Archer.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "5_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "",
- "name": "Train 5 more Light Archers",
- "goalId": "6",
- "title": "You trained",
- "reward": [
- {
- "f": 100
- }
- ],
- "itemId": "516",
- "goalDescription": "Train 5 more Light Archers. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "6_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete Detestable Ra Adventure",
- "goalId": "7",
- "title": "You completed",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "1-5",
- "goalDescription": "Complete Detestable Ra Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalNotificationType": "Complete Mission",
- "FBUsers": "1",
- "goalHintImage": "7_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "3",
- "category": "",
- "name": "Attack 3 players and win",
- "goalId": "8",
- "title": "You Attacked",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 3 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "8_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Mill I",
- "goalId": "9",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "5",
- "goalDescription": "Build Mill I. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "9_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Select time for Mill I",
- "goalId": "10",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "5",
- "goalDescription": "Select work time for Mill I to start producing food.",
- "goalNotificationType": "Activate Collect Resource",
- "FBUsers": "1",
- "goalHintImage": "10_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Gold Mine I",
- "goalId": "11",
- "title": "",
- "reward": [
- {
- "g": 100
- }
- ],
- "itemId": "13",
- "goalDescription": "Build Gold Mine I. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "11_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Select time for Gold Mine I",
- "goalId": "12",
- "title": "",
- "reward": [
- {
- "w": 500
- }
- ],
- "itemId": "13",
- "goalDescription": "Select work time for Gold Mine I to start producing gold.",
- "goalNotificationType": "Activate Collect Resource",
- "FBUsers": "1",
- "goalHintImage": "12_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Stables I",
- "goalId": "13",
- "title": "",
- "reward": [
- {
- "f": 700
- }
- ],
- "itemId": "44",
- "goalDescription": "Build Stables I. It will allow you to train Light Knight.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "13_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "",
- "name": "Train 5 more Light Knights",
- "goalId": "14",
- "title": "You trained",
- "reward": [
- {
- "s": 150
- }
- ],
- "itemId": "512",
- "goalDescription": "Train 5 more Light Knights. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "14_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete Sphinx Adventure",
- "goalId": "15",
- "title": "You completed",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "1-7",
- "goalDescription": "Complete Sphinx Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalNotificationType": "Complete Mission",
- "FBUsers": "1",
- "goalHintImage": "15_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "3",
- "category": "",
- "name": "Attack 3 players and win",
- "goalId": "16",
- "title": "You Attacked",
- "reward": [
- {
- "u": 620
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 3 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "16_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Collect Gold Mine I",
- "goalId": "17",
- "title": "",
- "reward": [
- {
- "g": 150
- }
- ],
- "itemId": "13",
- "goalDescription": "Collect gold from Gold Mine I.",
- "goalNotificationType": "Collect Resource",
- "FBUsers": "1",
- "goalHintImage": "17_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Lumber Mill I",
- "goalId": "18",
- "title": "",
- "reward": [
- {
- "g": 150
- }
- ],
- "itemId": "77",
- "goalDescription": "Build Lumber Mill I. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "18_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Stone Mine I",
- "goalId": "19",
- "title": "",
- "reward": [
- {
- "w": 500
- }
- ],
- "itemId": "16",
- "goalDescription": "Build Stone Mine I. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "19_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Town Hall I",
- "goalId": "20",
- "title": "",
- "reward": [
- {
- "f": 150
- }
- ],
- "itemId": "50001",
- "goalDescription": "Build Town Hall I and increase your number of attacks in Battles mode from 3 to 5.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "20_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Workshop I",
- "goalId": "21",
- "title": "",
- "reward": [
- {
- "g": 150
- }
- ],
- "itemId": "48",
- "goalDescription": "Build Workshop I. It will allow you to train Ram.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "21_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "3",
- "category": "",
- "name": "Train 3 more Ram",
- "goalId": "22",
- "title": "You trained",
- "reward": [
- {
- "f": 150
- }
- ],
- "itemId": "519",
- "goalDescription": "Train 3 more Ram. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "22_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "",
- "name": "Attack 5 players and win",
- "goalId": "23",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 5 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "23_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete Big Pyramid Adventure",
- "goalId": "24",
- "title": "You completed",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "1-8",
- "goalDescription": "Complete Big Pyramid on the Lost Sands harbour to earn resources and cool new units!",
- "goalNotificationType": "Complete Mission",
- "FBUsers": "1",
- "goalHintImage": "24_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Barracks II",
- "goalId": "25",
- "title": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "39",
- "goalDescription": "Build Barracks II. It will allow you to train Swordsmen.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "25_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "",
- "name": "Train 5 more Swordsman",
- "goalId": "26",
- "title": "You trained",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "510",
- "goalDescription": "Train 5 more Swordsman. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "26_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Invite friends",
- "goalId": "27",
- "title": "",
- "reward": [
- {
- "u": 759
- }
- ],
- "itemId": "",
- "goalDescription": "Invite your friends by Facebook option to Mobile Social Empires. More friends more fun!",
- "goalNotificationType": "Invite Friend",
- "FBUsers": "1",
- "goalHintImage": "27_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Chicken Ranch",
- "goalId": "28",
- "title": "",
- "reward": [
- {
- "f": 100
- }
- ],
- "itemId": "49999",
- "goalDescription": "Build Chicken Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "28_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "4",
- "category": "",
- "name": "Collect Resources 4 times",
- "goalId": "29",
- "title": "You collected",
- "reward": [
- {
- "g": 150
- }
- ],
- "itemId": "",
- "goalDescription": "Collect any of your resources 4 times.",
- "goalNotificationType": "Collect Resource",
- "FBUsers": "1",
- "goalHintImage": "29_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "",
- "name": "Increase Your Army Size to 50",
- "goalId": "30",
- "title": "Current army",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "50",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 50.",
- "goalNotificationType": "Army Size",
- "FBUsers": "1",
- "goalHintImage": "30_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete Sacrifice Ritual Adventure",
- "goalId": "31",
- "title": "You completed",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "1-9",
- "goalDescription": "Complete Sacrifice Ritual Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalNotificationType": "Complete Mission",
- "FBUsers": "1",
- "goalHintImage": "31_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "6",
- "category": "",
- "name": "Attack 6 players and win",
- "goalId": "32",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 6 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "32_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "0",
- "category": "",
- "name": "Rate the Application",
- "goalId": "33",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "",
- "goalDescription": "Give us your opinion and rate Mobile Social Empires!",
- "goalNotificationType": "Rate App",
- "FBUsers": "1",
- "goalHintImage": "33_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Archery II",
- "goalId": "34",
- "title": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "42",
- "goalDescription": "Build Archery II. It will allow you to train Medium Archer.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "34_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "",
- "name": "Train 5 more Medium Archers",
- "goalId": "35",
- "title": "You trained",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "517",
- "goalDescription": "Train 5 more Medium Archers. You can train them if you have Archery II. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "35_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Embassy I",
- "goalId": "36",
- "title": "",
- "reward": [
- {
- "f": 150
- }
- ],
- "itemId": "50003",
- "goalDescription": "Build Embassy I and increase your energy in Adventures from 200 to 250.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "36_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "defense",
- "name": "Build Wood Wall",
- "goalId": "37",
- "title": "",
- "reward": [
- {
- "g": 150
- }
- ],
- "itemId": "49987",
- "goalDescription": "Build Wood Wall to protect your Empire better.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "37_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete all Lost Sands Adventures",
- "goalId": "38",
- "title": "Completed adventures",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "1",
- "goalDescription": "Complete all Lost Sands Adventures and begin rank 2.",
- "goalNotificationType": "Complete Mission Group",
- "FBUsers": "1",
- "goalHintImage": "38_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Harbour I",
- "goalId": "39",
- "title": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "50005",
- "goalDescription": "Build Harbour I. It will unlock new a localization called Britania. It will allow you to do more Adventures.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "39_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Mill II",
- "goalId": "40",
- "title": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "6",
- "goalDescription": "Build Mill II. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "40_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "7",
- "category": "",
- "name": "Attack 7 players and win",
- "goalId": "41",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 7 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "41_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "wonder",
- "name": "Build Heroes Hall",
- "goalId": "42",
- "title": "",
- "reward": [
- {
- "f": 150
- }
- ],
- "itemId": "49992",
- "goalDescription": "Build Heroes Hall. It will give you good units. Every time you collect it you will get one of these four: Barbarian, Willy Wallace, Prince Arthur and Warrior Princess.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "42_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Stables II",
- "goalId": "43",
- "title": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "45",
- "goalDescription": "Build Stables II. It will allow you to train Medium Knight.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "43_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "",
- "name": "Train 5 more Medium Knights",
- "goalId": "44",
- "title": "You trained",
- "reward": [
- {
- "f": 250
- }
- ],
- "itemId": "513",
- "goalDescription": "Train 5 more Medium Knights. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "44_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Blacksmith I",
- "goalId": "45",
- "title": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "50006",
- "goalDescription": "Build Blacksmith I. It will provide you +5% attack damage. The higher the upgrade, the more the attack damage.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "45_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Town Hall II",
- "goalId": "46",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "50007",
- "goalDescription": "Build Town Hall II and increase your number of attacks in Battles mode from 5 to 7.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "46_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Gold Mine II",
- "goalId": "47",
- "title": "",
- "reward": [
- {
- "f": 250
- }
- ],
- "itemId": "14",
- "goalDescription": "Build Gold Mine II. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "47_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "8",
- "category": "",
- "name": "Attack 8 players and win",
- "goalId": "48",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 8 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "48_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "defense",
- "name": "Upgrade your wall to Reenforced Wall",
- "goalId": "49",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "49988",
- "goalDescription": "Upgrade Your Empire wall to Reenforced Wall to protect it better.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "49_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build University I",
- "goalId": "50",
- "title": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "50008",
- "goalDescription": "Build University I. It will provide you +5% defense stats. The higher the upgrade, the more the defense stats.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "50_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Workshop II",
- "goalId": "51",
- "title": "",
- "reward": [
- {
- "f": 250
- }
- ],
- "itemId": "49",
- "goalDescription": "Build Workshop II. It will allow you to train Scorpions.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "51_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Train 10 more Scorpion",
- "goalId": "52",
- "title": "You trained",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "520",
- "goalDescription": "Train 10 more Scorpions. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "52_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "80",
- "category": "",
- "name": "Increase Your Army Size to 80",
- "goalId": "53",
- "title": "You trained",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "80",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 80.",
- "goalNotificationType": "Army Size",
- "FBUsers": "1",
- "goalHintImage": "53_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete all Britania Adventures",
- "goalId": "54",
- "title": "Completed adventures",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "2",
- "goalDescription": "Complete all Britania and begin rank 2.",
- "goalNotificationType": "Complete Mission Group",
- "FBUsers": "1",
- "goalHintImage": "54_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Lumber Mill II",
- "goalId": "55",
- "title": "",
- "reward": [
- {
- "f": 250
- }
- ],
- "itemId": "78",
- "goalDescription": "Build Lumber Mill II. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "55_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Attack 10 players and win",
- "goalId": "56",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 10 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "56_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Pig Ranch",
- "goalId": "57",
- "title": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "49998",
- "goalDescription": "Build Pig Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "57_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Embassy II",
- "goalId": "58",
- "title": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "50009",
- "goalDescription": "Build Embassy II and increase your energy in Adventures from 250 to 300.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "58_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Barracks III",
- "goalId": "59",
- "title": "",
- "reward": [
- {
- "f": 250
- }
- ],
- "itemId": "40",
- "goalDescription": "Build Barracks III. It will allow you to train Long Swordsmen.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "59_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "",
- "name": "Train 10 more Long Swordsmen",
- "goalId": "60",
- "title": "You trained",
- "reward": [
- {
- "g": 300
- }
- ],
- "itemId": "511",
- "goalDescription": "Train 10 more Long Swordsman. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "60_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Stone Mine II",
- "goalId": "61",
- "title": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "itemId": "17",
- "goalDescription": "Build Stone Mine II. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "61_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "defense",
- "name": "Upgrade your wall to Stone Wall",
- "goalId": "62",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "49989",
- "goalDescription": "Upgrade Your Empire wall to Stone Wall to protect it better.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "62_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "12",
- "category": "",
- "name": "Attack 12 players and win",
- "goalId": "63",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 12 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "63_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Archery III",
- "goalId": "64",
- "title": "",
- "reward": [
- {
- "f": 300
- }
- ],
- "itemId": "43",
- "goalDescription": "Build Archery III. It will allow you to train Heavy Archer.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "64_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Train 10 more Heavy Archers",
- "goalId": "65",
- "title": "You trained",
- "reward": [
- {
- "g": 300
- }
- ],
- "itemId": "518",
- "goalDescription": "Train 10 more Heavy Archers. You can train them if you have Archery III. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "65_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Harbour II",
- "goalId": "66",
- "title": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "itemId": "50011",
- "goalDescription": "Build Harbour II. It will unlock new a localization called North Kingdom. It will allow you to do more Adventures.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "66_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Blacksmith II",
- "goalId": "67",
- "title": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "itemId": "50012",
- "goalDescription": "Build Blacksmith II. It provides you +15% attack damage. The higher the upgrade, the more the attack damage.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "67_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Stables III",
- "goalId": "68",
- "title": "",
- "reward": [
- {
- "f": 300
- }
- ],
- "itemId": "46",
- "goalDescription": "Build Stables III. It will allow you to train Heavy Knight.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "68_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "15",
- "category": "",
- "name": "Train 15 more Heavy Knights",
- "goalId": "69",
- "title": "You trained",
- "reward": [
- {
- "g": 300
- }
- ],
- "itemId": "514",
- "goalDescription": "Train 15 more Heavy Knights. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "69_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "14",
- "category": "",
- "name": "Attack 14 players and win",
- "goalId": "70",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 14 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "70_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "defense",
- "name": "Build a Magnificent Castle",
- "goalId": "71",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "1231",
- "goalDescription": "Build a Magnificent Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "71_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Buey Ranch",
- "goalId": "72",
- "title": "",
- "reward": [
- {
- "f": 350
- }
- ],
- "itemId": "49997",
- "goalDescription": "Build Buey Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "72_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Increase Your Army Size to 125",
- "goalId": "73",
- "title": "You trained",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "125",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 125.",
- "goalNotificationType": "Army Size",
- "FBUsers": "1",
- "goalHintImage": "73_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build University II",
- "goalId": "74",
- "title": "",
- "reward": [
- {
- "g": 350
- }
- ],
- "itemId": "50014",
- "goalDescription": "Build University II. It will provide you +15% defense stats. The higher the upgrade, the more the defense stats.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "74_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Workshop III",
- "goalId": "75",
- "title": "",
- "reward": [
- {
- "g": 350
- }
- ],
- "itemId": "50",
- "goalDescription": "Build Workshop III. It will allow you to train Catapults.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "75_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Train 10 more Catapult",
- "goalId": "76",
- "title": "You trained",
- "reward": [
- {
- "f": 350
- }
- ],
- "itemId": "521",
- "goalDescription": "Train 10 more Catapult. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "76_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Town Hall III",
- "goalId": "77",
- "title": "",
- "reward": [
- {
- "u": 702
- }
- ],
- "itemId": "50015",
- "goalDescription": "Build Town Hall III and increase your number of attacks in Battles mode from 7 to 9.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "77_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "16",
- "category": "",
- "name": "Attack 16 players and win",
- "goalId": "78",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 16 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "78_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete all North Kingdom Adventures",
- "goalId": "79",
- "title": "Completed adventures",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "3",
- "goalDescription": "Complete all North Kingdom Adventures and begin rank 2.",
- "goalNotificationType": "Complete Mission Group",
- "FBUsers": "1",
- "goalHintImage": "79_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Mill III",
- "goalId": "80",
- "title": "",
- "reward": [
- {
- "g": 350
- }
- ],
- "itemId": "7",
- "goalDescription": "Build Mill III. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "80_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Select time for Mill III",
- "goalId": "81",
- "title": "",
- "reward": [
- {
- "f": 350
- }
- ],
- "itemId": "7",
- "goalDescription": "Select work time for Mill III to start producing food.",
- "goalNotificationType": "Activate Collect Resource",
- "FBUsers": "1",
- "goalHintImage": "81_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "5",
- "category": "defense",
- "name": "Build 5 Towers IV",
- "goalId": "82",
- "title": "You built",
- "reward": [
- {
- "g": 350
- }
- ],
- "itemId": "32",
- "goalDescription": "Build 5 Towers IV to protect Your Empire better.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "82_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Gold Mine III",
- "goalId": "83",
- "title": "",
- "reward": [
- {
- "f": 350
- }
- ],
- "itemId": "15",
- "goalDescription": "Build Gold Mine III. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "83_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Archery Stables",
- "goalId": "84",
- "title": "",
- "reward": [
- {
- "g": 400
- }
- ],
- "itemId": "47",
- "goalDescription": "Build Archery Stables. It will allow you to train Medium Archer Knight.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "84_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Train 10 more Medium Archer Knight",
- "goalId": "85",
- "title": "You trained",
- "reward": [
- {
- "f": 400
- }
- ],
- "itemId": "515",
- "goalDescription": "Train 10 more Medium Archer Knight. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "85_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "18",
- "category": "",
- "name": "Attack 18 players and win",
- "goalId": "86",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 18 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "86_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "defense",
- "name": "Build a Wizard's Castle",
- "goalId": "87",
- "title": "",
- "reward": [
- {
- "g": 400
- }
- ],
- "itemId": "181",
- "goalDescription": "Build a Wizard's Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "87_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "defense",
- "name": "Upgrade your wall to Steel Wall",
- "goalId": "88",
- "title": "",
- "reward": [
- {
- "u": 749
- }
- ],
- "itemId": "49990",
- "goalDescription": "Upgrade Your Empire wall to Steel Wall to protect it better.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "88_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Workshop IV",
- "goalId": "89",
- "title": "",
- "reward": [
- {
- "g": 400
- }
- ],
- "itemId": "51",
- "goalDescription": "Build Workshop IV. It will allow you to train Cannons.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "89_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "15",
- "category": "",
- "name": "Train 15 more Cannons",
- "goalId": "90",
- "title": "You trained",
- "reward": [
- {
- "f": 400
- }
- ],
- "itemId": "522",
- "goalDescription": "Train 15 more Cannons. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "90_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Embassy III",
- "goalId": "91",
- "title": "",
- "reward": [
- {
- "g": 400
- }
- ],
- "itemId": "50016",
- "goalDescription": "Build Embassy III and increase your energy in Adventures from 300 to 350.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "91_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Lumber Mill III",
- "goalId": "92",
- "title": "",
- "reward": [
- {
- "f": 400
- }
- ],
- "itemId": "79",
- "goalDescription": "Build Lumber Mill III. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "92_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Increase Your Army Size to 150",
- "goalId": "93",
- "title": "You trained",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "150",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 150.",
- "goalNotificationType": "Army Size",
- "FBUsers": "1",
- "goalHintImage": "93_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Harbour III",
- "goalId": "94",
- "title": "",
- "reward": [
- {
- "g": 400
- }
- ],
- "itemId": "50022",
- "goalDescription": "Build Harbour III. It will unlock new a localization called Oriental War. It will allow you to do more Adventures.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "94_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Barracks IV",
- "goalId": "95",
- "title": "",
- "reward": [
- {
- "g": 400
- }
- ],
- "itemId": "136",
- "goalDescription": "Build Barracks IV. It will allow you to train Powerful Swordsmen.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "95_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "25",
- "category": "",
- "name": "Train 25 more Powerful Swordmen",
- "goalId": "96",
- "title": "You trained",
- "reward": [
- {
- "u": 721
- }
- ],
- "itemId": "539",
- "goalDescription": "Train 25 more Powerful Swordmen. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "96_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Blacksmith III",
- "goalId": "97",
- "title": "",
- "reward": [
- {
- "g": 400
- }
- ],
- "itemId": "50025",
- "goalDescription": "Build Blacksmith III. It will provide you +20% attack damage. The higher the upgrade, the more the attack damage.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "97_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Stone Mine III",
- "goalId": "98",
- "title": "",
- "reward": [
- {
- "f": 400
- }
- ],
- "itemId": "18",
- "goalDescription": "Build Stone Mine III. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "98_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Archery IV",
- "goalId": "99",
- "title": "",
- "reward": [
- {
- "f": 500
- }
- ],
- "itemId": "137",
- "goalDescription": "Build Archery IV. It will allow you to train Powerful Archers.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "99_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "20",
- "category": "",
- "name": "Train 20 more Powerful Archers",
- "goalId": "100",
- "title": "You trained",
- "reward": [
- {
- "g": 500
- }
- ],
- "itemId": "540",
- "goalDescription": "Train 20 more Powerful Archers. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "100_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "20",
- "category": "",
- "name": "Attack 20 players and win",
- "goalId": "101",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 20 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "101_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build University III",
- "goalId": "102",
- "title": "",
- "reward": [
- {
- "g": 500
- }
- ],
- "itemId": "50028",
- "goalDescription": "Build University. It will provide you +20% defense stats. The higher the upgrade, the more the defense stats.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "102_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Fire Workshop",
- "goalId": "103",
- "title": "",
- "reward": [
- {
- "f": 500
- }
- ],
- "itemId": "216",
- "goalDescription": "Build Fire Workshop. It will allow you to train Fire Cannons.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "103_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "15",
- "category": "",
- "name": "Train 15 more Fire Cannons",
- "goalId": "104",
- "title": "You trained",
- "reward": [
- {
- "u": 715
- }
- ],
- "itemId": "568",
- "goalDescription": "Train 15 more Fire Cannons. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "104_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete all Oriental War Adventures",
- "goalId": "105",
- "title": "Completed adventures",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "4",
- "goalDescription": "Complete all Oriental War Adventures and begin rank 2.",
- "goalNotificationType": "Complete Mission Group",
- "FBUsers": "1",
- "goalHintImage": "105_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Town Hall IV",
- "goalId": "106",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "50018",
- "goalDescription": "Build Town Hall IV and increase your number of attacks in Battles mode from 9 to 12.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "106_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Stables IV",
- "goalId": "107",
- "title": "",
- "reward": [
- {
- "g": 500
- }
- ],
- "itemId": "138",
- "goalDescription": "Build Stables IV. It will allow you to train Powerful Knight.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "107_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "25",
- "category": "",
- "name": "Train 25 more Powerful Knights",
- "goalId": "108",
- "title": "You trained",
- "reward": [
- {
- "f": 500
- }
- ],
- "itemId": "541",
- "goalDescription": "Train 25 more Powerful Knights. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "108_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Mill IV",
- "goalId": "109",
- "title": "",
- "reward": [
- {
- "g": 500
- }
- ],
- "itemId": "202",
- "goalDescription": "Build Mill IV. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "109_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Embassy IV",
- "goalId": "110",
- "title": "",
- "reward": [
- {
- "g": 500
- }
- ],
- "itemId": "50020",
- "goalDescription": "Build Embassy IV and increase your energy in Adventures from 350 to 400.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "110_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "22",
- "category": "",
- "name": "Attack 22 players and win",
- "goalId": "111",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 22 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "111_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "defense",
- "name": "Upgrade your wall to Royal Wall",
- "goalId": "112",
- "title": "",
- "reward": [
- {
- "f": 600
- }
- ],
- "itemId": "49991",
- "goalDescription": "Upgrade Your Empire wall to Royal Wall to protect it better.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "112_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Elephants Barracks",
- "goalId": "113",
- "title": "",
- "reward": [
- {
- "g": 600
- }
- ],
- "itemId": "49996",
- "goalDescription": "Build Elephants Barracks. It will allow you to train Elephant Riders.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "113_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "15",
- "category": "",
- "name": "Train 15 more Elephant Riders",
- "goalId": "114",
- "title": "You trained",
- "reward": [
- {
- "f": 600
- }
- ],
- "itemId": "603",
- "goalDescription": "Train 15 more Elephant Riders. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "114_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Lumber Mill IV",
- "goalId": "115",
- "title": "",
- "reward": [
- {
- "g": 600
- }
- ],
- "itemId": "205",
- "goalDescription": "Build Lumber Mill IV. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "115_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "defense",
- "name": "Build a Legendary Castle",
- "goalId": "116",
- "title": "",
- "reward": [
- {
- "g": 600
- }
- ],
- "itemId": "1230",
- "goalDescription": "Build a Legendary Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "116_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Ninja Barracks",
- "goalId": "117",
- "title": "",
- "reward": [
- {
- "f": 600
- }
- ],
- "itemId": "49995",
- "goalDescription": "Build Ninja Barracks. It will allow you to train Black Ninjas.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "117_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "20",
- "category": "",
- "name": "Train 20 more Black Ninjas",
- "goalId": "118",
- "title": "You trained",
- "reward": [
- {
- "g": 600
- }
- ],
- "itemId": "50031",
- "goalDescription": "Train 20 more Black Ninjas. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "118_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Harbour IV",
- "goalId": "119",
- "title": "",
- "reward": [
- {
- "u": 694
- }
- ],
- "itemId": "50023",
- "goalDescription": "Build Harbour IV. It will unlock new a localization called Ancient Greece. It will allow you to do more Adventures.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "119_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Barracks V",
- "goalId": "120",
- "title": "",
- "reward": [
- {
- "g": 750
- }
- ],
- "itemId": "390",
- "goalDescription": "Build Barracks V. It will allow you to train Royal Swordsmen.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "120_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Increase Your Army Size to 175",
- "goalId": "121",
- "title": "You trained",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "175",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 175.",
- "goalNotificationType": "Army Size",
- "FBUsers": "1",
- "goalHintImage": "121_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "25",
- "category": "",
- "name": "Train 25 more Royal Swordsmen",
- "goalId": "122",
- "title": "You trained",
- "reward": [
- {
- "f": 750
- }
- ],
- "itemId": "608",
- "goalDescription": "Train 25 more Royal Swordsmen. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "122_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "24",
- "category": "",
- "name": "Attack 24 players and win",
- "goalId": "123",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 24 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "123_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Blacksmith IV",
- "goalId": "124",
- "title": "",
- "reward": [
- {
- "g": 750
- }
- ],
- "itemId": "50026",
- "goalDescription": "Build Blacksmith IV. It will provide you +25% attack damage. The higher the upgrade, the more the attack damage.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "124_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Gold Mine IV",
- "goalId": "125",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "203",
- "goalDescription": "Build Gold Mine IV. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "125_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build University IV",
- "goalId": "126",
- "title": "",
- "reward": [
- {
- "g": 750
- }
- ],
- "itemId": "50029",
- "goalDescription": "Build University IV. It will provide you +25% defense stats. The higher the upgrade, the more the defense stats.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "126_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Troll Barracks",
- "goalId": "127",
- "title": "",
- "reward": [
- {
- "f": 750
- }
- ],
- "itemId": "49994",
- "goalDescription": "Build Troll Barracks. It will allow you to train Troll Archers.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "127_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "20",
- "category": "",
- "name": "Train 20 more Troll Archers",
- "goalId": "128",
- "title": "You trained",
- "reward": [
- {
- "g": 750
- }
- ],
- "itemId": "857",
- "goalDescription": "Train 20 more Troll Archers. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "128_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Winged Knight Barracks",
- "goalId": "129",
- "title": "",
- "reward": [
- {
- "g": 750
- }
- ],
- "itemId": "49993",
- "goalDescription": "Build Winged Knight Barracks. It will allow you to train Winged Knights.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "129_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "20",
- "category": "",
- "name": "Train 20 more Winged Knights",
- "goalId": "130",
- "title": "You trained",
- "reward": [
- {
- "f": 750
- }
- ],
- "itemId": "662",
- "goalDescription": "Train 20 more Winged Knights. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "130_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete all Ancient Greece Adventures",
- "goalId": "131",
- "title": "Completed adventures",
- "reward": [
- {
- "f": 200
- }
- ],
- "itemId": "5",
- "goalDescription": "Complete all Ancient Greece Adventures and begin rank 2.",
- "goalNotificationType": "Complete Mission Group",
- "FBUsers": "1",
- "goalHintImage": "131_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "resourceManager",
- "name": "Build Stone Mine IV",
- "goalId": "132",
- "title": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "itemId": "204",
- "goalDescription": "Build Stone Mine IV. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalNotificationType": "Build",
- "FBUsers": "0",
- "goalHintImage": "132_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Archery V",
- "goalId": "133",
- "title": "",
- "reward": [
- {
- "f": 1000
- }
- ],
- "itemId": "391",
- "goalDescription": "Build Archery V. It will allow you to train Royal Archers.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "133_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "25",
- "category": "",
- "name": "Train 25 more Royal Archers",
- "goalId": "134",
- "title": "You trained",
- "reward": [
- {
- "g": 1000
- }
- ],
- "itemId": "609",
- "goalDescription": "Train 25 more Royal Archers. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "134_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "30",
- "category": "",
- "name": "Attack 30 players and win",
- "goalId": "135",
- "title": "You Attacked",
- "reward": [
- {
- "g": 200
- }
- ],
- "itemId": "win",
- "goalDescription": "Attack 30 players and win the battle to earn resources and xp!",
- "goalNotificationType": "Attack Player",
- "FBUsers": "1",
- "goalHintImage": "135_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Town Hall V",
- "goalId": "136",
- "title": "",
- "reward": [
- {
- "u": 711
- }
- ],
- "itemId": "50019",
- "goalDescription": "Build Town Hall V and increase your number of attacks in Battles mode from 12 to 15.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "136_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Harbour V",
- "goalId": "137",
- "title": "",
- "reward": [
- {
- "u": 789
- }
- ],
- "itemId": "50024",
- "goalDescription": "Build Harbour V. It will unlock new a localization called Mountain. It will allow you to do more Adventures.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "137_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build Blacksmith V",
- "goalId": "138",
- "title": "",
- "reward": [
- {
- "f": 1000
- }
- ],
- "itemId": "50027",
- "goalDescription": "Build Blacksmith V. It will provide you +30% attack damage. The higher the upgrade, the more the attack damage.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "138_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "barrack",
- "name": "Build Stables V",
- "goalId": "139",
- "title": "",
- "reward": [
- {
- "g": 1000
- }
- ],
- "itemId": "392",
- "goalDescription": "Build Stables V. It will allow you to train Royal Knights.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "139_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "25",
- "category": "",
- "name": "Train 25 more Royal Knights",
- "goalId": "140",
- "title": "You trained",
- "reward": [
- {
- "f": 1000
- }
- ],
- "itemId": "610",
- "goalDescription": "Train 25 more Royal Knights. The more you train, the more powerful your army will be!",
- "goalNotificationType": "Unit Trained",
- "FBUsers": "1",
- "goalHintImage": "140_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "10",
- "category": "",
- "name": "Increase Your Army Size to 250",
- "goalId": "141",
- "title": "You trained",
- "reward": [
- {
- "g": 250
- }
- ],
- "itemId": "250",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 250.",
- "goalNotificationType": "Army Size",
- "FBUsers": "1",
- "goalHintImage": "141_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "special",
- "name": "Build University V",
- "goalId": "142",
- "title": "",
- "reward": [
- {
- "g": 1000
- }
- ],
- "itemId": "50030",
- "goalDescription": "Build University V. It will provide you +30% defense stats. The higher the upgrade, the more the defense stats.",
- "goalNotificationType": "Build",
- "FBUsers": "1",
- "goalHintImage": "142_goalhint.png"
- },
- {
- "stepId": "1",
- "totalQuantity": "1",
- "category": "",
- "name": "Complete all Mountain Adventures",
- "goalId": "143",
- "title": "Completed adventures",
- "reward": [
- {
- "f": 1000
- }
- ],
- "itemId": "6",
- "goalDescription": "Complete all Mountain Adventures and begin rank 2.",
- "goalNotificationType": "Complete Mission Group",
- "FBUsers": "1",
- "goalHintImage": "143_goalhint.png"
- }
- ],
- "localization_strings": [
- {
- "name": "TUTORIAL_INTRO_TITULO",
- "text": "欢迎来到奇幻大陆!",
- "id": 1
- },
- {
- "name": "TUTORIAL_INTRO_LECCION",
- "text": "您好, 我是 #0#! 在这里我要告诉您如何管理您的帝国。\r.\r .我们开始吧!",
- "id": 2
- },
- {
- "name": "TUTORIAL_AYTO_TITULO",
- "text": "选择市政厅",
- "id": 3
- },
- {
- "name": "TUTORIAL_AYTO_LECCION",
- "text": "这是你的市政厅。可以通过它招募农民。\r\r选择市政厅,点击它。",
- "id": 4
- },
- {
- "name": "TUTORIAL_ALDEANO_TITULO",
- "text": "招募一个农民",
- "id": 5
- },
- {
- "name": "TUTORIAL_ALDEANO_LECCION",
- "text": "底部面板显示可用的操作按钮。\r\r点击村民按钮,招募一个农民。",
- "id": 6
- },
- {
- "name": "TUTORIAL_SELECCIONAR_ALDEANO_TITULO",
- "text": "选择农民",
- "id": 7
- },
- {
- "name": "TUTORIAL_SELECCIONAR_ALDEANO_LECCION",
- "text": "干得好!你已成功招募一个农民。\r\r用鼠标单击选择它!",
- "id": 8
- },
- {
- "name": "TUTORIAL_MOVER_ALDEANO_TITULO",
- "text": "移动农民",
- "id": 9
- },
- {
- "name": "TUTORIAL_MOVER_ALDEANO_LECCION",
- "text": "当你想要移动一个单位,可以通过点击所要到达的位置的地图。\r\r尝试它,点击所选区域!",
- "id": 10
- },
- {
- "name": "TUTORIAL_ARBOL_TITULO",
- "text": "收集木材",
- "id": 11
- },
- {
- "name": "TUTORIAL_ARBOL_LECCION",
- "text": "农民执行采集任务!\r\r点击一棵树!",
- "id": 12
- },
- {
- "name": "TUTORIAL_ESPERA_TITULO",
- "text": "等待",
- "id": 13
- },
- {
- "name": "TUTORIAL_ESPERA_LECCION",
- "text": "它只需几秒钟…… ^_^",
- "id": 14
- },
- {
- "name": "TUTORIAL_RECOLECCION_TITULO",
- "text": "收集木材",
- "id": 15
- },
- {
- "name": "TUTORIAL_RECOLECCION_LECCION",
- "text": "当完成砍树操作后,点击资源图标收集木材。",
- "id": 16
- },
- {
- "name": "TUTORIAL_CONSTRUIR_TITULO",
- "text": "建造…",
- "id": 17
- },
- {
- "name": "TUTORIAL_CONSTRUIR_LECCION",
- "text": "干得好!现在我将告诉你如何建造建筑。首先,点击商店按钮。",
- "id": 18
- },
- {
- "name": "TUTORIAL_CASA_TITULO",
- "text": "选择房子",
- "id": 19
- },
- {
- "name": "TUTORIAL_CASA_LECCION",
- "text": "下一步是选择所需的建筑。请选择 < 房子 >",
- "id": 20
- },
- {
- "name": "TUTORIAL_COLOCAR_TITULO",
- "text": "放置到指定位置",
- "id": 21
- },
- {
- "name": "TUTORIAL_COLOCAR_LECCION",
- "text": "现在点击地图选择安置的房子位置。开始施工!",
- "id": 22
- },
- {
- "name": "TUTORIAL_CABALLERO_TITULO",
- "text": "选择骑士",
- "id": 23
- },
- {
- "name": "TUTORIAL_CABALLERO_LECCION",
- "text": "干得好!准备好你的第一次战斗。\r\r点击这个骑士选择它!",
- "id": 24
- },
- {
- "name": "TUTORIAL_ATACAR_TITULO",
- "text": "攻击巨魔",
- "id": 25
- },
- {
- "name": "TUTORIAL_ATACAR_LECCION",
- "text": "巨魔是你的敌人!打败他们,或被他们打败!\r\r点击巨魔攻击它们!",
- "id": 26
- },
- {
- "name": "TUTORIAL_BATALLA_TITULO",
- "text": "战斗进行中,等待……",
- "id": 27
- },
- {
- "name": "TUTORIAL_BATALLA_LECCION",
- "text": "这些单位相互攻击,现在注意看它们的血条。别担心,他们只是弱小的巨魔!",
- "id": 28
- },
- {
- "name": "TUTORIAL_ENHORABUENA_TITULO",
- "text": "祝贺你!",
- "id": 29
- },
- {
- "name": "TUTORIAL_ENHORABUENA_LECCION",
- "text": "\r很好!现在你准备好建立最大的社会帝国!祝你好运!!",
- "id": 30
- },
- {
- "name": "TUTORIAL_EI",
- "text": "EIIII",
- "id": 31
- },
- {
- "name": "TUTORIAL_EDIFICIO",
- "text": "建造",
- "id": 32
- },
- {
- "name": "TUTORIAL_CASA",
- "text": "选择房子",
- "id": 33
- },
- {
- "name": "TUTORIAL_COLOCAR",
- "text": "放置房子",
- "id": 34
- },
- {
- "name": "TUTORIAL_ARTURO",
- "text": "点击亚瑟国王",
- "id": 35
- },
- {
- "name": "TUTORIAL_OK2",
- "text": "单击两次",
- "id": 36
- },
- {
- "name": "TUTORIAL_AYTO",
- "text": "点击市政厅",
- "id": 37
- },
- {
- "name": "TUTORIAL_ALDEANO",
- "text": "招募农民",
- "id": 38
- },
- {
- "name": "TUTORIAL_FLECHA",
- "text": "箭头指向村民",
- "id": 39
- },
- {
- "name": "TUTORIAL_GRANJA",
- "text": "选择农场",
- "id": 40
- },
- {
- "name": "TUTORIAL_ESPERAR",
- "text": "等待农民收集物品",
- "id": 41
- },
- {
- "name": "TUTORIAL_LISTO",
- "text": "准备好收集",
- "id": 42
- },
- {
- "name": "TUTORIAL_OK5",
- "text": "确定点击 5 次",
- "id": 43
- },
- {
- "name": "TUTORIAL_SELECCIONA_ALDEANO",
- "text": "选择类型",
- "id": 44
- },
- {
- "name": "TUTORIAL_ARBOL",
- "text": "单击小树",
- "id": 45
- },
- {
- "name": "MISC_SEGURO",
- "text": "你确定吗?",
- "id": 46
- },
- {
- "name": "MISC_FAVOR",
- "text": "Do you want to accept the favor?",
- "id": 47
- },
- {
- "name": "STORE_EDIFICIO_EXP",
- "text": "#0# exp",
- "id": 48
- },
- {
- "name": "STORE_EDIFICIO_NIVEL",
- "text": "要求:等级 #0#",
- "id": 49
- },
- {
- "name": "STORE_EDIFICIO_LIMITE",
- "text": "还剩下 #0# 天",
- "id": 50
- },
- {
- "name": "STORE_EDIFICIO_REFUERZOS",
- "text": "\r\r允许你从你的盟友获得增援!",
- "id": 51
- },
- {
- "name": "STORE_EDIFICIO_DESBLOQUEO",
- "text": "Unlock cost: #0# cash",
- "id": 52
- },
- {
- "name": "STORE_EDIFICIO_SACRIFICIO",
- "text": "\r\r牺牲一个单位,获得一些资源回报",
- "id": 53
- },
- {
- "name": "STORE_EDIFICIO_TESORO",
- "text": "\r\r每一天可以收集到一个收藏品",
- "id": 54
- },
- {
- "name": "STORE_EDIFICIO_ESTABLO",
- "text": "\r\r允许你将弓箭手和移动单位转换为特殊兵种。",
- "id": 55
- },
- {
- "name": "STORE_EDIFICIO_CRIADERO",
- "text": "\r\r把两只动物放入,它们将进行繁殖。",
- "id": 56
- },
- {
- "name": "STORE_EDIFICIO_ZEPPELIN",
- "text": "\r\r允许你建立一艘飞艇探索古代海洋!",
- "id": 57
- },
- {
- "name": "STORE_EDIFICIO_BARCO",
- "text": "\r\r允许你建立一只船探索大海!",
- "id": 58
- },
- {
- "name": "STORE_EDIFICIO_COLISEO",
- "text": "\r\r让你的村民移动更快,收集更多资源收集。",
- "id": 59
- },
- {
- "name": "STORE_EDIFICIO_ESTATUA",
- "text": "\r\r雕像让每天攻击限制从3增加到4。",
- "id": 60
- },
- {
- "name": "STORE_EDIFICIO_MINA",
- "text": "\r\r让你的农民开采黄金和石头很快。",
- "id": 61
- },
- {
- "name": "STORE_EDIFICIO_SERRADERO",
- "text": "\r\r让你的农民砍伐树木加快。",
- "id": 62
- },
- {
- "name": "STORE_EDIFICIO_MERCADO_ALIADOS",
- "text": "\r\r让你收集你的资源以帮助你的盟友。",
- "id": 63
- },
- {
- "name": "STORE_EDIFICIO_MAQUINA_DEL_TIEMPO",
- "text": "\r\r允许改变地形,主题地图!",
- "id": 64
- },
- {
- "name": "STORE_EDIFICIO_RECLUTAMIENTO_ALIADOS",
- "text": "\r\r通过新兵,你将获得强大的兵种!",
- "id": 65
- },
- {
- "name": "STORE_EDIFICIO_MESA_REDONDA",
- "text": "\r\r允许你通过朋友的帮助得到回报!",
- "id": 66
- },
- {
- "name": "STORE_EDIFICIO_HECHICERIA",
- "text": "\r\r让您学习魔法咒语!",
- "id": 67
- },
- {
- "name": "STORE_EDIFICIO_MARAVILLA_SOCIAL",
- "text": "\r\r增加人口上限可达50以上的单位!",
- "id": 68
- },
- {
- "name": "STORE_EDIFICIO_DESCONOCIDO",
- "text": "\r\r病例未发现!",
- "id": 69
- },
- {
- "name": "STORE_EDIFICIO_IGLESIA_1",
- "text": "治疗可以恢复单位的血量",
- "id": 70
- },
- {
- "name": "STORE_EDIFICIO_CATEDRAL",
- "text": "僧侣把敌人的单位转换为自己的单位",
- "id": 71
- },
- {
- "name": "STORE_EDIFICIO_IGLESIA",
- "text": "治疗可以恢复单位的血量",
- "id": 72
- },
- {
- "name": "STORE_EDIFICIO_TALLER",
- "text": "维修工程师维修攻城武器",
- "id": 73
- },
- {
- "name": "STORE_EDIFICIO_DEMOLICION",
- "text": "神风特攻队自爆伤害周围的单位和建筑",
- "id": 74
- },
- {
- "name": "STORE_EDIFICIO_ELEFANTE",
- "text": "大象践踏地面击昏附近的对手",
- "id": 75
- },
- {
- "name": "STORE_EDIFICIO_CUARTEL1",
- "text": "阿努比斯化身创建2个自己的阴影消灭敌人!",
- "id": 76
- },
- {
- "name": "STORE_EDIFICIO_TAMBORILERO",
- "text": "鼓.激发你的军队土气使他们的攻击速度加快!",
- "id": 77
- },
- {
- "name": "STORE_EDIFICIO_RINOCERONTE",
- "text": "犀牛闪电链使他的敌人飞走了",
- "id": 78
- },
- {
- "name": "STORE_EDIFICIO_TORRE_MOVIL",
- "text": "防御塔,可以移动。你可以用它攻击",
- "id": 79
- },
- {
- "name": "STORE_EDIFICIO_PIRAMIDE",
- "text": "用木乃伊的4个特殊技能来击败你的敌人",
- "id": 80
- },
- {
- "name": "STORE_EDIFICIO_TORRE_HIELO",
- "text": "冻结敌人一段时间。被冻结的单位不能移动或攻击敌人。",
- "id": 81
- },
- {
- "name": "STORE_EDIFICIO_TORRE_AGUA",
- "text": "向来袭的敌人投掷冰块。",
- "id": 82
- },
- {
- "name": "STORE_EDIFICIO_FORTALEZA_1",
- "text": "放入弓箭手增加攻击力!",
- "id": 83
- },
- {
- "name": "STORE_EDIFICIO_TORRE_ACEITE",
- "text": "放置一个燃烧弹,它会让敌人着火。",
- "id": 84
- },
- {
- "name": "STORE_EDIFICIO_HEROES_ALTAR",
- "text": "\r\r你可以获得特殊的英雄!",
- "id": 85
- },
- {
- "name": "STORE_EDIFICIO_HEROES_CEMENTERIO",
- "text": "\r\r\r允许您复活死去的英雄。",
- "id": 86
- },
- {
- "name": "STORE_EDIFICIO_MARAVILLA",
- "text": "\r\r这个奇迹 the #0# 增加人口上限的 #1#",
- "id": 87
- },
- {
- "name": "AUX_ATERRIZANDO",
- "text": "加载……",
- "id": 88
- },
- {
- "name": "AUX_RECOLECTANDO",
- "text": "收集……",
- "id": 89
- },
- {
- "name": "AUX_ACEPTAR",
- "text": "同意",
- "id": 90
- },
- {
- "name": "AUX_ACELERAR",
- "text": "加速?",
- "id": 91
- },
- {
- "name": "AUX_ABSORBER",
- "text": "#0# 吸收",
- "id": 92
- },
- {
- "name": "AUX_PUNTOS",
- "text": "点",
- "id": 93
- },
- {
- "name": "AUX_EXP",
- "text": "XP: #0#",
- "id": 94
- },
- {
- "name": "AUX_FUERA_DE_RANGO",
- "text": "巨大的木乃伊",
- "id": 95
- },
- {
- "name": "AUX_ENTRENANDO",
- "text": "招募……",
- "id": 96
- },
- {
- "name": "AUX_CONSTRUYENDO",
- "text": "建造",
- "id": 97
- },
- {
- "name": "AUX_MODIFICADOR_HORA",
- "text": "#0# 小时",
- "id": 98
- },
- {
- "name": "AUX_CARGANDO_TU_IMPERIO",
- "text": "加载帝国……",
- "id": 99
- },
- {
- "name": "AUX_CARGANDO_IMPERIO",
- "text": "Loading Empire...",
- "id": 100
- },
- {
- "name": "AUX_CARGANDO_EDIFICIOS",
- "text": "加载帝国建筑……",
- "id": 101
- },
- {
- "name": "AUX_NO_ESTA_LISTO",
- "text": "还没有准备好!",
- "id": 102
- },
- {
- "name": "AUX_RECOMPENSA",
- "text": "奖励",
- "id": 103
- },
- {
- "name": "AUX_MAS_ATAQUES",
- "text": "更多的攻击",
- "id": 104
- },
- {
- "name": "AUX_ATAQUES_RESTANTES",
- "text": "Attacks left",
- "id": 105
- },
- {
- "name": "AUX_COMIDA",
- "text": "食物",
- "id": 106
- },
- {
- "name": "AUX_MADERA",
- "text": "木材",
- "id": 107
- },
- {
- "name": "AUX_PIEDRA",
- "text": "石头",
- "id": 108
- },
- {
- "name": "EXPANSION_COST",
- "text": "消耗: #0#",
- "id": 109
- },
- {
- "name": "EXPANSION_FALTAN_VECINOS",
- "text": "你需要 #0# 更多的邻居\r支付这些黄金就可以扩张!",
- "id": 110
- },
- {
- "name": "EXPANSION_CABECERA",
- "text": "扩张需要购买: #0# ",
- "id": 111
- },
- {
- "name": "MENU_VECINOS",
- "text": "邻居",
- "id": 112
- },
- {
- "name": "MENU_CASAS",
- "text": "房屋和资源",
- "id": 113
- },
- {
- "name": "MENU_DECORACIONES",
- "text": "装饰品",
- "id": 114
- },
- {
- "name": "MENU_DEFENSAS",
- "text": "防御系统",
- "id": 115
- },
- {
- "name": "MENU_EJERCITO",
- "text": "军队",
- "id": 116
- },
- {
- "name": "MENU_EXPANSION",
- "text": "扩张",
- "id": 117
- },
- {
- "name": "MENU_REGALOS",
- "text": "礼品及存储",
- "id": 118
- },
- {
- "name": "MENU_MARAVILLAS",
- "text": "奇迹",
- "id": 119
- },
- {
- "name": "TOOLTIP_ORO",
- "text": "黄金",
- "id": 120
- },
- {
- "name": "TOOLTIP_CASH",
- "text": "钞票",
- "id": 121
- },
- {
- "name": "TOOLTIP_TROFEOS",
- "text": "奖品",
- "id": 122
- },
- {
- "name": "TOOLTIP_FALTA_POCO",
- "text": "即将来临的",
- "id": 123
- },
- {
- "name": "TOOLTIP_MUSICA",
- "text": "音乐",
- "id": 124
- },
- {
- "name": "TOOLTIP_EFECTOS_SONIDO",
- "text": "音效",
- "id": 125
- },
- {
- "name": "TOOLTIP_FOTOS",
- "text": "拍照:快来…",
- "id": 126
- },
- {
- "name": "TOOLTIP_PANTALLA_COMPLETA",
- "text": "全屏切换",
- "id": 127
- },
- {
- "name": "TOOLTIP_CALIDAD",
- "text": "品质切换",
- "id": 128
- },
- {
- "name": "TOOLTIP_VOLVER",
- "text": "快回来",
- "id": 129
- },
- {
- "name": "TOOLTIP_TE_GUSTA",
- "text": "喜欢这个游戏吗?",
- "id": 130
- },
- {
- "name": "TOOLTIP_MULTI",
- "text": "多用工具",
- "id": 131
- },
- {
- "name": "TOOLTIP_ELIMINAR",
- "text": "移除工具",
- "id": 132
- },
- {
- "name": "TOOLTIP_INVITACIONES_AMIGOS",
- "text": "今天你有20个朋友邀请机会",
- "id": 133
- },
- {
- "name": "TOOLTIP_REGALOS",
- "text": "今天你有20个礼物可以送朋友",
- "id": 134
- },
- {
- "name": "TOOLTIP_RECOLECTAR",
- "text": "采集工具",
- "id": 135
- },
- {
- "name": "TOOLTIP_TIENDA",
- "text": "储藏",
- "id": 136
- },
- {
- "name": "TOOLTIP_REGALOS_ALMACEN",
- "text": "礼品/存储",
- "id": 137
- },
- {
- "name": "TOOLTIP_CAMBIAR_NOMBRE",
- "text": "改变帝国的名字",
- "id": 138
- },
- {
- "name": "TOOLTIP_LUCHA",
- "text": "攻打其他帝国",
- "id": 139
- },
- {
- "name": "TOOLTIP_TE_GUSTA_ESTE",
- "text": "你喜欢这个游戏吗?",
- "id": 140
- },
- {
- "name": "TOOLTIP_BONO_DIARIO",
- "text": "拿到每日奖金!",
- "id": 141
- },
- {
- "name": "TOOLTIP_GANAR_ORO",
- "text": "增加黄金",
- "id": 142
- },
- {
- "name": "TOOLTIP_CONQUISTA",
- "text": "征服世界",
- "id": 143
- },
- {
- "name": "TOOLTIP_RECURSO_COMIDA",
- "text": "食物:用于饲养单位",
- "id": 144
- },
- {
- "name": "TOOLTIP_RECURSO_MADERA",
- "text": "木材:用于建造基础建设",
- "id": 145
- },
- {
- "name": "TOOLTIP_RECURSO_PIEDRA",
- "text": "石头:用来建造防御结构",
- "id": 146
- },
- {
- "name": "TOOLTIP_RECURSO_ORO",
- "text": "黄金:用于支付军事单位",
- "id": 147
- },
- {
- "name": "TOOLTIP_REGALOS_VECINOS",
- "text": "发送新的礼物给你的邻居",
- "id": 148
- },
- {
- "name": "TOOLTIP_INVITACIONES",
- "text": "今天你有20个邀请好友的机会",
- "id": 149
- },
- {
- "name": "TOOLTIP_XP_GANADO",
- "text": "获得经验值",
- "id": 150
- },
- {
- "name": "TOOLTIP_HONOR_GANADO",
- "text": "获得荣誉",
- "id": 151
- },
- {
- "name": "TOOLTIP_ORO_GANADO",
- "text": "获得金牌",
- "id": 152
- },
- {
- "name": "AVISO_REGALO_FACCION",
- "text": "你不能对对立的阵营用礼品",
- "id": 153
- },
- {
- "name": "AVISO_POCO_NIVEL_PARA_CONQUISTAR",
- "text": "\r你的帝国太弱小,不能征服世界。达到 #0# 级,就能够进入世界探险。",
- "id": 154
- },
- {
- "name": "AVISO_COLECCION_FACCION",
- "text": "\r\r你不能访问这个派系的收藏品",
- "id": 155
- },
- {
- "name": "AVISO_GRIMORIO_TITULO",
- "text": "可用的魔法书!",
- "id": 156
- },
- {
- "name": "AVISO_GRIMORIO_DESCRIPCION",
- "text": "你已打开魔法书!\r\r现在你可以学习和施展强大的法术!\r\r你会发现这本书在屏幕左下角。",
- "id": 157
- },
- {
- "name": "AVISO_TOPE_UNIDADES",
- "text": "\r该兵种有数量限制,不能够再新增!",
- "id": 158
- },
- {
- "name": "AVISO_TOPE_POBLACION",
- "text": "\r你已经达到了最大的人口。",
- "id": 159
- },
- {
- "name": "AVISO_TOPE_ALOJAMIENTO",
- "text": "没有足够的房屋容纳更多的人口。请建造房屋。",
- "id": 160
- },
- {
- "name": "AVISO_NIVEL_MEJORAR",
- "text": "\r你需要到达 #0# 级,才能升级该建筑。",
- "id": 161
- },
- {
- "name": "AVISO_SIN_MADERA_GRANJA",
- "text": "哦不!你没有足够的木材建造农场!",
- "id": 162
- },
- {
- "name": "AVISO_MUELLE_TITULO",
- "text": "码头渡口!",
- "id": 163
- },
- {
- "name": "AVISO_MUELLE_DESCRIPCION",
- "text": "点击港湾渡口进行航海冒险!",
- "id": 164
- },
- {
- "name": "AVISO_ZEPPELIN_TITULO",
- "text": "热气飞船",
- "id": 165
- },
- {
- "name": "AVISO_ZEPPELIN_DESCRIPCION",
- "text": "点击热气飞船进入古老的海洋!",
- "id": 166
- },
- {
- "name": "AVISO_SIN_AYUDAS",
- "text": "\r没有更多的使用帮助!\r\r明天再来!",
- "id": 167
- },
- {
- "name": "AVISO_TOPE_TORRES",
- "text": "帝国里只允许拥有 #0# 个塔!",
- "id": 168
- },
- {
- "name": "AVISO_BOCADILLOS",
- "text": "\r讲话气泡启用!\r\r好喜欢哟!",
- "id": 169
- },
- {
- "name": "AVISO_SANGRE",
- "text": "\r讲话气泡启用!\r\r好喜欢哟!",
- "id": 170
- },
- {
- "name": "AVISO_PACK_COMPRADO",
- "text": "祝贺你!\r\r获得一个包裹!\r\r检查你的收藏室",
- "id": 171
- },
- {
- "name": "AVISO_PACK_FALTA_DINERO",
- "text": "你没有足够的钱获得包裹。你想获得一些钞票?",
- "id": 172
- },
- {
- "name": "AVISO_UNIDAD_UNICA",
- "text": "\r不能同时拥有两个单位",
- "id": 173
- },
- {
- "name": "AVISO_SUFICIENTE_ORO",
- "text": "哦不!你没有足够的黄金!你想要一些吗?",
- "id": 174
- },
- {
- "name": "AVISO_SUFICIENTE_CASH",
- "text": "哦不!你没有足够的现金!你想要一些吗?",
- "id": 175
- },
- {
- "name": "AVISO_SUFICIENTE_COMIDA",
- "text": "你没有足够的食物!可以从农场,磨坊中获得更多食物。",
- "id": 176
- },
- {
- "name": "AVISO_SUFICIENTE_MADERA",
- "text": "你没有足够的木材!请收集更多的树木。",
- "id": 177
- },
- {
- "name": "AVISO_SUFICIENTE_PIEDRA",
- "text": "你没有足够的石头!收获的多石的吧。",
- "id": 178
- },
- {
- "name": "AVISO_REFRESCO",
- "text": "对不起,发现在系统问题。请刷新游戏。",
- "id": 179
- },
- {
- "name": "AVISO_NAVEGAR_SIN_TROPAS",
- "text": "\r你没有任何部队可启航!",
- "id": 180
- },
- {
- "name": "AVISO_TORRE_ZEPPELIN",
- "text": "\r你需要一个热气飞船才可进行操作!",
- "id": 181
- },
- {
- "name": "AVISO_VOLAR_SIN_TROPAS",
- "text": "\r你没有任何部队可飞行!",
- "id": 182
- },
- {
- "name": "AVISO_MERCADO_AGOTADO",
- "text": "\r没有更多的资源可供交易,请24小时后再来吧!",
- "id": 183
- },
- {
- "name": "AVISO_MERCANCIA_AGOTADA",
- "text": "你没有足够的木材进行销售!",
- "id": 184
- },
- {
- "name": "AVISO_JUGADOR_NO_ENCONTRADO",
- "text": "\r找不到播放器",
- "id": 185
- },
- {
- "name": "AVISO_SERVICIO_NO_DISPONIBLE",
- "text": "\r不能使用这个服务",
- "id": 186
- },
- {
- "name": "AVISO_DEMASIADOS_POSTS",
- "text": "\n\nYou have sent enough posts today",
- "id": 187
- },
- {
- "name": "AVISO_BARCO_SIN_MUELLE",
- "text": "\nYou can't land with the boat.\nBuild a harbour to construct a bigger ship and carry your army!",
- "id": 188
- },
- {
- "name": "AVISO_QUEST_BLOQUEADA",
- "text": "\r你没有解锁这个任务吗!",
- "id": 189
- },
- {
- "name": "AVISO_QUEST_GASTADA",
- "text": "\r每个岛每4小时开启一次",
- "id": 190
- },
- {
- "name": "TIMER_PROXIMA_RECOLECCION",
- "text": "下集",
- "id": 191
- },
- {
- "name": "TIMER_RECOLECCION_LISTA",
- "text": "准备好收集!",
- "id": 192
- },
- {
- "name": "TIMER_CAMPAMENTO_ENEMIGO",
- "text": "当前敌人",
- "id": 193
- },
- {
- "name": "TIMER_EJERCITO_ENEMIGO",
- "text": "敌人的军队",
- "id": 194
- },
- {
- "name": "UNIT_MOMIA_ESCARABAJOS",
- "text": "圣甲虫",
- "id": 195
- },
- {
- "name": "UNIT_MOMIA_TORNADO",
- "text": "龙卷风",
- "id": 196
- },
- {
- "name": "UNIT_MOMIA_ACEITE",
- "text": "石油术",
- "id": 197
- },
- {
- "name": "UNIT_MOMIA_GIGANTE",
- "text": "巨大的木乃伊",
- "id": 198
- },
- {
- "name": "UNIT_MOMIA_EXPIRADO",
- "text": "我的时间了!…",
- "id": 199
- },
- {
- "name": "UNIT_NEPTUNO_PULPO",
- "text": "章鱼",
- "id": 200
- },
- {
- "name": "UNIT_NEPTUNO_HURACAN",
- "text": "飓风",
- "id": 201
- },
- {
- "name": "UNIT_NEPTUNO_OLAS",
- "text": "海王星的光波",
- "id": 202
- },
- {
- "name": "UNIT_NEPTUNO_GIGANTE",
- "text": "Giant Neptune",
- "id": 203
- },
- {
- "name": "UNIT_NOMBRE_CAMPESINO_HUMANO",
- "text": "农民 #0#",
- "id": 204
- },
- {
- "name": "UNIT_NOMBRE_CAMPESINO_TROLL",
- "text": "农民 #0#",
- "id": 205
- },
- {
- "name": "SPELL_CRACK_DESCRIPCION",
- "text": "范围: #0#x#1#",
- "id": 206
- },
- {
- "name": "SPELL_ENLARGE_DESCRIPCION",
- "text": "范围:#0#x#1# / 持续:#2#s",
- "id": 207
- },
- {
- "name": "SPELL_FIREBALL_DESCRIPCION",
- "text": "范围: #0#x#1# / 毁坏: #2#+#3#",
- "id": 208
- },
- {
- "name": "SPELL_FORCESHIELD_DESCRIPCION",
- "text": "面积: #0#x#1# / 持续: #2#s / 减少伤害:#3#%",
- "id": 209
- },
- {
- "name": "SPELL_HEALINGRAIN_DESCRIPCION_1",
- "text": "面积:#0#x#1# / 持续:#2#",
- "id": 210
- },
- {
- "name": "SPELL_HEALINGRAIN_DESCRIPCION_2",
- "text": "面积: #0#x#1# / 持续:#2#+#3#",
- "id": 211
- },
- {
- "name": "SPELL_ICEBALL_DESCRIPCION",
- "text": "面积:#0#x#1# / 损伤:#2# / 冷却时间:#3#s",
- "id": 212
- },
- {
- "name": "SPELL_POISON_DESCRIPCION_1",
- "text": "面积:#0#x#1# / 损伤:#2#",
- "id": 213
- },
- {
- "name": "SPELL_POISON_DESCRIPCION_2",
- "text": "面积:#0#x#1# / 损伤:#2# + 影响附近的 #3# 单位",
- "id": 214
- },
- {
- "name": "SPELL_STONERAIN_DESCRIPCION",
- "text": "面积: #0#x#1# / 损伤:#2#",
- "id": 215
- },
- {
- "name": "SPELL_SUMMON_DESCRIPCION",
- "text": "生命: #0#",
- "id": 216
- },
- {
- "name": "SPELL_ESTADO_APRENDIDO",
- "text": "学习",
- "id": 217
- },
- {
- "name": "SPELL_ESTADO_DISPONIBLE",
- "text": "可用的",
- "id": 218
- },
- {
- "name": "SPELL_ESTADO_BLOQUEADO",
- "text": "锁住",
- "id": 219
- },
- {
- "name": "ERROR_GENERICO",
- "text": "哦不!发生了一个错误!请刷新页面,继续玩!",
- "id": 220
- },
- {
- "name": "ERROR_SYNC",
- "text": "哦不!游戏不同步!请刷新页面,继续玩!",
- "id": 221
- },
- {
- "name": "ERROR_TIMEOUT",
- "text": "哦不!与服务器的连接丢失!请刷新页面,继续玩!",
- "id": 222
- },
- {
- "name": "ERROR_EXPIRADO",
- "text": "哦不!会话已过期!请刷新页面,继续玩!",
- "id": 223
- },
- {
- "name": "ERROR_INFO",
- "text": "与服务器连接遇到问题,请稍后再检查。",
- "id": 224
- },
- {
- "name": "ERROR_CONEXION_1",
- "text": "与服务器连接遇到问题,请稍后再检查。1",
- "id": 225
- },
- {
- "name": "ERROR_CONEXION_2",
- "text": "与服务器连接遇到问题,请稍后再检查。2",
- "id": 226
- },
- {
- "name": "ERROR_DEFECTO",
- "text": "有一个问题。请再试。",
- "id": 227
- },
- {
- "name": "ERROR_SYNC_2",
- "text": "哦不!游戏不同步!刷新页面,继续玩!",
- "id": 228
- },
- {
- "name": "APRILFOOLS_QUEJA_1",
- "text": "我们恨砍伐树木!",
- "id": 229
- },
- {
- "name": "APRILFOOLS_QUEJA_2",
- "text": "在阳光下没有更多的选择!",
- "id": 230
- },
- {
- "name": "APRILFOOLS_QUEJA_3",
- "text": "停止虐待!",
- "id": 231
- },
- {
- "name": "APRILFOOLS_QUEJA_4",
- "text": "我们应该得到更高的工资!",
- "id": 232
- },
- {
- "name": "APRILFOOLS_QUEJA_5",
- "text": "我们需要假期!",
- "id": 233
- },
- {
- "name": "APRILFOOLS_QUEJA_6",
- "text": "尊重我们的权利!",
- "id": 234
- },
- {
- "name": "MES_ABR_ENERO",
- "text": "一月",
- "id": 235
- },
- {
- "name": "MES_ABR_FEBRERO",
- "text": "二月",
- "id": 236
- },
- {
- "name": "MES_ABR_MARZO",
- "text": "三月",
- "id": 237
- },
- {
- "name": "MES_ABR_ABRIL",
- "text": "四月",
- "id": 238
- },
- {
- "name": "MES_ABR_MAYO",
- "text": "五月",
- "id": 239
- },
- {
- "name": "MES_ABR_JUNIO",
- "text": "六月",
- "id": 240
- },
- {
- "name": "MES_ABR_JULIO",
- "text": "七月",
- "id": 241
- },
- {
- "name": "MES_ABR_AGOSTO",
- "text": "八月",
- "id": 242
- },
- {
- "name": "MES_ABR_SEPTIEMBRE",
- "text": "九月",
- "id": 243
- },
- {
- "name": "MES_ABR_OCTUBRE",
- "text": "十月",
- "id": 244
- },
- {
- "name": "MES_ABR_NOVIEMBRE",
- "text": "十一月",
- "id": 245
- },
- {
- "name": "MES_ABR_DICIEMBRE",
- "text": "十二月",
- "id": 246
- },
- {
- "name": "CONTADOR_ENEMIGOS_VIVOS_SINGULAR",
- "text": "1个敌人活着",
- "id": 247
- },
- {
- "name": "CONTADOR_ENEMIGOS_VIVOS_PLURAL",
- "text": "#0# 敌人活着",
- "id": 248
- },
- {
- "name": "CONTADOR_GEMAS_SINGULAR",
- "text": "#0# 宝石存左",
- "id": 249
- },
- {
- "name": "CONTADOR_GEMAS_SINGULAR_ESPIA",
- "text": "#0# 宝石",
- "id": 250
- },
- {
- "name": "CONTADOR_GEMAS_PLURAL",
- "text": "#0# 宝石存在",
- "id": 251
- },
- {
- "name": "CONTADOR_GEMAS_PLURAL_ESPIA",
- "text": "#0# 宝石",
- "id": 252
- },
- {
- "name": "CONTADOR_OBJETIVOS_SINGULAR",
- "text": "剩下 #0# 个目标 ",
- "id": 253
- },
- {
- "name": "CONTADOR_OBJETIVOS_SINGULAR_ESPIA",
- "text": "#0# 个目标 ",
- "id": 254
- },
- {
- "name": "CONTADOR_OBJETIVOS_PLURAL",
- "text": "剩下 #0# 个目标 ",
- "id": 255
- },
- {
- "name": "CONTADOR_OBJETIVOS_PLURAL_ESPIA",
- "text": "#0# 个目标",
- "id": 256
- },
- {
- "name": "INFO_COSECHA",
- "text": "选择一个村民和点击这个资源进行收获",
- "id": 257
- },
- {
- "name": "INFO_REGENERACION",
- "text": "等资源再生",
- "id": 258
- },
- {
- "name": "INFO_COFRE",
- "text": "打败所有的敌人打开保藏!",
- "id": 259
- },
- {
- "name": "INFO_PRINCESA",
- "text": "击败所有的敌人救公主!",
- "id": 260
- },
- {
- "name": "INFO_ALDEANOS",
- "text": "击败所有的敌人救你的村民!",
- "id": 261
- },
- {
- "name": "INFO_ARQUEROS",
- "text": "击败所有的敌人救援队员!",
- "id": 262
- },
- {
- "name": "INFO_TROLL",
- "text": "打败所有的敌人解放巨魔!",
- "id": 263
- },
- {
- "name": "INFO_SOLDADOS",
- "text": "击败所有的敌人救你的士兵!",
- "id": 264
- },
- {
- "name": "INFO_ARTURO",
- "text": "击败所有的敌人救亚瑟王子!",
- "id": 265
- },
- {
- "name": "INFO_EXTINGUIR",
- "text": "从三个井取水并灭火!",
- "id": 266
- },
- {
- "name": "INFO_CURANDEROS",
- "text": "击败所有的敌人救你的治疗师!",
- "id": 267
- },
- {
- "name": "INFO_ALIADOS",
- "text": "击败所有的敌人救你的盟友!",
- "id": 268
- },
- {
- "name": "INFO_ASEDIO",
- "text": "击败所有的敌人救攻城机械!",
- "id": 269
- },
- {
- "name": "INFO_ESTATUA_ESQUELETO",
- "text": "一个巨大的骷髅雕像。",
- "id": 270
- },
- {
- "name": "INFO_GEMA_PODER",
- "text": "击败所有附近的敌人安全启动装置!",
- "id": 271
- },
- {
- "name": "INFO_PINGUINOS",
- "text": "击败所有附近的敌人拿钥匙和自由的企鹅!",
- "id": 272
- },
- {
- "name": "INFO_POZO",
- "text": "打败所有附近的敌人,并从井里取水!",
- "id": 273
- },
- {
- "name": "INFO_PIEDRA",
- "text": "打败所有附近的敌人,并取得石头!",
- "id": 274
- },
- {
- "name": "INFO_ANIMALES",
- "text": "击败所有附近的敌人拯救动物!",
- "id": 275
- },
- {
- "name": "INFO_ESTATUA_MISTERIOSA",
- "text": "一个神秘的骷髅雕像",
- "id": 276
- },
- {
- "name": "INFO_GEMAS_ALTAR",
- "text": "把4颗宝石放在祭坛!",
- "id": 277
- },
- {
- "name": "INFO_LLAVES",
- "text": "取得4把钥匙打开门!",
- "id": 278
- },
- {
- "name": "INFO_ESPIAR",
- "text": "现在你可以通过间谍侦察你的敌人的世界。",
- "id": 279
- },
- {
- "name": "INFO_ESPIAR_AGUILAS",
- "text": "你的鹰有 #0# 血量。.",
- "id": 280
- },
- {
- "name": "INFO_HOSPITAL",
- "text": "治疗周围的单位时,在它们战斗。",
- "id": 281
- },
- {
- "name": "INFO_HERRERO",
- "text": "使您降低步兵成本,弓箭手和骑兵部队的 #0#%.",
- "id": 282
- },
- {
- "name": "INFO_UNIVERSIDAD",
- "text": "你可以降低生产成本 #0#%.",
- "id": 283
- },
- {
- "name": "INFO_HECHICERIA",
- "text": "浏览和学习魔法咒语",
- "id": 284
- },
- {
- "name": "INFO_MUELLE",
- "text": "现在你可以穿越大海!",
- "id": 285
- },
- {
- "name": "INFO_AERODROMO",
- "text": "现在你可以穿越古代海洋!",
- "id": 286
- },
- {
- "name": "INFO_ASERRADERO",
- "text": "你的村民正在升级砍伐树木将加快。",
- "id": 287
- },
- {
- "name": "INFO_MINEROS",
- "text": "你的农民正在升级,将更快的收取石材与黄金。",
- "id": 288
- },
- {
- "name": "INFO_ATLETAS",
- "text": "你的农民正在提升速度并获得 #0# 额外资源。",
- "id": 289
- },
- {
- "name": "INFO_ESTATUA_LIDERAZGO",
- "text": "雕像能够将攻击限制由3提高到4。",
- "id": 290
- },
- {
- "name": "INFO_CORRAL_OVEJAS",
- "text": "把羊放进去生产食物",
- "id": 291
- },
- {
- "name": "INFO_CORRAL_VACAS",
- "text": "将牛放进去生产食物",
- "id": 292
- },
- {
- "name": "INFO_CORRAL_JABALIS",
- "text": "把野猪放进去生产食物",
- "id": 293
- },
- {
- "name": "INFO_CORRAL_CABALLOS",
- "text": "把马放入内让士兵变成骑兵",
- "id": 294
- },
- {
- "name": "INFO_POBLACION",
- "text": "为你提供人口",
- "id": 295
- },
- {
- "name": "INFO_ALIMENTACION",
- "text": "为你提供食物",
- "id": 296
- },
- {
- "name": "INFO_COLECCIONABLE",
- "text": "每一天发现一个收藏品",
- "id": 297
- },
- {
- "name": "INFO_MATADERO",
- "text": "牺牲一个单位并获得一些资源回报",
- "id": 298
- },
- {
- "name": "INFO_CRIADERO",
- "text": "把一对相同的物种放入,就可以进行配对",
- "id": 299
- },
- {
- "name": "INFO_BUNKER",
- "text": "将单位放入其中可以消除来至玩家的攻击",
- "id": 300
- },
- {
- "name": "INFO_DANYO_ATAQUE",
- "text": "攻击伤害",
- "id": 301
- },
- {
- "name": "INFO_RETARDO_ATAQUE",
- "text": "攻击延迟",
- "id": 302
- },
- {
- "name": "INFO_RANGO_ATAQUE",
- "text": "攻击范围",
- "id": 303
- },
- {
- "name": "INFO_VELOCIDAD_UNIDAD",
- "text": "单位速度",
- "id": 304
- },
- {
- "name": "INFO_CAPACIDAD_POBLACION",
- "text": "人口容量",
- "id": 305
- },
- {
- "name": "INFO_LIMIT_RECOLECCION_SINGULAR",
- "text": "他们可以一次性收集 #0# 棵树。",
- "id": 306
- },
- {
- "name": "INFO_LIMIT_RECOLECCION_PLURAL",
- "text": "他们可以一次性收集 #0# 棵树。",
- "id": 307
- },
- {
- "name": "INFO_CAPACIDAD",
- "text": "容量 #0#/#1#",
- "id": 308
- },
- {
- "name": "INFO_CONFIRMAR_VENTA",
- "text": "你真的想卖这个 #0# #1#?",
- "id": 309
- },
- {
- "name": "INFO_ORO_SINGULAR",
- "text": "金币",
- "id": 310
- },
- {
- "name": "INFO_ORO_PLURAL",
- "text": "一些金币",
- "id": 311
- },
- {
- "name": "INFO_COMIDA_SINGULAR",
- "text": "单位食物",
- "id": 312
- },
- {
- "name": "INFO_COMIDA_PLURAL",
- "text": "单位食物",
- "id": 313
- },
- {
- "name": "INFO_MADERA_SINGULAR",
- "text": "单位木材",
- "id": 314
- },
- {
- "name": "INFO_MADERA_PLURAL",
- "text": "单位木材",
- "id": 315
- },
- {
- "name": "INFO_PIEDRA_SINGULAR",
- "text": "单位石头",
- "id": 316
- },
- {
- "name": "INFO_PIEDRA_PLURAL",
- "text": "单位石头",
- "id": 317
- },
- {
- "name": "INFO_CASH_SINGULAR",
- "text": "钞票",
- "id": 318
- },
- {
- "name": "INFO_CASH_PLURAL",
- "text": "钞票",
- "id": 319
- },
- {
- "name": "COLECCION_MISTERIOS_ARENA",
- "text": "神秘沙",
- "id": 320
- },
- {
- "name": "COLECCION_VIEJO_BAUL",
- "text": "叶奥尔德宝藏",
- "id": 321
- },
- {
- "name": "COLECCION_PODER_FLOR",
- "text": "和平与爱情",
- "id": 322
- },
- {
- "name": "COLECCION_TOQUE_RENACIMIENTO",
- "text": "文艺复兴时期的触摸",
- "id": 323
- },
- {
- "name": "COLECCION_DESCUBRIMIENTO_ANTIGUO",
- "text": "一个古老的发现",
- "id": 324
- },
- {
- "name": "COLECCION_AMENAZA_CAZADORA",
- "text": "狩猎的威胁",
- "id": 325
- },
- {
- "name": "COLECCION_DESCUBRIMIENTO_ARTICO",
- "text": "北极发现",
- "id": 326
- },
- {
- "name": "COLECCION_VIAJE_NEVADO",
- "text": "雪之旅",
- "id": 327
- },
- {
- "name": "COLECCION_APARICION_DIABOLICA",
- "text": "魔鬼的外观",
- "id": 328
- },
- {
- "name": "COLECCION_FRAGANCIA_MAGICA",
- "text": "神奇的气味",
- "id": 329
- },
- {
- "name": "COLECCION_TRAMPA_MORTAL",
- "text": "一个致命的陷阱",
- "id": 330
- },
- {
- "name": "COLECCION_CIRCULO_VIDA",
- "text": "生命的循环",
- "id": 331
- },
- {
- "name": "COLECCION_SENTENCIA_MUERTE",
- "text": "死刑",
- "id": 332
- },
- {
- "name": "COLECCION_ATRAPADO_OSCURIDAD",
- "text": "被困在黑暗中",
- "id": 333
- },
- {
- "name": "COLECCION_TRIBUTO_HEROE",
- "text": "致敬英雄",
- "id": 334
- },
- {
- "name": "COLECCION_AMIGO_TROLL",
- "text": "巨魔的最好的朋友",
- "id": 335
- },
- {
- "name": "COLECCION_BOLA_PELO",
- "text": "小球毛皮",
- "id": 336
- },
- {
- "name": "COLECCION_HUESOS",
- "text": "赤裸的骨头",
- "id": 337
- },
- {
- "name": "COLECCION_ALIADO_MONSTRUOSO",
- "text": "一个Monstruous盟友",
- "id": 338
- },
- {
- "name": "COLECCION_SONIDO_BOSQUE",
- "text": "森林的声音",
- "id": 339
- },
- {
- "name": "COLECCION_JEROGLIFO_EGIPCIO",
- "text": "埃及象形文字",
- "id": 340
- },
- {
- "name": "COLECCION_MASCARA_FARAON",
- "text": "法老的面具",
- "id": 341
- },
- {
- "name": "COLECCION_VIEJA_CERAMICA",
- "text": "古陶瓷",
- "id": 342
- },
- {
- "name": "COLECCION_PAPIRO_ESCRITO",
- "text": "书写纸莎草纸",
- "id": 343
- },
- {
- "name": "COLECCION_ESTATUILLA_HORUS",
- "text": "荷鲁斯神的小雕像",
- "id": 344
- },
- {
- "name": "COLECCION_SUPERFICIE_MADERA",
- "text": "木制表面",
- "id": 345
- },
- {
- "name": "COLECCION_TABLA_CURVA",
- "text": "弯曲板",
- "id": 346
- },
- {
- "name": "COLECCION_CERRADURA_ORO",
- "text": "金锁",
- "id": 347
- },
- {
- "name": "COLECCION_MAPA_TESORO",
- "text": "宝藏地图",
- "id": 348
- },
- {
- "name": "COLECCION_CLAVOS_LARGOS",
- "text": "大铁钉",
- "id": 349
- },
- {
- "name": "COLECCION_ROSA_ROJA",
- "text": "红玫瑰",
- "id": 350
- },
- {
- "name": "COLECCION_GIRASOL",
- "text": "向日葵",
- "id": 351
- },
- {
- "name": "COLECCION_LIRIO_BLANCO",
- "text": "白百合",
- "id": 352
- },
- {
- "name": "COLECCION_GERANIO_AZUL",
- "text": "蓝色天竺葵",
- "id": 353
- },
- {
- "name": "COLECCION_FERTILIZANTE",
- "text": "土壤肥料",
- "id": 354
- },
- {
- "name": "COLECCION_REMACHE_ORO",
- "text": "金色铆钉",
- "id": 355
- },
- {
- "name": "COLECCION_ESTATUA_ORO",
- "text": "黄金雕像",
- "id": 356
- },
- {
- "name": "COLECCION_COLUMNA_SOLIDA",
- "text": "实体柱",
- "id": 357
- },
- {
- "name": "COLECCION_LADRILLO_DECORADO",
- "text": "复杂的砖",
- "id": 358
- },
- {
- "name": "COLECCION_AGUA_PURA",
- "text": "纯水",
- "id": 359
- },
- {
- "name": "COLECCION_PIEL_MARRON",
- "text": "棕色毛皮",
- "id": 360
- },
- {
- "name": "COLECCION_COLMILLO_MARFIL",
- "text": "象牙",
- "id": 361
- },
- {
- "name": "COLECCION_BLOQUE_HIELO",
- "text": "冰块",
- "id": 362
- },
- {
- "name": "COLECCION_ANTIGUO_CACAHUETE",
- "text": "古代花生",
- "id": 363
- },
- {
- "name": "COLECCION_HUELLA_FOSSIL",
- "text": "足迹化石",
- "id": 364
- },
- {
- "name": "COLECCION_PULSERA_CUERO",
- "text": "皮护腕",
- "id": 365
- },
- {
- "name": "COLECCION_COLMILLO_GRANDE",
- "text": "大的方",
- "id": 366
- },
- {
- "name": "COLECCION_ARNES_CUERO",
- "text": "皮革吊带",
- "id": 367
- },
- {
- "name": "COLECCION_CASCO_CORNUDO",
- "text": "角盔",
- "id": 368
- },
- {
- "name": "COLECCION_HACHA_AFILADA",
- "text": "锐斧",
- "id": 369
- },
- {
- "name": "COLECCION_AGUA_FRIA",
- "text": "冷水",
- "id": 370
- },
- {
- "name": "COLECCION_PESCADO_MALOLIENTE",
- "text": "臭鱼",
- "id": 371
- },
- {
- "name": "COLECCION_IGLU_SOLIDO",
- "text": "固体冰屋",
- "id": 372
- },
- {
- "name": "COLECCION_BOLA_NIEVE",
- "text": "雪球",
- "id": 373
- },
- {
- "name": "COLECCION_HUEVO_ENTERO",
- "text": "未孵化的蛋",
- "id": 374
- },
- {
- "name": "COLECCION_PIEL_AZUL",
- "text": "蓝皮",
- "id": 375
- },
- {
- "name": "COLECCION_COLMILLO_AFILADO",
- "text": "锋利的獠牙",
- "id": 376
- },
- {
- "name": "COLECCION_PIEL_BLANCA",
- "text": "白苔",
- "id": 377
- },
- {
- "name": "COLECCION_CUERNO_PARTIDO",
- "text": "切角",
- "id": 378
- },
- {
- "name": "COLECCION_GARRA_GIGANTE",
- "text": "巨爪",
- "id": 379
- },
- {
- "name": "COLECCION_BOTAS_ORO",
- "text": "金靴",
- "id": 380
- },
- {
- "name": "COLECCION_CINTURON_CALAVERA",
- "text": "骷髅皮带",
- "id": 381
- },
- {
- "name": "COLECCION_PENDIENTE_ORO",
- "text": "金耳环",
- "id": 382
- },
- {
- "name": "COLECCION_COLETA_NEGRA",
- "text": "黑色马尾辫",
- "id": 383
- },
- {
- "name": "COLECCION_CIMITARRA",
- "text": "单刃刀",
- "id": 384
- },
- {
- "name": "COLECCION_GORRO_TELA",
- "text": "布帽",
- "id": 385
- },
- {
- "name": "COLECCION_TUNICA_TELA",
- "text": "布袍",
- "id": 386
- },
- {
- "name": "COLECCION_BASTON_MADERA",
- "text": "木制标尺",
- "id": 387
- },
- {
- "name": "COLECCION_BARBA_BLANCA",
- "text": "白胡子",
- "id": 388
- },
- {
- "name": "COLECCION_LIBRO_HECHIZOS",
- "text": "神奇的魔法书",
- "id": 389
- },
- {
- "name": "COLECCION_BARRO_SUCIO",
- "text": "污泥",
- "id": 390
- },
- {
- "name": "COLECCION_ROCA_SUCIA",
- "text": "肮脏的摇滚",
- "id": 391
- },
- {
- "name": "COLECCION_SAPO_MARRON",
- "text": "棕色蟾蜍",
- "id": 392
- },
- {
- "name": "COLECCION_PIRANYA_CANIBAL",
- "text": "食人族",
- "id": 393
- },
- {
- "name": "COLECCION_COCODRILO_FEROZ",
- "text": "凶猛的鳄鱼",
- "id": 394
- },
- {
- "name": "COLECCION_ESTATUA_DELICADA",
- "text": "精美的雕像",
- "id": 395
- },
- {
- "name": "COLECCION_RAICES_FUERTES",
- "text": "强大的根源",
- "id": 396
- },
- {
- "name": "COLECCION_RAMA_PEQUENYA",
- "text": "小树枝",
- "id": 397
- },
- {
- "name": "COLECCION_HOJAS_ROSAS",
- "text": "粉红色叶子",
- "id": 398
- },
- {
- "name": "COLECCION_SEMILLAS_VIDA",
- "text": "生命种子",
- "id": 399
- },
- {
- "name": "COLECCION_GRILLETES_MADERA",
- "text": "木制枷锁",
- "id": 400
- },
- {
- "name": "COLECCION_PLANCHAS_FUERTES",
- "text": "强大的木板",
- "id": 401
- },
- {
- "name": "COLECCION_CESTO_MIMBRE",
- "text": "栲栳",
- "id": 402
- },
- {
- "name": "COLECCION_CUERDA_FUERTE",
- "text": "结实的绳子",
- "id": 403
- },
- {
- "name": "COLECCION_HOJA_GUILLOTINA",
- "text": "断头台刀片",
- "id": 404
- },
- {
- "name": "COLECCION_CERRADURA_HIERRO",
- "text": "铁锁",
- "id": 405
- },
- {
- "name": "COLECCION_BARRA_HIERRO",
- "text": "铁条",
- "id": 406
- },
- {
- "name": "COLECCION_CADENAS_HIERRO",
- "text": "锒铛",
- "id": 407
- },
- {
- "name": "COLECCION_GRILLETES_HIERRO",
- "text": "铁锁链",
- "id": 408
- },
- {
- "name": "COLECCION_TRAJE_PRESO",
- "text": "Prisoner Suit",
- "id": 409
- },
- {
- "name": "COLECCION_PEDESTAL_PIEDRA",
- "text": "石座",
- "id": 410
- },
- {
- "name": "COLECCION_PIERNAS_PIEDRA",
- "text": "石腿",
- "id": 411
- },
- {
- "name": "COLECCION_PECHO_PIEDRA",
- "text": "石胸部",
- "id": 412
- },
- {
- "name": "COLECCION_CABEZA_PIEDRA",
- "text": "岩石巷道",
- "id": 413
- },
- {
- "name": "COLECCION_ESPADA_PIEDRA",
- "text": "石中剑",
- "id": 414
- },
- {
- "name": "COLECCION_COLGANTE_ROJO",
- "text": "红项链",
- "id": 415
- },
- {
- "name": "COLECCION_HUESO_RICO",
- "text": "美味的骨头",
- "id": 416
- },
- {
- "name": "COLECCION_PELO_MARRON",
- "text": "棕色毛皮",
- "id": 417
- },
- {
- "name": "COLECCION_GLOBO_ROJO",
- "text": "红气球",
- "id": 418
- },
- {
- "name": "COLECCION_GORRO_PILOTO",
- "text": "飞行员帽子",
- "id": 419
- },
- {
- "name": "COLECCION_COLGANTE_MONO",
- "text": "可爱的项链",
- "id": 420
- },
- {
- "name": "COLECCION_LATA_ATUN",
- "text": "金枪鱼罐头",
- "id": 421
- },
- {
- "name": "COLECCION_PELO_AZUL",
- "text": "蓝色毛皮",
- "id": 422
- },
- {
- "name": "COLECCION_CASCABEL_PEQUENYO",
- "text": "小雪橇铃",
- "id": 423
- },
- {
- "name": "COLECCION_BOLA_LANA",
- "text": "羊毛团",
- "id": 424
- },
- {
- "name": "COLECCION_HUESO_CARNE",
- "text": "肉骨",
- "id": 425
- },
- {
- "name": "COLECCION_ESPADA_OXIDADA",
- "text": "生锈的剑",
- "id": 426
- },
- {
- "name": "COLECCION_YELMO_PODRIDO",
- "text": "腐烂的小帽",
- "id": 427
- },
- {
- "name": "COLECCION_ESCUDO_DANYADO",
- "text": "干瘪的盾",
- "id": 428
- },
- {
- "name": "COLECCION_CALAVERA_MALVADA",
- "text": "邪恶的骷髅",
- "id": 429
- },
- {
- "name": "COLECCION_HOMBRERA_CUERO",
- "text": "皮服肩垫",
- "id": 430
- },
- {
- "name": "COLECCION_YELMO_ESPELUZNANTE",
- "text": "怪异的头盔",
- "id": 431
- },
- {
- "name": "COLECCION_BRAZALETES_REFORZADOS",
- "text": "增强护腕",
- "id": 432
- },
- {
- "name": "COLECCION_MANDIBULAS_HUESO",
- "text": "骨爪",
- "id": 433
- },
- {
- "name": "COLECCION_MARTILLO_PUNTA",
- "text": "尖刺锤",
- "id": 434
- },
- {
- "name": "COLECCION_ARCO_LARGO",
- "text": "长弓",
- "id": 435
- },
- {
- "name": "COLECCION_DIADEMA_ORO",
- "text": "黄金王冠",
- "id": 436
- },
- {
- "name": "COLECCION_FLECHA_AFILADA",
- "text": "锋利的箭",
- "id": 437
- },
- {
- "name": "COLECCION_CARCAJ_CUERO",
- "text": "皮革箭袋",
- "id": 438
- },
- {
- "name": "COLECCION_OCARINA_MADERA",
- "text": "木制陶笛",
- "id": 439
- },
- {
- "name": "POPUP_REPINTAR_OK",
- "text": "点击可以重画它。",
- "id": 440
- },
- {
- "name": "POPUP_REPINTAR_DESCRIPCION",
- "text": "该涂料在这个建筑开始消逝。",
- "id": 441
- },
- {
- "name": "POPUP_TOPE_EDIFICIOS",
- "text": "你已经达到了帝国的极限 #0# 。",
- "id": 442
- },
- {
- "name": "POPUP_TOPE_EDIFICIOS_TIER",
- "text": "当你到达一定的等级 #0# 就可以建立下一级。",
- "id": 443
- },
- {
- "name": "POPUP_MISION_OBJETIVO",
- "text": "任务 #0#",
- "id": 444
- },
- {
- "name": "POPUP_MISION_COMPLETADO",
- "text": "(完成 #0#/#1#)",
- "id": 445
- },
- {
- "name": "POPUP_ATAQUE_VICTORIA",
- "text": "你赢了",
- "id": 446
- },
- {
- "name": "POPUP_ATAQUE_DERROTA",
- "text": "你输了",
- "id": 447
- },
- {
- "name": "POPUP_EDIFICIO_ENHORABUENA",
- "text": "祝贺你 #0#!",
- "id": 448
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_TIEMPO",
- "text": "#0#h #1#min",
- "id": 449
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR_ATAQUES",
- "text": "购买攻击次数",
- "id": 450
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR_ESPIONAJES",
- "text": "买间谍",
- "id": 451
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_ATAQUES",
- "text": "进攻",
- "id": 452
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_ESPIONAJES",
- "text": "间谍",
- "id": 453
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_SIN_ACCIONES",
- "text": "没有更多的 #0#,\r",
- "id": 454
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_RECARGA",
- "text": "你会得到超过3次在 #0#\r\r",
- "id": 455
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR",
- "text": "你是否想买 #0# 额外#1#?",
- "id": 456
- },
- {
- "name": "POPUP_COMPRAR_ASALTO_PRECIO",
- "text": "#0# #1# = #2#",
- "id": 457
- },
- {
- "name": "POPUP_COMPRAR_ORO",
- "text": "#0# 钞票",
- "id": 458
- },
- {
- "name": "POPUP_HEROES_RANGER",
- "text": "艰苦的训练的游侠, 使他能够从远处致命对手。",
- "id": 459
- },
- {
- "name": "POPUP_HEROES_XENA",
- "text": "她可以用旋风攻击多个巨魔!",
- "id": 460
- },
- {
- "name": "POPUP_HEROES_ARTURO",
- "text": "帝国的王子, 从他的剑射出一个火球!",
- "id": 461
- },
- {
- "name": "POPUP_HEROES_MERLIN",
- "text": "一个强大的巫师,用闪电打击敌人!",
- "id": 462
- },
- {
- "name": "POPUP_HEROES_VALKIRIA",
- "text": "她治愈附近在激烈的战斗的单位!",
- "id": 463
- },
- {
- "name": "POPUP_HEROES_WALLACE",
- "text": "他强大的轰鸣声激发附近盟友的勇气!",
- "id": 464
- },
- {
- "name": "POPUP_HEROES_THOR",
- "text": "他用强大的闪电击碎他的敌人!",
- "id": 465
- },
- {
- "name": "POPUP_HEROES_ALTOELFO",
- "text": "用古老的三胞胎技术寻找敌人!",
- "id": 466
- },
- {
- "name": "POPUP_NIVEL_TITULO",
- "text": "等级 #0#!",
- "id": 467
- },
- {
- "name": "POPUP_NIVEL_CONFIRMACION",
- "text": "你已经达到 #0# 名",
- "id": 468
- },
- {
- "name": "POPUP_NIVEL_HEADER_2",
- "text": "你现在可以买:",
- "id": 469
- },
- {
- "name": "POPUP_NIVEL_HEADER_3",
- "text": "升级奖励:",
- "id": 470
- },
- {
- "name": "POPUP_NIVEL_FOOTER",
- "text": "哈。与你的朋友分享你的成功!",
- "id": 471
- },
- {
- "name": "POPUP_ASALTO_PREPARANDO_ESPIONAJE",
- "text": "准备建间谍",
- "id": 472
- },
- {
- "name": "POPUP_ASALTO_LISTO_ESPIONAJE",
- "text": "你的鹰准备侦察敌人",
- "id": 473
- },
- {
- "name": "POPUP_ASALTO_EMPEZAR_ESPIONAJE",
- "text": "开始监控",
- "id": 474
- },
- {
- "name": "POPUP_ASALTO_AYUDA_TITULO",
- "text": "战斗帮助",
- "id": 475
- },
- {
- "name": "POPUP_ASALTO_AYUDA_TEXTO",
- "text": "-目标是摧毁敌人的市政厅。如果你这样做,你会得到奖励!\r\r-你所有的军队将去战斗。\r\r-在“菜单”按钮,你会看到战斗的地形。\r\r-一旦战斗结束,你的大部分死去的士兵将在帝国中复活!",
- "id": 476
- },
- {
- "name": "POPUP_ASALTO_ARMADA_LISTA",
- "text": "Your Army is ready!\n\n Destroy the Town Hall to WIN the battle!",
- "id": 477
- },
- {
- "name": "POPUP_ASALTO_TITULO",
- "text": "去战斗",
- "id": 478
- },
- {
- "name": "POPUP_ASALTO_MAPA_HEADER",
- "text": "选择军队的起始位置",
- "id": 479
- },
- {
- "name": "POPUP_QUEST_YETI",
- "text": "拯救企鹅和战胜邪恶的雪人!",
- "id": 480
- },
- {
- "name": "POPUP_QUEST_GUSANO",
- "text": "找到火盆和隐藏的威胁!",
- "id": 481
- },
- {
- "name": "POPUP_QUEST_CARGANDO",
- "text": "加载世界",
- "id": 482
- },
- {
- "name": "POPUP_QUEST_EXPLORA",
- "text": "探索世界和发现任务!",
- "id": 483
- },
- {
- "name": "POPUP_QUEST_SIN_MUELLE",
- "text": "你需要一个港湾才能入侵群岛!",
- "id": 484
- },
- {
- "name": "POPUP_QUEST_BARCO",
- "text": "你船准备好了",
- "id": 485
- },
- {
- "name": "POPUP_QUEST_ZEPPELIN",
- "text": "你的飞船准备好了",
- "id": 486
- },
- {
- "name": "POPUP_QUEST_TROLLS",
- "text": "打败巨魔赢得胸甲!",
- "id": 487
- },
- {
- "name": "POPUP_QUEST_ESQUELETOS",
- "text": "击败骷髅赢得胸甲!",
- "id": 488
- },
- {
- "name": "POPUP_QUEST_CHINOS",
- "text": "击败华人村赢得胜利!",
- "id": 489
- },
- {
- "name": "POPUP_QUEST_AZTECAS",
- "text": "打败阿兹特克人赢得了胜利!",
- "id": 490
- },
- {
- "name": "POPUP_QUEST_HUMANOS",
- "text": "击败人类赢得胜利!",
- "id": 491
- },
- {
- "name": "POPUP_QUEST_HEROES",
- "text": "击败英雄赢得胜利!",
- "id": 492
- },
- {
- "name": "POPUP_QUEST_KAMIKAZES",
- "text": "用你的神风特攻队摧毁市政厅!",
- "id": 493
- },
- {
- "name": "POPUP_QUEST_VIKINGOS",
- "text": "胜利打败维京!",
- "id": 494
- },
- {
- "name": "POPUP_QUEST_ATLANTES",
- "text": "胜利打败亚特兰蒂斯部落!",
- "id": 495
- },
- {
- "name": "POPUP_QUEST_EGIPCIOS",
- "text": "胜利打败埃及人!",
- "id": 496
- },
- {
- "name": "POPUP_QUEST_HUEVO",
- "text": "你会找到一个巨大的鸡蛋。",
- "id": 497
- },
- {
- "name": "POPUP_QUEST_ELIGE_DIFICULTAD",
- "text": "选择难度",
- "id": 498
- },
- {
- "name": "POPUP_QUEST_DIFICULTAD",
- "text": "难度",
- "id": 499
- },
- {
- "name": "POPUP_QUEST_COMPLETAR",
- "text": "完成任务 #0# 进行解锁",
- "id": 500
- },
- {
- "name": "POPUP_QUEST_ESTRELLA_1",
- "text": "1 星级",
- "id": 501
- },
- {
- "name": "POPUP_QUEST_ESTRELLA_2",
- "text": "2 星级",
- "id": 502
- },
- {
- "name": "POPUP_NUEVO_DIARIO_ORO",
- "text": "#0# 黄金",
- "id": 503
- },
- {
- "name": "POPUP_NUEVO_DIARIO_HEROE",
- "text": "1 英雄",
- "id": 504
- },
- {
- "name": "POPUP_NUEVO_DIARIO_GANADO",
- "text": "你获得了 #0# 黄金!",
- "id": 505
- },
- {
- "name": "POPUP_NUEVO_DIARIO_GANADO_HEROE",
- "text": "你赢得了一个英雄!",
- "id": 506
- },
- {
- "name": "POPUP_JUGADOR_HOY",
- "text": "今天 #0#:#1#",
- "id": 507
- },
- {
- "name": "POPUP_JUGADOR_AYER",
- "text": "昨天 #0#:#1#",
- "id": 508
- },
- {
- "name": "POPUP_JUGADOR_HACE",
- "text": "#0# 天过去了",
- "id": 509
- },
- {
- "name": "POPUP_JUGADOR_NUNCA",
- "text": "n/a",
- "id": 510
- },
- {
- "name": "POPUP_RAZA_TITULO_CIUDAD",
- "text": "选择城市",
- "id": 511
- },
- {
- "name": "POPUP_RAZA_NIVEL_TROLL",
- "text": "\r你必须达到 #0# 级,才能解锁巨魔种族。",
- "id": 512
- },
- {
- "name": "POPUP_RECLUTAMIENTO_RECOMPENSA",
- "text": "获得奖励",
- "id": 513
- },
- {
- "name": "POPUP_RECLUTAMIENTO_RECLUTAS_LISTOS",
- "text": "你所有的新兵都准备好了!得到你的奖励!",
- "id": 514
- },
- {
- "name": "POPUP_RECLUTAMIENTO_RECLUTA",
- "text": "招聘!",
- "id": 515
- },
- {
- "name": "POPUP_RECLUTAMIENTO_INVITA_AMIGOS",
- "text": "邀请3位新朋友和得到特殊单位免费!",
- "id": 516
- },
- {
- "name": "POPUP_RECLUTAMIENTO_AMIGO",
- "text": "得到一个朋友!",
- "id": 517
- },
- {
- "name": "POPUP_RECLUTAMIENTO_ALDEANO",
- "text": "农民",
- "id": 518
- },
- {
- "name": "POPUP_RESURRECCION_TITULO",
- "text": "英雄的墓地",
- "id": 519
- },
- {
- "name": "POPUP_RESURRECCION_DESCRIPCION",
- "text": "这允许您恢复您的死去的英雄",
- "id": 520
- },
- {
- "name": "POPUP_RESURRECCION_RESUCITAR",
- "text": "复活",
- "id": 521
- },
- {
- "name": "POPUP_EDIFICIO_ALIADOS",
- "text": "得到盟国",
- "id": 522
- },
- {
- "name": "POPUP_EDIFICIO_REFUERZOS",
- "text": "你的盟友已准备!得到你的援军!",
- "id": 523
- },
- {
- "name": "POPUP_EDIFICIO_ABRIR",
- "text": "打开商店",
- "id": 524
- },
- {
- "name": "POPUP_EDIFICIO_PERSONAL",
- "text": "All your staff is ready! You can now open your #0#!",
- "id": 525
- },
- {
- "name": "POPUP_EDIFICIO_CONTRATAR",
- "text": "雇佣好友",
- "id": 526
- },
- {
- "name": "POPUP_EDIFICIO_TROPAS_ALIADAS",
- "text": "该建筑需要充满你的盟军部队。",
- "id": 527
- },
- {
- "name": "POPUP_EDIFICIO_CONTRATAR_AMIGOS",
- "text": "雇用你的朋友在这里工作 #0#.",
- "id": 528
- },
- {
- "name": "POPUP_FEED_COMPLETADO",
- "text": "完成!",
- "id": 529
- },
- {
- "name": "POPUP_FEED_RECOMPENSA",
- "text": "获得奖励!",
- "id": 530
- },
- {
- "name": "POPUP_TESORO_TITULO",
- "text": "下一波敌人",
- "id": 531
- },
- {
- "name": "POPUP_TESORO_DESCRIPCION",
- "text": "有了更多的敌人在周围。他们应该在4小时内到达您的王国",
- "id": 532
- },
- {
- "name": "POPUP_UNLOCK",
- "text": "你是否想提早解锁 #0# ?",
- "id": 533
- },
- {
- "name": "POPUP_UNLOCK_LBLUNLOCK",
- "text": "解锁成本:",
- "id": 534
- },
- {
- "name": "POPUP_METEO_PRADERA",
- "text": "草草甸",
- "id": 535
- },
- {
- "name": "POPUP_METEO_DESIERTO",
- "text": "阳光明媚的沙漠",
- "id": 536
- },
- {
- "name": "POPUP_METEO_ESTEPA",
- "text": "雪原",
- "id": 537
- },
- {
- "name": "POPUP_METEO_MONTANYA",
- "text": "落基山脉",
- "id": 538
- },
- {
- "name": "POPUP_METEO_JUNGLA",
- "text": "茂密的丛林",
- "id": 539
- },
- {
- "name": "POPUP_GRIMORIO_PAGINA",
- "text": "page #0# / #1#",
- "id": 540
- },
- {
- "name": "POPUP_TUTORIAL_PAGINA",
- "text": "#0# of #1#",
- "id": 541
- },
- {
- "name": "QUEST_DESIERTO",
- "text": "沙漠团",
- "id": 542
- },
- {
- "name": "QUEST_ARTICO",
- "text": "北极探险",
- "id": 543
- },
- {
- "name": "QUEST_GUSANO",
- "text": "英雄使命",
- "id": 544
- },
- {
- "name": "QUEST_MISTERIOSA",
- "text": "神秘岛",
- "id": 545
- },
- {
- "name": "QUEST_DESCONOCIDA",
- "text": "未知的岛屿",
- "id": 546
- },
- {
- "name": "QUEST_NO_DESCUBIERTA",
- "text": "未被发现的岛屿",
- "id": 547
- },
- {
- "name": "QUEST_EMERGENTE",
- "text": "紧急岛",
- "id": 548
- },
- {
- "name": "QUEST_BARCO",
- "text": "船舶",
- "id": 549
- },
- {
- "name": "QUEST_ZEPPELIN",
- "text": "飞艇",
- "id": 550
- },
- {
- "name": "QUEST_MOLINO",
- "text": "燃烧机",
- "id": 551
- },
- {
- "name": "QUEST_CURANDEROS",
- "text": "圈养医士",
- "id": 552
- },
- {
- "name": "QUEST_ANIMALES",
- "text": "关在笼里的动物",
- "id": 553
- },
- {
- "name": "QUEST_ESQUELETOS",
- "text": "骨架的威胁",
- "id": 554
- },
- {
- "name": "QUEST_CHINOS",
- "text": "中国海岛",
- "id": 555
- },
- {
- "name": "QUEST_AZTECAS",
- "text": "阿兹台克岛",
- "id": 556
- },
- {
- "name": "QUEST_HUMANOS",
- "text": "人类岛",
- "id": 557
- },
- {
- "name": "QUEST_HEROES",
- "text": "英雄岛",
- "id": 558
- },
- {
- "name": "QUEST_MITICA",
- "text": "神秘岛",
- "id": 559
- },
- {
- "name": "QUEST_NUBLADA",
- "text": "雾岛",
- "id": 560
- },
- {
- "name": "QUEST_DUNAS",
- "text": "沙丘岛",
- "id": 561
- },
- {
- "name": "QUEST_NIDO",
- "text": "燕窝岛",
- "id": 562
- },
- {
- "name": "QUEST_PELIGROSA",
- "text": "危险岛",
- "id": 563
- },
- {
- "name": "QUEST_GOLEM_GEMAS",
- "text": "用宝石激活",
- "id": 564
- },
- {
- "name": "QUEST_GUSANO_BRASEROS",
- "text": "#0# 个火盆激活",
- "id": 565
- },
- {
- "name": "QUEST_YETI_LLAVES",
- "text": "启动键",
- "id": 566
- },
- {
- "name": "QUEST_YETI_FALTAN",
- "text": "#0# 个钥匙剩下",
- "id": 567
- },
- {
- "name": "QUEST_CIVILIZACION_ENEMIGOS",
- "text": "剩下的敌人",
- "id": 568
- },
- {
- "name": "QUEST_CIVILIZACION_HQ_SINGULAR",
- "text": "1 市镇厅",
- "id": 569
- },
- {
- "name": "QUEST_CIVILIZACION_HQ_PLURAL",
- "text": "#0# 市政厅",
- "id": 570
- },
- {
- "name": "QUEST_HEROES_VIVOS_SINGULAR",
- "text": "1 活着的英雄",
- "id": 571
- },
- {
- "name": "QUEST_HEROES_VIVOS_PLURAL",
- "text": "#0# 活着的英雄",
- "id": 572
- },
- {
- "name": "QUEST_TROLLS_VIVOS",
- "text": "活着的巨魔",
- "id": 573
- },
- {
- "name": "QUEST_TROLLS_VIVOS_SINGULAR",
- "text": "1 活着的巨魔",
- "id": 574
- },
- {
- "name": "QUEST_TROLLS_VIVOS_PLURAL",
- "text": "#0# 活着的巨魔",
- "id": 575
- },
- {
- "name": "QUEST_ESQUELETOS_VIVOS",
- "text": "剩余的骨骼",
- "id": 576
- },
- {
- "name": "QUEST_ESQUELETOS_VIVOS_SINGULAR",
- "text": "1 剩余的骨架",
- "id": 577
- },
- {
- "name": "QUEST_ESQUELETOS_VIVOS_PLURAL",
- "text": "#0# 剩余的骨架",
- "id": 578
- },
- {
- "name": "QUEST_BARCO_REQUISITO",
- "text": "需要 #0# 级,才能访问这个区域",
- "id": 579
- },
- {
- "name": "ASALTO_REFUERZOS_TITULO",
- "text": "增援部队的到来!",
- "id": 580
- },
- {
- "name": "ASALTO_REFUERZOS_DESCRIPCION",
- "text": "援军来到城市帮助你战胜你的敌人。\r\r等他们救出公主!",
- "id": 581
- },
- {
- "name": "ASALTO_CAPITAN_H_ASEDIO_1",
- "text": "攻城引擎!攻击!",
- "id": 582
- },
- {
- "name": "ASALTO_CAPITAN_T_ASEDIO_1",
- "text": "Machinez, GO!",
- "id": 583
- },
- {
- "name": "ASALTO_CAPITAN_H_ASEDIO_2",
- "text": "第一小队!攻击!",
- "id": 584
- },
- {
- "name": "ASALTO_CAPITAN_T_ASEDIO_2",
- "text": "集团,攻击!",
- "id": 585
- },
- {
- "name": "ASALTO_CAPITAN_H_ASEDIO_3",
- "text": "二队!攻击!",
- "id": 586
- },
- {
- "name": "ASALTO_CAPITAN_T_ASEDIO_3",
- "text": "轮到你了,杀了他们全部!",
- "id": 587
- },
- {
- "name": "ASALTO_CAPITAN_H_RETIRADA",
- "text": "撤退!",
- "id": 588
- },
- {
- "name": "ASALTO_CAPITAN_T_RETIRADA",
- "text": "We lozin', we back!",
- "id": 589
- },
- {
- "name": "ASALTO_CAPITAN_H_MASTODONTES",
- "text": "你走了,没有怜悯!!",
- "id": 590
- },
- {
- "name": "ASALTO_CAPITAN_T_MASTODONTES",
- "text": "GO ON MORE BIG BOY'z!",
- "id": 591
- },
- {
- "name": "ASALTO_CAPITAN_H_PREPARADOS_1",
- "text": "大家准备!",
- "id": 592
- },
- {
- "name": "ASALTO_CAPITAN_T_PREPARADOS_1",
- "text": "cabbageheadz你准备好了?",
- "id": 593
- },
- {
- "name": "ASALTO_CAPITAN_H_PREPARADOS_2",
- "text": "准备好!",
- "id": 594
- },
- {
- "name": "ASALTO_CAPITAN_T_PREPARADOS_2",
- "text": "Zmell'em, 他们害怕!",
- "id": 595
- },
- {
- "name": "ASALTO_ALDEANO_H_1",
- "text": "他们来了!救命啊。救命啊。",
- "id": 596
- },
- {
- "name": "ASALTO_ALDEANO_H_2",
- "text": "请快点。",
- "id": 597
- },
- {
- "name": "ASALTO_ALDEANO_H_3",
- "text": "准备战斗!",
- "id": 598
- },
- {
- "name": "ASALTO_ALDEANO_H_4",
- "text": "帮助,协助!",
- "id": 599
- },
- {
- "name": "ASALTO_ALDEANO_T_1",
- "text": "LOTZ OF 'EM",
- "id": 600
- },
- {
- "name": "ASALTO_ALDEANO_T_2",
- "text": "帮助穷人的巨魔,帮助",
- "id": 601
- },
- {
- "name": "ASALTO_ALDEANO_T_3",
- "text": "战争来了",
- "id": 602
- },
- {
- "name": "ASALTO_ALDEANO_T_4",
- "text": "帮助,协助!",
- "id": 603
- },
- {
- "name": "ASALTO_CARRO_DESPEDIDA",
- "text": "很乐意帮助你!",
- "id": 604
- },
- {
- "name": "AUX_OK",
- "text": "确定",
- "id": 605
- },
- {
- "name": "AUX_SKIP",
- "text": "跳过",
- "id": 606
- },
- {
- "name": "AUX_COMPRAR",
- "text": "购买",
- "id": 607
- },
- {
- "name": "AUX_VENDER",
- "text": "出售",
- "id": 608
- },
- {
- "name": "AUX_COMPARTIR",
- "text": "分享!",
- "id": 609
- },
- {
- "name": "AUX_SI",
- "text": "YES",
- "id": 610
- },
- {
- "name": "AUX_NO",
- "text": "NO",
- "id": 611
- },
- {
- "name": "AUX_GUARDAR",
- "text": "Save",
- "id": 612
- },
- {
- "name": "AUX_CANCELAR",
- "text": "Cancel",
- "id": 613
- },
- {
- "name": "POPUP_NOMBRE_TITULO",
- "text": "命名您的帝国",
- "id": 614
- },
- {
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_1",
- "text": "1x 大象骑士: 踩你的敌人使其眩晕!",
- "id": 615
- },
- {
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_2",
- "text": "2x 海盗:这传说中的海盗能粉碎你的敌人!",
- "id": 616
- },
- {
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_3",
- "text": "2x 僧侣:将敌方单位转为你的僧侣!",
- "id": 617
- },
- {
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_4",
- "text": "1x 托尔:用电闪雷鸣攻击你的仇敌!",
- "id": 618
- },
- {
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_5",
- "text": "1x 移动塔:塔的力量带到你想要的地方!",
- "id": 619
- },
- {
- "name": "POPUP_AYUDA_AMIGO",
- "text": "想帮助你!",
- "id": 620
- },
- {
- "name": "POPUP_MISION_TITULO",
- "text": "目标信息",
- "id": 621
- },
- {
- "name": "AUX_REPETIR",
- "text": "repeat #0# times",
- "id": 622
- },
- {
- "name": "AUX_AYUDA",
- "text": "救命啊。",
- "id": 623
- },
- {
- "name": "AUX_OBJETIVOS",
- "text": "任务",
- "id": 624
- },
- {
- "name": "POPUP_MISION_OTORGA_RECOMPENSA",
- "text": "任务 #0# 完成! #1# 黄金奖励",
- "id": 625
- },
- {
- "name": "POPUP_MOTIVACION_TITULO_INTRO",
- "text": "欢迎来到奇幻大陆",
- "id": 626
- },
- {
- "name": "POPUP_MOTIVACION_CUERPO_INTRO",
- "text": "欢迎到最佳冒险在4399!\r\r你将不得不在奇幻大陆…",
- "id": 627
- },
- {
- "name": "POPUP_MOTIVACION_PIE_INTRO",
- "text": "祝你好运!",
- "id": 628
- },
- {
- "name": "POPUP_MOTIVACION_MENSAJE_1",
- "text": "建立自己的王国",
- "id": 629
- },
- {
- "name": "POPUP_MOTIVACION_MENSAJE_2",
- "text": "打败你的敌人!",
- "id": 630
- },
- {
- "name": "POPUP_MOTIVACION_MENSAJE_3",
- "text": "拯救你的公主!",
- "id": 631
- },
- {
- "name": "POPUP_MOTIVACION_TITULO_OUTRO",
- "text": "干得好!",
- "id": 632
- },
- {
- "name": "POPUP_MOTIVACION_CUERPO_OUTRO",
- "text": "为推进发展,请跟着亚瑟王的任务走。",
- "id": 633
- },
- {
- "name": "POPUP_MOTIVACION_PIE_OUTRO",
- "text": "坚持下去!\r\r你很快会救出你的公主!",
- "id": 634
- },
- {
- "name": "POPUP_MISION_NUEVA_MISION",
- "text": "新的任务",
- "id": 635
- },
- {
- "name": "POPUP_MISION_OBTEN_RECOMPENSA",
- "text": "Get Reward!",
- "id": 636
- },
- {
- "name": "POPUP_MISION_OBTEN_RECOMPENSA_AHORA",
- "text": "获得奖励!",
- "id": 637
- },
- {
- "name": "AUX_MAS_INFO",
- "text": "+信息",
- "id": 638
- },
- {
- "name": "AUX_NUEVO",
- "text": "NEW",
- "id": 639
- },
- {
- "name": "POPUP_ATAQUE_TITULO",
- "text": "战斗结果",
- "id": 640
- },
- {
- "name": "POPUP_ATAQUE_PIE",
- "text": "(只显示最后10次攻击)",
- "id": 641
- },
- {
- "name": "POPUP_ATAQUE_FECHA",
- "text": "日期",
- "id": 642
- },
- {
- "name": "POPUP_ATAQUE_OPONENTE",
- "text": "对手",
- "id": 643
- },
- {
- "name": "POPUP_ATAQUE_RESULTADO",
- "text": "结果",
- "id": 644
- },
- {
- "name": "POPUP_ATAQUE_ORO",
- "text": "黄金",
- "id": 645
- },
- {
- "name": "POPUP_ATAQUE_INFORME_TITULO",
- "text": "攻击!",
- "id": 646
- },
- {
- "name": "POPUP_ATAQUE_INFORME_CUERPO",
- "text": "有人攻击你的帝国,而你在那里!",
- "id": 647
- },
- {
- "name": "POPUP_ATAQUE_INFORME_PIE",
- "text": "检查结果和报仇!",
- "id": 648
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_TITULO",
- "text": "战役结果",
- "id": 649
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_UNIDADES_VIVAS",
- "text": "活着的单位",
- "id": 650
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_UNIDADES_MUERTAS",
- "text": "死亡的单位",
- "id": 651
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS",
- "text": "结果",
- "id": 652
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_TU_EJERCITO",
- "text": "你的军队",
- "id": 653
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_SU_EJERCITO",
- "text": "敌人的军队",
- "id": 654
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_TUS_PERDIDAS",
- "text": "你失去的单位",
- "id": 655
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_SIN_BAJAS",
- "text": "- 没有单位失去 -",
- "id": 656
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_GANANCIAS",
- "text": "你赢了:",
- "id": 657
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_BUENA",
- "text": "干的好!攻破市政厅,就能赢得胜利!",
- "id": 658
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PERDIDAS",
- "text": "你失去很多的单位!",
- "id": 659
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_GANAS",
- "text": "算你厉害。",
- "id": 660
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PIERDES",
- "text": "你输了。",
- "id": 661
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_DEFENDISTE",
- "text": "你的防御抵抗!",
- "id": 662
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_CAISTE",
- "text": "你的防御下降!",
- "id": 663
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PACIFISTA",
- "text": "你没有杀任何人",
- "id": 664
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_ENHORABUENA",
- "text": "祝贺你!与你的朋友分享!",
- "id": 665
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_CONDOLENCIAS",
- "text": "对不起!再试一次!",
- "id": 666
- },
- {
- "name": "POPUP_ATAQUE_ACABADO_ACABAR",
- "text": "你想退出战斗?",
- "id": 667
- },
- {
- "name": "POPUP_ATAQUE_GUARDANDO",
- "text": "保存结果…",
- "id": 668
- },
- {
- "name": "AUX_ATACANTE",
- "text": "进攻者",
- "id": 669
- },
- {
- "name": "AUX_DEFENSOR",
- "text": "防御者",
- "id": 670
- },
- {
- "name": "AUX_MUNDO_ENEMIGO",
- "text": "去敌人的世界",
- "id": 671
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_TITULO",
- "text": "选择",
- "id": 672
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_EJERCITO",
- "text": "我的军队",
- "id": 673
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_ESTRATEGIA",
- "text": "我的防守策略",
- "id": 674
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_CABECERA",
- "text": "选择你的防御战略来保护您的帝国,当其他玩家攻击。",
- "id": 675
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_DEFENSIVA",
- "text": "防御",
- "id": 676
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA",
- "text": "中部防守",
- "id": 677
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA",
- "text": "中部攻击",
- "id": 678
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_AGRESIVA",
- "text": "侵略",
- "id": 679
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_DEFENSIVA_DESCRIPCION",
- "text": "所有单位保持队形直到入侵者接近。在冲突后他们将停止追击敌人,回到原来的位置。",
- "id": 680
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA_DESCRIPCION",
- "text": "所有单位将直接攻城,然后所有的远程单位将会一起发动攻击。",
- "id": 681
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA_DESCRIPCION",
- "text": "所有单位会呆在原地,直到被敌人攻打,才会发动攻击。",
- "id": 682
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_AGRESIVA_DESCRIPCION",
- "text": "所有单位一开始就会主动攻击敌人,当敌人被消灭后才会返回。",
- "id": 683
- },
- {
- "name": "POPUP_OPCIONES_BATALLA_UNIDADES",
- "text": "单位",
- "id": 684
- },
- {
- "name": "POPUP_EDIFICIO_COMPARTE_AMIGOS",
- "text": "与你的朋友分享你的新项目!",
- "id": 685
- },
- {
- "name": "AUX_ENHORABUENA",
- "text": "祝贺你!",
- "id": 686
- },
- {
- "name": "AUX_INTERCAMBIAR",
- "text": "交易",
- "id": 687
- },
- {
- "name": "POPUP_COMPRAR_ORO_TITULO",
- "text": "大陆银行",
- "id": 688
- },
- {
- "name": "POPUP_COMPRAR_ORO_CABECERA",
- "text": "现金换黄金!",
- "id": 689
- },
- {
- "name": "AUX_COMPRAR_CASH",
- "text": "用钞票购买",
- "id": 690
- },
- {
- "name": "POPUP_COMPRAR_MANA_TITULO",
- "text": "资源库向导 ",
- "id": 691
- },
- {
- "name": "POPUP_COMPRAR_MANA_CABECERA",
- "text": "得到一些魔法\r\r释放你的力量!",
- "id": 692
- },
- {
- "name": "POPUP_COLECCION_COMPARTE_AMIGOS",
- "text": "与你的朋友分享你的新礼物!",
- "id": 693
- },
- {
- "name": "POPUP_COLECCIONES_TITULO",
- "text": "收集",
- "id": 694
- },
- {
- "name": "POPUP_COLECCIONES_RECLAMAR_RECOMPENSA",
- "text": "Claim reward",
- "id": 695
- },
- {
- "name": "POPUP_COLECCIONES_COMPLETAR_POR",
- "text": "完成",
- "id": 696
- },
- {
- "name": "AUX_COLECCION",
- "text": "收集",
- "id": 697
- },
- {
- "name": "AUX_COMPLETADO",
- "text": "完成!",
- "id": 698
- },
- {
- "name": "POPUP_CAMPAMENTO_TITULO",
- "text": "打败所有的敌人!",
- "id": 699
- },
- {
- "name": "POPUP_CAMPAMENTO_CABECERA_1",
- "text": "你打败了所有",
- "id": 700
- },
- {
- "name": "POPUP_CAMPAMENTO_CABECERA_2",
- "text": "敌人!",
- "id": 701
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_PRINCESA",
- "text": "现在保存你的公主!\r\r点击她!",
- "id": 702
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_ARQUEROS",
- "text": "现在保存弓箭手!\r\r点击他们!",
- "id": 703
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_SOLDADOS",
- "text": "现在拯救你的士兵!\r\r点击他们!",
- "id": 704
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_TESORO",
- "text": "现在得到宝石!\r\r点击它!",
- "id": 705
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_ALDEANOS",
- "text": "现在拯救你的村民!\r\r点击他们!",
- "id": 706
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_TROLL",
- "text": "现在解放巨魔!\r\r点击他!",
- "id": 707
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_PRINCIPE",
- "text": "现在拯救你的王子!\r\r点击他!",
- "id": 708
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_FUEGO",
- "text": "现在灭火!\r\r点击它!",
- "id": 709
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_CURANDEROS",
- "text": "现在拯救你的治疗师!\r\r点击他们!",
- "id": 710
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_PIEDRA",
- "text": "现在拿石头!\r\r点击它!",
- "id": 711
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_ALIADOS",
- "text": "现在拯救你的盟友!\r\r点击他们!",
- "id": 712
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_ANIMALES",
- "text": "现在拯救动物!\r\r在笼子里!",
- "id": 713
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_ASEDIO",
- "text": "现在突出围困!\r\r点击他们!",
- "id": 714
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_ESTATUA",
- "text": "现在摧毁骨骼!\r\r点击雕像!",
- "id": 715
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA",
- "text": "公主被绑架!",
- "id": 716
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS",
- "text": "弓箭手的危险!",
- "id": 717
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS",
- "text": "士兵被绑架!",
- "id": 718
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TESORO",
- "text": "宝石出现!",
- "id": 719
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS",
- "text": "农民失踪!",
- "id": 720
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TROLL",
- "text": "链式巨魔!",
- "id": 721
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE",
- "text": "王子被绑架了!",
- "id": 722
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_FUEGO",
- "text": "轧机在火焰!",
- "id": 723
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS",
- "text": "圈养医士!",
- "id": 724
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA",
- "text": "石煤矿!",
- "id": 725
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS",
- "text": "捕获的盟友!",
- "id": 726
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES",
- "text": "捕获的动物!",
- "id": 727
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO",
- "text": "捕获的围攻!",
- "id": 728
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA",
- "text": "令人毛骨悚然的雕像!",
- "id": 729
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_PRINCESA",
- "text": "敌人绑架你",
- "id": 730
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_ARQUEROS",
- "text": "敌人在一组",
- "id": 731
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_SOLDADOS",
- "text": "敌人已经采取了你的一些",
- "id": 732
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_TESORO",
- "text": "突然出现了一个",
- "id": 733
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_ALDEANOS",
- "text": "把你的敌人",
- "id": 734
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_TROLL",
- "text": "它已经发现了一个囚犯",
- "id": 735
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_PRINCIPE",
- "text": "巨魔有人质",
- "id": 736
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_FUEGO",
- "text": "巨魔都烧了",
- "id": 737
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_CURANDEROS",
- "text": "巨魔已抓获",
- "id": 738
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_PIEDRA",
- "text": "敌人的保护",
- "id": 739
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_ALIADOS",
- "text": "敌人占领了一些",
- "id": 740
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_ANIMALES",
- "text": "有一些神秘",
- "id": 741
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_ASEDIO",
- "text": "敌人已联合",
- "id": 742
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_ESTATUA",
- "text": "有一些令人毛骨悚然的",
- "id": 743
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_PRINCESA",
- "text": "公主!",
- "id": 744
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_ARQUEROS",
- "text": "弓箭手!",
- "id": 745
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_SOLDADOS",
- "text": "士兵!",
- "id": 746
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_TESORO",
- "text": "宝!",
- "id": 747
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_ALDEANOS",
- "text": "农民!",
- "id": 748
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_TROLL",
- "text": "巨魔!",
- "id": 749
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_PRINCIPE",
- "text": "亚瑟王子!",
- "id": 750
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_FUEGO",
- "text": "轧机!",
- "id": 751
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_CURANDEROS",
- "text": "治疗师!",
- "id": 752
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_PIEDRA",
- "text": "石煤矿!",
- "id": 753
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_ALIADOS",
- "text": "同盟的!",
- "id": 754
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_ANIMALES",
- "text": "动物笼!",
- "id": 755
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_ASEDIO",
- "text": "攻城机械!",
- "id": 756
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_ESTATUA",
- "text": "骨架雕像!",
- "id": 757
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCESA",
- "text": "杀死所有的敌人来救她!",
- "id": 758
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS",
- "text": "帮助他们战胜了敌人!",
- "id": 759
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS",
- "text": "快点,敌人会杀了他们!",
- "id": 760
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TESORO",
- "text": "打败所有的敌人,得到它!",
- "id": 761
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS",
- "text": "Save them from the enemies!",
- "id": 762
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TROLL",
- "text": "帮助他获得了他的自由!",
- "id": 763
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE",
- "text": "杀巨魔和拯救亚瑟王子!",
- "id": 764
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_FUEGO",
- "text": "从井里取水\r\r扑灭大火!",
- "id": 765
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS",
- "text": "拯救他们的巨魔!",
- "id": 766
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PIEDRA",
- "text": "杀死敌人,夺回石!",
- "id": 767
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALIADOS",
- "text": "帮助他们躲避敌人!",
- "id": 768
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ANIMALES",
- "text": "杀巨魔打开它们!",
- "id": 769
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ASEDIO",
- "text": "收回他们的敌人!",
- "id": 770
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ESTATUA",
- "text": "去调查他们!",
- "id": 771
- },
- {
- "name": "POPUP_EXPANSION_CABECERA_1",
- "text": "你的大陆",
- "id": 772
- },
- {
- "name": "POPUP_EXPANSION_CABECERA_2",
- "text": "生长!",
- "id": 773
- },
- {
- "name": "POPUP_EXPANSION_PIE",
- "text": "与你的朋友分享你的扩张!",
- "id": 774
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCESA",
- "text": "公主获救!",
- "id": 775
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ARQUEROS",
- "text": "弓箭手营救!",
- "id": 776
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_SOLDADOS",
- "text": "士兵获救!",
- "id": 777
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_TESORO",
- "text": "找到宝藏!",
- "id": 778
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALDEANOS",
- "text": "村民营救!",
- "id": 779
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_TROLL",
- "text": "巨魔救出!",
- "id": 780
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCIPE",
- "text": "王子救了!",
- "id": 781
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_FUEGO",
- "text": "轧机保存!",
- "id": 782
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_CURANDEROS",
- "text": "医士获救!",
- "id": 783
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PIEDRA",
- "text": "收购石头!",
- "id": 784
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALIADOS",
- "text": "救出盟军!",
- "id": 785
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ANIMALES",
- "text": "动物出笼!",
- "id": 786
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ASEDIO",
- "text": "围攻检索!",
- "id": 787
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ESTATUA",
- "text": "雕像的探讨!",
- "id": 788
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_EL",
- "text": "你救出了",
- "id": 789
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_ENCUENTRAS_EL",
- "text": "You have found the",
- "id": 790
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS",
- "text": "You have rescued",
- "id": 791
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_SALVAS",
- "text": "你求出了",
- "id": 792
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_TU",
- "text": "你救了你",
- "id": 793
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RECUPERAS",
- "text": "你已经恢复了",
- "id": 794
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_DERROTADO",
- "text": "你打败了",
- "id": 795
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_PIEDRA",
- "text": "你已经获得的石头",
- "id": 796
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCESA",
- "text": "她加入军队和你打架!",
- "id": 797
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ARQUEROS",
- "text": "他们真的感激和加入你的军队!",
- "id": 798
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_SOLDADOS",
- "text": "现在他们会加入你的军队!",
- "id": 799
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_TESORO",
- "text": "与你的朋友分享!",
- "id": 800
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ALDEANOS",
- "text": "他们会为你努力!",
- "id": 801
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_TROLL",
- "text": "他是如此的感激,加入你的部队!",
- "id": 802
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCIPE",
- "text": "他将加入您的行列,为你战斗!",
- "id": 803
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_FUEGO",
- "text": "与你的朋友分享!",
- "id": 804
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_CURANDEROS",
- "text": "与你的朋友分享!",
- "id": 805
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PIEDRA",
- "text": "与你的朋友分享!",
- "id": 806
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ALIADOS",
- "text": "与你的朋友分享!",
- "id": 807
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ANIMALES",
- "text": "与你的朋友分享!",
- "id": 808
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ASEDIO",
- "text": "与你的朋友分享!",
- "id": 809
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ESTATUA",
- "text": "与你的朋友分享!",
- "id": 810
- },
- {
- "name": "POPUP_HEROES_TITULO",
- "text": "英雄祭坛",
- "id": 811
- },
- {
- "name": "POPUP_HEROES_PIE",
- "text": "这允许您调用强大的英雄",
- "id": 812
- },
- {
- "name": "POPUP_HEROES_COMPRAR_HEROE",
- "text": "得到英雄!",
- "id": 813
- },
- {
- "name": "POPUP_HURRY_UP_TITULO",
- "text": "进行中工作",
- "id": 814
- },
- {
- "name": "POPUP_HURRY_UP_HEADER_2",
- "text": "你可以采取以下行动",
- "id": 815
- },
- {
- "name": "POPUP_HURRY_UP_OPTION_1",
- "text": "请你的朋友帮你加快速度",
- "id": 816
- },
- {
- "name": "POPUP_HURRY_UP_OPTION_2",
- "text": "完成这项工作立即支付",
- "id": 817
- },
- {
- "name": "POPUP_HURRY_UP_OPTION_SEPARATOR",
- "text": "或",
- "id": 818
- },
- {
- "name": "POPUP_INSTALL_TITLE",
- "text": "完整性辅导!",
- "id": 819
- },
- {
- "name": "POPUP_LOST_TITLE_DISCOVERY",
- "text": "发现!",
- "id": 820
- },
- {
- "name": "POPUP_LOST_HEADER_1",
- "text": "你已经找到了",
- "id": 821
- },
- {
- "name": "POPUP_LOST_HEADER_1B",
- "text": "你找到了一个",
- "id": 822
- },
- {
- "name": "POPUP_LOST_INJURED_COW",
- "text": "受伤的牛!",
- "id": 823
- },
- {
- "name": "POPUP_LOST_COW_FOOTER",
- "text": "告诉你的朋友,采纳吧!",
- "id": 824
- },
- {
- "name": "POPUP_LOST_INJURED_SHEEP",
- "text": "受伤的绵羊!",
- "id": 825
- },
- {
- "name": "POPUP_LOST_SHEEP_FOOTER",
- "text": "告诉你的朋友,采纳吧!",
- "id": 826
- },
- {
- "name": "POPUP_LOST_LONELY_KNIGHT",
- "text": "孤独的骑士!!",
- "id": 827
- },
- {
- "name": "POPUP_LOST_LONELY_FOOTER",
- "text": "告诉你的朋友\r\r加上他自己的军队!!",
- "id": 828
- },
- {
- "name": "POPUP_LOST_TROJAN_HORSE",
- "text": "特洛伊木马!!!",
- "id": 829
- },
- {
- "name": "POPUP_LOST_TROJAN_FOOTER",
- "text": "把这礼物\r\r你的一些朋友!",
- "id": 830
- },
- {
- "name": "POPUP_LOST_MYST_CRATE",
- "text": "神秘箱",
- "id": 831
- },
- {
- "name": "POPUP_LOST_MYST_FOOTER",
- "text": "分享它的内容\r\r与你的朋友!",
- "id": 832
- },
- {
- "name": "POPUP_LOST_BARREL",
- "text": "蜂蜜酒筒",
- "id": 833
- },
- {
- "name": "POPUP_LOST_BARREL_FOOTER",
- "text": "有一些饮料与您的朋友!",
- "id": 834
- },
- {
- "name": "POPUP_LOST_INJURED_TROLL",
- "text": "受伤的巨魔!",
- "id": 835
- },
- {
- "name": "POPUP_LOST_TROLL_FOOTER",
- "text": "告诉你的朋友,采纳吧!",
- "id": 836
- },
- {
- "name": "POPUP_LOST_GOLDEN_TOTEM",
- "text": "金色图腾!",
- "id": 837
- },
- {
- "name": "POPUP_LOST_TOTEM_FOOTER",
- "text": "把这礼物\r\r你的一些朋友!",
- "id": 838
- },
- {
- "name": "POPUP_MARKET_FOOTER",
- "text": "今天的交易次数:",
- "id": 839
- },
- {
- "name": "POPUP_NEWS_TITLE",
- "text": "每日新闻",
- "id": 840
- },
- {
- "name": "POPUP_NEWS_SEC_HINTS",
- "text": "提示和技巧:",
- "id": 841
- },
- {
- "name": "POPUP_NEWS_SEC_LATEST",
- "text": "最新消息",
- "id": 842
- },
- {
- "name": "POPUP_NEWS_SPECIAL_OFFERS",
- "text": "特价优惠及包",
- "id": 843
- },
- {
- "name": "POPUP_PROFILE_TITLE",
- "text": "球员简介",
- "id": 844
- },
- {
- "name": "POPUP_PROFILE_LBL_LEVEL",
- "text": "等级:",
- "id": 845
- },
- {
- "name": "POPUP_PROFILE_LBL_RANK",
- "text": "等级:",
- "id": 846
- },
- {
- "name": "POPUP_PROFILE_LBL_EMPNAME",
- "text": "帝国的名字:",
- "id": 847
- },
- {
- "name": "POPUP_PROFILE_LBL_VICTORIAS",
- "text": "胜利:",
- "id": 848
- },
- {
- "name": "POPUP_PROFILE_LBL_DERROTAS",
- "text": "/ 击败:",
- "id": 849
- },
- {
- "name": "POPUP_PROFILE_LBL_LASTCONN",
- "text": "持续:",
- "id": 850
- },
- {
- "name": "POPUP_PROFILE_LBL_COUNTRY",
- "text": "国家:",
- "id": 851
- },
- {
- "name": "POPUP_PROFILE_LBL_HONOR",
- "text": "荣誉点:",
- "id": 852
- },
- {
- "name": "POPUP_QUESTEND_TITLE",
- "text": "任务结果",
- "id": 853
- },
- {
- "name": "POPUP_QUESTEND_HEADER_1",
- "text": "黄金与经验",
- "id": 854
- },
- {
- "name": "POPUP_QUESTEND_BUT_RESULTS",
- "text": "结果",
- "id": 855
- },
- {
- "name": "POPUP_QUESTEND_BUT_USAVED",
- "text": "你的失去的单位",
- "id": 856
- },
- {
- "name": "POPUP_QUESTEND_MESSAGE1_WIN",
- "text": "祝贺你!与你的朋友分享!",
- "id": 857
- },
- {
- "name": "POPUP_QUESTEND_MESSAGE1_LOSE",
- "text": "对不起!再试一次!",
- "id": 858
- },
- {
- "name": "POPUP_QUESTEND_MESSAGE2",
- "text": "你想结束战斗?",
- "id": 859
- },
- {
- "name": "POPUP_QUESTEND_CHECK_REWARD",
- "text": "检查你收藏室中的奖励!",
- "id": 860
- },
- {
- "name": "POPUP_QUESTEND_GOLEM_DEFEATED",
- "text": "你击败了魔!",
- "id": 861
- },
- {
- "name": "POPUP_QUESTEND_YETI_DEFEATED",
- "text": "你击败了雪人!",
- "id": 862
- },
- {
- "name": "POPUP_QUESTEND_ROCKDRILLER_DEFEATED",
- "text": "你击败了rockdriller!",
- "id": 863
- },
- {
- "name": "POPUP_QUESTEND_EGG_DEFEATED",
- "text": "你使某人生气!\r\r快来!",
- "id": 864
- },
- {
- "name": "POPUP_QUESTEND_NO_CASUALTIES",
- "text": "- 没有单位失去",
- "id": 865
- },
- {
- "name": "POPUP_QUESTEND_WIN",
- "text": "算你厉害。",
- "id": 866
- },
- {
- "name": "POPUP_QUESTEND_LOSE",
- "text": "你还没完成!",
- "id": 867
- },
- {
- "name": "POPUP_QUESTEND_UNFINISHED",
- "text": "你还没完成!",
- "id": 868
- },
- {
- "name": "POPUP_RECOVER_TITLE",
- "text": "野战医院",
- "id": 869
- },
- {
- "name": "POPUP_RECRUITMENT_TITLE",
- "text": "征募新兵",
- "id": 870
- },
- {
- "name": "POPUP_RESOURCE_TITLE",
- "text": "盟军市场",
- "id": 871
- },
- {
- "name": "POPUP_RESOURCE_HEADER",
- "text": "选择你想要获得资源",
- "id": 872
- },
- {
- "name": "POPUP_YOUR_ARMY_TITLE",
- "text": "我的军队",
- "id": 873
- },
- {
- "name": "POPUP_NEWTOWN2_FOOTER",
- "text": "现在你可以开始你的帝国!\r\r与你的朋友分享!",
- "id": 874
- },
- {
- "name": "EXPAND_BUTTON_CAPTION",
- "text": "点击购买现在签扩大你的城市。",
- "id": 875
- },
- {
- "name": "NEWCAMP_BUTTON_CAPTION",
- "text": "需要6级才能开启世界。",
- "id": 876
- },
- {
- "name": "TROLLCAMP_BUTTON_CAPTION",
- "text": "玩一个全新的巨魔文明帝国!",
- "id": 877
- },
- {
- "name": "STORE_ICON_BUILDINGS",
- "text": "建筑",
- "id": 878
- },
- {
- "name": "STORE_ICON_DECORATIONS",
- "text": "装饰",
- "id": 879
- },
- {
- "name": "STORE_ICON_DEFENSE",
- "text": "防御",
- "id": 880
- },
- {
- "name": "STORE_ICON_ATTACK",
- "text": "攻击",
- "id": 881
- },
- {
- "name": "STORE_ICON_EXPAND",
- "text": "扩张",
- "id": 882
- },
- {
- "name": "STORE_ICON_STORAGE",
- "text": "储藏",
- "id": 883
- },
- {
- "name": "STORE_ICON_WONDERS",
- "text": "奇观",
- "id": 884
- },
- {
- "name": "STORE_ICON_NEWS",
- "text": "新品",
- "id": 885
- },
- {
- "name": "EXPLORATIONS_LOADING_WORLD",
- "text": "加载世界……",
- "id": 886
- },
- {
- "name": "AUX_OPEN_STORE",
- "text": "去商店",
- "id": 887
- },
- {
- "name": "AUX_BUY_FOR",
- "text": "买:",
- "id": 888
- },
- {
- "name": "INFOPOPUP_MARAVILLA_RECURSOS",
- "text": "一个想给你一个高质量的资源。",
- "id": 889
- },
- {
- "name": "INFOPOPUP_DEFENSIVE",
- "text": "防御结构",
- "id": 890
- },
- {
- "name": "INFOPOPUP_TRAIN",
- "text": "Allows you to train:",
- "id": 891
- },
- {
- "name": "INFOPOPUP_TRADE",
- "text": "你可以在这里交易资源。允许你得到较高贸易量。",
- "id": 892
- },
- {
- "name": "INFOPOPUP_REDUCE_COST",
- "text": "使您降低步兵,弓箭手和骑兵部队的成本。",
- "id": 893
- },
- {
- "name": "INFOPOPUP_ANIMALS_FOOD",
- "text": "把动物放入生产食品",
- "id": 894
- },
- {
- "name": "INFOPOPUP_VILLAGERS",
- "text": "把农民放入生产资源",
- "id": 895
- },
- {
- "name": "INFOPOPUP_HOUSE",
- "text": "房屋增加你的人口有更多的单位",
- "id": 896
- },
- {
- "name": "INFOPOPUP_RESOURCES",
- "text": "为你提供资源的周期。",
- "id": 897
- },
- {
- "name": "INFOPOPUP_EAGLES",
- "text": "允许你监视你的敌人。\r\r更高层次的健康给予更多的鹰",
- "id": 898
- },
- {
- "name": "POPUP_PACK_TITLE",
- "text": "购买包装",
- "id": 899
- },
- {
- "name": "POPUP_PACK_SUBTITLE",
- "text": "购买这个包吗?",
- "id": 900
- },
- {
- "name": "POPUP_MISTERY_TITLE",
- "text": "神秘盒包装",
- "id": 901
- },
- {
- "name": "POPUP_MISTERY_SUBTITLE",
- "text": "你可以得到下列之一!\r\r测试你的运气!",
- "id": 902
- },
- {
- "name": "POPUP_MISTERY_RARE",
- "text": "特殊",
- "id": 903
- },
- {
- "name": "POPUP_MISTERY_UNCOMMON",
- "text": "罕见的",
- "id": 904
- },
- {
- "name": "POPUP_MISTERY_COMMON",
- "text": "普通",
- "id": 905
- },
- {
- "name": "POPUP_GOTPACK_TITLE",
- "text": "祝贺你!",
- "id": 906
- },
- {
- "name": "POPUP_GOTPACK_SUBTITLE",
- "text": "你获得 #0#!\r请到储藏室确认!",
- "id": 907
- },
- {
- "name": "POPUP_FAV_TITLE",
- "text": "加入最爱",
- "id": 908
- },
- {
- "name": "POPUP_FAV_TEXT",
- "text": "Add Social Empires in your favourites!",
- "id": 909
- },
- {
- "name": "POPUP_GOAL_COMPLETED",
- "text": "你已完成任务:",
- "id": 910
- },
- {
- "name": "TUTORIAL_HOST_NAME_MALE",
- "text": "亚瑟",
- "id": 911
- },
- {
- "name": "TUTORIAL_HOST_NAME_FEMALE",
- "text": "吉尼维尔",
- "id": 912
- },
- {
- "name": "POPUP_QUESTEND_DRAGON_DEFEATED",
- "text": "你击败了深红的规模!",
- "id": 913
- },
- {
- "name": "POPUP_QUEST_DRAGON",
- "text": "打败龙!",
- "id": 914
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_GOLEM",
- "text": "危险的黄金傀儡!",
- "id": 916
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_GOLEM",
- "text": "邪恶势力派",
- "id": 917
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_GOLEM",
- "text": "金魔到你的帝国!",
- "id": 918
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_GOLEM",
- "text": "一个危险的金魔绑架了一名阿努比斯头像!帮助埃及战士救他!",
- "id": 919
- },
- {
- "name": "POPUP_CAMPAMENTO_TITULO_GOLEM",
- "text": "金魔下来!",
- "id": 920
- },
- {
- "name": "POPUP_CAMPAMENTO_CABECERA_1_GOLEM",
- "text": "你打败了",
- "id": 921
- },
- {
- "name": "POPUP_CAMPAMENTO_CABECERA_2_GOLEM",
- "text": "金色的傀儡!",
- "id": 922
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_GOLEM",
- "text": "现在救援阿努比斯头像!点击的避难所!",
- "id": 923
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_GOLEM",
- "text": "金魔下来!",
- "id": 924
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_GOLEM",
- "text": "作为回报,挽救他的生命,阿努比斯头像将会加入你的行列!",
- "id": 925
- },
- {
- "name": "QUEST_YETI_NEGRO",
- "text": "危险。黑色雪人斑点!",
- "id": 926
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_YETI_NEGRO",
- "text": "黑色雪人斑点!",
- "id": 927
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_YETI_NEGRO",
- "text": "维京探险家发现",
- "id": 928
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_YETI_NEGRO",
- "text": "黑色雪人!",
- "id": 929
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_YETI_NEGRO",
- "text": "维京探险家发现了一个黑色的雪人!帮助他们战胜它!",
- "id": 930
- },
- {
- "name": "POPUP_CAMPAMENTO_TITULO_YETI_NEGRO",
- "text": "黑色雪人!",
- "id": 931
- },
- {
- "name": "POPUP_CAMPAMENTO_CABECERA_1_YETI_NEGRO",
- "text": "你和你的海盗朋友打碎了",
- "id": 932
- },
- {
- "name": "POPUP_CAMPAMENTO_CABECERA_2_YETI_NEGRO",
- "text": "黑色雪人!",
- "id": 933
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_YETI_NEGRO",
- "text": "维京探险家发现了一个黑色的雪人!帮助他们战胜它!",
- "id": 934
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_YETI_NEGRO",
- "text": "打败黑色雪人!",
- "id": 935
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_YETI_NEGRO",
- "text": "斧头海盗将会加入你的行列为表感谢你的帮助!",
- "id": 936
- },
- {
- "name": "QUEST_VIBORA_GIGANTE",
- "text": "海王星会发疯!",
- "id": 937
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_VIBORA_GIGANTE",
- "text": "海王星会发疯!",
- "id": 938
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C1_VIBORA_GIGANTE",
- "text": "海王星有召集",
- "id": 939
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_C2_VIBORA_GIGANTE",
- "text": "GIANT VYPER!",
- "id": 940
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_VIBORA_GIGANTE",
- "text": "海王星,亚特兰提斯之王,召唤一个巨大的vyper征服你的帝国!杀了它在太晚之前!",
- "id": 941
- },
- {
- "name": "POPUP_CAMPAMENTO_TITULO_VIBORA_GIGANTE",
- "text": "Giant Vyper 被击败!",
- "id": 942
- },
- {
- "name": "POPUP_CAMPAMENTO_CABECERA_1_VIBORA_GIGANTE",
- "text": "你已经结束了",
- "id": 943
- },
- {
- "name": "POPUP_CAMPAMENTO_CABECERA_2_VIBORA_GIGANTE",
- "text": "GIANT VYPER!",
- "id": 944
- },
- {
- "name": "POPUP_CAMPAMENTO_PIE_VIBORA_GIGANTE",
- "text": "恭喜你,你征服了vYper巨人!点击它的巢!",
- "id": 945
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_VIBORA_GIGANTE",
- "text": "打败Giant Vyper !",
- "id": 946
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_VIBORA_GIGANTE",
- "text": "海王星无法打败你,回到了大海…再加上你已经找到了一个海豚喷泉在巢仍然!",
- "id": 947
- },
- {
- "name": "POPUP_MISION_FIREWORKS_TITULO",
- "text": "被盗的烟花!",
- "id": 948
- },
- {
- "name": "POPUP_MISION_FIREWORKS_FOOTER",
- "text": "巨魔偷了烟火从中国的营地时,大家正在睡觉!帮助他们找回它!",
- "id": 949
- },
- {
- "name": "POPUP_MISION_VIKBEER_TITULO",
- "text": "维京的麦酒!",
- "id": 950
- },
- {
- "name": "POPUP_MISION_VIKBEER_FOOTER",
- "text": "巨魔偷走了啤酒桶从你的vicking朋友!\r\r所以他们可以方再次找回它!",
- "id": 951
- },
- {
- "name": "POPUP_MISION_FIREWORKS_UNIT",
- "text": "我们会帮助你在这个任务!",
- "id": 952
- },
- {
- "name": "POPUP_MISION_VIKBEER_UNIT",
- "text": "啊!我们希望我们的啤酒回来!",
- "id": 953
- },
- {
- "name": "POPUP_MISION_FIREWORKS_TITULO_END",
- "text": "烟花检索!",
- "id": 954
- },
- {
- "name": "POPUP_MISION_VIKBEER_TITULO_END",
- "text": "啤酒检索!",
- "id": 955
- },
- {
- "name": "POPUP_MISION_FIREWORKS_FOOTER_END",
- "text": "中国战士和快乐又给你一个龙雕像,谢谢你的帮助!",
- "id": 956
- },
- {
- "name": "POPUP_MISION_VIKBEER_FOOTER_END",
- "text": "维京人是快乐的,可以再继续庆祝!他们给你一个海盗船,感谢你的帮助!",
- "id": 957
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA_END",
- "text": "公主获救!",
- "id": 958
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCESA_END",
- "text": "干得好!你救公主!她加入军队,谢谢你的帮助!",
- "id": 959
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS_END",
- "text": "弓箭手营救!",
- "id": 960
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS_END",
- "text": "真的。你救了三个弓箭手!他们现在加入你的队伍为表示感谢!",
- "id": 961
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS_END",
- "text": "士兵获救!",
- "id": 962
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS_END",
- "text": "你的准时到达!你救了士兵们被活活煮死!",
- "id": 963
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TESORO_END",
- "text": "宝石检索!",
- "id": 964
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TESORO_END",
- "text": "胜利!你的宝藏偷走的巨魔!",
- "id": 965
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS_END",
- "text": "营救农民!",
- "id": 966
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS_END",
- "text": "好的,你从某些死亡区救出村民!",
- "id": 967
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TROLL_END",
- "text": "巨魔救出!",
- "id": 968
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TROLL_END",
- "text": "BRAVO! 你设法挽救巨魔!他会帮你的!",
- "id": 969
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE_END",
- "text": "王子救了!",
- "id": 970
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE_END",
- "text": "好极了!你救了你的王子,你现在可以得到妥善管理,又帝国!",
- "id": 971
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_FUEGO_END",
- "text": "控制威尔斯!",
- "id": 972
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_FUEGO_END",
- "text": "可怕的!你重新控制你的威尔斯又是一个可以把火在田野和工厂!",
- "id": 973
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS_END",
- "text": "医士获救!",
- "id": 974
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS_END",
- "text": "很完美。你救疗愈者,和他们会加入你的队伍为表示感谢!",
- "id": 975
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA_END",
- "text": "控制矿山!",
- "id": 976
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PIEDRA_END",
- "text": "好的,你打败了巨魔和重新控制了石材矿山!",
- "id": 977
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS_END",
- "text": "盟军救出!",
- "id": 978
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALIADOS_END",
- "text": "辉煌的!你救出你的盟友,他们会帮助你对抗巨魔现在!",
- "id": 979
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES_END",
- "text": "动物拯救!",
- "id": 980
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ANIMALES_END",
- "text": "你做的!你救了动物和它们现在自由了!",
- "id": 981
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO_END",
- "text": "攻城武器检索!",
- "id": 982
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ASEDIO_END",
- "text": "你的攻城武器,现在你可以利用它们对你的敌人!",
- "id": 983
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA_END",
- "text": "神秘的解决!",
- "id": 984
- },
- {
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ESTATUA_END",
- "text": "雕像藏奸诈的骨架和你打败他们!",
- "id": 985
- },
- {
- "name": "POPUP_MISION_THEMUMMY_TITULO",
- "text": "THE DEATH PARAOH!",
- "id": 986
- },
- {
- "name": "POPUP_MISION_THEMUMMY_FOOTER",
- "text": "帮助egiptians取回权力宝石和防止邪恶牧师复活死者paraoh阿努比斯。",
- "id": 987
- },
- {
- "name": "POPUP_MISION_THEMUMMY_TITULO_END",
- "text": "木乃伊打败!",
- "id": 988
- },
- {
- "name": "POPUP_MISION_THEMUMMY_FOOTER_END",
- "text": "是的!你杀了木乃伊!埃及加入你的队伍,为谢谢你帮助他的人!",
- "id": 989
- },
- {
- "name": "POPUP_MISION_AZTECALTAR_TITULO",
- "text": "阿兹特克神!",
- "id": 990
- },
- {
- "name": "POPUP_MISION_AZTECALTAR_FOOTER",
- "text": "把羊献在祭坛上,而你为阿兹特克神把雨你的战场!",
- "id": 991
- },
- {
- "name": "POPUP_MISION_AZTECALTAR_TITULO_END",
- "text": "阿兹特克神听到你的愿望!",
- "id": 992
- },
- {
- "name": "POPUP_MISION_AZTECALTAR_FOOTER_END",
- "text": "阿兹特克神带雨的战场结束饥饿!",
- "id": 993
- },
- {
- "name": "POPUP_MISION_ELFOSARBOL_TITULO",
- "text": "自然危险!",
- "id": 994
- },
- {
- "name": "POPUP_MISION_ELFOSARBOL_FOOTER",
- "text": "帮助精灵消灭恶魔的雕塑,消耗的能源从生命树!",
- "id": 995
- },
- {
- "name": "POPUP_MISION_ELFOSARBOL_TITULO_END",
- "text": "自然保存!",
- "id": 996
- },
- {
- "name": "POPUP_MISION_ELFOSARBOL_FOOTER_END",
- "text": "干得好!你恢复自然平衡的树林。2个射手精灵加入您的队伍,作为证明的感激之情!",
- "id": 997
- },
- {
- "name": "POPUP_MISION_ELFOSARBOL_UNIT_SAY",
- "text": "我们在您的订单,为这一刻…",
- "id": 998
- },
- {
- "name": "POPUP_MISION_CHINOSDRAGON_TITULO",
- "text": "draggies愤怒!",
- "id": 999
- },
- {
- "name": "POPUP_MISION_CHINOSDRAGON_FOOTER",
- "text": "三draggies肆虐田野和房屋是你的帝国!打败他们才杀了人!",
- "id": 1000
- },
- {
- "name": "POPUP_MISION_CHINOSDRAGON_TITULO_END",
- "text": "draggies打败!",
- "id": 1001
- },
- {
- "name": "POPUP_MISION_CHINOSDRAGON_FOOTER_END",
- "text": "干得好!你击败了draggies,但愤怒的龙逃到巢岛!2感谢中国射箭运动员加入您的行列!",
- "id": 1002
- },
- {
- "name": "POPUP_MISION_CHINOSDRAGON_UNIT_SAY",
- "text": "帮助中国,与中国会奖励你!",
- "id": 1003
- },
- {
- "name": "POPUP_MISION_CHINOSDRAGON_BOSS_SAY",
- "text": "你无法击败我!我会等着你我的岛上…\r\r如果你敢,吧!!",
- "id": 1004
- },
- {
- "name": "POPUP_MISION_NEPTUCLEOPATRA_TITULO",
- "text": "海王星在爱!",
- "id": 1005
- },
- {
- "name": "POPUP_MISION_NEPTUCLEOPATRA_FOOTER",
- "text": "Nept uno救出克娄巴特拉从沉船,现在他已爱上她!帮助egiptians救她!",
- "id": 1006
- },
- {
- "name": "POPUP_MISION_NEPTUCLEOPATRA_TITULO_END",
- "text": "克利奥帕特拉获救!",
- "id": 1007
- },
- {
- "name": "POPUP_MISION_NEPTUCLEOPATRA_FOOTER_END",
- "text": "干得好!海王星有逃到他的住所在神秘岛…跟随他,打败他的军队为好!",
- "id": 1008
- },
- {
- "name": "POPUP_MISION_NEPTUCLEOPATRA_UNIT_SAY",
- "text": "帮助我们拯救我们的女王!",
- "id": 1009
- },
- {
- "name": "POPUP_MISION_ELFOSENT_TITULO",
- "text": "恶人耳鼻喉科!",
- "id": 1010
- },
- {
- "name": "POPUP_MISION_ELFOSENT_FOOTER",
- "text": "耳鼻喉科已被地狱的追随者!帮助精灵把他从法术!",
- "id": 1011
- },
- {
- "name": "POPUP_MISION_ELFOSENT_TITULO_END",
- "text": "耳鼻喉科免费!",
- "id": 1012
- },
- {
- "name": "POPUP_MISION_ELFOSENT_FOOTER_END",
- "text": "你已经摧毁了地狱的仆人和耳鼻喉科现在是免费的!为了表达感激之情,而精灵德鲁伊加入你们的队伍!",
- "id": 1013
- },
- {
- "name": "POPUP_MISION_ELFOSENT_UNIT_SAY",
- "text": "让自由从恶魔法术的耳鼻喉科!",
- "id": 1014
- },
- {
- "name": "POPUP_MISION_TESOROATLANTE_TITULO",
- "text": "阿兹特克财富!",
- "id": 1015
- },
- {
- "name": "POPUP_MISION_TESOROATLANTE_FOOTER",
- "text": "帮助阿兹特克人取回自己的宝藏,偷走了亚特兰蒂斯的沉船赫尔南议会!",
- "id": 1016
- },
- {
- "name": "POPUP_MISION_TESOROATLANTE_TITULO_END",
- "text": "珍宝检索!",
- "id": 1017
- },
- {
- "name": "POPUP_MISION_TESOROATLANTE_FOOTER_END",
- "text": "万岁!你帮了阿兹特克人找回了他们的宝物,他们给你一个阿兹特克老板雕塑回报您的努力!",
- "id": 1018
- },
- {
- "name": "POPUP_MISION_TESOROATLANTE_UNIT_SAY",
- "text": "帮助我们恢复我们的宝藏!",
- "id": 1019
- },
- {
- "name": "POPUP_MISION_BALROG_TITULO",
- "text": "可怕的炎魔!",
- "id": 1020
- },
- {
- "name": "POPUP_MISION_BALROG_FOOTER",
- "text": "魔鬼部队派遣炎魔自己打败你的帝国!地狱外人会加入你,打败他和他的军队!",
- "id": 1021
- },
- {
- "name": "POPUP_MISION_BALROG_TITULO_END",
- "text": "炎魔逃跑了!",
- "id": 1022
- },
- {
- "name": "POPUP_MISION_BALROG_FOOTER_END",
- "text": "祝贺你!炎魔逃声称复仇!地狱的局外人将会加入你的行列,帮助你发现邪恶的力量!",
- "id": 1023
- },
- {
- "name": "POPUP_MISION_BALROG_UNIT_SAY",
- "text": "我们会帮助您战胜炎魔!",
- "id": 1024
- },
- {
- "name": "POPUP_MISION_MAGOSCORRUPTOS_TITULO",
- "text": "邪恶的巫师!",
- "id": 1025
- },
- {
- "name": "POPUP_MISION_MAGOSCORRUPTOS_FOOTER",
- "text": "一群巫师偷走宝珠的犯规。检索在肆虐你的帝国!",
- "id": 1026
- },
- {
- "name": "POPUP_MISION_MAGOSCORRUPTOS_TITULO_END",
- "text": "邪恶的巫师击败!",
- "id": 1027
- },
- {
- "name": "POPUP_MISION_MAGOSCORRUPTOS_FOOTER_END",
- "text": "你是最棒的!你取回宝珠的权力和打败了犯规向导。红色精灵可以挽救他的疯狂和加入你的队伍!",
- "id": 1028
- },
- {
- "name": "POPUP_MISION_MAGOSCORRUPTOS_UNIT_SAY",
- "text": "WIZARDSLOCOS DEFEATED!",
- "id": 1029
- },
- {
- "name": "POPUP_MISION_PERFORARROCAS_TITULO",
- "text": "救命啊。rockdriller在这里!",
- "id": 1030
- },
- {
- "name": "POPUP_MISION_PERFORARROCAS_FOOTER",
- "text": "帮助阿兹特克战士打败rockdriller!消灭蛇雕塑!",
- "id": 1031
- },
- {
- "name": "POPUP_MISION_PERFORARROCAS_TITULO_END",
- "text": "rockdriller逃走的!",
- "id": 1032
- },
- {
- "name": "POPUP_MISION_PERFORARROCAS_FOOTER_END",
- "text": "你做的!该rockdriller逃到矿物岛现在你是拯救帝国!阿兹特克武士加入您的队伍,以表达他们的感激之情!",
- "id": 1033
- },
- {
- "name": "POPUP_MISION_PERFORARROCAS_UNIT_SAY",
- "text": "让我们打败它!",
- "id": 1034
- },
- {
- "name": "POPUP_MISION_DEMONPORTAL_TITULO",
- "text": "恶魔的门户!",
- "id": 1035
- },
- {
- "name": "POPUP_MISION_DEMONPORTAL_FOOTER",
- "text": "一些恶魔的门户都出现在你的帝国!杀死恶魔,交叉,摧毁所有的门!",
- "id": 1036
- },
- {
- "name": "POPUP_MISION_DEMONPORTAL_TITULO_END",
- "text": "门户的破坏",
- "id": 1037
- },
- {
- "name": "POPUP_MISION_DEMONPORTAL_FOOTER_END",
- "text": "太好了。你打败了所有的恶魔和毁灭的门户!你的帝国是现在保存!",
- "id": 1038
- },
- {
- "name": "POPUP_SUPER_MISTERY_TITLE",
- "text": "超级神秘盒包装",
- "id": 1039
- },
- {
- "name": "POPUP_SUPER_MISTERY_HEADER",
- "text": "#0# 可能奖",
- "id": 1040
- },
- {
- "name": "POPUP_SUPER_MISTERY_HEADER_DONE",
- "text": "祝贺你!,你赢了:",
- "id": 1041
- },
- {
- "name": "POPUP_SUPER_MISTERY_FOOTER",
- "text": "你会发现你的奖品在储藏室!",
- "id": 1042
- },
- {
- "name": "POPUP_SUPER_MISTERY_GRANTED",
- "text": "罕见的奖,保证!",
- "id": 1043
- },
- {
- "name": "POPUP_QUEST_INFO_TITLE",
- "text": "第 #0# 章",
- "id": 1044
- },
- {
- "name": "POPUP_CEMENTERIO_TITULO",
- "text": "墓地",
- "id": 1045
- },
- {
- "name": "POPUP_CEMENTERIO_DESCRIPCION",
- "text": "在这里你可以使战斗中失去的单位复活!",
- "id": 1046
- },
- {
- "name": "POPUP_CEMENTERIO_SIN_MUERTOS",
- "text": "你没有死去的单位!",
- "id": 1047
- },
- {
- "name": "POPUP_CEMENTERIO_AVAILABLE",
- "text": "可用的",
- "id": 1048
- },
- {
- "name": "POPUP_CEMENTERIO_POCIONES",
- "text": "复活药水",
- "id": 1049
- },
- {
- "name": "POPUP_CEMENTERIO_RESUCITAR_POR",
- "text": "Resurrect for",
- "id": 1050
- },
- {
- "name": "AUX_PEDIR",
- "text": "请求",
- "id": 1051
- },
- {
- "name": "TOOLTIP_ASK_ACHIEVEMENTS",
- "text": "更多的成就",
- "id": 1052
- },
- {
- "name": "POPUP_ALL_UNITS_TITLE",
- "text": "单位收藏",
- "id": 1053
- },
- {
- "name": "POPUP_ALL_UNITS_OBTAINED",
- "text": "获得单位",
- "id": 1054
- },
- {
- "name": "CATEGORY_SWORDS",
- "text": "剑士",
- "id": 1055
- },
- {
- "name": "CATEGORY_ARCHERS",
- "text": "弓箭手",
- "id": 1056
- },
- {
- "name": "CATEGORY_ARCHERS_II",
- "text": "弓箭手 II",
- "id": 1057
- },
- {
- "name": "CATEGORY_KNIGHTS",
- "text": "骑士",
- "id": 1058
- },
- {
- "name": "CATEGORY_KNIGHTS_II",
- "text": "骑士 II",
- "id": 1059
- },
- {
- "name": "CATEGORY_SUPPORT_UNITS",
- "text": "支持单位",
- "id": 1060
- },
- {
- "name": "CATEGORY_SPECIAL_COMBAT_UNITS",
- "text": "特种作战部队",
- "id": 1061
- },
- {
- "name": "CATEGORY_WIZARDS",
- "text": "向导",
- "id": 1062
- },
- {
- "name": "CATEGORY_CASTLES",
- "text": "城堡的单位",
- "id": 1063
- },
- {
- "name": "CATEGORY_DRAGGIES",
- "text": "DRAGGIES",
- "id": 1064
- },
- {
- "name": "CATEGORY_SIEGE_WEAPONS",
- "text": "攻城武器",
- "id": 1065
- },
- {
- "name": "CATEGORY_SIEGE_WEAPONS_II",
- "text": "攻城武器 II",
- "id": 1066
- },
- {
- "name": "CATEGORY_MYTH_I",
- "text": "奇人 I",
- "id": 1067
- },
- {
- "name": "CATEGORY_HEROES",
- "text": "英雄",
- "id": 1068
- },
- {
- "name": "CATEGORY_HEROES_II",
- "text": "英雄 II",
- "id": 1069
- },
- {
- "name": "CATEGORY_TROLLS_I",
- "text": "巨魔 I",
- "id": 1070
- },
- {
- "name": "CATEGORY_TROLLS_II",
- "text": "巨魔 II",
- "id": 1071
- },
- {
- "name": "CATEGORY_TROLLS_III",
- "text": "巨魔 III",
- "id": 1072
- },
- {
- "name": "CATEGORY_TROLL_SIEGE_WEAPONS",
- "text": "巨魔攻城武器",
- "id": 1073
- },
- {
- "name": "CATEGORY_VIKINGS",
- "text": "海盗",
- "id": 1074
- },
- {
- "name": "CATEGORY_CHINESE_AZTEC",
- "text": "中国与阿兹特克",
- "id": 1075
- },
- {
- "name": "CATEGORY_EGYPTIANS",
- "text": "EGIPTIANS",
- "id": 1076
- },
- {
- "name": "CATEGORY_ATLANTIS",
- "text": "亚特兰蒂斯",
- "id": 1077
- },
- {
- "name": "CATEGORY_ELVES_I",
- "text": "侏儒 I",
- "id": 1078
- },
- {
- "name": "CATEGORY_ELVES_II",
- "text": "侏儒 II",
- "id": 1079
- },
- {
- "name": "CATEGORY_GOLEMS",
- "text": "傀儡",
- "id": 1080
- },
- {
- "name": "CATEGORY_INFERNO",
- "text": "地狱",
- "id": 1081
- },
- {
- "name": "CATEGORY_CELESTIAL",
- "text": "天神",
- "id": 1082
- },
- {
- "name": "CATEGORY_CELESTIAL_II",
- "text": "天神 II",
- "id": 1083
- },
- {
- "name": "CATEGORY_DRAGONS",
- "text": "龙",
- "id": 1084
- },
- {
- "name": "CATEGORY_BEAST_UNITS",
- "text": "牲畜单位",
- "id": 1085
- },
- {
- "name": "CATEGORY_UNITS_WITHOUT_ATTACKS",
- "text": "单位 W/ 攻击",
- "id": 1086
- },
- {
- "name": "CATEGORY_WINGED",
- "text": "飞行的",
- "id": 1087
- },
- {
- "name": "CATEGORY_PETS",
- "text": "宠物",
- "id": 1088
- },
- {
- "name": "CATEGORY_MONSTERS",
- "text": "怪物",
- "id": 1089
- },
- {
- "name": "CATEGORY_SPECIAL_UNITS_I",
- "text": "特殊单位 I",
- "id": 1090
- },
- {
- "name": "CATEGORY_SPECIAL_UNITS_II",
- "text": "特殊单位 II",
- "id": 1091
- },
- {
- "name": "CATEGORY_HEROES_III",
- "text": "英雄 III",
- "id": 1092
- },
- {
- "name": "POPUP_CRIADERO_TITULO",
- "text": "龙巢",
- "id": 1093
- },
- {
- "name": "POPUP_CRIADERO_PROGRESO",
- "text": "进展",
- "id": 1094
- },
- {
- "name": "POPUP_CRIADERO_TERMINADO_EN",
- "text": "完成的",
- "id": 1095
- },
- {
- "name": "POPUP_CRIADERO_AVANZAR_TIEMPO",
- "text": "为 #0# 加快速度",
- "id": 1096
- },
- {
- "name": "POPUP_CRIADERO_CUIDAR",
- "text": "照顾",
- "id": 1097
- },
- {
- "name": "POPUP_CRIADERO_ALIMENTAR",
- "text": "喂养",
- "id": 1098
- },
- {
- "name": "POPUP_CRIADERO_OBTENER",
- "text": "获得龙!",
- "id": 1099
- },
- {
- "name": "STORE_EDIFICIO_CEMENTERIO",
- "text": "\r\r在这里你可以使在战斗失去的单位复活!",
- "id": 1100
- },
- {
- "name": "STORE_EDIFICIO_CRIADERO_DRAGON",
- "text": "\r\r\r发展自己的龙!",
- "id": 1101
- },
- {
- "name": "POPUP_CRIADERO_TRAINING",
- "text": "训练",
- "id": 1102
- },
- {
- "name": "POPOVER_FRIEND_BUTTON_VISIT",
- "text": "访问",
- "id": 1103
- },
- {
- "name": "POPOVER_FRIEND_BUTTON_ATTACK",
- "text": "攻击!",
- "id": 1104
- },
- {
- "name": "POPOVER_FRIEND_BUTTON_SEND_GIFT",
- "text": "送礼物",
- "id": 1105
- },
- {
- "name": "TOOLTIP_OFFER_BUTTON",
- "text": "提供的!",
- "id": 1106
- },
- {
- "name": "POPUP_GRAVEYARD_HELP_TITLE",
- "text": "如果你在战斗中失去单位,你可以让他们在墓地复活!",
- "id": 1107
- },
- {
- "name": "POPUP_GRAVEYARD_HELP_1",
- "text": "一个像你的死单位和他们的号码显示。",
- "id": 1108
- },
- {
- "name": "POPUP_GRAVEYARD_HELP_2",
- "text": "复活死去的单位成本的一半,其原始价格。",
- "id": 1109
- },
- {
- "name": "POPUP_GRAVEYARD_HELP_3",
- "text": "点击右边的按钮下面的肖像的单位恢复使用黄金,食物或现金。",
- "id": 1110
- },
- {
- "name": "POPUP_GRAVEYARD_HELP_4",
- "text": "你也可以复活单位与药剂。",
- "id": 1111
- },
- {
- "name": "POPUP_GRAVEYARD_HELP_5",
- "text": "请你的朋友向您发送药剂使用“请求”按钮在右下!",
- "id": 1112
- },
- {
- "name": "POPUP_GRAVEYARD_HELP_6",
- "text": "一旦你有足够的药水,复活的单位,左边的按钮画像下方 (药剂) 将突出。",
- "id": 1113
- },
- {
- "name": "POPUP_GRAVEYARD_HELP_7",
- "text": "点击按钮的药水恢复单元!",
- "id": 1114
- },
- {
- "name": "POPUP_METEO_NUBES",
- "text": "多云的天空",
- "id": 1115
- },
- {
- "name": "POUP_SUPER_MISTERY_CIVILIZATION_TITLE",
- "text": "包的文明",
- "id": 1116
- },
- {
- "name": "ISLANDS_PROGRESS",
- "text": "征服的领土的进展",
- "id": 1117
- },
- {
- "name": "ISLANDS_NO_MORE_ATTACKS",
- "text": "你没有更多的攻击",
- "id": 1118
- },
- {
- "name": "ISLANDS_ATTACKS_LEFT",
- "text": "攻击:",
- "id": 1119
- },
- {
- "name": "ISLANDS_SPIES_LEFT",
- "text": "鹰离开:",
- "id": 1120
- },
- {
- "name": "ISLANDS_SELECT_ISLAND",
- "text": "选择岛:",
- "id": 1121
- },
- {
- "name": "ISLANDS_WINNER_FIRST_ISLAND",
- "text": "太神了!!!你做的!!!你是国王的社会帝国!!!\r\r这是你应得的报酬等富有传奇色彩的惊人的胜利!!!(看建造“存储)",
- "id": 1122
- },
- {
- "name": "ISLANDS_PROGRESS_NEXT_ISLAND",
- "text": "恭喜你,你打败了所有玩家对你的小岛!你进展到下一个!\r\r你的行为值得一个好奖!(看建造 > 储藏)",
- "id": 1123
- },
- {
- "name": "ISLANDS_HELP_TITLE",
- "text": "帮助",
- "id": 1124
- },
- {
- "name": "ISLANDS_HELP_TEXT",
- "text": "-征服其余敌人的帝国在您的海岛前进到下一个!\r\r-你也可以攻击球员来自其他岛屿得到大量的经验和金币!\r\r-每次你征服岛你赚了1现金和一个单位!\r\r-努力使它岛1和赢得惊人的奖品的路上!",
- "id": 1125
- },
- {
- "name": "QUESTS_ISLANDS_HELP_TITLE",
- "text": "",
- "id": 1126
- },
- {
- "name": "QUESTS_ISLANDS_HELP_TEXT",
- "text": "",
- "id": 1127
- },
- {
- "name": "ISLANDS_WINNER_FIRST_ISLAND_TITLE",
- "text": "世界之王!!!",
- "id": 1128
- },
- {
- "name": "ISLANDS_PROGRESS_NEXT_ISLAND_TITLE",
- "text": "国王的岛屿!!!",
- "id": 1129
- },
- {
- "name": "ISLANDS_WAITING",
- "text": "等待更多的玩家…5分钟后回来!",
- "id": 1130
- },
- {
- "name": "ALERT_NO_MORE_ATTACKS",
- "text": "你没有更多的攻击",
- "id": 1131
- },
- {
- "name": "BUTTON_REVENGE",
- "text": "复仇!!",
- "id": 1132
- },
- {
- "name": "POPUP_CRIADERO_MONSTERS_OBTENER",
- "text": "获得怪物!",
- "id": 1133
- },
- {
- "name": "POPUP_CRIADERO_MONSTERS_TITULO",
- "text": "怪物育种巢",
- "id": 1134
- },
- {
- "name": "STORE_EDIFICIO_MONSTERS_NEST",
- "text": "\r\r\r培育自己的怪物!",
- "id": 1135
- },
- {
- "name": "POPUP_QUEST_DRAGON_2",
- "text": "战胜致命龙与鸡蛋!!",
- "id": 1136
- },
- {
- "name": "POPUP_QUESTEND_DRAGON2_DEFEATED",
- "text": "你打败了凶恶的龙!!",
- "id": 1137
- },
- {
- "name": "POPUP_UNIT_COLLECTION_COMPLETE_TITLE",
- "text": "收集完成!",
- "id": 1138
- },
- {
- "name": "POPUP_UNIT_COLLECTION_COMPLETE_TEXT",
- "text": "You have completed a collection and here is your reward!",
- "id": 1139
- },
- {
- "name": "ALERT_UNIT_COLLECTION_COMPLETED",
- "text": "你已经完成了一个单位收藏!\r\r去礼品>单位要求你的奖励!",
- "id": 1140
- },
- {
- "name": "CATEGORY_SPECIAL_UNITS_III",
- "text": "特殊单位 III",
- "id": 1141
- },
- {
- "name": "CATEGORY_WIZARDS_II",
- "text": "向导 II",
- "id": 1142
- },
- {
- "name": "CATEGORY_HALLOWEEN",
- "text": "万圣节前夕",
- "id": 1143
- },
- {
- "name": "CATEGORY_HALLOWEEN_II",
- "text": "万圣节前夕 II",
- "id": 1144
- },
- {
- "name": "CATEGORY_MYTHOLOGICAL",
- "text": "天神",
- "id": 1145
- },
- {
- "name": "CATEGORY_MYTHOLOGICAL_II",
- "text": "天神 II",
- "id": 1146
- },
- {
- "name": "CATEGORY_2HEAD_DRAGONS",
- "text": "龙 II",
- "id": 1147
- },
- {
- "name": "CATEGORY_MONSTERS_II",
- "text": "怪物 II",
- "id": 1148
- },
- {
- "name": "CATEGORY_T_REX",
- "text": "暴龙",
- "id": 1149
- },
- {
- "name": "POPUP_SURVIVAL_MODE_TITLE",
- "text": "生存模式!!",
- "id": 1150
- },
- {
- "name": "POPUP_SURVIVAL_MODE_TEXT",
- "text": "-保护中央文物从敌人的攻击!\r\r抗尽可能多的时间和赢得一个单元!\r\r-你的军队将由30个你最强大的单位!!\r\r-提示:第一次打败老板停止8个方向的敌人产卵!\r\r-你不会失去任何单位玩这个游戏模式!!:)\r\r如果你战胜时间和赢得一个单位,检查存储得到它!\r\r-打败你的最佳时间,把照片发给我们的论坛!",
- "id": 1151
- },
- {
- "name": "SURVIVAL_BEEN_ATTACKED",
- "text": "敌人正在攻击你的遗迹!!!",
- "id": 1152
- },
- {
- "name": "SURVIVAL_BEEN_DESTROYED",
- "text": "你的遗迹被毁坏!!!",
- "id": 1153
- },
- {
- "name": "SURVIVAL_BEST_TIME",
- "text": "最佳时间: #0#",
- "id": 1154
- },
- {
- "name": "SURVIVAL_NEXT_LIFE",
- "text": "Next life in #0#",
- "id": 1155
- },
- {
- "name": "SURVIVAL_SURVIVE_AND_WIN",
- "text": "生存和获胜",
- "id": 1156
- },
- {
- "name": "SURVIVAL_MINUTES",
- "text": "分钟",
- "id": 1157
- },
- {
- "name": "SURVIVAL_UNIT",
- "text": "单位",
- "id": 1158
- },
- {
- "name": "SURVIVAL_AVAILABLE",
- "text": "提供的",
- "id": 1159
- },
- {
- "name": "SURVIVAL_COMING_SOON",
- "text": "即将来临的",
- "id": 1160
- },
- {
- "name": "SURVIVAL_MAP1",
- "text": "损坏的埃及",
- "id": 1161
- },
- {
- "name": "SURVIVAL_MAP2",
- "text": "先帖",
- "id": 1162
- },
- {
- "name": "SURVIVAL_MAP3",
- "text": "围攻天堂",
- "id": 1163
- },
- {
- "name": "SURVIVAL_MAP4",
- "text": "冷冻领域",
- "id": 1164
- },
- {
- "name": "SURVIVAL_MAP5",
- "text": "失去的土地",
- "id": 1165
- },
- {
- "name": "POPUP_SURVIVAL_SELECT_MAP",
- "text": "选择地图",
- "id": 1166
- },
- {
- "name": "POPUP_SURVIVAL_BUY_LIFE_FOR",
- "text": "Buy life for",
- "id": 1167
- },
- {
- "name": "SURVIVAL_RESULT_WIN_TITLE",
- "text": "干得好!!",
- "id": 1168
- },
- {
- "name": "SURVIVAL_RESULT_WIN_TEXT",
- "text": "你赢得了一个奖!",
- "id": 1169
- },
- {
- "name": "SURVIVAL_RESULT_LOOSE_TITLE",
- "text": "再试一次",
- "id": 1170
- },
- {
- "name": "SURVIVAL_RESULT_LOOSE_TEXT",
- "text": "你的生存时间",
- "id": 1171
- },
- {
- "name": "SURVIVAL_USER_EXIT",
- "text": "你确定要退出生存地图?",
- "id": 1172
- },
- {
- "name": "SURVIVAL_MINUTES_REWARD",
- "text": "#0# min.",
- "id": 1173
- },
- {
- "name": "SURVIVAL_UNLOCK_FOR",
- "text": "解锁",
- "id": 1174
- },
- {
- "name": "SURVIVAL_BOSS_COMING",
- "text": "第 #0# BOSS到来!!",
- "id": 1175
- },
- {
- "name": "SURVIVAL_WAVE_COMING",
- "text": "第 #0# 波敌人到来!!",
- "id": 1176
- },
- {
- "name": "SURVIVAL_BUILDING_INFO",
- "text": "你可以进入生存模式!",
- "id": 1177
- },
- {
- "name": "POPUP_PVP_BUY_TERRITORY_TITLE",
- "text": "征服的领土",
- "id": 1178
- },
- {
- "name": "POPUP_PVP_BUY_TERRITORY_TEXT",
- "text": "你想征服这片领土?",
- "id": 1179
- },
- {
- "name": "STORE_EDIFICIO_SURVIVAL_ARENA",
- "text": "让你玩生存的竞技场模式!",
- "id": 1180
- },
- {
- "name": "UNIT_WAREHOUSE_HELP_TITLE",
- "text": "THE UNIT WAREHOUSE",
- "id": 1181
- },
- {
- "name": "UNIT_WAREHOUSE_HELP_TEXT",
- "text": "-让你单位安全的仓库!\r\r-没有需要牺牲你的单位因为缺乏空间!\r\r点击一个单位在地图上点击仓库存储。\r\r-点击一个单位的肖像放在你的地图。\r\r-你可以购买更多的空间高达200槽!!",
- "id": 1182
- },
- {
- "name": "STORE_EDIFICIO_WAREHOUSE",
- "text": "这允许你存储20个单位…及更多!!",
- "id": 1183
- },
- {
- "name": "ERROR_TIME_HACK",
- "text": "我们的服务器已检测到非法操作。现在将刷新页面。",
- "id": 1184
- },
- {
- "name": "TOURNAMENT_GAME_MODE",
- "text": "联赛",
- "id": 1185
- },
- {
- "name": "POPUP_LOADING_TOURNAMENT_TITLE",
- "text": "去比赛",
- "id": 1186
- },
- {
- "name": "POPUP_LOADING_TOURNAMENT_TEXT",
- "text": "",
- "id": 1187
- },
- {
- "name": "TOURNAMENT_RESULT_WIN_TITLE",
- "text": "YOU WON BY FAR!",
- "id": 1188
- },
- {
- "name": "TOURNAMENT_RESULT_WIN_TEXT",
- "text": "祝贺你!你的分数:",
- "id": 1189
- },
- {
- "name": "TOURNAMENT_RESULT_LOSE_TITLE",
- "text": "你输了!",
- "id": 1190
- },
- {
- "name": "TOURNAMENT_RESULT_LOSE_TEXT",
- "text": "You'll have more luck next time!\nYou scored:",
- "id": 1191
- },
- {
- "name": "TOURNAMENT_ROOM_READY_TEXT",
- "text": "准备比赛!",
- "id": 1192
- },
- {
- "name": "TOURNAMENT_ROOM_READY_HELP",
- "text": "点击“开始”开始",
- "id": 1193
- },
- {
- "name": "TOURNAMENT_RESULTS_LBL_SCORETABLE",
- "text": "积分榜",
- "id": 1194
- },
- {
- "name": "TOURNAMENT_RESULTS_LBL_PLAYEDMATCHES",
- "text": "比赛",
- "id": 1195
- },
- {
- "name": "AUX_SCORE",
- "text": "得分",
- "id": 1196
- },
- {
- "name": "AUX_ATTACKER_WON",
- "text": "攻击者获得",
- "id": 1197
- },
- {
- "name": "AUX_ATTACKER_LOST",
- "text": "攻击者失去",
- "id": 1198
- },
- {
- "name": "AUX_START",
- "text": "开始",
- "id": 1199
- },
- {
- "name": "TOURNAMENT_RESULTS_MRESULT_PENDING",
- "text": "Pending",
- "id": 1200
- },
- {
- "name": "TOURNAMENT_RESULTS_LBL_TEAM",
- "text": "#0#'的团队",
- "id": 1201
- },
- {
- "name": "AUX_RESULTS",
- "text": "结果",
- "id": 1202
- },
- {
- "name": "TOURNAMENT_RESULTS_ENDS_IN",
- "text": "比赛结束:",
- "id": 1203
- },
- {
- "name": "AUX_MATCHES",
- "text": "Matches",
- "id": 1204
- },
- {
- "name": "TOURNAMENT_MATCHES_TITLE",
- "text": "#0#'s Matches",
- "id": 1205
- },
- {
- "name": "AUX_TIME",
- "text": "时间",
- "id": 1206
- },
- {
- "name": "TOURNAMENT_LEVEL",
- "text": "等级 #0#",
- "id": 1207
- },
- {
- "name": "TOURNAMENT_FINISHED",
- "text": "比赛结束!",
- "id": 1208
- },
- {
- "name": "TOURNAMENT_LOSE",
- "text": "\r\r对不起,你输了比赛!\r\r不要放弃,再试,令人惊讶的奖品等你!",
- "id": 1209
- },
- {
- "name": "TOURNAMENT_WIN",
- "text": "\r\r祝贺你!你赢了这场比赛!\r\r搜索你的奖励在您的存储!",
- "id": 1210
- },
- {
- "name": "YOUR_TEAM",
- "text": "你的团队",
- "id": 1211
- },
- {
- "name": "TOURNAMENT_YOU_CAN_FIGHT_WITH_20_UNITS",
- "text": "\r你可以选择多达20个单位。\r\r你肯定要辞职吗?",
- "id": 1212
- },
- {
- "name": "TOURNAMENT_YOU_CAN_NOT_ENTER_WITHOUT_UNITS",
- "text": "\r你不能进入比赛没有任何单位。\r\r选择你的团队。",
- "id": 1213
- },
- {
- "name": "TOURNAMENT_YOU_TEAM_HAS_NOT_MAXIUM_UNITS",
- "text": "你没有选择的最大单位允许尚未。",
- "id": 1214
- },
- {
- "name": "STORE_EDIFICIO_WONDER_CASH",
- "text": "这个奇迹每一天为你提供1的现金!",
- "id": 1215
- },
- {
- "name": "CATEGORY_ORIGINAL_BEASTS",
- "text": "原始怪兽",
- "id": 1216
- },
- {
- "name": "CATEGORY_MONSTERS_III",
- "text": "怪物 III",
- "id": 1217
- },
- {
- "name": "CATEGORY_MYTHOLOGICAL_III",
- "text": "天神 III",
- "id": 1218
- },
- {
- "name": "CATEGORY_MYTHOLOGICAL_IV",
- "text": "天神 IV",
- "id": 1219
- },
- {
- "name": "CATEGORY_DRAGONS_II",
- "text": "龙 II",
- "id": 1220
- },
- {
- "name": "MOROCCO_DEALER_TITLE",
- "text": "提供交易",
- "id": 1221
- },
- {
- "name": "MOROCCO_DEALER_TEXT",
- "text": "你可以讨价还价,这个提议!\r\r但不要让你的经销商生气!",
- "id": 1222
- },
- {
- "name": "MOROCCO_DEALER_NEGOTIATE_TEXT",
- "text": "好的,你赢了!让我们有折扣…",
- "id": 1223
- },
- {
- "name": "MOROCCO_DEALER_BYE",
- "text": "经销商说:你骗了太多!!!再见。",
- "id": 1224
- },
- {
- "name": "MOROCCO_DEALER_BTN_NEGOTIATE",
- "text": "交易",
- "id": 1225
- },
- {
- "name": "MOROCCO_DEALER_BTN_BUY",
- "text": "购买",
- "id": 1226
- },
- {
- "name": "MOROCCO_DEALER_BTN_NEXT",
- "text": "下一个提议",
- "id": 1227
- },
- {
- "name": "TOURNAMENT_LEAVE",
- "text": "离开比赛",
- "id": 1228
- },
- {
- "name": "TOURNAMENT_HELP_TITLE",
- "text": "比赛的帮助",
- "id": 1229
- },
- {
- "name": "TOURNAMENT_HELP_TEXT",
- "text": "\r-你不会失去任何单位玩这个游戏模式!\r\r-对阵3名球员和比赛的胜利!\r\r-比赛将结束时,所有的球员都在比赛或24小时有间隔。\r\r-如果你赢得比赛你会有奇妙的奖励!\r\r目前,这些部队不能在比赛模式:#0#",
- "id": 1230
- },
- {
- "name": "TOURNAMENT_LEAVE_CONFIRM_TEXT",
- "text": "\r\r你确定你要退出比赛吗?\r\r你将失去所有的战斗了…",
- "id": 1231
- },
- {
- "name": "TOURNAMENT_LEAVE_INSIDE_MATCH_CONFIRM_TEXT",
- "text": "你确定你想逃跑?",
- "id": 1232
- },
- {
- "name": "TOURNAMENT_MAX_COMPLEX_UNITS",
- "text": "你可以选择超过 #0# 的龙, 神和巨人一起玩的比赛",
- "id": 1233
- },
- {
- "name": "TOURNAMENT_PLAYER",
- "text": "Player #0#",
- "id": 1234
- },
- {
- "name": "TOURNAMENT_UNITS_LEFT",
- "text": "剩下 #0# 单位",
- "id": 1235
- },
- {
- "name": "TOURNAMENT_PRIZE",
- "text": "奖品",
- "id": 1236
- },
- {
- "name": "TOURNAMENT_ENTRY_COST",
- "text": "进入成本: #0#",
- "id": 1237
- },
- {
- "name": "POPUP_CRIADERO_NOOBINFO",
- "text": "按“照顾”每6小时,以获得一个强大的龙。",
- "id": 1238
- },
- {
- "name": "CATEGORY_MYTHOLOGICAL_V",
- "text": "天神 V",
- "id": 1239
- },
- {
- "name": "CATEGORY_DRAGGIES_II",
- "text": "Draggies II",
- "id": 1240
- },
- {
- "name": "MOROCCO_DEALER_BEFORE",
- "text": "先于:",
- "id": 1241
- },
- {
- "name": "MOROCCO_DEALER_NOW",
- "text": "现在:",
- "id": 1242
- },
- {
- "name": "CATEGORY_DRAGONS_III",
- "text": "Dragons III",
- "id": 1243
- },
- {
- "name": "DRAGON_NEST_HELP_TITLE",
- "text": "龙的巢穴的帮助",
- "id": 1244
- },
- {
- "name": "DRAGON_NEST_HELP_TEXT",
- "text": "-按'照顾' / '饲料'按钮下的图像。看进度栏在顶部填充。\r\r-等到计时器达到0:00:00或按'加快'按钮完成下面的步骤。\r\r-这一过程重复10次,按“龙!”按钮让你的龙!\r\r-每一次你得到一个拖泥带水或龙,你将开启下一条下方的肖像!\r\r租友多加快进度。更多的朋友,更多的步骤,你会进步的!",
- "id": 1245
- },
- {
- "name": "POPUP_NUEVO_DIARIO_CASH",
- "text": "#0# 钞票",
- "id": 1246
- },
- {
- "name": "POPUP_NUEVO_DIARIO_GANADO_CASH",
- "text": "你获得 #0# 钞票!",
- "id": 1247
- },
- {
- "name": "POPUP_MEN_VS_WOMEN_DESC",
- "text": "尝试社会战争今天和享受我们的一些独家提供!",
- "id": 1248
- },
- {
- "name": "POPUP_MEN_VS_WOMEN_PLAY",
- "text": "PLAY NOW",
- "id": 1249
- },
- {
- "name": "POPUP_CRIADERO_NOOBINFO2",
- "text": "按“饲料”,每6小时获得一个强大的龙。",
- "id": 1250
- },
- {
- "name": "TOURNAMENT_ROOM_FULL",
- "text": "比赛中你试图进入充满。选择另一个比赛.",
- "id": 1251
- },
- {
- "name": "TOURNAMENT_NO_MIN_FRIENDS",
- "text": "你有不少于3个朋友在社会帝国。首先,邀请你的朋友比赛并创造你的比赛。",
- "id": 1252
- },
- {
- "name": "TOURNAMENT_SURE_CANCEL",
- "text": "确实要取消比赛吗?",
- "id": 1253
- },
- {
- "name": "TOURNAMENT_NO_SELECTION",
- "text": "你没有选择任何比赛",
- "id": 1254
- },
- {
- "name": "TOURNAMENT_CANCEL",
- "text": "取消比赛",
- "id": 1255
- },
- {
- "name": "TOURNAMENT_INVITE_FRIENDS",
- "text": "邀请朋友",
- "id": 1256
- },
- {
- "name": "TOURNAMENT_YOUR_RANKING_POS",
- "text": "你的排名位置:#0#",
- "id": 1257
- },
- {
- "name": "TOURNAMENT_CURRENT_USERS",
- "text": "本届赛事的用户: #0#",
- "id": 1258
- },
- {
- "name": "TOURNAMENT_WEEKLY_AVAILABLE",
- "text": "提供的",
- "id": 1259
- },
- {
- "name": "TOURNAMENT_WEEKLY_ENDS_IN",
- "text": "结束的",
- "id": 1260
- },
- {
- "name": "TOURNAMENT_MORE_INFO",
- "text": "+信息",
- "id": 1261
- },
- {
- "name": "TOURNAMENT_CREATE",
- "text": "创建锦标赛",
- "id": 1262
- },
- {
- "name": "TOURNAMENT_FRIENDS_TOURNAMENT_TITLE",
- "text": "旅游的朋友。",
- "id": 1263
- },
- {
- "name": "CATEGORY_NECRO_I",
- "text": "死亡使者 I",
- "id": 1264
- },
- {
- "name": "CATEGORY_NECRO_II",
- "text": "死亡使者 II",
- "id": 1265
- },
- {
- "name": "TOURNAMENT_FRIENDS_TOURNAMENT_INFO",
- "text": "创造和发挥与您的朋友",
- "id": 1266
- },
- {
- "name": "POPUP_DRAGON_TAMING_BUTTON_TAME",
- "text": "骑龙",
- "id": 1267
- },
- {
- "name": "POPUP_DRAGON_TAMING_BUTTON_TAKE_OUT",
- "text": "取出",
- "id": 1268
- },
- {
- "name": "POPUP_RIDER_TRAINING_BUTTON_TRAIN",
- "text": "Train",
- "id": 1269
- },
- {
- "name": "POPUP_RIDER_TRAINING_BUTTON_GET",
- "text": "得到骑士",
- "id": 1270
- },
- {
- "name": "POPUP_RIDER_TRAINING_TITLE",
- "text": "骑龙",
- "id": 1271
- },
- {
- "name": "POPUP_RIDER_TRAINING_SELECT",
- "text": "选择一个龙骑士",
- "id": 1272
- },
- {
- "name": "POPUP_RIDER_TRAINING_DRAGONS",
- "text": "龙骑士",
- "id": 1273
- },
- {
- "name": "POPUP_RIDER_TRAINING_NO_DRAGONS",
- "text": "",
- "id": 1274
- },
- {
- "name": "POPUP_RIDER_TRAINING_PROGRESS",
- "text": "进展",
- "id": 1275
- },
- {
- "name": "POPUP_RIDER_TRAINING_RECUPERATED_IN",
- "text": "恢复",
- "id": 1276
- },
- {
- "name": "POPUP_RIDER_TRAINING_RECUPERATE_FOR",
- "text": "现在恢复 #0#",
- "id": 1277
- },
- {
- "name": "POPUP_RIDER_TRAINING_INFO",
- "text": "完成所有步骤的培训得到龙骑士和能够升级你的龙!",
- "id": 1278
- },
- {
- "name": "POPUP_DRAGON_TAMING_TITLE",
- "text": "驯龙",
- "id": 1279
- },
- {
- "name": "POPUP_DRAGON_TAMING_MOUNT",
- "text": "山上的骑手龙",
- "id": 1280
- },
- {
- "name": "POPUP_DRAGON_TAMING_NEED",
- "text": "安装一个龙骑士,你必须把这两单位建设。你将获得龙与更多的权力。",
- "id": 1281
- },
- {
- "name": "POPUP_DRAGON_TAMING_CLICK_TAME",
- "text": "点击“骑龙”安装的龙骑士。",
- "id": 1282
- },
- {
- "name": "ALERT_DRAGON_RIDER_NOT_MATCHING",
- "text": "你不能安装这个龙骑士。在骑士学院龙是一个很好的比赛他。",
- "id": 1283
- },
- {
- "name": "ALERT_DRAGON_RIDER_INCOMPLETE",
- "text": "把一个龙骑士和一楼。",
- "id": 1284
- },
- {
- "name": "POPUP_DRAGON_TAMING_HELP",
- "text": "-如何骑龙\r\r1。一旦你有你的骑士的骑士学院,选中它并把它放在骑龙。\r\r2。添加您的骑龙,龙骑士可以骑它!\r\r3。记住,骑士与龙必须兼容,可以成功地完成(检查骑士学院更多细节)。\r\r4。一旦你有骑士与龙建筑,按“骑龙”按钮,让您的超级强大的新单位!",
- "id": 1285
- },
- {
- "name": "POPUP_RIDER_TRAINING_HELP_SELECT",
- "text": "如何培养一个龙骑士\r\r1。选择你喜欢的骑士(警告:把鼠标放在一个骑士,你会看到他骑龙下!)\r\r2。你必须证明你是值得骑龙:完成所有的冒险和到达终点!(每一次你完成冒险,你的进度条的顶端填写)\r\r3 -你必须等一段时间才打一次(你也有一个按钮,恢复快!)\r\r4。当你完成最后的冒险,按下按钮让您得到骑士龙骑士!\r\r5。一旦你得到你的骑士,它采取的骑龙建筑!(检查店)",
- "id": 1286
- },
- {
- "name": "POPUP_RIDER_TRAINING_HELP_TRAIN",
- "text": "如何培养一个龙骑士\r\r1。选择你喜欢的骑士(警告:把鼠标放在一个骑士,你会看到他骑龙下!)\r\r2。你必须证明你是值得骑龙:完成所有的冒险和到达终点!(每一次你完成冒险,你的进度条的顶端填写)\r\r3。你必须等一段时间才打一次(你也有一个按钮,恢复快!)\r\r4。当你完成最后的冒险,按下按钮让您得到骑士龙骑士!\r\r5。一旦你得到你的骑士,它采取的骑龙建筑!(检查店)",
- "id": 1287
- },
- {
- "name": "POPUP_RIDER_TRAINING_GAIN",
- "text": "龙的收益:",
- "id": 1290
- },
- {
- "name": "POPUP_RIDER_GAIN",
- "text": "This rider gives your dragon additional #0# attack and #1# health!",
- "id": 1291
- },
- {
- "name": "CATEGORY_NECRO_III",
- "text": "死亡使者 III",
- "id": 1292
- },
- {
- "name": "CATEGORY_NECRO_IV",
- "text": "死亡使者 IV",
- "id": 1293
- },
- {
- "name": "TOURNAMENT_RANKING_PRIZES",
- "text": "联赛排名奖",
- "id": 1294
- },
- {
- "name": "TOURNAMENT_WEEKLY_INFO_TEXT",
- "text": "\r击败选手和使它的全球10强!!\r\r你得到更多的积分更好。不要忘记,在案件领带玩家用更少的时间打将以上!",
- "id": 1295
- },
- {
- "name": "CATEGORY_DRAGGIES_III",
- "text": "DRAGGIES III",
- "id": 1296
- },
- {
- "name": "CATEGORY_MYTHOLOGICAL_VI",
- "text": "天神 VI",
- "id": 1297
- },
- {
- "name": "TOURNAMENT_WEEKLY_MINIUM_TIME_TO_PLAY",
- "text": "每周一次的比赛就要结束了在不到10分钟!!!\r\r你确定你想参加比赛?",
- "id": 1298
- },
- {
- "name": "ERROR_STOLEN",
- "text": "Connection with server lost. Please refresh.",
- "id": 1299
- },
- {
- "name": "LIMIT_DAMAGE",
- "text": "Fill bar doing damage. When full, press bar to attack.",
- "id": 1300
- },
- {
- "name": "LIMIT_HEAL",
- "text": "Fill bar doing damage. When full, press bar to heal units.",
- "id": 1301
- },
- {
- "name": "LIMIT_STOMP",
- "text": "Fill bar doing damage. When full, press bar to charge.",
- "id": 1302
- },
- {
- "name": "STORE_DOME_PROTECTION",
- "text": "All your units within this dome will receive 50% less damage!!",
- "id": 1303
- },
- {
- "name": "STORE_DOME_TOWER_ENHANCER",
- "text": "This Tower Enhancer will make surrounding towers shoot 2x faster!!",
- "id": 1304
- },
- {
- "name": "LIMIT_HELP",
- "text": "- Limit is the most powerful of all attacks.\n- You can only find Limit attack on Dragons con Rider.\n- There are 3 types of Limit: Charge, Ray Attack and Heal. Each dragon with rider uses one of these.\n- Fill the bar button to activate Limit by killing enemies.\n- Once it is activated click on the bar button to unleash the attack.\n- Create your own Limit strategy attacking with different dragons with rider.\n",
- "id": 1305
- },
- {
- "name": "LIMIT_HELP_TITLE",
- "text": "Limit Attack",
- "id": 1306
- },
- {
- "name": "TOURNAMENT_NUM_UNITS_HACK_ALERT",
- "text": "Our server has detected an illegal operation.",
- "id": 1307
- },
- {
- "name": "TOURNAMENT_WIN_REWARD_SOON",
- "text": "\n\nCongratulations! You won the tournament!\nYour reward will appear soon in your storage!",
- "id": 1308
- },
- {
- "name": "CHECK_YOUR_STORAGE",
- "text": "Check your storage!",
- "id": 1309
- },
- {
- "name": "GET_PRIZE",
- "text": "获得奖品",
- "id": 1310
- },
- {
- "name": "MONDAY_BONUS_POPUP_TITLE",
- "text": "星期一奖金!",
- "id": 1311
- },
- {
- "name": "MONDAY_BONUS_POPUP_HEADER",
- "text": "每星期一回来将得到神秘的奖励!",
- "id": 1312
- },
- {
- "name": "MONDAY_BONUS_POPUP_OR",
- "text": "或",
- "id": 1313
- },
- {
- "name": "MONDAY_BONUS_POPUP_SELECT",
- "text": "选择",
- "id": 1314
- },
- {
- "name": "MONDAY_BONUS_POPUP_OK",
- "text": "Ok",
- "id": 1315
- },
- {
- "name": "MONDAY_BONUS_POPUP_FOOTER",
- "text": "你会发现你的奖励在存储室",
- "id": 1316
- },
- {
- "name": "MONDAY_BONUS_POPUP_YOUR_REWARD",
- "text": "你的奖赏!",
- "id": 1317
- },
- {
- "name": "MONDAY_BONUS_POPUP_HEADER_MONDAY",
- "text": "这是你的星期一奖励!!\r\r选择一个盒子,得到神秘奖赏!!",
- "id": 1318
- },
- {
- "name": "RELOCATE_CONFIRM",
- "text": "如果你去另一个岛,你将失去你的进展,这一次,你确定吗?",
- "id": 1319
- },
- {
- "name": "RELOCATE_BUTTON",
- "text": "迁移",
- "id": 1320
- },
- {
- "name": "POPUP_HEAVY_SIEGE_TITLE",
- "text": "重重包围",
- "id": 1321
- },
- {
- "name": "POPUP_HEAVY_SIEGE_INFO",
- "text": "龙是准备进攻你的帝国!",
- "id": 1322
- },
- {
- "name": "POPUP_HEAVY_SIEGE_ATTACK_NOW",
- "text": "现在攻击,\r\r我准备好了。",
- "id": 1323
- },
- {
- "name": "POPUP_HEAVY_SIEGE_PAY",
- "text": "杀死所有的龙:\r\r成本20",
- "id": 1324
- },
- {
- "name": "POPUP_HEAVY_SIEGE_WAIT",
- "text": "还没有,我需要增援!",
- "id": 1325
- },
- {
- "name": "ICON_VIDEOS_TOOLTIP",
- "text": "观看视频和胜利的经验!",
- "id": 1326
- },
- {
- "name": "CATEGORY_NECRO_V",
- "text": "死亡使者 V",
- "id": 1327
- },
- {
- "name": "CATEGORY_DRAGONS_IV",
- "text": "Dragons IV",
- "id": 1328
- },
- {
- "name": "CATEGORY_DRAGGIES_III",
- "text": "Draggies III",
- "id": 1329
- },
- {
- "name": "CATEGORY_PHOENIX",
- "text": "Phoenix",
- "id": 1330
- },
- {
- "name": "CATEGORY_MONSTERS_IV",
- "text": "怪物 IV",
- "id": 1331
- },
- {
- "name": "DRAGON_HUNTER_NO_DRAGONS_IN_RANGE",
- "text": "没有龙的范围",
- "id": 1332
- },
- {
- "name": "QUEST_ENEMIES_ALIVE",
- "text": "活着的敌人",
- "id": 1333
- },
- {
- "name": "QUEST_ENEMIES_ALIVE_SINGULAR",
- "text": "1 个敌人活着",
- "id": 1334
- },
- {
- "name": "QUEST_ENEMIES_ALIVE_PLURAL",
- "text": "#0# 个敌人活着",
- "id": 1335
- },
- {
- "name": "QUEST_HARDCORE1_DESCRIP",
- "text": "打败拜占庭帝国!",
- "id": 1336
- },
- {
- "name": "QUEST_HARDCORE2_DESCRIP",
- "text": "打败神话帝国!",
- "id": 1337
- },
- {
- "name": "QUEST_HARDCORE3_DESCRIP",
- "text": "打败死灵帝国!",
- "id": 1338
- },
- {
- "name": "QUEST_HARDCORE4_DESCRIP",
- "text": "打败龙帝国!",
- "id": 1339
- },
- {
- "name": "QUEST_HARDCORE5_DESCRIP",
- "text": "打败怪物帝国!",
- "id": 1340
- },
- {
- "name": "HEAVY_SIEGE_POPUP_PRESENT_TITLE",
- "text": "龙杀死!",
- "id": 1341
- },
- {
- "name": "HEAVY_SIEGE_POPUP_PRESENT_TEXT",
- "text": "你会发现一个新单位存储为报答你的英雄行为…",
- "id": 1342
- },
- {
- "name": "MONSTER_HUNTER_NO_UNITS_IN_RANGE",
- "text": "没有怪物在这范围内",
- "id": 1343
- },
- {
- "name": "SPELL_SUMMON_DRAGON_DESCRIPTION",
- "text": "生命: #0#",
- "id": 1344
- },
- {
- "name": "SPELL_FULL_LIMIT_DESCRIPTION",
- "text": "面积: #0#x#1#",
- "id": 1345
- },
- {
- "name": "SPELL_SPEED_INCREASE_DESCRIPTION",
- "text": "面积: #0#x#1# / 间隔: #2#s",
- "id": 1346
- },
- {
- "name": "SPELL_RANGE_INCREASE_DESCRIPTION",
- "text": "面积: #0#x#1# / 间隔: #2#s",
- "id": 1347
- },
- {
- "name": "SPELL_BLACK_HOLE_DESCRIPTION",
- "text": "面积: #0#x#1# / 间隔: #2#s",
- "id": 1348
- },
- {
- "name": "TITLE_TUTORIAL_DARTS",
- "text": "每天都玩飞镖!",
- "id": 1349
- },
- {
- "name": "TITLE_DESCRIPTION_DARTS",
- "text": "-你会得到一个免费的飞镖的每一天!\r\r流行音乐气球得到奖品真棒!\r\r收集所有单位之前到期的时间获得奖金的奖励!\r\r新的游戏奖品介绍每星期!找到飞镖图标的游戏界面。",
- "id": 1350
- },
- {
- "name": "DARTS_COLLECT_FOR_EXTRA",
- "text": "收集所有的单位获得的奖金奖励!",
- "id": 1351
- },
- {
- "name": "DARTS_FREE",
- "text": "免费的",
- "id": 1352
- },
- {
- "name": "DARTS_RARE",
- "text": "特殊的",
- "id": 1353
- },
- {
- "name": "DARTS_UNCOMMON",
- "text": "罕见的",
- "id": 1354
- },
- {
- "name": "DARTS_COMMON",
- "text": "普通的",
- "id": 1355
- },
- {
- "name": "DARTS_CLICK_ON_PLAY",
- "text": "弹出的气球和赢得惊人的稀有奖品!",
- "id": 1356
- },
- {
- "name": "DARTS_BUTTON_PLAY",
- "text": "Play",
- "id": 1357
- },
- {
- "name": "DARTS_BUTTON_PLAY_FOR",
- "text": "花 #0# 再玩一次",
- "id": 1358
- },
- {
- "name": "DARTS_THROW",
- "text": "一个气球和点击扔飞镖!",
- "id": 1359
- },
- {
- "name": "DARTS_YOU_WIN",
- "text": "祝贺你!\r\r你赢了:",
- "id": 1360
- },
- {
- "name": "DARTS_GIFT_BOX",
- "text": "找到这个单位的存储!",
- "id": 1361
- },
- {
- "name": "DARTS_COME_BACK",
- "text": "下周回来新的奖品!",
- "id": 1362
- },
- {
- "name": "DARTS_CONGRATS",
- "text": "祝贺你!",
- "id": 1363
- },
- {
- "name": "DARTS_WIN_EXTRA",
- "text": "祝贺你!你赢了这个惊人的奖金奖励完成收集!",
- "id": 1364
- },
- {
- "name": "DARTS_FREE_DART_POPUP",
- "text": "你可以免费飞镖!玩飞镖,赢得惊人的稀有奖品!",
- "id": 1365
- },
- {
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TITLE",
- "text": "法律至上巴哈姆特",
- "id": 1366
- },
- {
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TEXT",
- "text": "-获得最可怕的龙!!\r\r完成所有步骤释放最高巴哈姆特龙。\r\r-每个步骤需要48。\r\r-完成每一步在你希望。",
- "id": 1367
- },
- {
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_SURE_TO_SACRIFICE",
- "text": "你确定你要牺牲 #0#?",
- "id": 1368
- },
- {
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM1",
- "text": "黄金宝石",
- "id": 1369
- },
- {
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM2",
- "text": "金表",
- "id": 1370
- },
- {
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM3",
- "text": "金龙指甲",
- "id": 1371
- },
- {
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM4",
- "text": "金色的羽毛",
- "id": 1372
- },
- {
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM5",
- "text": "金喇叭",
- "id": 1373
- },
- {
- "name": "COLECCION_BAHAMUT_RED_ITEM1",
- "text": "红色宝石",
- "id": 1374
- },
- {
- "name": "COLECCION_BAHAMUT_RED_ITEM2",
- "text": "红色的鳞片",
- "id": 1375
- },
- {
- "name": "COLECCION_BAHAMUT_RED_ITEM3",
- "text": "龙的火焰",
- "id": 1376
- },
- {
- "name": "COLECCION_BAHAMUT_RED_ITEM4",
- "text": "红色的穗状花序",
- "id": 1377
- },
- {
- "name": "COLECCION_BAHAMUT_RED_ITEM5",
- "text": "红色喇叭",
- "id": 1378
- },
- {
- "name": "COLECCION_BAHAMUT_HEART_ITEM1",
- "text": "黑宝石",
- "id": 1379
- },
- {
- "name": "COLECCION_BAHAMUT_HEART_ITEM2",
- "text": "黑色鳞片",
- "id": 1380
- },
- {
- "name": "COLECCION_BAHAMUT_HEART_ITEM3",
- "text": "最高血",
- "id": 1381
- },
- {
- "name": "COLECCION_BAHAMUT_HEART_ITEM4",
- "text": "红珍珠",
- "id": 1382
- },
- {
- "name": "COLECCION_BAHAMUT_HEART_ITEM5",
- "text": "黑穗状花序",
- "id": 1383
- },
- {
- "name": "COLECCION_BAHAMUT_RED",
- "text": "红色龙巴哈姆特",
- "id": 1384
- },
- {
- "name": "COLECCION_BAHAMUT_GOLDEN",
- "text": "黄金龙巴哈姆特",
- "id": 1385
- },
- {
- "name": "COLECCION_BAHAMUT_HEART",
- "text": "最高的心脏",
- "id": 1386
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_DONATE_INFO",
- "text": "提供资源。",
- "id": 1387
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_DONATE_BTN",
- "text": "提供",
- "id": 1388
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_INFO",
- "text": "牺牲一个 #0#.\r得到它的第一个完整的必要步骤,在龙的巢穴!",
- "id": 1389
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BTN",
- "text": "牺牲",
- "id": 1390
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_COLLECT_INFO",
- "text": "提供最高的心脏。\r\r得到它,第一个完整的最高心集。\r\r找到这些藏品齐柏林飞艇在地图的3个任务。",
- "id": 1391
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_COLLECT_BTN",
- "text": "提供",
- "id": 1392
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_WAIT_NEXT_STEP",
- "text": "下一个步骤:",
- "id": 1393
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_TITLE",
- "text": "龙王庙最高巴哈姆特",
- "id": 1394
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_PROGRESS",
- "text": "过程",
- "id": 1395
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_INFO",
- "text": "点击按钮得到最高的龙巴哈姆特!!",
- "id": 1396
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_BTN",
- "text": "得到龙",
- "id": 1397
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_INFO",
- "text": "牺牲 #0#.\r得到它,先完成相应的集合!\r找到这些藏品的最后5个飞艇地图任务。",
- "id": 1398
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_BTN",
- "text": "牺牲",
- "id": 1399
- },
- {
- "name": "CATEGORY_PHARAOHS_I",
- "text": "暴君 I",
- "id": 1400
- },
- {
- "name": "CATEGORY_PHARAOHS_II",
- "text": "暴君 II",
- "id": 1401
- },
- {
- "name": "CATEGORY_PHARAOHS_III",
- "text": "暴君 III",
- "id": 1402
- },
- {
- "name": "POPUP_SELECT_YOUR_DRAGON_TITLE",
- "text": "免费拖泥带水的!!",
- "id": 1403
- },
- {
- "name": "POPUP_SELECT_YOUR_DRAGON_SUBTITLE",
- "text": "祝贺你!!",
- "id": 1404
- },
- {
- "name": "POPUP_SELECT_YOUR_DRAGON_INFO",
- "text": "选择拖泥带水的,将帮助你在你的冒险!",
- "id": 1405
- },
- {
- "name": "AUX_SELECT",
- "text": "选择",
- "id": 1406
- },
- {
- "name": "AUX_OR",
- "text": "",
- "id": 1407
- },
- {
- "name": "POPUP_SELECT_YOUR_DRAGON_2_TITLE",
- "text": "龙之穴",
- "id": 1408
- },
- {
- "name": "POPUP_SELECT_YOUR_DRAGON_2_INFO",
- "text": "获得更多的龙的龙之谷!\r现在进入!!",
- "id": 1409
- },
- {
- "name": "POPUP_MISSINGTOWNHALL_TITLE",
- "text": "失踪的市政厅",
- "id": 1410
- },
- {
- "name": "POPUP_MISSINGTOWNHALL_DESCRIPTION_ASSAULT",
- "text": "立即胜利\r\r该村是攻击没有市政厅。\r\r这意味着你赢了这一回合!",
- "id": 1411
- },
- {
- "name": "POPUP_MISSINGTOWNHALL_DESCRIPTION_NORMAL",
- "text": "警告\r\r你的村庄没有市政厅。\r\r这意味着你将自动失去如果你被另一球员",
- "id": 1412
- },
- {
- "name": "POPUP_INACTIVE_NEST_BTN",
- "text": "再次开始\r消耗: #0#",
- "id": 1413
- },
- {
- "name": "POPUP_INACTIVE_NEST_INFO",
- "text": "获得更多的鸡蛋和重新开始选择按钮。",
- "id": 1414
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_DONE",
- "text": "资源提供!",
- "id": 1415
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_DONE",
- "text": "龙已经牺牲了!",
- "id": 1416
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_DONE",
- "text": "龙已经牺牲了!",
- "id": 1417
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_HEART_DONE",
- "text": "最高心已提供!",
- "id": 1418
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_OFFER",
- "text": "提供这种资源现在!",
- "id": 1419
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_OFFER",
- "text": "现在牺牲 #0# !",
- "id": 1420
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_OFFER",
- "text": "现在牺牲 #0# !",
- "id": 1421
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_HEART_OFFER",
- "text": "提供最高心!",
- "id": 1422
- },
- {
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_CANT_DO",
- "text": "你不能做这一步!",
- "id": 1423
- },
- {
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TITLE",
- "text": "祝贺你!!",
- "id": 1424
- },
- {
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TEXT",
- "text": "#0# 接受朋友的帮助加快品种龙!\r\r单击“确定”,加快进度。",
- "id": 1425
- },
- {
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_BTN",
- "text": "租友",
- "id": 1426
- },
- {
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_INFO",
- "text": "雇用新的朋友进步较快",
- "id": 1427
- },
- {
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_TOOLTIP",
- "text": "对于每一个新朋友你雇佣,你会进步的2个步骤,立即!",
- "id": 1428
- },
- {
- "name": "TOOLTIP_STORE_SUPREME",
- "text": "这允许您调用最高巴哈姆特龙。",
- "id": 1429
- },
- {
- "name": "RELOADING_PLAYER_INFO_TEXT",
- "text": "换装礼品",
- "id": 1430
- },
- {
- "name": "CATEGORY_SPECIAL_UNITS_IV",
- "text": "特殊单位 IV",
- "id": 1431
- },
- {
- "name": "ISLANDS_HELP_REWARD_TITLE",
- "text": "征服岛奖励",
- "id": 1432
- },
- {
- "name": "ISLANDS_HELP_REWARD_UNIT",
- "text": "1 单位!",
- "id": 1433
- },
- {
- "name": "ICON_COMEBACK2ND3RD_TOOLTIP",
- "text": "奖品为明天",
- "id": 1434
- },
- {
- "name": "COMEBACK_BONUS_POPUP_TITLE",
- "text": "欢迎免费礼品",
- "id": 1435
- },
- {
- "name": "COMEBACK_BONUS_POPUP_HEADER_READY",
- "text": "点击其中的礼品,并获得免费的奖励!",
- "id": 1436
- },
- {
- "name": "COMEBACK_BONUS_POPUP_HEADER_NOTREADY",
- "text": "明天回来,得到一个免费的奖励下!!",
- "id": 1437
- },
- {
- "name": "COMEBACK_BONUS_POPUP_FOOTER",
- "text": "记住,这个奖金只有短短的两天!",
- "id": 1438
- },
- {
- "name": "POPUP_TIME_TITLE",
- "text": "时间机器",
- "id": 1439
- },
- {
- "name": "POPUP_TIME_HEADER",
- "text": "点击下面的按钮移动时间!",
- "id": 1440
- },
- {
- "name": "POPUP_TIME_MINUTES",
- "text": "POPUP_TIME_MINUTES",
- "id": 1441
- },
- {
- "name": "POPUP_TIME_HOUR",
- "text": "POPUP_TIME_HOUR",
- "id": 1442
- },
- {
- "name": "POPUP_TIME_HOURS",
- "text": "POPUP_TIME_HOURS",
- "id": 1443
- },
- {
- "name": "INFOPOPUP_DRAGONKILLER_CASTLE",
- "text": "防御结构与特殊等离子射线炒各种龙",
- "id": 1444
- },
- {
- "name": "POPUP_ASSAULT_FORCE_RELOAD",
- "text": "单击确定加载到你的帝国",
- "id": 1445
- },
- {
- "name": "POPUP_QUEST_FORCE_RELOAD",
- "text": "单击确定加载到你的帝国",
- "id": 1446
- },
- {
- "name": "TRAVELLING_FORWARDS",
- "text": "旅行了",
- "id": 1447
- },
- {
- "name": "TOOLTIP_STORE_TIME_MACHINE",
- "text": "推进时间你所有的建筑物,任务和PVP",
- "id": 1448
- },
- {
- "name": "ALERT_NEW_IPHONE_ITEMS",
- "text": "The items you bought on your
SE iPhone are in
\\\"Storage > Mobile Storage\\\" now.",
- "id": 1449
- },
- {
- "name": "POPUP_QUEST_ARMY_TITLE",
- "text": "任务部队",
- "id": 1450
- },
- {
- "name": "POPUP_QUEST_ARMY_HEADER",
- "text": "选择你的军队在这个任务",
- "id": 1451
- },
- {
- "name": "POPUP_QUEST_ARMY_YOUR_ARMY",
- "text": "你的军队",
- "id": 1452
- },
- {
- "name": "VALIDATION_MSG_TIME_MACHINE",
- "text": "你需要购买这个项目之前,您可以使用它",
- "id": 1453
- },
- {
- "name": "POPUP_TEAM_SELECTION_SUBTITLE_1",
- "text": "选中的单位",
- "id": 1454
- },
- {
- "name": "POPUP_TEAM_SELECTION_SUBTITLE_2",
- "text": "可用单位",
- "id": 1455
- },
- {
- "name": "POPUP_TEAM_SELECTION_TITLE",
- "text": "选择你的团队",
- "id": 1456
- },
- {
- "name": "POPUP_TIME_MACHINE_HELP_TITLE",
- "text": "时间机器的帮助",
- "id": 1457
- },
- {
- "name": "POPUP_TIME_MACHINE_HELP_TEXT",
- "text": "-利用时间机器向前行驶时间!!\r\r-因此,你会得到资源迟早!它也可以加速术,章节,任务,每日奖励,龙之谷,骑士学院和更多!\r\r-你有6种不同的沙漏,每一个前进的不同数额的时间。\r\r-选择一个你需要按使用键。",
- "id": 1458
- },
- {
- "name": "STORAGE_SUB_MAIN",
- "text": "Storage / Gifts",
- "id": 1459
- },
- {
- "name": "STORAGE_SUB_IPHONE",
- "text": "移动存储",
- "id": 1460
- },
- {
- "name": "QUEST_HARDCORE6_DESCRIP",
- "text": "打败了法老的帝国!!",
- "id": 1461
- },
- {
- "name": "QUEST_HARDCORE7_DESCRIP",
- "text": "战胜邪恶帝国的精灵!!",
- "id": 1462
- },
- {
- "name": "QUEST_TEAM_SELECTION_ALERT_1_UNIT",
- "text": "您必须选择至少1个单元",
- "id": 1463
- },
- {
- "name": "QUEST_TEAM_SELECTION_ALERT_LESS_20_CONFIRM",
- "text": "你确定你想玩不超过20个单位?",
- "id": 1464
- },
- {
- "name": "TOOLTIP_TITAN_GODS",
- "text": "众神与巨人",
- "id": 1465
- },
- {
- "name": "GODS_1",
- "text": "5元素神创造和统治世界的社会帝国之间的和平,保持其居民…",
- "id": 1466
- },
- {
- "name": "GODS_2",
- "text": "…但一个未知的邪恶力量迅速增长,许多邪恶生物起源的摧毁整个帝国和杀害它的人…",
- "id": 1467
- },
- {
- "name": "GODS_3",
- "text": "…在目睹,5元素神决定下凡社会帝国的巨像和帮助恢复平静!\r\r帮助他们实现自己的目标!",
- "id": 1468
- },
- {
- "name": "POPUP_NEW_IPHONE_ITEMS_TITLE",
- "text": "欢迎手机",
- "id": 1469
- },
- {
- "name": "POPUP_SEND_GIFTS_TITLE",
- "text": "送礼",
- "id": 1470
- },
- {
- "name": "POPUP_SEND_GIFTS_EXPLANATION",
- "text": "送一个真棒惊喜盒给你的朋友,帮助他们建立自己的帝国!",
- "id": 1471
- },
- {
- "name": "POPUP_SEND_GIFTS_BUTTON",
- "text": "送礼",
- "id": 1472
- },
- {
- "name": "ICON_MENU_MULTI_TOOL",
- "text": "工具",
- "id": 1473
- },
- {
- "name": "ICON_MENU_REMOVE",
- "text": "去除",
- "id": 1474
- },
- {
- "name": "ICON_MENU_FAST_COLLECT",
- "text": "快速收集",
- "id": 1475
- },
- {
- "name": "ICON_SQUARE_TOOL",
- "text": "框选",
- "id": 1476
- },
- {
- "name": "TEXT_SPACE_KEY",
- "text": "空格键",
- "id": 1477
- },
- {
- "name": "ICON_MENU_WORLD_QUEST",
- "text": "探险",
- "id": 1478
- },
- {
- "name": "ICON_MENU_WORLD_SURVIVAL",
- "text": "生存",
- "id": 1479
- },
- {
- "name": "ICON_MENU_WORLD_TOURNEY",
- "text": "马上比武",
- "id": 1480
- },
- {
- "name": "ICON_MENU_GIFT_UNITS",
- "text": "单位",
- "id": 1481
- },
- {
- "name": "ICON_MENU_GIFT_NEWS",
- "text": "新闻",
- "id": 1482
- },
- {
- "name": "ICON_MENU_GIFT_COLLECTIONS",
- "text": "收集",
- "id": 1483
- },
- {
- "name": "ICON_MENU_GIFT_GIFTS",
- "text": "礼物",
- "id": 1484
- },
- {
- "name": "POPUP_NEW_GOAL",
- "text": "点击这里!",
- "id": 1485
- },
- {
- "name": "INFO_EMPIRE_NAME",
- "text": "我的帝国",
- "id": 1486
- },
- {
- "name": "ICON_MENU_GAME_DARTS",
- "text": "掷飞镖",
- "id": 1487
- },
- {
- "name": "INFO_COST",
- "text": "消耗:",
- "id": 1488
- },
- {
- "name": "BUTTON_SALE_TERRAIN",
- "text": "待售",
- "id": 1489
- },
- {
- "name": "BUTTON_CLICK_TO_BUY",
- "text": "点击购买",
- "id": 1490
- },
- {
- "name": "ICON_UPGRADE",
- "text": "升级",
- "id": 1491
- },
- {
- "name": "POPUP_NEED_ALLIES",
- "text": "需要盟友?",
- "id": 1492
- },
- {
- "name": "POPUP_GET_ALLIES",
- "text": "获得更多的盟友获得经验值和金币的每一天\r\r让盟军!",
- "id": 1493
- },
- {
- "name": "QUEST_GOD_ISLAND_1",
- "text": "打败所有的敌人!",
- "id": 1494
- },
- {
- "name": "QUEST_GOD_ISLAND_2",
- "text": "打败所有的敌人!",
- "id": 1495
- },
- {
- "name": "STORE_HEAL_UNITS",
- "text": "治疗周围的单位时,不进行战斗",
- "id": 1496
- },
- {
- "name": "POPUP_STARTING_QUEST_TITLE",
- "text": "启动任务",
- "id": 1497
- },
- {
- "name": "QUEST_GOD_ISLAND_3",
- "text": "打败所有的敌人!",
- "id": 1498
- },
- {
- "name": "TEAM_SELECTION_WINDOW_REQUIREMENTS_MSG",
- "text": "进入这个任务,你需要有至少 #0# 单位, 以下任何类别:\r\r",
- "id": 1499
- },
- {
- "name": "CATEGORY_IMPERIAL_ELVES_I",
- "text": "帝国的精灵 I",
- "id": 1500
- },
- {
- "name": "STORAGE_IPHONE_ITEMS",
- "text": "The items you bought on your SE iPhone are in:
Storage -> Mobile Storage",
- "id": 1501
- },
- {
- "name": "CATEGORY_IMPERIAL_ELVES_II",
- "text": "帝国的精灵 II",
- "id": 1502
- },
- {
- "name": "GODS_4",
- "text": "后的第一个史诗般的战斗,黑暗邪恶的神及其混沌力量抵抗凶猛,\r因此,元素神撤退以获得更多的权力。",
- "id": 1503
- },
- {
- "name": "GODS_5",
- "text": "他们叫来5创神谁帮助塑造世界在其创作。\r借助于他们的巨人,将一同战役背后的邪恶!",
- "id": 1504
- },
- {
- "name": "CATEGORY_IMPERIAL_ELVES_III",
- "text": "帝国的精灵 III",
- "id": 1505
- },
- {
- "name": "KOMPU_POPUP_TITLE",
- "text": "单位药剂",
- "id": 1506
- },
- {
- "name": "KOMPU_POPUP_DESC",
- "text": "收集药剂打破冻结笼这可怜的单位释放他们!",
- "id": 1507
- },
- {
- "name": "KOMPU_POPUP_FOOTER_TITLE",
- "text": "得到药水:",
- "id": 1508
- },
- {
- "name": "KOMPU_POPUP_GET",
- "text": "获得:",
- "id": 1509
- },
- {
- "name": "KOMPU_POPUP_PROGRESS",
- "text": "Progress: #0#/#1# Potions",
- "id": 1510
- },
- {
- "name": "KOMPU_POPUP_HURRY_DESC",
- "text": "用你的宝石叫巫师现在\r并获得更多的药剂!",
- "id": 1511
- },
- {
- "name": "KOMPU_POPUP_HURRY_UP",
- "text": "或加速:",
- "id": 1512
- },
- {
- "name": "KOMPU_POPUP_TRY_AGAIN",
- "text": "再试试:",
- "id": 1513
- },
- {
- "name": "KOMPU_CHANCES_LOW",
- "text": "低概率",
- "id": 1514
- },
- {
- "name": "KOMPU_CHANCES_MID",
- "text": "中的机会",
- "id": 1515
- },
- {
- "name": "KOMPU_CHANCES_HIGH",
- "text": "100%的机会",
- "id": 1516
- },
- {
- "name": "KOMPU_CHANCES_DESC",
- "text": "得到水从巫师。每个评论有不同的机会给你的药。明智的选择!",
- "id": 1517
- },
- {
- "name": "KOMPU_FREE",
- "text": "免费",
- "id": 1518
- },
- {
- "name": "KOMPU_RESULT_PCREATED",
- "text": "药水成功创建!",
- "id": 1519
- },
- {
- "name": "KOMPU_RESULT_CONGRATS",
- "text": "恭喜!你有一个成功的药水!",
- "id": 1520
- },
- {
- "name": "KOMPU_RESULT_HINT",
- "text": "提示:记住,只有主人巫师药水100%倍!",
- "id": 1521
- },
- {
- "name": "KOMPU_RESULT_SHARE",
- "text": "分享",
- "id": 1522
- },
- {
- "name": "KOMPU_RESULT_FAILED",
- "text": "未能创建!",
- "id": 1523
- },
- {
- "name": "KOMPU_RESULT_FAILED_2",
- "text": "噢,我的…药剂创建失败!",
- "id": 1524
- },
- {
- "name": "KOMPU_RESULT_CLOSE",
- "text": "关闭",
- "id": 1525
- },
- {
- "name": "KOMPU_RESULT_WORK_IN_PROG",
- "text": "向导工作进展",
- "id": 1526
- },
- {
- "name": "KOMPU_RESULT_WORKING",
- "text": "向导的工作…",
- "id": 1527
- },
- {
- "name": "KOMPU_REWARD_DESC",
- "text": "检查您的存储和欣赏你的奖励!",
- "id": 1528
- },
- {
- "name": "KOMPU_REWARD_TITLE",
- "text": "给予奖励!",
- "id": 1529
- },
- {
- "name": "CROSS_PLAY_NOW_DESC",
- "text": "你需要到达 #0# 级在 #1# 才能得到 #3#. 现在玩!",
- "id": 1530
- },
- {
- "name": "CROSS_PLAY_NOW_BUTTON",
- "text": "现在玩!",
- "id": 1531
- },
- {
- "name": "CROSS_PLAY_NOW_TITLE",
- "text": "播放 #0#!",
- "id": 1532
- },
- {
- "name": "CROSS_TITLE",
- "text": "自由龙",
- "id": 1533
- },
- {
- "name": "CROSS_CLAIM",
- "text": "索赔!",
- "id": 1534
- },
- {
- "name": "CROSS_GET_IT",
- "text": "得到它!",
- "id": 1535
- },
- {
- "name": "CROSS_GET_FREE",
- "text": "免费获得",
- "id": 1536
- },
- {
- "name": "KOMPU_UNIQUE",
- "text": "唯一",
- "id": 1537
- },
- {
- "name": "CATEGORY_DARK_ORCS_I",
- "text": "黑兽人 I",
- "id": 1538
- },
- {
- "name": "ALERT_CROSS_LEVEL",
- "text": "你需要达到 #0# 级才能从中受惠!",
- "id": 1539
- },
- {
- "name": "ALERT_CROSS_DISABLED",
- "text": "这是促进不活跃",
- "id": 1540
- }
- ],
- "kompu_offers": [
- {
- "duration": 345600,
- "starts_at": 1348704000,
- "rewards": [
- {
- "cost": 3,
- "unit": [ 653 ]
- },
- {
- "cost": 5,
- "unit": [ 745 ]
- },
- {
- "cost": 7,
- "unit": [ 2060 ]
- },
- {
- "cost": 10,
- "unit": [ 2190 ]
- }
- ],
- "id": 2,
- "hurry_up_cost": 20,
- "game_type": 0,
- "viral_icon": [ "icon_pure" ],
- "timer_between": 21600
- }
- ],
- "units_collections_categories": {
- "1": {
- "position": 5,
- "rewards": 608,
- "units": [ 509, 510, 511, 539, 608 ],
- "costs": null,
- "cost": 1,
- "category_lang_id": 1055,
- "category_id": 1
- },
- "2": {
- "position": 10,
- "rewards": 609,
- "units": [ 516, 517, 518, 540, 609 ],
- "costs": null,
- "cost": 1,
- "category_lang_id": 1056,
- "category_id": 2
- },
- "3": {
- "position": 15,
- "rewards": 574,
- "units": [ 572, 515, 573, 574 ],
- "costs": null,
- "cost": 2,
- "category_lang_id": 1057,
- "category_id": 3
- },
- "4": {
- "position": 20,
- "rewards": 610,
- "units": [ 512, 513, 514, 541, 610 ],
- "costs": null,
- "cost": 2,
- "category_lang_id": 1058,
- "category_id": 4
- },
- "5": {
- "position": 25,
- "rewards": 576,
- "units": [ 569, 570, 502, 576 ],
- "costs": null,
- "cost": 3,
- "category_lang_id": 1060,
- "category_id": 5
- },
- "6": {
- "position": 30,
- "rewards": 575,
- "units": [ 603, 643, 687, 575 ],
- "costs": [ 5, 7, 9, 5 ],
- "cost": 5,
- "category_lang_id": 1090,
- "category_id": 6
- },
- "7": {
- "position": 35,
- "rewards": 623,
- "units": [ 635, 654, 615, 623 ],
- "costs": [ 20, 25, 15, 15 ],
- "cost": 15,
- "category_lang_id": 1091,
- "category_id": 7
- },
- "8": {
- "position": 45,
- "rewards": 706,
- "units": [ 553, 652, 683, 706 ],
- "costs": [ 10, 12, 14, 16 ],
- "cost": 10,
- "category_lang_id": 1062,
- "category_id": 8
- },
- "9": {
- "position": 55,
- "rewards": 563,
- "units": [ 507, 508, 560, 563 ],
- "costs": [ 5, 5, 5, 5 ],
- "cost": 5,
- "category_lang_id": 1063,
- "category_id": 9
- },
- "10": {
- "position": 60,
- "rewards": 568,
- "units": [ 519, 520, 521, 522, 568 ],
- "costs": null,
- "cost": 5,
- "category_lang_id": 1065,
- "category_id": 10
- },
- "11": {
- "position": 65,
- "rewards": 641,
- "units": [ 544, 631, 642, 537, 641 ],
- "costs": [ 20, 25, 30, 25, 30 ],
- "cost": 25,
- "category_lang_id": 1216,
- "category_id": 11
- },
- "12": {
- "position": 70,
- "rewards": 554,
- "units": [ 533, 534, 535, 554 ],
- "costs": null,
- "cost": 6,
- "category_lang_id": 1068,
- "category_id": 12
- },
- "13": {
- "position": 75,
- "rewards": 557,
- "units": [ 555, 556, 557 ],
- "costs": null,
- "cost": 9,
- "category_lang_id": 1069,
- "category_id": 13
- },
- "14": {
- "position": 80,
- "rewards": 694,
- "units": [ 660, 661, 694 ],
- "costs": null,
- "cost": 25,
- "category_lang_id": 1092,
- "category_id": 14
- },
- "15": {
- "position": 85,
- "rewards": 596,
- "units": [ 525, 526, 527, 596 ],
- "costs": [ 5, 6, 7, 8 ],
- "cost": 5,
- "category_lang_id": 1070,
- "category_id": 15
- },
- "16": {
- "position": 90,
- "rewards": 589,
- "units": [ 529, 547, 530, 531, 589 ],
- "costs": [ 10, 12, 14, 14 ],
- "cost": 10,
- "category_lang_id": 1071,
- "category_id": 16
- },
- "17": {
- "position": 95,
- "rewards": 605,
- "units": [ 590, 591, 592, 604, 605 ],
- "costs": [ 10, 16, 18, 16, 16 ],
- "cost": 15,
- "category_lang_id": 1072,
- "category_id": 17
- },
- "18": {
- "position": 100,
- "rewards": 588,
- "units": [ 585, 586, 587, 588 ],
- "costs": null,
- "cost": 10,
- "category_lang_id": 1073,
- "category_id": 18
- },
- "19": {
- "position": 105,
- "rewards": 607,
- "units": [ 606, 607 ],
- "costs": null,
- "cost": 10,
- "category_lang_id": 1074,
- "category_id": 19
- },
- "20": {
- "position": 110,
- "rewards": 578,
- "units": [ 577, 578 ],
- "costs": null,
- "cost": 10,
- "category_lang_id": 1075,
- "category_id": 20
- },
- "21": {
- "position": 115,
- "rewards": 614,
- "units": [ 612, 613, 614 ],
- "costs": null,
- "cost": 10,
- "category_lang_id": 1076,
- "category_id": 21
- },
- "22": {
- "position": 120,
- "rewards": 622,
- "units": [ 619, 620, 621, 622 ],
- "costs": null,
- "cost": 10,
- "category_lang_id": 1077,
- "category_id": 22
- },
- "23": {
- "position": 125,
- "rewards": 629,
- "units": [ 626, 627, 628, 629 ],
- "costs": [ 15, 15, 18, 20 ],
- "cost": 15,
- "category_lang_id": 1078,
- "category_id": 23
- },
- "24": {
- "position": 130,
- "rewards": 634,
- "units": [ 632, 633, 634 ],
- "costs": [ 18, 15, 15 ],
- "cost": 15,
- "category_lang_id": 1079,
- "category_id": 24
- },
- "25": {
- "position": 135,
- "rewards": 648,
- "units": [ 644, 645, 646, 647, 648 ],
- "costs": [ 35, 30, 30, 40, 35 ],
- "cost": 30,
- "category_lang_id": 1081,
- "category_id": 25
- },
- "26": {
- "position": 140,
- "rewards": 700,
- "units": [ 699, 701, 702, 703, 700 ],
- "costs": [ 35, 30, 40, 30, 35 ],
- "cost": 30,
- "category_lang_id": 1082,
- "category_id": 26
- },
- "27": {
- "position": 145,
- "rewards": 724,
- "units": [ 704, 705, 711, 715, 724 ],
- "costs": [ 30, 30, 40, 35, 40 ],
- "cost": 30,
- "category_lang_id": 1083,
- "category_id": 27
- },
- "28": {
- "position": 150,
- "rewards": 723,
- "units": [ 649, 684, 695, 708, 723 ],
- "costs": [ 100, 100, 110, 120, 130 ],
- "cost": 100,
- "category_lang_id": 1084,
- "category_id": 28
- },
- "29": {
- "position": 190,
- "rewards": 725,
- "units": [ 638, 651, 698, 710, 725 ],
- "costs": [ 35, 37, 39, 41, 43 ],
- "cost": 35,
- "category_lang_id": 1064,
- "category_id": 29
- },
- "30": {
- "position": 210,
- "rewards": 662,
- "units": [ 655, 662 ],
- "costs": null,
- "cost": 5,
- "category_lang_id": 1087,
- "category_id": 30
- },
- "31": {
- "position": 215,
- "rewards": 562,
- "units": [ 561, 562 ],
- "costs": null,
- "cost": 10,
- "category_lang_id": 1088,
- "category_id": 31
- },
- "32": {
- "position": 220,
- "rewards": 709,
- "units": [ 637, 653, 707, 650, 709 ],
- "costs": [ 75, 80, 85, 85, 85 ],
- "cost": 75,
- "category_lang_id": 1089,
- "category_id": 32
- },
- "33": {
- "position": 40,
- "rewards": 721,
- "units": [ 719, 721 ],
- "costs": [ 15, 20 ],
- "cost": 15,
- "category_lang_id": 1141,
- "category_id": 33
- },
- "34": {
- "position": 50,
- "rewards": 796,
- "units": [ 712, 727, 771, 796 ],
- "costs": [ 18, 20, 22, 24 ],
- "cost": 10,
- "category_lang_id": 1142,
- "category_id": 34
- },
- "35": {
- "position": 235,
- "rewards": 733,
- "units": [ 729, 730, 731, 732, 733 ],
- "costs": [ 30, 30, 30, 35, 30 ],
- "cost": 30,
- "category_lang_id": 1143,
- "category_id": 35
- },
- "36": {
- "position": 240,
- "rewards": 746,
- "units": [ 735, 738, 746 ],
- "costs": [ 35, 35, 50 ],
- "cost": 30,
- "category_lang_id": 1144,
- "category_id": 36
- },
- "37": {
- "position": 250,
- "rewards": 752,
- "units": [ 748, 749, 750, 751, 752 ],
- "costs": [ 70, 50, 40, 40, 45 ],
- "cost": 40,
- "category_lang_id": 1145,
- "category_id": 37
- },
- "38": {
- "position": 255,
- "rewards": 775,
- "units": [ 755, 753, 754, 778, 828 ],
- "costs": [ 85, 75, 75, 90, 95 ],
- "cost": 75,
- "category_lang_id": 1146,
- "category_id": 38
- },
- "39": {
- "position": 155,
- "rewards": 766,
- "units": [ 714, 736, 758, 766, 785 ],
- "costs": [ 140, 150, 160, 170, 180 ],
- "cost": 100,
- "category_lang_id": 1147,
- "category_id": 39
- },
- "40": {
- "position": 225,
- "rewards": 745,
- "units": [ 716, 717, 741, 742, 745 ],
- "costs": [ 75, 80, 85, 75, 85 ],
- "cost": 75,
- "category_lang_id": 1148,
- "category_id": 40
- },
- "41": {
- "position": 245,
- "rewards": 737,
- "units": [ 713, 722, 737 ],
- "costs": [ 75, 80, 85 ],
- "cost": 75,
- "category_lang_id": 1149,
- "category_id": 41
- },
- "42": {
- "position": 260,
- "rewards": 792,
- "units": [ 781, 773, 764, 765, 792 ],
- "costs": [ 80, 75, 75, 85, 80 ],
- "cost": 75,
- "category_lang_id": 1218,
- "category_id": 42
- },
- "43": {
- "position": 265,
- "rewards": 774,
- "units": [ 759, 760, 761, 779, 774 ],
- "costs": null,
- "cost": 60,
- "category_lang_id": 1219,
- "category_id": 43
- },
- "44": {
- "position": 230,
- "rewards": 782,
- "units": [ 770, 776, 757, 772, 762, 782 ],
- "costs": [ 75, 85, 85, 90, 85 ],
- "cost": 75,
- "category_lang_id": 1217,
- "category_id": 44
- },
- "45": {
- "position": 270,
- "rewards": 778,
- "units": [ 786, 787, 788, 789, 780, 778 ],
- "costs": [ 85, 85, 80, 75, 75 ],
- "cost": 75,
- "category_lang_id": 1239,
- "category_id": 45
- },
- "46": {
- "position": 195,
- "rewards": 769,
- "units": [ 768, 769, 784, 790, 813 ],
- "costs": [ 45, 47, 49, 51, 53 ],
- "cost": 35,
- "category_lang_id": 1240,
- "category_id": 46
- },
- "47": {
- "position": 160,
- "rewards": 777,
- "units": [ 777, 793, 798, 826, 830 ],
- "costs": [ 190, 200, 210, 220, 230 ],
- "cost": 100,
- "category_lang_id": 1243,
- "category_id": 47
- },
- "48": {
- "position": 275,
- "rewards": 795,
- "units": [ 809, 808, 797, 802, 818 ],
- "costs": null,
- "cost": 60,
- "category_lang_id": 1264,
- "category_id": 48
- },
- "49": {
- "position": 280,
- "rewards": 794,
- "units": [ 811, 810, 799, 794, 801 ],
- "costs": [ 75, 80, 75, 85, 80 ],
- "cost": 75,
- "category_lang_id": 1265,
- "category_id": 49
- },
- "50": {
- "position": 285,
- "rewards": 807,
- "units": [ 803, 805, 807, 812, 795 ],
- "costs": [ 75, 80, 85, 85, 75 ],
- "cost": 75,
- "category_lang_id": 1292,
- "category_id": 50
- },
- "51": {
- "position": 290,
- "rewards": 806,
- "units": [ 815, 816, 817, 806, 821 ],
- "costs": [ 85, 80, 75, 90, 75 ],
- "cost": 75,
- "category_lang_id": 1293,
- "category_id": 51
- },
- "52": {
- "position": 196,
- "rewards": 820,
- "units": [ 814, 820, 849 ],
- "costs": [ 55, 57, 59 ],
- "cost": 35,
- "category_lang_id": 1296,
- "category_id": 52
- },
- "53": {
- "position": 300,
- "rewards": 778,
- "units": [ 744, 775, 856 ],
- "costs": [ 80, 85, 90 ],
- "cost": 75,
- "category_lang_id": 1330,
- "category_id": 53
- },
- "54": {
- "position": 295,
- "rewards": 827,
- "units": [ 827, 825 ],
- "costs": [ 85, 60 ],
- "cost": 75,
- "category_lang_id": 1327,
- "category_id": 54
- },
- "55": {
- "position": 165,
- "rewards": 847,
- "units": [ 847, 846, 862 ],
- "costs": [ 240, 240, 240 ],
- "cost": 240,
- "category_lang_id": 1328,
- "category_id": 55
- },
- "57": {
- "position": 231,
- "rewards": 831,
- "units": [ 829, 831 ],
- "costs": [ 100, 110 ],
- "cost": 100,
- "category_lang_id": 1331,
- "category_id": 57
- },
- "58": {
- "position": 310,
- "rewards": 867,
- "units": [ 867, 866, 869, 897, 860 ],
- "costs": [ 80, 90, 90, 100, 110 ],
- "cost": 90,
- "category_lang_id": 1400,
- "category_id": 58
- },
- "59": {
- "position": 315,
- "rewards": 884,
- "units": [ 879, 884 ],
- "costs": [ 120, 130 ],
- "cost": 120,
- "category_lang_id": 1401,
- "category_id": 59
- },
- "61": {
- "position": 42,
- "rewards": 872,
- "units": [ 872, 894, 886, 896, 883 ],
- "costs": [ 260, 250, 240, 250, 245 ],
- "cost": 100,
- "category_lang_id": 1431,
- "category_id": 61
- },
- "62": {
- "position": 320,
- "rewards": 2009,
- "units": [ 2005, 2006, 2007, 2008, 2009 ],
- "costs": [ 35, 35, 70, 90, 60 ],
- "cost": 100,
- "category_lang_id": 1500,
- "category_id": 62
- },
- "63": {
- "position": 325,
- "rewards": 2019,
- "units": [ 2010, 2011, 2012, 2019, 2020 ],
- "costs": [ 70, 100, 55, 125, 90 ],
- "cost": 150,
- "category_lang_id": 1502,
- "category_id": 63
- },
- "64": {
- "position": 330,
- "rewards": 2022,
- "units": [ 2021, 2022, 2036 ],
- "costs": [ 90, 125, 130 ],
- "cost": 150,
- "category_lang_id": 1505,
- "category_id": 64
- },
- "65": {
- "position": 335,
- "rewards": 2029,
- "units": [ 2027, 2029, 2030, 2031 ],
- "costs": [ 35, 35, 70, 70, 100 ],
- "cost": 100,
- "category_lang_id": 1538,
- "category_id": 65
- }
- },
- "subcategories": {
- "0": {
- "name": "全部",
- "id": 0,
- "category_id": 0
- },
- "33": {
- "name": "骑兵",
- "id": 33,
- "category_id": 3
- },
- "34": {
- "name": "攻城武器",
- "id": 34,
- "category_id": 3
- },
- "35": {
- "name": "特价",
- "id": 35,
- "category_id": 3
- },
- "32": {
- "name": "弓箭手",
- "id": 32,
- "category_id": 3
- },
- "41": {
- "name": "树",
- "id": 41,
- "category_id": 4
- },
- "42": {
- "name": "花",
- "id": 42,
- "category_id": 4
- },
- "11": {
- "name": "住宅",
- "id": 11,
- "category_id": 1
- },
- "12": {
- "name": "资源",
- "id": 12,
- "category_id": 1
- },
- "13": {
- "name": "其它",
- "id": 13,
- "category_id": 1
- },
- "14": {
- "name": "研究",
- "id": 14,
- "category_id": 1
- },
- "51": {
- "name": "奇迹",
- "id": 51,
- "category_id": 5
- },
- "44": {
- "name": "雕像",
- "id": 44,
- "category_id": 4
- },
- "21": {
- "name": "炮塔",
- "id": 21,
- "category_id": 2
- },
- "22": {
- "name": "墙",
- "id": 22,
- "category_id": 2
- },
- "23": {
- "name": "城堡",
- "id": 23,
- "category_id": 2
- },
- "24": {
- "name": "Refuges",
- "id": 24,
- "category_id": 2
- },
- "121": {
- "name": "Limited Edition",
- "id": 121,
- "category_id": 12
- },
- "122": {
- "name": "New",
- "id": 122,
- "category_id": 12
- },
- "123": {
- "name": "特价",
- "id": 123,
- "category_id": 12
- },
- "43": {
- "name": "旗",
- "id": 43,
- "category_id": 4
- },
- "45": {
- "name": "其它",
- "id": 45,
- "category_id": 4
- },
- "31": {
- "name": "步兵",
- "id": 31,
- "category_id": 3
- }
- },
- "social_items": [],
- "darts_items": [
- {
- "start_date": "2012-01-31 23:00:00",
- "items": [ 735, 849, 687, 683, 633, 774 ],
- "id": 1,
- "extra_item": 837
- },
- {
- "start_date": "2012-02-05 23:00:00",
- "items": [ 641, 820, 661, 652, 632, 552 ],
- "id": 2,
- "extra_item": 835
- },
- {
- "start_date": "2012-02-12 23:00:00",
- "items": [ 642, 814, 660, 727, 721, 555 ],
- "id": 3,
- "extra_item": 838
- },
- {
- "start_date": "2012-02-19 23:00:00",
- "items": [ 724, 813, 635, 712, 654, 564 ],
- "id": 4,
- "extra_item": 834
- },
- {
- "start_date": "2012-02-26 23:00:00",
- "items": [ 732, 790, 694, 706, 645, 577 ],
- "id": 5,
- "extra_item": 836
- },
- {
- "start_date": "2012-03-04 23:00:00",
- "items": [ 706, 719, 533, 609, 532, 577 ],
- "id": 6,
- "extra_item": 838
- },
- {
- "start_date": "2012-03-11 23:00:00",
- "items": [ 655, 699, 534, 730, 627, 572 ],
- "id": 7,
- "extra_item": 834
- },
- {
- "start_date": "2012-03-18 23:00:00",
- "items": [ 725, 771, 560, 537, 563, 515 ],
- "id": 8,
- "extra_item": 836
- },
- {
- "start_date": "2012-03-25 23:00:00",
- "items": [ 712, 774, 610, 779, 576, 620 ],
- "id": 9,
- "extra_item": 837
- },
- {
- "start_date": "2012-04-01 23:00:00",
- "items": [ 555, 554, 564, 619, 507, 535 ],
- "id": 10,
- "extra_item": 833
- },
- {
- "start_date": "2012-04-08 23:00:00",
- "items": [ 702, 727, 618, 578, 551, 573 ],
- "id": 11,
- "extra_item": 839
- },
- {
- "start_date": "2012-04-15 23:00:00",
- "items": [ 663, 647, 759, 552, 508, 540 ],
- "id": 12,
- "extra_item": 832
- },
- {
- "start_date": "2012-04-22 23:00:00",
- "items": [ 700, 825, 614, 575, 573, 513 ],
- "id": 13,
- "extra_item": 835
- },
- {
- "start_date": "2012-04-29 23:00:00",
- "items": [ 514, 627, 628, 688, 796, 555 ],
- "id": 14,
- "extra_item": 833
- },
- {
- "start_date": "2012-05-06 23:00:00",
- "items": [ 572, 535, 550, 633, 749, 647 ],
- "id": 15,
- "extra_item": 766
- },
- {
- "start_date": "2012-05-13 23:00:00",
- "items": [ 620, 563, 701, 648, 825, 727 ],
- "id": 16,
- "extra_item": 835
- },
- {
- "start_date": "2012-05-20 23:00:00",
- "items": [ 515, 507, 651, 629, 554, 655 ],
- "id": 17,
- "extra_item": 777
- },
- {
- "start_date": "2012-05-27 23:00:00",
- "items": [ 508, 646, 539, 731, 615, 663 ],
- "id": 18,
- "extra_item": 837
- },
- {
- "start_date": "2012-06-03 23:00:00",
- "items": [ 576, 573, 645, 574, 556, 712 ],
- "id": 19,
- "extra_item": 785
- },
- {
- "start_date": "2012-06-10 23:00:00",
- "items": [ 513, 540, 626, 687, 603, 725 ],
- "id": 20,
- "extra_item": 839
- },
- {
- "start_date": "2012-06-17 23:00:00",
- "items": [ 751, 573, 622, 541, 719, 623 ],
- "id": 21,
- "extra_item": 793
- },
- {
- "start_date": "2012-06-24 23:00:00",
- "items": [ 514, 703, 628, 644, 702, 555 ],
- "id": 22,
- "extra_item": 841
- },
- {
- "start_date": "2012-07-01 23:00:00",
- "items": [ 628, 535, 652, 633, 749, 768 ],
- "id": 23,
- "extra_item": 793
- },
- {
- "start_date": "2012-07-08 23:00:00",
- "items": [ 574, 802, 662, 648, 825, 771 ],
- "id": 24,
- "extra_item": 840
- },
- {
- "start_date": "2012-07-15 23:00:00",
- "items": [ 633, 507, 651, 704, 699, 655 ],
- "id": 25,
- "extra_item": 798
- },
- {
- "start_date": "2012-07-22 23:00:00",
- "items": [ 508, 551, 539, 731, 882, 663 ],
- "id": 26,
- "extra_item": 839
- },
- {
- "start_date": "2012-07-29 23:00:00",
- "items": [ 783, 573, 750, 574, 774, 712 ],
- "id": 27,
- "extra_item": 826
- },
- {
- "start_date": "2012-08-05 23:00:00",
- "items": [ 539, 540, 626, 759, 603, 790 ],
- "id": 28,
- "extra_item": 838
- },
- {
- "start_date": "2012-08-12 23:00:00",
- "items": [ 751, 573, 622, 609, 719, 854 ],
- "id": 29,
- "extra_item": 837
- },
- {
- "start_date": "2012-08-19 23:00:00",
- "items": [ 577, 535, 609, 533, 719, 706 ],
- "id": 30,
- "extra_item": 785
- },
- {
- "start_date": "2012-08-26 23:00:00",
- "items": [ 572, 627, 730, 534, 699, 655 ],
- "id": 31,
- "extra_item": 839
- },
- {
- "start_date": "2012-09-02 23:00:00",
- "items": [ 515, 563, 537, 560, 771, 725 ],
- "id": 32,
- "extra_item": 847
- },
- {
- "start_date": "2012-09-09 23:00:00",
- "items": [ 514, 563, 628, 560, 702, 725 ],
- "id": 33,
- "extra_item": 832
- },
- {
- "start_date": "2012-09-16 23:00:00",
- "items": [ 628, 627, 652, 534, 749, 655 ],
- "id": 34,
- "extra_item": 840
- },
- {
- "start_date": "2012-09-23 23:00:00",
- "items": [ 574, 535, 662, 533, 825, 706 ],
- "id": 35,
- "extra_item": 833
- },
- {
- "start_date": "2012-09-30 23:00:00",
- "items": [ 633, 573, 651, 609, 699, 854 ],
- "id": 36,
- "extra_item": 839
- },
- {
- "start_date": "2012-10-07 23:00:00",
- "items": [ 508, 540, 539, 759, 882, 790 ],
- "id": 37,
- "extra_item": 835
- },
- {
- "start_date": "2012-10-14 23:00:00",
- "items": [ 783, 573, 750, 731, 774, 712 ],
- "id": 38,
- "extra_item": 837
- },
- {
- "start_date": "2012-10-21 23:00:00",
- "items": [ 539, 551, 626, 574, 603, 663 ],
- "id": 39,
- "extra_item": 842
- },
- {
- "start_date": "2012-10-28 23:00:00",
- "items": [ 751, 507, 622, 704, 719, 655 ],
- "id": 40,
- "extra_item": 834
- },
- {
- "start_date": "2012-11-04 23:00:00",
- "items": [ 577, 802, 609, 648, 699, 771 ],
- "id": 41,
- "extra_item": 836
- },
- {
- "start_date": "2012-11-11 23:00:00",
- "items": [ 572, 535, 730, 633, 719, 768 ],
- "id": 42,
- "extra_item": 841
- },
- {
- "start_date": "2012-11-18 23:00:00",
- "items": [ 515, 703, 537, 644, 771, 555 ],
- "id": 43,
- "extra_item": 838
- },
- {
- "start_date": "2012-11-25 23:00:00",
- "items": [],
- "id": 44,
- "extra_item": 0
- }
- ],
- "tournament_type": {
- "1": {
- "duration": 24,
- "cost": 500,
- "num_players": 4,
- "name": "NEWBIES",
- "picture": "vs-nivel1.jpg",
- "id": 1,
- "map_id": 100000040,
- "min_level": 0,
- "resource_type": "g",
- "weekly_opponent": null,
- "weekly_tournaments": 0,
- "prize": [
- {
- "u": {
- "662": 1
- },
- "g": 1500
- },
- {
- "u": {
- "729": 1
- },
- "g": 1500
- },
- {
- "u": {
- "699": 1
- },
- "g": 1500
- },
- {
- "u": {
- "712": 1
- },
- "g": 1500
- },
- {
- "u": {
- "751": 1
- },
- "g": 1500
- }
- ]
- },
- "2": {
- "duration": 24,
- "cost": 15,
- "num_players": 4,
- "name": "ADVANCED",
- "picture": "vs-nivel2.jpg",
- "id": 2,
- "map_id": 100000040,
- "min_level": 0,
- "resource_type": "c",
- "weekly_opponent": null,
- "weekly_tournaments": 0,
- "prize": [
- {
- "u": {
- "831": 1
- },
- "c": 30
- },
- {
- "u": {
- "755": 1
- },
- "c": 30
- },
- {
- "u": {
- "745": 1
- },
- "c": 30
- },
- {
- "u": {
- "861": 1
- },
- "c": 30
- },
- {
- "u": {
- "786": 1
- },
- "c": 30
- }
- ]
- },
- "3": {
- "duration": 24,
- "cost": 2000,
- "num_players": 4,
- "name": "BEGINNERS",
- "picture": "vs-nivel3.jpg",
- "id": 3,
- "map_id": 100000040,
- "min_level": 0,
- "resource_type": "g",
- "weekly_opponent": null,
- "weekly_tournaments": 0,
- "prize": [
- {
- "u": {
- "771": 1
- },
- "g": 6000
- },
- {
- "u": {
- "795": 1
- },
- "g": 6000
- },
- {
- "u": {
- "711": 1
- },
- "g": 6000
- },
- {
- "u": {
- "753": 1
- },
- "g": 6000
- },
- {
- "u": {
- "749": 1
- },
- "g": 6000
- }
- ]
- },
- "4": {
- "duration": 24,
- "cost": 30,
- "num_players": 4,
- "name": "PROFESSIONAL",
- "picture": "vs-nivel4.jpg",
- "id": 4,
- "map_id": 100000040,
- "min_level": 0,
- "resource_type": "c",
- "weekly_opponent": null,
- "weekly_tournaments": 0,
- "prize": [
- {
- "u": {
- "737": 1
- },
- "c": 60
- },
- {
- "u": {
- "736": 1
- },
- "c": 60
- },
- {
- "u": {
- "764": 1
- },
- "c": 60
- },
- {
- "u": {
- "829": 1
- },
- "c": 60
- },
- {
- "u": {
- "714": 1
- },
- "c": 60
- }
- ]
- },
- "5": {
- "duration": 24,
- "cost": 5000,
- "num_players": 4,
- "name": "AMATEURS",
- "picture": "vs-nivel5.jpg",
- "id": 5,
- "map_id": 100000040,
- "min_level": 0,
- "resource_type": "g",
- "weekly_opponent": null,
- "weekly_tournaments": 0,
- "prize": [
- {
- "u": {
- "814": 1
- },
- "g": 15000
- },
- {
- "u": {
- "867": 1
- },
- "g": 15000
- },
- {
- "u": {
- "782": 1
- },
- "g": 15000
- },
- {
- "u": {
- "768": 1
- },
- "g": 15000
- },
- {
- "u": {
- "784": 1
- },
- "g": 15000
- }
- ]
- },
- "6": {
- "duration": 24,
- "cost": 50,
- "num_players": 4,
- "name": "THE BEST",
- "picture": "vs-nivel6.jpg",
- "id": 6,
- "map_id": 100000040,
- "min_level": 0,
- "resource_type": "c",
- "weekly_opponent": null,
- "weekly_tournaments": 0,
- "prize": [
- {
- "u": {
- "847": 1
- },
- "c": 100
- },
- {
- "u": {
- "793": 1
- },
- "c": 100
- },
- {
- "u": {
- "884": 1
- },
- "c": 100
- },
- {
- "u": {
- "766": 1
- },
- "c": 100
- },
- {
- "u": {
- "826": 1
- },
- "c": 100
- }
- ]
- },
- "7": {
- "duration": 24,
- "cost": 15000,
- "num_players": 4,
- "name": "MID-LEVEL",
- "picture": "vs-nivel7.jpg",
- "id": 7,
- "map_id": 100000040,
- "min_level": 0,
- "resource_type": "g",
- "weekly_opponent": null,
- "weekly_tournaments": 0,
- "prize": [
- {
- "u": {
- "749": 1
- },
- "g": 45000
- },
- {
- "u": {
- "748": 1
- },
- "g": 45000
- },
- {
- "u": {
- "722": 1
- },
- "g": 45000
- },
- {
- "u": {
- "803": 1
- },
- "g": 45000
- },
- {
- "u": {
- "789": 1
- },
- "g": 45000
- }
- ]
- },
- "8": {
- "duration": 24,
- "cost": 500,
- "num_players": 4,
- "name": "WEEKLY GOLD",
- "picture": "tournament_weekly_gold.jpg",
- "id": 8,
- "map_id": 100000040,
- "min_level": 0,
- "resource_type": "g",
- "weekly_opponent": {
- "10000001": {
- "user_name": "Bot 1",
- "xp": 1256,
- "country": "ES",
- "team": [ 643, 643, 643, 649, 684, 684, 649, 643, 643, 643, 638, 638, 638, 638, 638, 651, 651, 651, 651, 651 ],
- "picture": "weekly_tournament_bot1.png",
- "level": 15
- },
- "10000002": {
- "user_name": "Bot 2",
- "xp": 1256,
- "country": "ES",
- "team": [ 752, 752, 752, 695, 714, 714, 695, 752, 752, 752, 749, 749, 749, 749, 749, 724, 724, 724, 724, 724 ],
- "picture": "weekly_tournament_bot2.png",
- "level": 15
- },
- "10000003": {
- "user_name": "Bot 3",
- "xp": 1256,
- "country": "ES",
- "team": [ 745, 745, 744, 736, 708, 708, 736, 744, 745, 745, 781, 781, 781, 781, 781, 754, 754, 754, 754, 754 ],
- "picture": "weekly_tournament_bot3.png",
- "level": 15
- }
- },
- "weekly_tournaments": 7,
- "prize": [
- {
- "u": {
- "847": 1
- },
- "g": 100000
- },
- {
- "u": {
- "777": 1
- },
- "g": 75000
- },
- {
- "u": {
- "766": 1
- },
- "g": 50000
- },
- {
- "u": {
- "766": 1
- },
- "g": 25000
- },
- {
- "u": {
- "758": 1
- },
- "g": 15000
- },
- {
- "u": {
- "736": 1
- },
- "g": 10000
- },
- {
- "u": {
- "714": 1
- },
- "g": 5000
- },
- {
- "u": {
- "695": 1
- },
- "g": 5000
- },
- {
- "u": {
- "684": 1
- },
- "g": 5000
- },
- {
- "u": {
- "649": 1
- },
- "g": 5000
- }
- ]
- }
- },
- "items": [
- {
- "giftable": "1",
- "cost": "30",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "房子 I",
- "potion": "1",
- "population": "3",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "2",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "3",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casa1",
- "display_order": "1",
- "life": "180",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "房子 II",
- "potion": "1",
- "population": "4",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "3",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casa2",
- "display_order": "2",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "120",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "房子 III",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "4",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "12",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "19",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casa3",
- "display_order": "11",
- "life": "220",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "房子 IV",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "194",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "4",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "31",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casa4",
- "display_order": "4",
- "life": "240",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "磨坊 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "9",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "f",
- "unit_capacity": "2",
- "id": "5",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "molino1",
- "display_order": "6",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "磨坊 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "300",
- "collect_xp": "10",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":750}",
- "xp": "20",
- "collect_type": "f",
- "unit_capacity": "4",
- "id": "6",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "molino2",
- "display_order": "7",
- "life": "250",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "磨坊 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "400",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":7500}",
- "xp": "150",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "7",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "23",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "molino3",
- "display_order": "8",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "120",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "南瓜田",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "25",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "32.4",
- "upgrades_to": "9",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "12",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "8",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granja1",
- "display_order": "11",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "180",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "茄子田",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "35",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "32.4",
- "upgrades_to": "10",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "18",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "9",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "21",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granja2",
- "display_order": "12",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "1",
- "cost": "60",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "农田",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "15",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "2",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "32.4",
- "upgrades_to": "200",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "10",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granja3",
- "display_order": "10",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "绵羊牧场 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "100",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "90",
- "upgrades_to": "190",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "11",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "2",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "rancho1_1",
- "display_order": "16",
- "life": "140",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "奶牛牧场 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "150",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "90",
- "upgrades_to": "192",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "12",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "rancho2_1",
- "display_order": "39",
- "life": "140",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "金矿 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "200",
- "collect_xp": "7",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "2",
- "id": "13",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "4",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "minaoro1",
- "display_order": "19",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "金矿 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "275",
- "collect_xp": "10",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":1250}",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "4",
- "id": "14",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "13",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "minaoro2",
- "display_order": "20",
- "life": "240",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "4500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "金矿 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "350",
- "collect_xp": "12",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":10000}",
- "xp": "450",
- "collect_type": "g",
- "unit_capacity": "6",
- "id": "15",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "24",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "minaoro3",
- "display_order": "21",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石矿 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "175",
- "collect_xp": "6",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":250}",
- "xp": "10",
- "collect_type": "s",
- "unit_capacity": "2",
- "id": "16",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "6",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "minapiedra1",
- "display_order": "30",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石矿 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "300",
- "collect_xp": "10",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":3500}",
- "xp": "20",
- "collect_type": "s",
- "unit_capacity": "4",
- "id": "17",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "17",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "minapiedra2",
- "display_order": "31",
- "life": "240",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石矿 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "400",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":20000}",
- "xp": "750",
- "collect_type": "s",
- "unit_capacity": "6",
- "id": "18",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "29",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "minapiedra3",
- "display_order": "32",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "1",
- "name": "树",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "2",
- "collect": "20",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "125",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "3.24",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "w",
- "unit_capacity": "4",
- "id": "19",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbol1",
- "display_order": "19",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "1",
- "name": "树",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "2",
- "collect": "20",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "125",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "3.24",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "w",
- "unit_capacity": "4",
- "id": "20",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbol2",
- "display_order": "20",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "1",
- "name": "树",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "2",
- "collect": "20",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "125",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "3.24",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "w",
- "unit_capacity": "4",
- "id": "21",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbol3",
- "display_order": "21",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "铁匠",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "131",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "22",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "33",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "herreria",
- "display_order": "58",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "350",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "132",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "188",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "35",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "23",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "mercado_1",
- "display_order": "23",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "教堂",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "133",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "24",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "502",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "19",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "isglesia",
- "display_order": "50",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大学",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "800",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "25",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "39",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "universidad",
- "display_order": "60",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市政厅",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "139",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "26",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ayuntamiento",
- "display_order": "26",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "11",
- "name": "城堡 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "22",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "231",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "28",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "27",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "507",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "castillo1",
- "display_order": "16",
- "life": "4000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "25",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "11",
- "name": "Castle II",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "26",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "231",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "198",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "28",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "508",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "castillo2",
- "display_order": "17",
- "life": "8000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "125",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "7",
- "name": "塔 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "4",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "30",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "13",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "29",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "2",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "torredefensa1",
- "display_order": "1",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "250",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "8",
- "name": "塔 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "10",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "31",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "25",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "30",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "torredefensa2",
- "display_order": "2",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "375",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "9",
- "name": "塔 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "12",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "32",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "38",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "31",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "torredefensa3",
- "display_order": "3",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "10",
- "name": "塔 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "14",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "33",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "32",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "23",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "torredefensa4",
- "display_order": "4",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "625",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "12",
- "name": "塔 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "16",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "63",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "33",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "33",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "torredefensa5",
- "display_order": "5",
- "life": "1100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "墙 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "35",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "34",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "3",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "muralla1",
- "display_order": "8",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "墙 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "36",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "35",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "muralla2",
- "display_order": "9",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "墙 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "195",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "3",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "36",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "17",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "muralla3",
- "display_order": "10",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "墙门",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "222",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "37",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "21",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "puertamuralla",
- "display_order": "13",
- "life": "1500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "125",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "39",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "13",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "38",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "509",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "infanteria1",
- "display_order": "1",
- "life": "300",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "250",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "40",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":750}",
- "xp": "25",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "39",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "510",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "infanteria2",
- "display_order": "2",
- "life": "350",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "375",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "136",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":3000}",
- "xp": "38",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "40",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "511",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "infanteria3",
- "display_order": "3",
- "life": "400",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "弓箭手 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "42",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "41",
- "subcategory_id": "32",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "516",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "3",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "arqueria1",
- "display_order": "5",
- "life": "300",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "弓箭手 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "43",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":1000}",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "42",
- "subcategory_id": "32",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "517",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "arqueria2",
- "display_order": "6",
- "life": "350",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "450",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "弓箭手 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "137",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":5000}",
- "xp": "45",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "43",
- "subcategory_id": "32",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "518",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "18",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "arqueria3",
- "display_order": "7",
- "life": "400",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "175",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "养马场 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "331",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "45",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":250}",
- "xp": "18",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "44",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "512",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "establo1",
- "display_order": "9",
- "life": "300",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "350",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "养马场 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "331",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "46",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":1500}",
- "xp": "35",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "45",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "513",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "establo2",
- "display_order": "9",
- "life": "350",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "525",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "养马场 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "331",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "138",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":7000}",
- "xp": "53",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "46",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "514",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "establo3",
- "display_order": "10",
- "life": "400",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "700",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "骑射马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "331",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":10000}",
- "xp": "70",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "47",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "515",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "24",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "establoarquero",
- "display_order": "11",
- "life": "400",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "车间 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "49",
- "store_level": "0",
- "iphone_adjustments": "{\"cost_type\":\"g\",\"cost\":1000}",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "48",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "519",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "fabricaAriete3",
- "display_order": "14",
- "life": "420",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "车间 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "50",
- "store_level": "0",
- "iphone_adjustments": "{\"cost_type\":\"g\",\"cost\":2000}",
- "xp": "40",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "49",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "520",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "fabricaAriete1",
- "display_order": "15",
- "life": "450",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "车间 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "51",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":8000}",
- "xp": "60",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "521",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "22",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "fabricaAriete2",
- "display_order": "16",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "车间 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":12500}",
- "xp": "80",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "51",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "522",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "26",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "fabricaAriete4",
- "display_order": "17",
- "life": "550",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "Chichen Itza",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "600",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "52",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "ChichenItza",
- "display_order": "4",
- "life": "1500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "体育馆",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "600",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "s",
- "unit_capacity": "0",
- "id": "53",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "coliseo",
- "display_order": "4",
- "life": "1500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "印加神",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "600",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "f",
- "unit_capacity": "0",
- "id": "54",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "diosInca",
- "display_order": "3",
- "life": "1500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "斯芬克斯",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "600",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "w",
- "unit_capacity": "0",
- "id": "55",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "esfinge",
- "display_order": "4",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "35",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "失落之城",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "1200",
- "collect_xp": "40",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}",
- "xp": "4",
- "collect_type": "s",
- "unit_capacity": "0",
- "id": "56",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "6",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "machuPichu",
- "display_order": "5",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "35",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "万里长城",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "1200",
- "collect_xp": "40",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}",
- "xp": "4",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "57",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "murallaChina",
- "display_order": "6",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "35",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "Petra",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "1200",
- "collect_xp": "40",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}",
- "xp": "4",
- "collect_type": "f",
- "unit_capacity": "0",
- "id": "58",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "petra",
- "display_order": "7",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "35",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "泰姬陵",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "1200",
- "collect_xp": "40",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}",
- "xp": "4",
- "collect_type": "w",
- "unit_capacity": "0",
- "id": "59",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "tajMahal",
- "display_order": "8",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "伊瓜苏瀑布",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "2000",
- "collect_xp": "67",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "s",
- "unit_capacity": "0",
- "id": "60",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "cataratasIguazu",
- "display_order": "10",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "帕台农神殿",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "2000",
- "collect_xp": "67",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "61",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "partenon",
- "display_order": "11",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "1",
- "cost": "5",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "黄色的花",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "62",
- "subcategory_id": "42",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "floresAmarillas2",
- "display_order": "63",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "25",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "白色的花",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "8",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "3",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "63",
- "subcategory_id": "42",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "floresBlancas",
- "display_order": "77",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "紫色的花",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "64",
- "subcategory_id": "42",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "3",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "floresLilas",
- "display_order": "81",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "100",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "红色的花",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "12",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "65",
- "subcategory_id": "42",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "floresRojas",
- "display_order": "81",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "粉色的花",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "66",
- "subcategory_id": "42",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "floresRosas",
- "display_order": "86",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "225",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "绿花",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "23",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "67",
- "subcategory_id": "42",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "floresVerdes",
- "display_order": "88",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "5",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "玛雅人的火",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "14",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "68",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "2",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "fuegoMaya",
- "display_order": "65",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石头",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "126",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "6.48",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "s",
- "unit_capacity": "4",
- "id": "69",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piedras1",
- "display_order": "69",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石头",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "126",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "6.48",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "s",
- "unit_capacity": "4",
- "id": "70",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piedras2",
- "display_order": "70",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石头",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "126",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "6.48",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "s",
- "unit_capacity": "4",
- "id": "71",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piedras3",
- "display_order": "71",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石头",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "126",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "6.48",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "s",
- "unit_capacity": "4",
- "id": "72",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piedras4",
- "display_order": "72",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "Gold",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "127",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "6.48",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "4",
- "id": "73",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "oro1",
- "display_order": "73",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "黄金",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "127",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "6.48",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "4",
- "id": "74",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "oro2",
- "display_order": "74",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "黄金",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "127",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "6.48",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "4",
- "id": "75",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "oro3",
- "display_order": "75",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "黄金",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "127",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "6.48",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "4",
- "id": "76",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "oro4",
- "display_order": "76",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "木材厂 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "200",
- "collect_xp": "7",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "78",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":150}",
- "xp": "5",
- "collect_type": "w",
- "unit_capacity": "2",
- "id": "77",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "aserradero1",
- "display_order": "26",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "木材厂 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "350",
- "collect_xp": "12",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "79",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":2000}",
- "xp": "20",
- "collect_type": "w",
- "unit_capacity": "4",
- "id": "78",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "aserradero2",
- "display_order": "27",
- "life": "240",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "木材厂 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "450",
- "collect_xp": "15",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "205",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":15000}",
- "xp": "600",
- "collect_type": "w",
- "unit_capacity": "6",
- "id": "79",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "27",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "aserradero3",
- "display_order": "28",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "黄金再生...",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "128",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "10800",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "80",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "2",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "regOro",
- "display_order": "80",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石头再生...",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "128",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "10800",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "s",
- "unit_capacity": "0",
- "id": "81",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "2",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "regPiedras",
- "display_order": "81",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "财宝箱",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "82",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "treasure",
- "display_order": "82",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "囚犯公主",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "83",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "princess2",
- "display_order": "82",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "囚犯农民",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "84",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "prisoners",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "囚犯亚瑟",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "85",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "prisonarthur",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "囚犯弓箭手",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "86",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "prisonarchers",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "链式巨魔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "87",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "prisontroll",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "能量宝石",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "ag",
- "unit_capacity": "0",
- "id": "88",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "powergem",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "魔坛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "813",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "89",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "golemstatue",
- "display_order": "82",
- "life": "100",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "被绑架的单位",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "90",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "kidnapped",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "奖杯图腾",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "91",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trophytotem",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "9",
- "attack_range": "0",
- "name": "受伤的牛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "911",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "92",
- "subcategory_id": "91",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "vacaPerdida",
- "display_order": "114",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "9",
- "attack_range": "0",
- "name": "受伤的绵羊",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "911",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "93",
- "subcategory_id": "91",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ovejaPerdida",
- "display_order": "114",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "9",
- "attack_range": "0",
- "name": "孤独的骑士",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "911",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "94",
- "subcategory_id": "91",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jinetePerdido",
- "display_order": "114",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "9",
- "attack_range": "0",
- "name": "特洛伊木马",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "911",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "95",
- "subcategory_id": "91",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballoTroyano",
- "display_order": "114",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "9",
- "attack_range": "0",
- "name": "神秘箱",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "911",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "96",
- "subcategory_id": "91",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cajaSorpresaPerdida",
- "display_order": "114",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "9",
- "attack_range": "0",
- "name": "蜂蜜酒筒",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "911",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "97",
- "subcategory_id": "91",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "barrilPerdido",
- "display_order": "114",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "9",
- "attack_range": "0",
- "name": "受伤的巨魔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "911",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "98",
- "subcategory_id": "91",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trolPerdido",
- "display_order": "114",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "9",
- "attack_range": "0",
- "name": "金色图腾",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "911",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "99",
- "subcategory_id": "91",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "totemOro",
- "display_order": "114",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "黄色的树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "100",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolAmarillo",
- "display_order": "62",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "蓝色的树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "101",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolAzul",
- "display_order": "79",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "快乐树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "8",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "102",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "4",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolCara",
- "display_order": "77",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "中国树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "103",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "arbolChino",
- "display_order": "74",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "75",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "紫色的树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "8",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "104",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolLila",
- "display_order": "83",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "225",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "橙色的树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "23",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "105",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolNaranja",
- "display_order": "89",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "红色的树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "7",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "106",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolRojo",
- "display_order": "92",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "390",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "恐怖树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "39",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "107",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolTerror",
- "display_order": "94",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "绿色的树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "108",
- "subcategory_id": "41",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolVerde",
- "display_order": "64",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "蓝色旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "5",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "109",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "3",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "banderaAzul",
- "display_order": "75",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "橘子旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "110",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "banderaNaranja",
- "display_order": "87",
- "life": "25",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "红旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "9",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "111",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "banderaRoja",
- "display_order": "87",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "425",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "鹰旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "43",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "112",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "banderaRoja2",
- "display_order": "93",
- "life": "25",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "绿旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "113",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "banderaVerde",
- "display_order": "95",
- "life": "25",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "350",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "头骨俱乐部",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "35",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "114",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "calaverasFardo",
- "display_order": "84",
- "life": "10",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "罗马柱",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "4",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "115",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "columnaRomana",
- "display_order": "91",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "世界杯",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "116",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "copaMundo",
- "display_order": "82",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "骷髅雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "117",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaCalavera",
- "display_order": "79",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "头盔雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "10",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "118",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "3",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaCasco",
- "display_order": "76",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "牛头人雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "119",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaCentauro",
- "display_order": "90",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "牛头人雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "120",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaDragon",
- "display_order": "96",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "蒙古雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "121",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "estatuaMongol",
- "display_order": "66",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "国王雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "122",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "estatuaRey",
- "display_order": "67",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "700",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "战士雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "70",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "123",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado1",
- "display_order": "98",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "战士雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "124",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado2",
- "display_order": "100",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "战士雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "2",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "125",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "17",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado3",
- "display_order": "97",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "战士雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "126",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado4",
- "display_order": "68",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "战士雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "6",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "127",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado5",
- "display_order": "99",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "海盗雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "800",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "128",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "estatuaVikingo",
- "display_order": "69",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "方丹",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "129",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "6",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "fuenteChica",
- "display_order": "80",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "水井",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "130",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "pozoAgua",
- "display_order": "85",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "古陶瓷",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "131",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "vasijaBarro",
- "display_order": "70",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "Trojan Horse",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "132",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballoTroyano",
- "display_order": "114",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "金色图腾",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "133",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "totemOro",
- "display_order": "114",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔小屋",
- "potion": "1",
- "population": "2",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "134",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trollhut",
- "display_order": "1",
- "life": "180",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔洞穴",
- "potion": "1",
- "population": "2",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "135",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trollcave",
- "display_order": "1",
- "life": "180",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "390",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":15000}",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "136",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "539",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "28",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "infanteria4",
- "display_order": "4",
- "life": "550",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1250",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "弓箭手 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "391",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":20000}",
- "xp": "125",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "137",
- "subcategory_id": "32",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "540",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "30",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "arqueria4",
- "display_order": "8",
- "life": "550",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "养马场 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "331",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "392",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":30000}",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "138",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "541",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "32",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "establo4",
- "display_order": "12",
- "life": "550",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "3500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "5",
- "name": "市政厅 II",
- "potion": "1",
- "population": "5",
- "attack_interval": "35",
- "attack": "5",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "140",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "350",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "139",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ayuntamiento2",
- "display_order": "26",
- "life": "2000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "6",
- "name": "市政厅 III",
- "potion": "1",
- "population": "5",
- "attack_interval": "35",
- "attack": "10",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "141",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "750",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "140",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ayuntamiento3",
- "display_order": "26",
- "life": "4000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "7",
- "name": "市政厅 IV",
- "potion": "1",
- "population": "5",
- "attack_interval": "35",
- "attack": "15",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "141",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "35",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ayuntamiento4",
- "display_order": "26",
- "life": "8000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "岛 1",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "142",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isla1",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "Isle 2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "143",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isla2",
- "display_order": "95",
- "life": "5",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "沙漠岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "144",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladesierto",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "Arctic Isle",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "145",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islanieve",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "钥匙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "146",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "key",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "锁上大门",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "813",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "147",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "portonhielo",
- "display_order": "82",
- "life": "100",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "神秘岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "148",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islamysterious",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "未知的小岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "149",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaunknown",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "英雄祭坛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "150",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "altarheroes",
- "display_order": "47",
- "life": "850",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "小的避难所",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "unit_capacity": "2",
- "id": "151",
- "subcategory_id": "24",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "refugio1",
- "display_order": "14",
- "life": "3500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "大型的避难所",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "5",
- "id": "152",
- "subcategory_id": "24",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "refugio2",
- "display_order": "15",
- "life": "7000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "阿根廷国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "153",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagar",
- "display_order": "71",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "澳大利亚国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "154",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagau",
- "display_order": "72",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "比利时国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "155",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagbe",
- "display_order": "79",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "保加利亚国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "156",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagbg",
- "display_order": "75",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "加拿大国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "157",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagca",
- "display_order": "76",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "加泰罗尼亚国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "158",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagcat",
- "display_order": "78",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "瑞士国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "159",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagch",
- "display_order": "80",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "智利国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "160",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagcl",
- "display_order": "82",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "哥伦比亚国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "161",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagco",
- "display_order": "83",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "德国国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "162",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagde",
- "display_order": "84",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "西班牙国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "163",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flages",
- "display_order": "85",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "巴塞罗那国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "164",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagfcb",
- "display_order": "86",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "法国国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "165",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagfr",
- "display_order": "80",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "英国国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "166",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flaggb",
- "display_order": "81",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "以色列国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "167",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagil",
- "display_order": "82",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "意大利国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "168",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagit",
- "display_order": "83",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "墨西哥国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "169",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagmx",
- "display_order": "84",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "荷兰国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "170",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagnl",
- "display_order": "85",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "菲律宾国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "171",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagph",
- "display_order": "86",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "葡萄牙国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "172",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagpt",
- "display_order": "87",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "瑞典国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "173",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagse",
- "display_order": "88",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "土耳其国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "174",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagtr",
- "display_order": "89",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "美国国旗",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "175",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "flagus",
- "display_order": "90",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "金字塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "176",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piramide1",
- "display_order": "90",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "财宝箱",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "177",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cofre",
- "display_order": "90",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "花园",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "178",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jardin",
- "display_order": "90",
- "life": "300",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "金色的喷泉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "179",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "fuentedorada",
- "display_order": "90",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "冰冻的猛犸象",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "180",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mamut",
- "display_order": "90",
- "life": "750",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "60000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "11",
- "name": "巫师的城堡",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "22",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "231",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "181",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "550",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "castillo3",
- "display_order": "19",
- "life": "4000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "未被发现的岛屿",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "182",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaundiscovered",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "紧急岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "183",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaemergent",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "岩岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "184",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islarock",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "鹰 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "136",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "186",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "185",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "aguila1",
- "display_order": "34",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "鹰 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "136",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "187",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "186",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "aguila2",
- "display_order": "35",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "鹰 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "136",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "217",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "187",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "30",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "aguila3",
- "display_order": "36",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市场 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "132",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "189",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "188",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mercado_2",
- "display_order": "24",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市场 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "132",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "189",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mercado_3",
- "display_order": "25",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "绵羊牧场 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "150",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "90",
- "upgrades_to": "191",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "60",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "190",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "rancho1_2",
- "display_order": "17",
- "life": "300",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "绵羊牧场 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "200",
- "collect_xp": "7",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "90",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "191",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "24",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "rancho1_3",
- "display_order": "18",
- "life": "600",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "750",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "奶牛牧场 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "200",
- "collect_xp": "7",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "90",
- "upgrades_to": "193",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "75",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "192",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "17",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "rancho2_2",
- "display_order": "40",
- "life": "300",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "奶牛牧场 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "9",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "90",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "650",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "193",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "26",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "rancho2_3",
- "display_order": "41",
- "life": "600",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "房子 V",
- "potion": "1",
- "population": "7",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "180",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "194",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "36",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casa5",
- "display_order": "5",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "墙 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "196",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "195",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "muralla4",
- "display_order": "11",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "225",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "墙 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "23",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "196",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "34",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "muralla5",
- "display_order": "12",
- "life": "1100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "4",
- "name": "愈合的春天",
- "potion": "1",
- "population": "0",
- "attack_interval": "15",
- "attack": "10",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "137",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "750",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "197",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "26",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "curacion",
- "display_order": "54",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "35",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "11",
- "name": "城堡 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "30",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "231",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "400",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "198",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "560",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "27",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "castillo333",
- "display_order": "18",
- "life": "10000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "12",
- "name": "火塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "30",
- "attack": "20",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "199",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "torredefensa6",
- "display_order": "6",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "胡萝卜田",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "40",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "32.4",
- "upgrades_to": "201",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "200",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "28",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granja4",
- "display_order": "13",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "西瓜田",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "45",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "110",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "201",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "34",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granja5",
- "display_order": "14",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "磨坊 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "500",
- "collect_xp": "17",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":25000}",
- "xp": "1000",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "202",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "32",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "molino4",
- "display_order": "9",
- "life": "450",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "金矿 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "500",
- "collect_xp": "17",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":35000}",
- "xp": "2000",
- "collect_type": "g",
- "unit_capacity": "6",
- "id": "203",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "38",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "minaoro4",
- "display_order": "22",
- "life": "450",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "24000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石矿IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "550",
- "collect_xp": "19",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":45000}",
- "xp": "2400",
- "collect_type": "s",
- "unit_capacity": "6",
- "id": "204",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "41",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "minapiedra4",
- "display_order": "33",
- "life": "450",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "木材厂 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "600",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":30000}",
- "xp": "1500",
- "collect_type": "w",
- "unit_capacity": "6",
- "id": "205",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "35",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "aserradero4",
- "display_order": "29",
- "life": "450",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "鳄鱼池",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "206",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "foso",
- "display_order": "100",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "生命树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "207",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolavatar",
- "display_order": "100",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "断头台",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "208",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guillotina",
- "display_order": "100",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "监狱",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "209",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "carcel",
- "display_order": "100",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "水井",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "210",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "pozogrande",
- "display_order": "85",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "燃烧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "211",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "molinollamas",
- "display_order": "82",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大教堂",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "133",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "212",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "569",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "23",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "catedraltorres",
- "display_order": "52",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "力学术",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":17500}",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "213",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "570",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "29",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "academiamecanica",
- "display_order": "56",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "12",
- "name": "避雷塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "15",
- "attack": "10",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "214",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "18",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "electorre",
- "display_order": "7",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "16",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "神风中心",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "215",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "575",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "19",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "fabricakamikaze",
- "display_order": "-60",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1600",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "消防车间",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":25000}",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "216",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "568",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "31",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "workshop5",
- "display_order": "18",
- "life": "600",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "鹰 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "136",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "217",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "30",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "eagle4",
- "display_order": "37",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "325",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "宝矿",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "86400",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "33",
- "collect_type": "t",
- "unit_capacity": "0",
- "id": "218",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "13",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "minatesoro",
- "display_order": "46",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "葡萄园",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "100",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "219",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "37",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "vinedo",
- "display_order": "15",
- "life": "200",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "图书馆",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "220",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "19",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "isglesia",
- "display_order": "40",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "550",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "学院",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "55",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "221",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "21",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "academiagimnasio",
- "display_order": "51",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "采矿区学院",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "800",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "222",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "31",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "academiamina",
- "display_order": "57",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "林业科学院",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "650",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "223",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "28",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "academialenador",
- "display_order": "55",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "海港",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "224",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "muelle",
- "display_order": "38",
- "life": "600",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "牺牲祭坛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "1.08",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "150",
- "collect_type": "sk",
- "unit_capacity": "1",
- "id": "225",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "22",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "sacrificio",
- "display_order": "52",
- "life": "600",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "幼儿园",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "1",
- "collect_xp": "15",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "32400",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "h",
- "unit_capacity": "2",
- "id": "226",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "23",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "picaderoanimal",
- "display_order": "53",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "培训马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "unit_capacity": "5",
- "id": "227",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "adiestramientocaballos",
- "display_order": "44",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "贵族府邸",
- "potion": "1",
- "population": "10",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "228",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "42",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "casalujosa",
- "display_order": "62",
- "life": "750",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "庙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "750",
- "collect_xp": "25",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "138",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "172800",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "229",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "18",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "templooro",
- "display_order": "49",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "澡堂",
- "potion": "1",
- "population": "20",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "230",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "banyos",
- "display_order": "42",
- "life": "1400",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "2200",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "酒馆",
- "potion": "1",
- "population": "10",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "220",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "231",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "35",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "taberna",
- "display_order": "59",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "28000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "饭店",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "570",
- "collect_xp": "19",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "138",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "28800",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "232",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "45",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "restaurante",
- "display_order": "64",
- "life": "700",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "16000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "面包房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "550",
- "collect_xp": "19",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "138",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "28800",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1200",
- "collect_type": "f",
- "unit_capacity": "0",
- "id": "233",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "bakery",
- "display_order": "61",
- "life": "650",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "盟军建筑",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "234",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "aliados",
- "display_order": "43",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "石头",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "10",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "s",
- "unit_capacity": "4",
- "id": "235",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piedras1",
- "display_order": "69",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "废矿",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "236",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "minapiedracandado",
- "display_order": "82",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "医治者的监狱",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "237",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "healersprisioneras",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "被困的盟友",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "238",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "aliadosprisioneros",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "英雄的坟墓",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "239",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "temploresureccion",
- "display_order": "48",
- "life": "850",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "中国馆",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "240",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "casachina",
- "display_order": "1",
- "life": "210",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "中国射箭",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "270",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "241",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "577",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "arqueriachina",
- "display_order": "1",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "万里长城",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "242",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "murallachina2",
- "display_order": "3",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "12",
- "name": "中国塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "10",
- "attack": "6",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "243",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torredefensachina",
- "display_order": "2",
- "life": "2300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "竹工厂",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "500",
- "collect_xp": "17",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2000",
- "collect_type": "w",
- "unit_capacity": "2",
- "id": "244",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "aserraderochino",
- "display_order": "5",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "中国视野",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "35",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "7",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "150",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "245",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "campoarroz",
- "display_order": "6",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "熊猫",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "140",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "246",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "osopanda",
- "display_order": "7",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "歌妓",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "210",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "247",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "geisha",
- "display_order": "8",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "风筝",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "490",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "248",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "chinocometa",
- "display_order": "9",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "中华寺",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "249",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "pagoda",
- "display_order": "10",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "招财猫",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "5",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "250",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "gatochino",
- "display_order": "11",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "面条",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "9",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "251",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "bolchino",
- "display_order": "12",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "鼓",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "252",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "tamborchino",
- "display_order": "13",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "中国树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "253",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jardinchino",
- "display_order": "14",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "254",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "dragondorado",
- "display_order": "15",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "35000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "佛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "3500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "255",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "budaoro",
- "display_order": "16",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "动物笼",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "256",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jaulaanimal",
- "display_order": "90",
- "life": "200",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "捕获的围攻",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "257",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "catapultaspresas",
- "display_order": "90",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "骨架",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "258",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaesqueleto",
- "display_order": "96",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "骨架",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "259",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "estatuaesqueleto2",
- "display_order": "66",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "石头",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "260",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "piedras1",
- "display_order": "67",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "40",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "圣瓦西里大教堂",
- "potion": "1",
- "population": "25",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "4",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "261",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "13",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "stbasil",
- "display_order": "9",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "70",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "亚历山大图书馆",
- "potion": "1",
- "population": "50",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "7",
- "collect_type": "s",
- "unit_capacity": "0",
- "id": "262",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "21",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "bibliotecaalejandria",
- "display_order": "14",
- "life": "2500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "史前巨石柱",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "2000",
- "collect_xp": "67",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "f",
- "unit_capacity": "0",
- "id": "263",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "18",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "stonehenge",
- "display_order": "12",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "吴哥",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "2000",
- "collect_xp": "67",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "3",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "w",
- "unit_capacity": "0",
- "id": "264",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "angkor",
- "display_order": "13",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "265",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "arbolAzul",
- "display_order": "67",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "350",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "盟军市场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "86400",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "35",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "266",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "mercadoaliados",
- "display_order": "45",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹特克的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "267",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "casaazteca",
- "display_order": "14",
- "life": "210",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "16",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹特克宿舍",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "480",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "268",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "578",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "cuartelazteca",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹台",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "269",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "murallaazteca",
- "display_order": "11",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "12",
- "name": "阿兹台克塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "22",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "270",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torredefensaazteca",
- "display_order": "7",
- "life": "2300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹特克轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "450",
- "collect_xp": "15",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1500",
- "collect_type": "f",
- "unit_capacity": "2",
- "id": "271",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "molinoazteca",
- "display_order": "16",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1400",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹特克场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "35",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "7",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "140",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "272",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granjaazteca",
- "display_order": "12",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "蛇雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "273",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "esculturaserpiente",
- "display_order": "3",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹台克的老板",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "274",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "jefeazteca",
- "display_order": "6",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "羽蛇神",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "420",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "275",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "quetzacoatl",
- "display_order": "7",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹特克球场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "210",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "276",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "campoazteca",
- "display_order": "5",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "头骨雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "8",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "277",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esculturacalavera",
- "display_order": "1",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "金结构",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "18",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "278",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esculturaoro",
- "display_order": "10",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "太阳结构",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "279",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esculturasolar",
- "display_order": "0",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹特克日历",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "280",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esculturacalendario",
- "display_order": "8",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹特克装饰",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "281",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "paredgrabado",
- "display_order": "9",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "30000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "阿兹特克神庙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "3000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "282",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "templosacrificio",
- "display_order": "10",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "宝藏",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "283",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "molinollamas",
- "display_order": "82",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "矿物岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "284",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islandbigboss3",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "_DEV ACTIVATOR",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "285",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "arbolAzul",
- "display_order": "67",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "_DEV TREASURE",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "286",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jaulaanimal",
- "display_order": "90",
- "life": "200",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "火盆",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "ag",
- "unit_capacity": "0",
- "id": "287",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "brasero",
- "display_order": "82",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "attack_range": "0",
- "name": "Rockdriller头骨",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "288",
- "subcategory_id": "43",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trofeogusano",
- "display_order": "71",
- "life": "30",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔大厅 I",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "135",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "321",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "289",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "580",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "townhalltrol1",
- "display_order": "26",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔农场 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "15",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "2",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "32.4",
- "upgrades_to": "310",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "290",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granjatrol1",
- "display_order": "10",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "125",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "7",
- "name": "巨魔塔 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "4",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "303",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "13",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "291",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "2",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "torredefensatrol1",
- "display_order": "1",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "巨魔墙 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "305",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "292",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "3",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "murallatrol1",
- "display_order": "8",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "亚洲岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "293",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaasian",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "阿兹台克岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "294",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaaztec",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "Civilizated 岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "295",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islacivilizated",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "野岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "296",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islawild",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "征服之岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "297",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaxonquered",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "英雄岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "298",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islahero",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "飞艇塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "299",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "torrezepelin",
- "display_order": "38",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔轧机 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "250",
- "collect_xp": "9",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "301",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "f",
- "unit_capacity": "2",
- "id": "300",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "molinotrol1",
- "display_order": "6",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "Troll Mill II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "300",
- "collect_xp": "10",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "302",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "f",
- "unit_capacity": "4",
- "id": "301",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "molinotrol2",
- "display_order": "7",
- "life": "250",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔轧机 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "400",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "150",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "302",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "23",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "molinotrol3",
- "display_order": "8",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "250",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "8",
- "name": "巨魔塔 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "10",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "304",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "25",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "303",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "torredefensatrol2",
- "display_order": "2",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "375",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "9",
- "name": "巨魔塔 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "12",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "347",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "38",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "304",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "torredefensatrol3",
- "display_order": "3",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "巨魔墙 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "306",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "305",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "murallatrol2",
- "display_order": "9",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "巨魔墙 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "3",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "306",
- "subcategory_id": "22",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "17",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "murallatrol3",
- "display_order": "10",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔小屋 I",
- "potion": "1",
- "population": "2",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "308",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "3",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "307",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casatrol1",
- "display_order": "1",
- "life": "180",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔小屋 II",
- "potion": "1",
- "population": "4",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "309",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "308",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casatrol2",
- "display_order": "2",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "120",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔小屋 III",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "12",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "309",
- "subcategory_id": "11",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "19",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casatrol3",
- "display_order": "3",
- "life": "220",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "120",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔农场 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "25",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "32.4",
- "upgrades_to": "311",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "12",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "310",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granjatrol2",
- "display_order": "11",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "180",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔农场 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "35",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "18",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "311",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "21",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granjatrol3",
- "display_order": "12",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔木材厂 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "200",
- "collect_xp": "7",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "313",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "w",
- "unit_capacity": "2",
- "id": "312",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "aserraderotrol1",
- "display_order": "26",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔木材厂 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "350",
- "collect_xp": "12",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "314",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "w",
- "unit_capacity": "4",
- "id": "313",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "aserraderotrol2",
- "display_order": "27",
- "life": "240",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔木材厂 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "450",
- "collect_xp": "15",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "w",
- "unit_capacity": "6",
- "id": "314",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "27",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "aserraderotrol3",
- "display_order": "28",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔金矿 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "200",
- "collect_xp": "7",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "316",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "2",
- "id": "315",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "4",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "minaorotrol1",
- "display_order": "19",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔金矿 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "275",
- "collect_xp": "10",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "317",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "4",
- "id": "316",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "13",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "minaorotrol2",
- "display_order": "20",
- "life": "240",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "4500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔金矿 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "350",
- "collect_xp": "12",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "450",
- "collect_type": "g",
- "unit_capacity": "6",
- "id": "317",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "24",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "minaorotrol3",
- "display_order": "21",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔石矿 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "175",
- "collect_xp": "6",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "319",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "s",
- "unit_capacity": "2",
- "id": "318",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "6",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "minapiedratrol1",
- "display_order": "30",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔石矿 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "300",
- "collect_xp": "10",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "320",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "s",
- "unit_capacity": "4",
- "id": "319",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "17",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "minapiedratrol2",
- "display_order": "31",
- "life": "240",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔石矿 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "400",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "124",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "750",
- "collect_type": "s",
- "unit_capacity": "6",
- "id": "320",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "29",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "minapiedratrol3",
- "display_order": "32",
- "life": "300",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "3500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "5",
- "name": "巨魔大厅 II",
- "potion": "1",
- "population": "5",
- "attack_interval": "35",
- "attack": "5",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "135",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "322",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "350",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "321",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "580",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "townhalltrol2",
- "display_order": "26",
- "life": "2000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "6",
- "name": "巨魔大厅 III",
- "potion": "1",
- "population": "5",
- "attack_interval": "35",
- "attack": "10",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "135",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "750",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "322",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "580",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "townhalltrol3",
- "display_order": "26",
- "life": "4000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "11",
- "name": "巨魔城堡 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "22",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "231",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "324",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "323",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "592",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "castillotrol1",
- "display_order": "16",
- "life": "4000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "25",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "11",
- "name": "巨魔城堡 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "26",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "231",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "324",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "591",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "castillotrol2",
- "display_order": "17",
- "life": "8000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "体育馆",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "325",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "coliseumtrol",
- "display_order": "17",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "425",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 3",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "330",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "43",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "326",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "595",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol1",
- "display_order": "5",
- "life": "450",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 6",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "327",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "600",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "24",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol2",
- "display_order": "9",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "弓箭手 2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "328",
- "subcategory_id": "32",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "598",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol3",
- "display_order": "6",
- "life": "450",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "弓箭手 1",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "328",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "329",
- "subcategory_id": "32",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "589",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "4",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol4",
- "display_order": "2",
- "life": "300",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "650",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "332",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "65",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "330",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "596",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "18",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol5",
- "display_order": "7",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "350",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "野猪场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "35",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "331",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "599",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol6",
- "display_order": "4",
- "life": "400",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "2750",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 5",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "327",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "275",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "332",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "597",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol7",
- "display_order": "8",
- "life": "725",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "125",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 1",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "334",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "13",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "333",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "593",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol8",
- "display_order": "1",
- "life": "350",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "兵营 2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "326",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "334",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "594",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "6",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrol9",
- "display_order": "3",
- "life": "400",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "350",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔市场 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "132",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "345",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "35",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "335",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "mercadotrol1",
- "display_order": "23",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "研究会 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "337",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "336",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "585",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "fabricaarietetrol1",
- "display_order": "10",
- "life": "420",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "研究会 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "338",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "337",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "586",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "fabricaarietetrol2",
- "display_order": "11",
- "life": "450",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "研究会 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "339",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "60",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "338",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "587",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "22",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "fabricaarietetrol3",
- "display_order": "12",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "研究会 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "339",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "588",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "26",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "fabricaarietetrol4",
- "display_order": "13",
- "life": "550",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "野猪农场 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "100",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "90",
- "upgrades_to": "341",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "340",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "2",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "ranchojabali",
- "display_order": "16",
- "life": "140",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "野猪农场 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "150",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "90",
- "upgrades_to": "342",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "60",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "341",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "14",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "ranchojabali2",
- "display_order": "17",
- "life": "300",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "野猪农场 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "200",
- "collect_xp": "7",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "90",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "342",
- "subcategory_id": "12",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "24",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "ranchojabali3",
- "display_order": "18",
- "life": "600",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔的港湾",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "343",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "muelle",
- "display_order": "38",
- "life": "600",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔齐柏林飞船",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "344",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "torrezepelin",
- "display_order": "38",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔市场 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "132",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "346",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "345",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mercadotrol2",
- "display_order": "24",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔市场 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "132",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "346",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mercadotrol3",
- "display_order": "25",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "10",
- "name": "巨魔塔 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "14",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "348",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "347",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "23",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "torredefensatrol4",
- "display_order": "4",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "625",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "12",
- "name": "巨魔塔 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "16",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "63",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "348",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "33",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "torredefensatrol5",
- "display_order": "5",
- "life": "1100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔鹰 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "136",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "350",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "349",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "aguilacasa1",
- "display_order": "34",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔鹰 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "136",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "351",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "350",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "aguilacasa2",
- "display_order": "35",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "巨魔鹰 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "136",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "351",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "30",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "aguilacasa3",
- "display_order": "36",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "350",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "盟军市场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "2",
- "activation": "86400",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "35",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "352",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "mercadoaliadostrol",
- "display_order": "45",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨人雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "353",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "estatuatrol1",
- "max_frame": "2",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨人雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "354",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "3",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuatrol2",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨人雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "355",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuatrol3",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "700",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨魔浴室",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "70",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "356",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "retretetrol",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "700",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨魔装饰 5",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "70",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "357",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado1",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "700",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨魔装饰 6",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "70",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "358",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado1",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "700",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨魔装饰 7",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "70",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "359",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado1",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "700",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨魔装饰 8",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "70",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "360",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuaSoldado1",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "3",
- "display_order": "43",
- "new_item": "0",
- "category_id": "1",
- "only_mobile": "0",
- "name": "盟军建筑",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "361",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "aliados",
- "max_frame": "2",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "3",
- "display_order": "50",
- "new_item": "0",
- "category_id": "1",
- "only_mobile": "0",
- "name": "巫毒休息室",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "133",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "362",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "590",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "19",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "chamanahouse",
- "max_frame": "2",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "70",
- "height": "5",
- "display_order": "15",
- "new_item": "1",
- "category_id": "5",
- "only_mobile": "0",
- "name": "巴比伦园林",
- "potion": "1",
- "population": "50",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "7",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "363",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "23",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "jardinbabilonia",
- "max_frame": "2",
- "life": "2000",
- "width": "5"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "display_order": "82",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "囚犯弓箭手",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "250",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "364",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jaulaanimal",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "display_order": "82",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "被绑架的单位",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "250",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "365",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jaulaanimal",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "16",
- "height": "3",
- "display_order": "48",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "奥丁雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "366",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "estatuaataque",
- "max_frame": "2",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "display_order": "82",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "被困的盟友",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "250",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "367",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jaulaanimal",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "捕获的围攻",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "368",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jaulaanimal",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "display_order": "5",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "油塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "70",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "369",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "oiltower",
- "max_frame": "4",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "18",
- "height": "4",
- "display_order": "13",
- "new_item": "1",
- "category_id": "3",
- "only_mobile": "0",
- "name": "象厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "370",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "603",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "27",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "ranchoelefantes",
- "max_frame": "2",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "3",
- "display_order": "14",
- "new_item": "1",
- "category_id": "3",
- "only_mobile": "0",
- "name": "塔坊",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "371",
- "subcategory_id": "35",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "602",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "22",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "fabricatorremovil",
- "max_frame": "2",
- "life": "1200",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "3",
- "display_order": "12",
- "new_item": "1",
- "category_id": "3",
- "only_mobile": "0",
- "name": "犀牛马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "60",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "372",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "601",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "17",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "barrakatrolrino",
- "max_frame": "2",
- "life": "500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "3500",
- "height": "3",
- "display_order": "12",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "天气机器",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "350",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "373",
- "subcategory_id": "14",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "34",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "maquinatiempo",
- "max_frame": "2",
- "life": "750",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海盗节",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "360",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "374",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "606",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "barracavikinga",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "11",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海盗墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "375",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "murallavikinga",
- "max_frame": "2",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "2",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海盗塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "376",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torredefensavikinga",
- "max_frame": "2",
- "life": "2300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1400",
- "height": "2",
- "display_order": "12",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "维京场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "35",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "140",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "377",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granjavikinga",
- "max_frame": "2",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "2",
- "display_order": "16",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "维京矿",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "10",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "300",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "s",
- "unit_capacity": "2",
- "id": "378",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "minavikinga",
- "max_frame": "2",
- "life": "200",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "1",
- "display_order": "17",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海盗雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "379",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuavikinga1",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "display_order": "18",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海盗雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "380",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuavikinga2",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2",
- "height": "3",
- "display_order": "19",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海盗船",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "381",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "barcovikingo1",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "12000",
- "height": "3",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海盗船",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "382",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "barcovikingo2",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "Viking Mistress",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "383",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "vikingagordita",
- "display_order": "21",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "1",
- "display_order": "6",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "冰塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "75",
- "attack": "1",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "collect": "0",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "14",
- "in_store": "3",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "384",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torrehielo",
- "max_frame": "2",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "3",
- "display_order": "3",
- "new_item": "0",
- "category_id": "3",
- "only_mobile": "0",
- "name": "兵营的鼓手",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "385",
- "subcategory_id": "35",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "604",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "bongotrolhouse",
- "max_frame": "2",
- "life": "1500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14",
- "height": "3",
- "display_order": "3",
- "new_item": "0",
- "category_id": "3",
- "only_mobile": "0",
- "name": "兵营的巨石",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "140",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "386",
- "subcategory_id": "32",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "605",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "barracalanzapiedras",
- "max_frame": "2",
- "life": "1500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "3",
- "display_order": "44",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "招聘奖",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "387",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "sorpresa2",
- "max_frame": "2",
- "life": "750",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "维京斧宿舍",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "360",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "388",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "607",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "barracavikingolanzahachas",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "3",
- "display_order": "44",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "圆桌会议",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "86400",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "389",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "mesaredonda",
- "max_frame": "2",
- "life": "1400",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "3",
- "display_order": "4",
- "new_item": "1",
- "category_id": "3",
- "only_mobile": "0",
- "name": "兵营 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":50000}",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "390",
- "subcategory_id": "31",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "608",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "37",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "barracainfanteria5",
- "max_frame": "2",
- "life": "550",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "3",
- "display_order": "10",
- "new_item": "1",
- "category_id": "3",
- "only_mobile": "0",
- "name": "弓箭手 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":75000}",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "391",
- "subcategory_id": "32",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "609",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "42",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "arqueria5",
- "max_frame": "2",
- "life": "550",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "3",
- "attack_range": "0",
- "name": "Stables V",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "331",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"cost\":100000}",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "392",
- "subcategory_id": "33",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "610",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "46",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "establo5",
- "display_order": "12",
- "life": "550",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "18",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "阿努比斯寺",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "540",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "393",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "612",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "cuartelegipcio1",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "11",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "埃及墙壁",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "394",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "murallaegipcia",
- "max_frame": "2",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "2",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "埃及塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "40",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "395",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torredefensaegipcia",
- "max_frame": "2",
- "life": "2350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1400",
- "height": "2",
- "display_order": "12",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "埃及的领域",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "35",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "140",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "396",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granjaegipcia",
- "max_frame": "2",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "2",
- "display_order": "16",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "埃及的地雷",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "10",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "300",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "2",
- "id": "397",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "minapiedraegipcia",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "17",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "克娄巴特拉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "398",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cleopatra",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "2",
- "display_order": "18",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "卡默尔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "399",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "camello",
- "max_frame": "2",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2",
- "height": "1",
- "display_order": "19",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "阿努比斯雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "400",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "anubis",
- "max_frame": "2",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "1",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "猫雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "401",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "bastet",
- "max_frame": "2",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "1",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "节炎的雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "402",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "diosre",
- "max_frame": "2",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "3",
- "display_order": "17",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "斯芬克斯",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "403",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esfinge",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "display_order": "17",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "炼金术",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "404",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esfingecabra",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "3",
- "display_order": "18",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "节炎的斯芬克斯",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "405",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "esfingere",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "3",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "阿努比斯雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "406",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "perrodorado",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "3",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑胡子",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "407",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "perronegro",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "2",
- "display_order": "21",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "法老",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "408",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "pharaoh",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "3",
- "display_order": "15",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "埃及的宿舍",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "409",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "613",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cuartelegipcio2",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "3",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "骆驼马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "360",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "410",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "614",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "cuartelcamellos",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "2",
- "display_order": "14",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "埃及的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "411",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "casaegipcia",
- "max_frame": "2",
- "life": "500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "35",
- "height": "4",
- "display_order": "26",
- "new_item": "0",
- "category_id": "1",
- "only_mobile": "0",
- "name": "金色大厅",
- "potion": "1",
- "population": "5",
- "attack_interval": "35",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "135",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "7",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "4",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "412",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "35",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "townhalloro",
- "max_frame": "2",
- "life": "8000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "6",
- "new_item": "0",
- "category_id": "2",
- "only_mobile": "0",
- "name": "黄金塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "40",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "413",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torreoro",
- "max_frame": "2",
- "life": "2350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "4",
- "display_order": "18",
- "new_item": "0",
- "category_id": "2",
- "only_mobile": "0",
- "name": "金色城堡",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "231",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "11",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "414",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "508",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "27",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "castillooro",
- "max_frame": "2",
- "life": "4000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "16",
- "height": "3",
- "display_order": "15",
- "new_item": "0",
- "category_id": "3",
- "only_mobile": "0",
- "name": "木乃伊金字塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "415",
- "subcategory_id": "35",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "615",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "piramidemomia",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "3",
- "display_order": "43",
- "new_item": "0",
- "category_id": "1",
- "only_mobile": "0",
- "name": "魔法学院",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "416",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "35",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "casamagia",
- "max_frame": "2",
- "life": "1500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "1",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "隐士",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "417",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ermitanoatlantida",
- "max_frame": "2",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "2",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海豚喷泉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "418",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "fuentedelfinesatlantida",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2",
- "height": "2",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "庞然大物",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "419",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "leviatanatlantida",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "2",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "亚特兰蒂斯装饰",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "420",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "peceraatlante",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "Atlantis Quarters",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "421",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "619",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cuartelatlantida2",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "亚特兰蒂斯射箭",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "422",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "620",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cuartelatlantida",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "18",
- "height": "3",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "蟹马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "423",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "621",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "cuartelcangrejoatlantis",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海马马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "350",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "424",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "622",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "cuartelcaballito",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "11",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "亚特兰蒂斯的墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "425",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "murallaatlantis",
- "max_frame": "2",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "7",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "亚特兰蒂斯塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "40",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "426",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torredefensaatlantis",
- "max_frame": "2",
- "life": "2400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1400",
- "height": "2",
- "display_order": "12",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "亚特兰蒂斯的领域",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "35",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "140",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "427",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "campoatlantis",
- "max_frame": "2",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "2",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "亚特兰蒂斯轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "17",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "500",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "f",
- "unit_capacity": "2",
- "id": "428",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "molinoatlantida",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "7",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "水塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "40",
- "attack": "3",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "11",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "429",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torreagua",
- "max_frame": "4",
- "life": "2400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "18",
- "height": "3",
- "display_order": "15",
- "new_item": "0",
- "category_id": "3",
- "only_mobile": "0",
- "name": "海王的宫殿",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "430",
- "subcategory_id": "35",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "623",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "palacioneptuno",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "雾岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "431",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islamisty",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "沙丘岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "432",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladune",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "神秘岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "433",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islamythical",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "3",
- "display_order": "100",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨大的蛋",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "434",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "huevogrande",
- "max_frame": "2",
- "life": "5000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "危险的小岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "435",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "燕窝岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "436",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islanest",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "3",
- "display_order": "100",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "巨大的蛋",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "437",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "huevogrande2",
- "max_frame": "2",
- "life": "2500",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "2",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的生命树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "438",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbolvidaelfo",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "2",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的凉亭",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "439",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cupulaverde",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "3",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵英雄雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "440",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "estatuaelfa",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "3",
- "display_order": "20",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的喷泉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "441",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "fuenteelfica",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "442",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "626",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "barracaelfaespada",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "3",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵弓箭手",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "443",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "627",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "barracaarqueroelfo",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "3",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "德鲁伊协会",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "444",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "628",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "barracamagoelfo",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "3",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "445",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "629",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "barracatigre",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "3",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "446",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "murallaelfa",
- "max_frame": "2",
- "life": "1300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵之塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "40",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "447",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torreelfa",
- "max_frame": "2",
- "life": "2450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1400",
- "height": "2",
- "display_order": "12",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "极低频场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "35",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "140",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "448",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "granjaelfa",
- "max_frame": "2",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "display_order": "16",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "400",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "w",
- "unit_capacity": "2",
- "id": "449",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "aserraderoelfo",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "3",
- "display_order": "-110",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "450",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "casaelfa",
- "max_frame": "2",
- "life": "210",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "2",
- "display_order": "16",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵鹰鸟",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "451",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "pajaroelfo",
- "max_frame": "2",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "16",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "皇家军营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "450",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "465",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "632",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "barracaelfo2",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "display_order": "14",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "德鲁伊的小屋",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "466",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "628",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "466_barraca_druida",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "16",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "皇家射箭",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "467",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "633",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "467_barraca_arquero",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "3",
- "display_order": "1",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵工作室",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "400",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "468",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "634",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "468_barraca_ballista",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "40",
- "height": "6",
- "display_order": "20",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "要塞",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "11",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "6",
- "id": "469",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "32",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "469_fortaleza",
- "max_frame": "2",
- "life": "15000",
- "width": "6"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "5",
- "display_order": "4",
- "new_item": "1",
- "category_id": "5",
- "only_mobile": "0",
- "name": "大教堂",
- "potion": "1",
- "population": "10",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "collect": "600",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "350",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "470",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "470_maravilla",
- "max_frame": "2",
- "life": "3000",
- "width": "5"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "3",
- "display_order": "-3400",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "Ent 兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "450",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "471",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "635",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "471_barraca_ent",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "4",
- "display_order": "18",
- "new_item": "0",
- "category_id": "2",
- "only_mobile": "0",
- "name": "黑色城堡",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "231",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "11",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "472",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "563",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "27",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "472_castillo",
- "max_frame": "2",
- "life": "4000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "-210",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "地狱之墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "473",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "muroinfernal",
- "max_frame": "2",
- "life": "1400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "恶魔塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "27",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "180",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "474",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "torredefensainferno",
- "max_frame": "2",
- "life": "2500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "2",
- "display_order": "12",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "地狱火领域",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "40",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "150",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "475",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "huertoinfernal",
- "max_frame": "2",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "18",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Infernal Barracks",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "476",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "644",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "infanteriainferno",
- "display_order": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "12000",
- "height": "3",
- "display_order": "-1300",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "地狱的宿舍",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "477",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "645",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infanteriainferno2",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "地狱的射箭",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "478",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "646",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "arqueriainferno",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "24",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "地狱的马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "479",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "647",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "edificiohellhound",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "1",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "火把",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "480",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "antorchainfernal",
- "max_frame": "2",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "display_order": "20",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "出血雕塑",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "481",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "faunosangrante",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "3",
- "display_order": "20",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "岩浆喷泉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "482",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "fuentemagma",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "地狱的雕塑",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "483",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jardininferno",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "14",
- "height": "3",
- "display_order": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "Infernal Halberdiery",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "484",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "648",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "edificioalabardainferno",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-3600",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "地狱总部",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "321",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "485",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "654",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "485_barraca",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "4",
- "display_order": "2",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "墓地",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "486",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "486_cementerio",
- "max_frame": "2",
- "life": "5000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "4",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "中国节日",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "487",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "487_festivalchino",
- "max_frame": "2",
- "life": "100",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "85",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "被盗的烟花",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "488",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "488_fuegoartificial",
- "max_frame": "2",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "傀儡总部",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "489",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "refugio2",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "海盗节",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "490",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "490_festivalvikingo",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "2",
- "display_order": "85",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "被偷啤酒",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "491",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "491_cerveza",
- "max_frame": "2",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "黑色雪人洞穴",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "492",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "492_cuevayeti",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "特拉洛克坛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "493",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "493_altar",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "2",
- "display_order": "85",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "阿兹台克兰姆",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "n",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "494",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "494_ovejaazteca",
- "max_frame": "2",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "毒蛇的巢穴",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "495",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "495_nidoserpiente",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "恶魔的雕塑",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "496",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "496_demonic",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "2",
- "display_order": "85",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "生命之树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "al",
- "collect": "0",
- "in_store": "0",
- "id": "497",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "497_arbol",
- "max_frame": "2",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "display_order": "90",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "能量宝石",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "498",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "powergem",
- "max_frame": "2",
- "life": "100",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "2",
- "display_order": "85",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "石棺",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "al",
- "collect": "0",
- "in_store": "0",
- "id": "499",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "499_sarcofago",
- "max_frame": "2",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "1",
- "cost": "50",
- "height": "1",
- "display_order": "83",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "农民 I",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "6",
- "show_on_mobile": "0",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "71",
- "groups": "worker",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "500",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "f",
- "show_on_mobile_store": "0",
- "img_name": "aldeanohombre",
- "max_frame": "5",
- "life": "25",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "50",
- "height": "1",
- "display_order": "84",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "农民 I",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "6",
- "show_on_mobile": "0",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "71",
- "groups": "worker",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "501",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "f",
- "show_on_mobile_store": "0",
- "img_name": "aldeanamujer",
- "max_frame": "5",
- "life": "25",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "250",
- "height": "1",
- "display_order": "85",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "蒸气治疗机",
- "potion": "1",
- "population": "1",
- "attack_interval": "120",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "5",
- "achievement_desc": "Now your army can be healed during a battle!",
- "protect": "0",
- "subcat_functional": "72",
- "groups": "healer",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "25",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "502",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "4",
- "units_limit": "5",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "9",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "curandera",
- "max_frame": "5",
- "life": "25",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "86",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "移民",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "73",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "503",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "colonizador",
- "max_frame": "5",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "0",
- "height": "1",
- "display_order": "87",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "奶牛",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "8",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "74",
- "groups": "cow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "504",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "vaca1",
- "max_frame": "5",
- "life": "12",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "0",
- "height": "1",
- "display_order": "88",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "绵羊",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "75",
- "groups": "sheep",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "505",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "oveja1",
- "max_frame": "5",
- "life": "7",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "89",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "加盟车",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "76",
- "groups": "cart",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "506",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "carretacaballo",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "优秀的剑客",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "18",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Use this Elite Swordsman as a leader of your Elite Army!",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "507",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadcastillo1",
- "max_frame": "5",
- "life": "110",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "91",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "精英骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Lead your army to a glorious battle with this powerful unit!",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "508",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadcastillo2",
- "max_frame": "5",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "30",
- "height": "1",
- "display_order": "92",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "枪兵",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "8",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "2",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Every Troll should meet personally the Spearman's Pike!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "3",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "509",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infanteriaunidad1",
- "max_frame": "5",
- "life": "40",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "60",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "剑客",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "12",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "9",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "With its sharp sword this unit can help you in battles!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "510",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infanteriaunidad2",
- "max_frame": "5",
- "life": "45",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "90",
- "height": "1",
- "display_order": "94",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "长剑客",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "18",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "18",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "He's even more deadly than his predecessors!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "9",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "511",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "3",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infanteriaunidad3",
- "max_frame": "5",
- "life": "55",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "75",
- "height": "1",
- "display_order": "95",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "轻骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "10",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "6",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Use a Light Knight for a Troll fight!",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "8",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "512",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "3",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballo1",
- "max_frame": "5",
- "life": "60",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "150",
- "height": "1",
- "display_order": "96",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "中骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "14",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "13",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "A Medium Knight should never be left out of sight!",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "513",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballo2",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "225",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "重装骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "27",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "A Heavy Knight should be used in a Heavy Fight!",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "23",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "514",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballo3",
- "max_frame": "5",
- "life": "140",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "介质弓箭骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "7",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "The arrows of this unit keep the trolls away from your empire!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "515",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballoarquero",
- "max_frame": "5",
- "life": "140",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "50",
- "height": "1",
- "display_order": "99",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "光弓箭手",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "5",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "4",
- "race": "h",
- "attack_range": "5",
- "achievement_desc": "You have the Light Archer! It's time for Troll destruction!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
-
- "id": "516",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquero1",
- "max_frame": "5",
- "life": "30",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "100",
- "height": "1",
- "display_order": "100",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "中的弓箭手",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "7",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "11",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "You have a Medium Archer! Your army is getting stronger!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "517",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "4",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquero2",
- "max_frame": "5",
- "life": "35",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "150",
- "height": "1",
- "display_order": "101",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "重型弓手",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "9",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "24",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "I'm the Heavy Archer who will serve you loyally in battles!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "518",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquero3",
- "max_frame": "5",
- "life": "40",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "100",
- "height": "1",
- "display_order": "102",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "攻城槌",
- "potion": "1",
- "population": "2",
- "attack_interval": "75",
- "attack": "28",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "21",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "The Ram will help you tear down all the wall of your enemies!",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "519",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "4",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ariete1",
- "max_frame": "5",
- "life": "75",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "200",
- "height": "1",
- "display_order": "103",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "蝎子",
- "potion": "1",
- "population": "3",
- "attack_interval": "175",
- "attack": "28",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "30",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "Add a Scorpion when you gether your troops agains the trolls!",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "520",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "7",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ariete2",
- "max_frame": "5",
- "life": "40",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "104",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "弹弓",
- "potion": "1",
- "population": "2",
- "attack_interval": "175",
- "attack": "60",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "10",
- "achievement_desc": "Catapult is your solution againt the deadly towers!",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "521",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ariete3",
- "max_frame": "5",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "1",
- "display_order": "105",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "大炮",
- "potion": "2",
- "population": "3",
- "attack_interval": "175",
- "attack": "80",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "11",
- "achievement_desc": "Cannon is a perfect weapon to bring down your enemy's towers!",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "60",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "522",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "5",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ariete4",
- "max_frame": "5",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "106",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "狼",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "16",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "82",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "523",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "lobo1",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "107",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "大象",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "16",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "82",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "524",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "animal2",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "108",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "小巨魔",
- "potion": "1",
- "population": "1",
- "attack_interval": "50",
- "attack": "12",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "2",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "525",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol1",
- "max_frame": "5",
- "life": "35",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "109",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "狡猾的巨魔",
- "potion": "1",
- "population": "1",
- "attack_interval": "45",
- "attack": "16",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "526",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol2",
- "max_frame": "5",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "110",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "大巨魔",
- "potion": "1",
- "population": "2",
- "attack_interval": "40",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "527",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol3",
- "max_frame": "5",
- "life": "75",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "111",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "战争巨魔",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "528",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol4",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "战争巨魔",
- "potion": "1",
- "population": "4",
- "attack_interval": "35",
- "attack": "32",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "529",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol5",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "斧者",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "11",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "5",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "530",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol6",
- "max_frame": "5",
- "life": "125",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "野猪骑士",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "16",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "531",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol7",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "1",
- "cost": "100",
- "height": "1",
- "display_order": "117",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "整修巨魔",
- "potion": "1",
- "population": "1",
- "attack_interval": "50",
- "attack": "12",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "15",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Accept this Rehabbed Troll! He will serve you loyally!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "2",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "532",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol1",
- "max_frame": "5",
- "life": "35",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "战士公主",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "18",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Who said women cannot fight? Test the power of Warrior Princess!",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "533",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "xena",
- "max_frame": "5",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "91",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "亚瑟王子",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Prince Arthur will lead you army into glorious victories!",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "534",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "5",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "princearthur",
- "max_frame": "5",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "250",
- "height": "1",
- "display_order": "101",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "护林者",
- "potion": "2",
- "population": "1",
- "attack_interval": "25",
- "attack": "9",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "With a Ranger on your side you can meet any danger on your way!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "25",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "535",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ranger",
- "max_frame": "5",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "1",
- "display_order": "110",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "好的巨魔",
- "potion": "1",
- "population": "1",
- "attack_interval": "40",
- "attack": "30",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "There's nothing nicer than a Nice Troll! Accept him in your empire!",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small slow",
- "velocity": "2",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "536",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol3bueno",
- "max_frame": "5",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "石巨人",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "a",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "85",
- "groups": "melee small slow",
- "velocity": "2",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "537",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "stonegolem",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "石巨人",
- "potion": "1",
- "population": "4",
- "attack_interval": "60",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "e",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "84",
- "groups": "",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "538",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "bigboss1",
- "max_frame": "5",
- "life": "6500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "94",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "强大的剑客",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "The Powerful Swordsman guarantees a Powerful Army!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "539",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infanteriaunidad4",
- "max_frame": "5",
- "life": "175",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "450",
- "height": "1",
- "display_order": "101",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "强大的弓箭手",
- "potion": "1",
- "population": "1",
- "attack_interval": "30",
- "attack": "10",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "Try the deadly arrows of the Powreful Archer against the trolls!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "45",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "540",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "7",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquero4",
- "max_frame": "5",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "550",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "强大的骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "A Powerful Knight best fits a merciless fight!",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "55",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "541",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "5",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballo4",
- "max_frame": "5",
- "life": "225",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "船",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "542",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ship",
- "max_frame": "5",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "鹰",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "1",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "86",
- "groups": "",
- "velocity": "10",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "543",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "eagle",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "雪人",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "85",
- "groups": "melee small slow",
- "velocity": "2",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "544",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "yetipequeno",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨型雪人",
- "potion": "2",
- "population": "4",
- "attack_interval": "60",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "e",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "84",
- "groups": "",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "545",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "bigboss2",
- "max_frame": "5",
- "life": "15000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "企鹅",
- "potion": "1",
- "population": "1",
- "attack_interval": "40",
- "attack": "8",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "This Penguin is cute and also deadly!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "546",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "pinguino",
- "max_frame": "5",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "破坏者巨魔",
- "potion": "1",
- "population": "4",
- "attack_interval": "35",
- "attack": "40",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "2",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "547",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol8",
- "max_frame": "5",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "章鱼",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "10",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "e",
- "attack_range": "5",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "548",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "pulpo",
- "max_frame": "5",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "60",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "北海巨妖",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "18",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "e",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee medium slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "6",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "549",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "kraken",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "向导",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "Never underestimate the Wizard! He can unleash deadly powers!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "550",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "15",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mago",
- "max_frame": "5",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "斧者",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "11",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "5",
- "achievement_desc": "Axethrower is a unit you want as an ally and not an enemy!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "551",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol6",
- "max_frame": "5",
- "life": "125",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "战争巨魔",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "War Troll is someone you should be afraid of!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "552",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol5",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "35000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "向导",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "Use the Wizard wisely and with caution!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "553",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "15",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mago",
- "max_frame": "5",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "瓦尔基里",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Use the healing powers of the beautiful Valkyrie, the nordic warrior.",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "554",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "7",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "18",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "valkiria",
- "max_frame": "5",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "威利华勒斯",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "28",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "They will never take our freedom with brave-hearted William Wallace!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "555",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "8",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "21",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "wallace",
- "max_frame": "5",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "胸",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "30",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Feel the divine strengh of Thor's hammer! He always nails it!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "556",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "9",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "24",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "thor",
- "max_frame": "5",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "高等精灵",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "557",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "9",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "27",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arqueroelfo",
- "max_frame": "5",
- "life": "375",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "display_order": "111",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "骨骼",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "e",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "558",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esqueleto1",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "1",
- "display_order": "111",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "骨骼",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "e",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "559",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esqueleto2",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "1",
- "display_order": "92",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "精英大师骑士",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Elite Master Knight has the cooler armor of all knights. And it's heavy!",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "60",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "560",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "5",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadcastillo3",
- "max_frame": "5",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "100",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "飞行",
- "potion": "1",
- "population": "1",
- "attack_interval": "25",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "87",
- "groups": "pet",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "561",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "fly",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "100",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Mishy",
- "potion": "1",
- "population": "1",
- "attack_interval": "25",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "87",
- "groups": "pet",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "562",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "kuki",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "display_order": "111",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "骨骼",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "563",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esqueleto2",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "150",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "破坏者巨魔",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "28",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "2",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "15",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "564",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol8",
- "max_frame": "5",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "高等精灵",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "565",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arqueroelfo",
- "max_frame": "5",
- "life": "375",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Rockdriller",
- "potion": "4",
- "population": "4",
- "attack_interval": "25",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "e",
- "attack_range": "20",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "84",
- "groups": "snake",
- "velocity": "12",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "566",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "rockdriller",
- "max_frame": "5",
- "life": "10000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "钻孔机",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "attack": "40",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "e",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "85",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "567",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "gusanito",
- "max_frame": "5",
- "life": "10000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "750",
- "height": "1",
- "display_order": "105",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "空气加温器",
- "potion": "2",
- "population": "3",
- "attack_interval": "150",
- "attack": "90",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "11",
- "achievement_desc": "Bomb your enemies with the power of powder... Fire the Fire Cannon, sir!",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "75",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "568",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "ariete5",
- "max_frame": "5",
- "life": "60",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "display_order": "85",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "僧侣",
- "potion": "1",
- "population": "1",
- "attack_interval": "60",
- "attack": "10",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "The wise Monk will convert your enemies during battles. He is really convincing!",
- "protect": "0",
- "subcat_functional": "72",
- "groups": "support slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "569",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "4",
- "units_limit": "4",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "9",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "obispo",
- "max_frame": "5",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "350",
- "height": "1",
- "display_order": "85",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "工程师",
- "potion": "1",
- "population": "1",
- "attack_interval": "15",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Repair your war machines with the Engineer: he also can assemble an IKEA cupboard!",
- "protect": "0",
- "subcat_functional": "72",
- "groups": "support normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "35",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "570",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "4",
- "units_limit": "5",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "9",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mecanico",
- "max_frame": "5",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "87",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "马",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "0",
- "show_on_mobile": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "8",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "88",
- "groups": "horse",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "571",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballosalvaje",
- "max_frame": "5",
- "life": "12",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "光弓箭骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "5",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "5",
- "achievement_desc": "Light Archer knight is deadly combination of speed and rage!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "572",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballoarquero1",
- "max_frame": "5",
- "life": "120",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "弓骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "9",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "Trained as an Archer and a Knight! It's the unit you need in a fight!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "573",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquerocaballo3",
- "max_frame": "5",
- "life": "160",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "强大的弓箭骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "10",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "It' is the best unit on a horse you'll find!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranger small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "574",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquerocaballo4",
- "max_frame": "5",
- "life": "180",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "1",
- "display_order": "92",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "敢死队",
- "potion": "2",
- "population": "1",
- "attack_interval": "5",
- "attack": "500",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "2",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Boom-Boom! Kaboom! There will be no enemies left soon!",
- "protect": "0",
- "subcat_functional": "89",
- "groups": "kamikaze",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "{\"attack\":10}",
- "xp": "40",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "575",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "kamikaze",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "1",
- "display_order": "92",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "联盟骑士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Represents the power of alliance and cooperation!",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "576",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "5",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballeroaliado",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "550",
- "height": "1",
- "display_order": "99",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "中国的弓箭手",
- "potion": "1",
- "population": "1",
- "attack_interval": "15",
- "attack": "5",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "4",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "55",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "577",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquerochino",
- "max_frame": "5",
- "life": "125",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "450",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "阿兹特克武士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "45",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "578",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guerreroazteca",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "display_order": "111",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "僵尸",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "10",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "e",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "1",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "579",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esqueleto1",
- "max_frame": "5",
- "life": "20",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "display_order": "83",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨魔先生",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "6",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "71",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "580",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "f",
- "show_on_mobile_store": "0",
- "img_name": "trolaldeano",
- "max_frame": "5",
- "life": "25",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "display_order": "84",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨魔女士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "6",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "71",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "581",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "f",
- "show_on_mobile_store": "0",
- "img_name": "trolaaldeana",
- "max_frame": "5",
- "life": "25",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "船儿",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "1",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "582",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "barca",
- "max_frame": "5",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "飞艇",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "583",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "zepelin",
- "max_frame": "5",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "87",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "船儿",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "attack": "0",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "8",
- "race": "n",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "90",
- "groups": "boar",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "584",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "jabali",
- "max_frame": "5",
- "life": "12",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "102",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨魔公羊",
- "potion": "1",
- "population": "2",
- "attack_interval": "75",
- "attack": "28",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "21",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "585",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "4",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arietetrol1",
- "max_frame": "5",
- "life": "75",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "1",
- "display_order": "103",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨魔蝎子",
- "potion": "1",
- "population": "3",
- "attack_interval": "175",
- "attack": "28",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "30",
- "race": "t",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "586",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "7",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arietetrol2",
- "max_frame": "5",
- "life": "40",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "104",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨魔弹射器",
- "potion": "1",
- "population": "2",
- "attack_interval": "175",
- "attack": "60",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "10",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "587",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arietetrol3",
- "max_frame": "5",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "750",
- "height": "1",
- "display_order": "105",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨魔火炮",
- "potion": "1",
- "population": "3",
- "attack_interval": "175",
- "attack": "80",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "11",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "75",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "588",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arietetrol4",
- "max_frame": "5",
- "life": "50",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨魔弓箭手",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "8",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "589",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquerotroll",
- "max_frame": "5",
- "life": "75",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "1",
- "display_order": "85",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巫毒医治",
- "potion": "1",
- "population": "1",
- "attack_interval": "120",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "5",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "72",
- "groups": "healer",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "590",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "4",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "9",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "chamanatrol",
- "max_frame": "5",
- "life": "60",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1300",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "野蛮的剑客",
- "potion": "1",
- "population": "5",
- "attack_interval": "35",
- "attack": "44",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "130",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "591",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadcastillotrol",
- "max_frame": "5",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "display_order": "91",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "强力骑士",
- "potion": "1",
- "population": "4",
- "attack_interval": "35",
- "attack": "36",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "592",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadcastillotrol2",
- "max_frame": "5",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "40",
- "height": "1",
- "display_order": "108",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "小巨魔",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "10",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "4",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "593",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol1",
- "max_frame": "5",
- "life": "45",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "109",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "狡猾的巨魔",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "13",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "594",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol2",
- "max_frame": "5",
- "life": "70",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "250",
- "height": "1",
- "display_order": "110",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "大巨魔",
- "potion": "1",
- "population": "2",
- "attack_interval": "40",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "25",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "595",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol3",
- "max_frame": "5",
- "life": "140",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "1",
- "display_order": "111",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "战争巨魔",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "596",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol4",
- "max_frame": "5",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "900",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "战争巨魔",
- "potion": "1",
- "population": "4",
- "attack_interval": "35",
- "attack": "32",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "90",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "597",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol5",
- "max_frame": "5",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "斧者",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "11",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "598",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol6",
- "max_frame": "5",
- "life": "120",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "175",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "野猪骑士",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "18",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "599",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol7",
- "max_frame": "5",
- "life": "120",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "破坏者巨魔",
- "potion": "1",
- "population": "5",
- "attack_interval": "35",
- "attack": "40",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "600",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol8",
- "max_frame": "5",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "犀牛骑士",
- "potion": "1",
- "population": "4",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "collect": "0",
- "in_store": "2",
- "id": "601",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "rinocerontejinete",
- "max_frame": "5",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "移动塔",
- "potion": "2",
- "population": "4",
- "attack_interval": "35",
- "attack": "14",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "10",
- "achievement_desc": "Mobile Tower is a powerful weapon, but receives no calls!",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "602",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "4",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "torredefensamovil",
- "max_frame": "5",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "大象骑士",
- "potion": "2",
- "population": "4",
- "attack_interval": "35",
- "attack": "30",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "The Elephant Rider is a merciless fighter!",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "150",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "603",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "elefante",
- "max_frame": "5",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "display_order": "91",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "鼓手",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "attack": "36",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "604",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "bongotrol",
- "max_frame": "5",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1300",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Boulderthrower",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "130",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "605",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "lanzapiedras",
- "max_frame": "5",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "海盗",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "606",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "vikingo",
- "max_frame": "5",
- "life": "230",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "550",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "斧海盗",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "14",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "55",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "607",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "vikingolanzahachas",
- "max_frame": "5",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "500",
- "height": "1",
- "display_order": "94",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "御剑士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "This Royal Swordsman will protect your Royal lands!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "608",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infanteria5",
- "max_frame": "5",
- "life": "225",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "550",
- "height": "1",
- "display_order": "101",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "皇家弓箭手",
- "potion": "1",
- "population": "1",
- "attack_interval": "30",
- "attack": "12",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "Royal Archers don't like getting on horses, but they have deadly forces!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "55",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "609",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "7",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquero5",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "750",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "皇家骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "27",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Put the Royal Knight as a leader of your Royal army!",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "75",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "610",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballo5",
- "max_frame": "5",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "display_order": "98",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "皇家弓箭骑士",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "10",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "30",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "611",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquerocaballo4",
- "max_frame": "5",
- "life": "180",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "阿努比斯",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "120",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "612",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guerreroegipcio1",
- "max_frame": "5",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "700",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "埃及战士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "70",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "613",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guerreroegipcio2",
- "max_frame": "5",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "900",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "骆驼骑手",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "90",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "614",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "camelloguerrero",
- "max_frame": "5",
- "life": "330",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "木乃伊",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Fighting along with a Mummy can be kind of funny!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "615",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "4",
- "units_limit": "1",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "21",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "momia",
- "max_frame": "5",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "圣甲虫",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "616",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "21",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "escarabajo",
- "max_frame": "5",
- "life": "80",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "龙卷风",
- "potion": "1",
- "population": "4",
- "attack_interval": "35",
- "attack": "1",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "617",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "tornado",
- "max_frame": "5",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "display_order": "91",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "亚瑟王",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Let King Arthur be the head of your troops!",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "618",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "10",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballorey",
- "max_frame": "5",
- "life": "325",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "亚特兰蒂斯的战士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "619",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guerreroatlantis",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "900",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "亚特兰提斯弓兵",
- "potion": "1",
- "population": "1",
- "attack_interval": "15",
- "attack": "9",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "70",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "620",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arqueroatlantis",
- "max_frame": "5",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "蟹骑士",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "It comes from the sea to fight! It must be a Crab Knight!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "150",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "621",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cangrejo",
- "max_frame": "5",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1150",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "海马",
- "potion": "2",
- "population": "1",
- "attack_interval": "25",
- "attack": "13",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "Seahorse is a mighty soldier of the Marine Force!",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "622",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballitoatlantis",
- "max_frame": "5",
- "life": "225",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "海神尼普顿",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Neptune is the God of the seas! Will make the enemies get down on their knees!",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "623",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "4",
- "units_limit": "1",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "21",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "neptunoatlante",
- "max_frame": "5",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "章鱼",
- "potion": "1",
- "population": "1",
- "attack_interval": "25",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "e",
- "attack_range": "5",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "624",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "2",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "pulpo",
- "max_frame": "5",
- "life": "80",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "飓风",
- "potion": "1",
- "population": "4",
- "attack_interval": "120",
- "attack": "1",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "625",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "tornadoagua",
- "max_frame": "5",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "1",
- "display_order": "90",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "精灵战士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "60",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "626",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guerreroelfo",
- "max_frame": "5",
- "life": "220",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "精灵弓箭手",
- "potion": "1",
- "population": "1",
- "attack_interval": "20",
- "attack": "12",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "627",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arqueroelfico",
- "max_frame": "5",
- "life": "160",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "精灵德鲁伊",
- "potion": "1",
- "population": "1",
- "attack_interval": "25",
- "attack": "18",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "140",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "628",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "628_druida",
- "max_frame": "5",
- "life": "190",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1600",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "精灵的老虎",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "attack": "28",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "629",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "tigreelfo",
- "max_frame": "5",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "召唤石像",
- "potion": "1",
- "population": "4",
- "attack_interval": "30",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "630",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "bigboss1",
- "max_frame": "5",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "display_order": "112",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "召唤的雪人",
- "potion": "1",
- "population": "4",
- "attack_interval": "30",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "a",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "10",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "631",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "bigboss2",
- "max_frame": "5",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "皇家精灵",
- "potion": "1",
- "population": "1",
- "attack_interval": "30",
- "attack": "27",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "100",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "632",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "elfoblanco",
- "max_frame": "5",
- "life": "275",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "1",
- "display_order": "115",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "potion": "1",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "show_on_mobile": "1",
- "cost_type": "g",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "14",
- "collect": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "6",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "120",
- "collect_type": "g",
- "name": "精灵皇家弓箭手",
- "in_store": "0",
- "id": "633",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "collect_xp": "3",
- "show_on_mobile_store": "0",
- "img_name": "633_arquero",
- "max_frame": "5",
- "life": "180",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "11",
- "name": "精灵弓",
- "potion": "1",
- "population": "3",
- "attack_interval": "150",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "100",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "siege",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "634",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "20",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "634_ballista",
- "display_order": "105",
- "life": "70",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "Ent",
- "potion": "4",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "27",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The Ent, the walking tree, is going to crush you like a nasty bug. Eww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "635",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "3",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "635_ent",
- "display_order": "97",
- "life": "800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "Ent精神",
- "potion": "1",
- "population": "0",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "636",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "635_ent",
- "display_order": "97",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "15",
- "name": "Rockdriller",
- "potion": "4",
- "population": "4",
- "attack_interval": "25",
- "race": "h",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "84",
- "groups": "snake",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "12",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "637",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "rockdriller",
- "display_order": "112",
- "life": "1250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "拖拉",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "638",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "638_draggy",
- "display_order": "115",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1600",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "白鹰",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "639",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "639_aguila",
- "display_order": "97",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "犀牛骑士",
- "potion": "2",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "22",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "Yes, it's possible to ride a rhino. The Rhino Rider can do it: he's a tough troll!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "80",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "640",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "640_rinoceronte",
- "display_order": "116",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "金色的傀儡",
- "potion": "3",
- "population": "4",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "641",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "641_golem",
- "display_order": "112",
- "life": "1250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "黑色雪人",
- "potion": "3",
- "population": "4",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "642",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "642_yeti",
- "display_order": "112",
- "life": "1250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "黑色的大象",
- "potion": "2",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "32",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The Black Elephant will stomp on all your enemies... except mices.",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "643",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "643_elefante",
- "display_order": "116",
- "life": "575",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1400",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱战士",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "30",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "140",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "644",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "644_if_footman",
- "display_order": "97",
- "life": "380",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱的恶魔",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "645",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadinfanteriainferno2",
- "display_order": "97",
- "life": "365",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "地狱的弓箭手",
- "potion": "2",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "14",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "646",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arqueroinfernounidad",
- "display_order": "115",
- "life": "175",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱骑士",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "31",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "180",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "647",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infernomontado",
- "display_order": "97",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1600",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱戟兵",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "29",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "648",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infanteria_infernal5",
- "display_order": "97",
- "life": "370",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "愤怒的龙",
- "potion": "4",
- "population": "2",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "46",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The Furious Dragon is here and he isn't happy, he's FURIOUS!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "649",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "649_dragonbigred",
- "display_order": "97",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "4",
- "name": "炎魔",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "33",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "ranged big normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "His flaming whip really hurts... The Barlog will scare trolls to death!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "650",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "650_juggernaut",
- "display_order": "97",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Lightning Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The Lightning Draggy gives you cramps when you pet it!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "651",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "651_bluedraggy",
- "display_order": "97",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "红色精灵",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The Red Wizard can control magic flames... and light your fireplace!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "652",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "652_magorojo",
- "display_order": "93",
- "life": "375",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "大毒蛇",
- "potion": "4",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "27",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The Giant Viper devours his victims without chewing. Bring the fruit salt!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "653",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "653_serpiente",
- "display_order": "97",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "恶魔破碎机",
- "potion": "4",
- "population": "3",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "36",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The most fearful demon. The Demon Crusher builds his muscles on Hell's gym!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "654",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "4",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "654_demoniogrande",
- "display_order": "97",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "翼骑士",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "30",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "What if a paladin and a pigeon had kids? Here's the Winged Paladin!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "655",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "655_paladin",
- "display_order": "97",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "深规 Boss",
- "potion": "5",
- "population": "2",
- "attack_interval": "45",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "47",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "84",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "657",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "657_dragonbigred",
- "display_order": "97",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Draggy Boss",
- "potion": "3",
- "population": "1",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "658",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "638_draggy",
- "display_order": "115",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "恶魔宠物",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "659",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadinfanteriainferno2",
- "display_order": "97",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "斯巴达勇士",
- "potion": "4",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "34",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "660",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "660_leonidas",
- "display_order": "97",
- "life": "750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "野蛮人",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "661",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "661_conan",
- "display_order": "97",
- "life": "775",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "翼骑士",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "31",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "662",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "662_pegasus2",
- "display_order": "97",
- "life": "380",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "Spartan Swordsman",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "30",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "663",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "663_miniespartan",
- "display_order": "97",
- "life": "460",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "石巨人",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "15",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "85",
- "groups": "melee medium slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "2",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "664",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "stonegolem",
- "display_order": "112",
- "life": "2500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "金色的傀儡",
- "potion": "2",
- "population": "4",
- "attack_interval": "30",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "665",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "641_golem",
- "display_order": "112",
- "life": "4000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "雪人",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "15",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "85",
- "groups": "melee medium slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "2",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "666",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "yetipequeno",
- "display_order": "112",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "黑色雪人",
- "potion": "2",
- "population": "4",
- "attack_interval": "30",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "30",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "667",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "642_yeti",
- "display_order": "112",
- "life": "5000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "大毒蛇",
- "potion": "5",
- "population": "1",
- "attack_interval": "20",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "27",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "668",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "653_serpiente",
- "display_order": "97",
- "life": "5500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "邪恶木乃伊",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "669",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "21",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "momia",
- "display_order": "93",
- "life": "5500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "邪恶的阿努比斯",
- "potion": "1",
- "population": "1",
- "attack_interval": "30",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "26",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "670",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guerreroegipcio1",
- "display_order": "90",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "愤怒的龙",
- "potion": "5",
- "population": "2",
- "attack_interval": "40",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "671",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "649_dragonbigred",
- "display_order": "97",
- "life": "6000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Draggy",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "672",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "638_draggy",
- "display_order": "115",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1400",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱战士",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "30",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "140",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "673",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "644_if_footman",
- "display_order": "97",
- "life": "380",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱的恶魔",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "674",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadinfanteriainferno2",
- "display_order": "97",
- "life": "365",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "地狱的弓箭手",
- "potion": "2",
- "population": "1",
- "attack_interval": "20",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "14",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "675",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arqueroinfernounidad",
- "display_order": "115",
- "life": "175",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱骑士",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "31",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "180",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "676",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infernomontado",
- "display_order": "97",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1600",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱戟兵",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "29",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "677",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "infanteria_infernal5",
- "display_order": "97",
- "life": "370",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "海神尼普顿",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "678",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "21",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "neptunoatlante",
- "display_order": "93",
- "life": "8000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "蟹骑士",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "26",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "679",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cangrejo",
- "display_order": "90",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1150",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "7",
- "name": "海马",
- "potion": "1",
- "population": "1",
- "attack_interval": "25",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "13",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "80",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "680",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "caballitoatlantis",
- "display_order": "115",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "Corrupted Ent",
- "potion": "4",
- "population": "1",
- "attack_interval": "25",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "681",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "635_ent",
- "display_order": "97",
- "life": "8000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "4",
- "name": "释放炎魔",
- "potion": "4",
- "population": "2",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "682",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "650_juggernaut",
- "display_order": "97",
- "life": "10000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "地球的向导",
- "potion": "3",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "15",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "Summon the forces of Earth with the Earth Wizard. He's an old hippy!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "683",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "683_mago",
- "display_order": "93",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "暴风龙",
- "potion": "5",
- "population": "2",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "47",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "Beware of the Stormy Dragon and his electric shocks, you filthy trolls!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "684",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "684_dragon",
- "display_order": "97",
- "life": "1650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "450",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "阿兹特克武士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "45",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "685",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guerreroazteca",
- "display_order": "90",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1700",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "地狱的神风特攻队",
- "potion": "3",
- "population": "1",
- "attack_interval": "5",
- "race": "h",
- "collect": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "2",
- "attack": "575",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "89",
- "groups": "kamikaze",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "170",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "686",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "686_kamikaze",
- "display_order": "92",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "900",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "犀牛骑士",
- "potion": "2",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "Yes, it is possible to ride a rhino... Only a troll could do that!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "90",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "687",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "687_rhino",
- "display_order": "116",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "亚特兰蒂斯的战士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "22",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "80",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "688",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "guerreroatlantis",
- "display_order": "90",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "亚特兰提斯弓兵",
- "potion": "1",
- "population": "1",
- "attack_interval": "15",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "9",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "70",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "689",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "arqueroatlantis",
- "display_order": "115",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "损坏的向导",
- "potion": "3",
- "population": "1",
- "attack_interval": "20",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "15",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "690",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "683_mago",
- "display_order": "93",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "损坏的向导",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "691",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "652_magorojo",
- "display_order": "93",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "损坏的向导",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "692",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "15",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "mago",
- "display_order": "93",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Corrupted Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "ranged small fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "693",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "651_bluedraggy",
- "display_order": "97",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "红武士",
- "potion": "3",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "30",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee small fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The way of the Samurai is full of death... and sushi!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "694",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "694_samurai",
- "display_order": "97",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "萨扬龙",
- "potion": "5",
- "population": "2",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The fearsome Saiyan Dragon spits energy beams... and dragon balls!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "695",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "695_dragon",
- "display_order": "97",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "15",
- "name": "Rockdriller",
- "potion": "3",
- "population": "4",
- "attack_interval": "25",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "84",
- "groups": "snake",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "12",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "696",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "rockdriller",
- "display_order": "112",
- "life": "6000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "Sanddriller",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "85",
- "groups": "melee small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "697",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "gusanito",
- "display_order": "112",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "绿色龙",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "24",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "Do not rely on his cuteness, the Green Draggy is really hostile!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "698",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "698_draggy",
- "display_order": "97",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "天体牧师",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "attack": "28",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "699",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "699_warriorpriest",
- "display_order": "97",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2100",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "狮鹫骑士",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "attack": "31",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "210",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "700",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "700_grifo",
- "display_order": "97",
- "life": "475",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "天体战士",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "701",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "701_angelsoldier",
- "display_order": "97",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2200",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "天体力学",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "0",
- "attack": "32",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "220",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "702",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "702_mechangel",
- "display_order": "97",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1600",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "天弓射手",
- "potion": "2",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "attack": "14",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "703",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "703_angelarquero",
- "display_order": "97",
- "life": "190",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "天体的收割者",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "attack": "30",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "704",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "704_death",
- "display_order": "97",
- "life": "380",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "7",
- "name": "天体的骑兵",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "attack": "26",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "180",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "705",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "705_lancer",
- "display_order": "97",
- "life": "380",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "白精灵",
- "potion": "3",
- "population": "1",
- "attack_interval": "25",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "20",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The White Wizard is the awesomest wizard of all time. Period.",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "706",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "706_mage",
- "display_order": "93",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "可怕的僵尸",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "The Scary Zombie wants to eat trolls brains! Yummie!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "707",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "707_zombie",
- "display_order": "93",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "金龙",
- "potion": "5",
- "population": "2",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "708",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "708_dragon",
- "display_order": "93",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "巨大的眼镜蛇",
- "potion": "3",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "709",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "709_cobra",
- "display_order": "93",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Golden Draggie",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "710",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "710_draggy",
- "display_order": "97",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "最高天体",
- "potion": "4",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "0",
- "attack": "37",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "711",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "711_arcangel2",
- "display_order": "97",
- "life": "800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "黑巫师",
- "potion": "3",
- "population": "1",
- "attack_interval": "25",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "21",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "712",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "712_mago",
- "display_order": "93",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "暴龙",
- "potion": "4",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "33",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "713",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "713_trex",
- "display_order": "93",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "双头龙",
- "potion": "5",
- "population": "3",
- "attack_interval": "60",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "714",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "714_dragon",
- "display_order": "93",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "持镰收割者",
- "potion": "3",
- "population": "1",
- "attack_interval": "30",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "715",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "715_muerte",
- "max_frame": "5",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "怪物黑痣",
- "potion": "5",
- "population": "1",
- "attack_interval": "30",
- "attack": "37",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "716",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "716_topo",
- "max_frame": "5",
- "life": "1300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "金刚",
- "potion": "5",
- "population": "3",
- "attack_interval": "30",
- "attack": "50",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "717",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "717_kong",
- "max_frame": "5",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "1",
- "display_order": "111",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "骨骼",
- "potion": "1",
- "population": "2",
- "attack_interval": "35",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "3",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "5",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "718",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esqueleto1",
- "max_frame": "5",
- "life": "60",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Black Ninja",
- "potion": "4",
- "population": "2",
- "attack_interval": "15",
- "attack": "12",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small fast",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "719",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "719_ninja",
- "display_order": "93",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Chock Nurris",
- "potion": "4",
- "population": "3",
- "attack_interval": "25",
- "attack": "999",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "20",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big fast",
- "velocity": "8",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "720",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "720_chock",
- "max_frame": "5",
- "life": "50000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "亚马逊女战士",
- "potion": "4",
- "population": "2",
- "attack_interval": "25",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee small fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "721",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "721_amazon",
- "max_frame": "5",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "火恐龙",
- "potion": "5",
- "population": "2",
- "attack_interval": "30",
- "attack": "34",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "722",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "722_trex",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "苍龙",
- "potion": "5",
- "population": "3",
- "attack_interval": "40",
- "attack": "49",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "723",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "723_dragon",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "复仇骑士",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "0",
- "race": "h",
- "attack_range": "3",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "650",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "724",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "724_arcangel",
- "max_frame": "5",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Black Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "23",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "Do not rely on his cuteness, the Green Draggy is really hostile!",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "725",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "725_draggy",
- "max_frame": "5",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Boss Dragon 2",
- "potion": "5",
- "population": "3",
- "attack_interval": "60",
- "attack": "48",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "726",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "726_dragon",
- "display_order": "93",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "水精灵",
- "potion": "3",
- "population": "1",
- "attack_interval": "25",
- "attack": "22",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "727",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "727_mago",
- "max_frame": "5",
- "life": "475",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "漩涡",
- "potion": "1",
- "population": "4",
- "attack_interval": "90",
- "attack": "5",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "t",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "80",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "728",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "tornadoagua",
- "max_frame": "5",
- "life": "80",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "骨头先生",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "729",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esqueleto1",
- "max_frame": "5",
- "life": "410",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "稻草人",
- "potion": "3",
- "population": "1",
- "attack_interval": "20",
- "attack": "14",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "230",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "730",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "730_espanta",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "黑巫婆",
- "potion": "3",
- "population": "2",
- "attack_interval": "20",
- "attack": "16",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "731",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "731_bruja",
- "max_frame": "5",
- "life": "220",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2600",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Frankenstein",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "attack": "30",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee small slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "260",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "732",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "732_frank",
- "max_frame": "5",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Dracula",
- "potion": "3",
- "population": "3",
- "attack_interval": "20",
- "attack": "18",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "733",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "733_dracula",
- "max_frame": "5",
- "life": "240",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Ghost",
- "potion": "3",
- "population": "2",
- "attack_interval": "25",
- "attack": "21",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "734",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "734_fantasma",
- "max_frame": "5",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "狼人",
- "potion": "4",
- "population": "3",
- "attack_interval": "30",
- "attack": "38",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "735",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "5",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "735_lobo",
- "max_frame": "5",
- "life": "1100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Epic 双头龙",
- "potion": "5",
- "population": "3",
- "attack_interval": "60",
- "attack": "49",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "736",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "736_dragon",
- "max_frame": "5",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "霸王龙骑士",
- "potion": "5",
- "population": "2",
- "attack_interval": "30",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee big slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "737",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "737_trex",
- "max_frame": "5",
- "life": "1650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "可怕的僵尸",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "738",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "707_zombie",
- "max_frame": "5",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "金龙 Boss",
- "potion": "5",
- "population": "3",
- "attack_interval": "60",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "84",
- "groups": "",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "739",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "739_dragon",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "致命龙 Boss",
- "potion": "5",
- "population": "3",
- "attack_interval": "60",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "84",
- "groups": "",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "740",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "740_dragon",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "雪岗",
- "potion": "5",
- "population": "3",
- "attack_interval": "30",
- "attack": "38",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "741",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "741_kong",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "老虎蜘蛛",
- "potion": "5",
- "population": "3",
- "attack_interval": "30",
- "attack": "36",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "742",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "742_spider",
- "max_frame": "5",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "400",
- "height": "1",
- "display_order": "92",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "疯狂之神风特攻队",
- "potion": "2",
- "population": "1",
- "attack_interval": "5",
- "attack": "100",
- "show_on_mobile": "1",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "2",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "Boom-Boom! Kaboom! There will be no enemies left soon!",
- "protect": "0",
- "subcat_functional": "89",
- "groups": "kamikaze",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "40",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "743",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "kamikaze",
- "max_frame": "5",
- "life": "350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "凤凰城",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "744",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "744_phoenix",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "哥斯拉",
- "potion": "5",
- "population": "2",
- "attack_interval": "40",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "5",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "745",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "745_godzilla",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "南瓜妖怪",
- "potion": "45",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "746",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "746_monster",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "邪恶的南瓜怪物",
- "potion": "45",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "e",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "747",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "746_monster",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "独眼巨人",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "44",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big slow",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "800",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "748",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "5",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "748_ciclope",
- "max_frame": "5",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2400",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "恐怖的女妖",
- "potion": "4",
- "population": "2",
- "attack_interval": "25",
- "attack": "31",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "240",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "749",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "749_medusa",
- "max_frame": "5",
- "life": "550",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "卡洛斯",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "78",
- "groups": "melee small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "180",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "750",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "750_icaro",
- "max_frame": "5",
- "life": "375",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Hermes",
- "potion": "3",
- "population": "1",
- "attack_interval": "20",
- "attack": "12",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small fast",
- "velocity": "9",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "751",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "751_hermes",
- "max_frame": "5",
- "life": "150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "人身牛头怪物",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "attack": "34",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "230",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "752",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "752_minotauro",
- "max_frame": "5",
- "life": "750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "天蝎式飞机",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "attack": "33",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "250",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "753",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "753_escorpion",
- "max_frame": "5",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "冥府守门狗",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "230",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "754",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "754_cancerbero",
- "max_frame": "5",
- "life": "800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "圣火的泰坦",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "6",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "800",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "755",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "755_titanpyros",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2700",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "半人半马怪物",
- "potion": "3",
- "population": "2",
- "attack_interval": "30",
- "attack": "37",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "5",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "270",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "756",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "756_centauro",
- "max_frame": "5",
- "life": "850",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Lythos泰坦",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "46",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "3",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "800",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "757",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "757_titanlythos",
- "max_frame": "5",
- "life": "1650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "恶魔龙",
- "potion": "5",
- "population": "3",
- "attack_interval": "40",
- "attack": "50",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "758",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "758_infernaldragon",
- "max_frame": "5",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1900",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "瓦尔基里",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "190",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "759",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "759_valkyr",
- "max_frame": "5",
- "life": "325",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1700",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "赫尔墨斯剑客",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "170",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "760",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "760_hermes2",
- "max_frame": "5",
- "life": "375",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1600",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "赫尔墨斯斯皮尔曼",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "761",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "761_hermes3",
- "max_frame": "5",
- "life": "380",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "疯狂的泰坦",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "45",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "800",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "762",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "762_titanstratos",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Lythos 爪牙",
- "potion": "5",
- "population": "1",
- "attack_interval": "35",
- "attack": "28",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "763",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "757_titanlythos",
- "max_frame": "5",
- "life": "175",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "所有的巨人",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "36",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "3",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "764",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "764_rodas",
- "max_frame": "5",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "阎王",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "765",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "765_hades",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "沉龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "40",
- "attack": "50",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "766",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "766_dragon",
- "max_frame": "5",
- "life": "1850",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "800",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "先进的弹射器",
- "potion": "2",
- "population": "3",
- "attack_interval": "175",
- "attack": "120",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "18",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "81",
- "groups": "siege",
- "velocity": "4",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "767",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "767_lanzapiedras",
- "max_frame": "5",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Heavy Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "768",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "768_draggy",
- "max_frame": "5",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Dark Punky Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "769",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "1",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "769_punky_draggy",
- "max_frame": "5",
- "life": "375",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "display_order": "116",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Giant Mamooth",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "5",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "Yes, it is possible to ride a rhino... Only a troll could do that!",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "770",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "770_mamut",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "反物质的向导",
- "potion": "3",
- "population": "2",
- "attack_interval": "25",
- "attack": "23",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "771",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "771_antimatter_wizard",
- "max_frame": "5",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Hidros 泰坦",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "800",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "772",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "772_titanhidros",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "海神",
- "potion": "4",
- "population": "3",
- "attack_interval": "25",
- "attack": "38",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "700",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "773",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "773_god_poseidon",
- "max_frame": "5",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2100",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "阿基莱斯",
- "potion": "3",
- "population": "2",
- "attack_interval": "30",
- "attack": "31",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "5",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "210",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "774",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "774_aquiles",
- "max_frame": "5",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "蓝凤凰",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "775",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "775_blue_phoenix",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "原子哥斯拉",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "776",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "776_nuclear_godzilla",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "水晶龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "50",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "777",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "777_crystal_dragon",
- "max_frame": "5",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "宙斯神像",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "attack": "49",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "778",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "778_god_zeus",
- "max_frame": "5",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1600",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "尤利西斯",
- "potion": "5",
- "population": "1",
- "attack_interval": "35",
- "attack": "15",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "160",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "779",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "779_ulises",
- "max_frame": "5",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2100",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "鹰身女妖",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "32",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "210",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "780",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "780_harpy",
- "max_frame": "5",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "火山",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "46",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "781",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "781_hefesto",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "尖刺蜘蛛",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "attack": "44",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "782",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "782_spiky_spider",
- "max_frame": "5",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "小尖刺蜘蛛",
- "potion": "5",
- "population": "1",
- "attack_interval": "35",
- "attack": "18",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium fast",
- "velocity": "8",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "783",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "782_spiky_spider",
- "max_frame": "5",
- "life": "175",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Horned Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "784",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "784_horned_draggy",
- "max_frame": "5",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "愤怒的公牛龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "50",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "785",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "785_bull_png",
- "max_frame": "5",
- "life": "1950",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "曼帝可拉",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "786",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "786_manticora",
- "max_frame": "5",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "幻想",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "787",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "787_chimera",
- "max_frame": "5",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "战神",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "788",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "788_ares",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "大力英雄",
- "potion": "5",
- "population": "2",
- "attack_interval": "35",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "789",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "789_hercules",
- "max_frame": "5",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Crystal Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "790",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "790_draggy",
- "max_frame": "5",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "白化狼人",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "46",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "791",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "791_werewolf",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨大的独眼巨人",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "792",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "792_cyclops",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "天使龙",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "49",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "793",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "793_dragon",
- "max_frame": "5",
- "life": "1950",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵骑士",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "43",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "3",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "794",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "6",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "794_necropaladin",
- "max_frame": "5",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵战士",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "attack": "34",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "795",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "795_necrowarrior",
- "max_frame": "5",
- "life": "760",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "太阳精灵",
- "potion": "5",
- "population": "1",
- "attack_interval": "25",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "796",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "796_wizard",
- "max_frame": "5",
- "life": "550",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2400",
- "height": "1",
- "display_order": "0",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "斧骨架",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "240",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "797",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "797_axe_skeleton",
- "max_frame": "5",
- "life": "240",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "红宝石龙",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "50",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "798",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "798_dragon",
- "max_frame": "5",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2700",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵骑士",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "attack": "36",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "270",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "799",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "799_necro_horseman",
- "max_frame": "5",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵咕噜",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "800",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "800_necro_gollum",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵收割机",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "38",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "801",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "801_necro_harvester",
- "max_frame": "5",
- "life": "1100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2200",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵叉兵",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "20",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small fast",
- "velocity": "8",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "220",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "802",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "802_necro_fork_soldier",
- "max_frame": "5",
- "life": "190",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "尼克罗多臂",
- "potion": "5",
- "population": "2",
- "attack_interval": "35",
- "attack": "34",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "400",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "803",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "7",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "803_necro_multi_arms",
- "max_frame": "5",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵的刽子手",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "804",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "804_necro_executioner",
- "max_frame": "5",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵鲨鱼怪物",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "45",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "805",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "805_necro_shark_monster",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵王",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "49",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "3",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "806",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "806_necro_king",
- "max_frame": "5",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵的憎恶",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "807",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "807_necro_abomination",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "1",
- "display_order": "34",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "剑骨架",
- "potion": "2",
- "population": "1",
- "attack_interval": "35",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "200",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "808",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "808_sword_skeleton",
- "max_frame": "5",
- "life": "380",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2200",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵射手",
- "potion": "2",
- "population": "1",
- "attack_interval": "20",
- "attack": "16",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "220",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "809",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "809_necro_archer",
- "max_frame": "5",
- "life": "210",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵祭司",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "attack": "39",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "600",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "810",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "5",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "810_necro_priest",
- "max_frame": "5",
- "life": "950",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5500",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵翼战士",
- "potion": "3",
- "population": "3",
- "attack_interval": "30",
- "attack": "33",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "550",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "811",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "811_necro_winged_warrior",
- "max_frame": "5",
- "life": "750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵狮鹫骑士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "812",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "812_necro_gryphon_knight",
- "max_frame": "5",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Rubies Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "25",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "813",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "813_draggy",
- "max_frame": "5",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Celestial Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "25",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "814",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "814_celestial_draggy",
- "display_order": "93",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵黑暗领主",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "47",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "630",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "815",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "815_necro_big_sword",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵蠕虫",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "46",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "816",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "816_necro_worm",
- "max_frame": "5",
- "life": "1650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵犀牛",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "43",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium fast",
- "velocity": "7",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "817",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "6",
- "units_limit": "6",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "817_necro_rhino",
- "max_frame": "5",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2300",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "骷髅弓箭手",
- "potion": "2",
- "population": "1",
- "attack_interval": "20",
- "attack": "17",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "230",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "818",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "818_skeleton_archer",
- "max_frame": "5",
- "life": "220",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "蛇者",
- "potion": "4",
- "population": "2",
- "attack_interval": "20",
- "attack": "17",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "819",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "819_snakes_charmer",
- "max_frame": "5",
- "life": "220",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Death Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "26",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "820",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "820_necro_draggy",
- "max_frame": "5",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死灵鬼",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "attack": "41",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "400",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "821",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "8",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "821_necro_ghost",
- "max_frame": "5",
- "life": "800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "龙骑士 I",
- "potion": "4",
- "population": "2",
- "attack_interval": "35",
- "attack": "35",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "822",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "822_dragon_rider1",
- "max_frame": "5",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "龙骑士 II",
- "potion": "4",
- "population": "2",
- "attack_interval": "35",
- "attack": "38",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "823",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "823_dragon_rider2",
- "max_frame": "5",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "龙骑士 III",
- "potion": "4",
- "population": "2",
- "attack_interval": "35",
- "attack": "42",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "500",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "824",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "824_dragon_rider3",
- "max_frame": "5",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2600",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Necro Doublesword",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "attack": "24",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "attack_range": "7",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "260",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "825",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "825_necro_doublesword",
- "max_frame": "5",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死神龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "52",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "826",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "826_necro_dragon_2",
- "max_frame": "5",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "恶蝎",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "827",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "827_necro_scorpion",
- "max_frame": "5",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "93",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "愤怒的宙斯",
- "potion": "5",
- "population": "5",
- "attack_interval": "30",
- "attack": "50",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "velocity": "5",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "828",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "828_god_zeus",
- "max_frame": "5",
- "life": "1850",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "惩罚者骑士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "2",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1000",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "829",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "3",
- "units_limit": "6",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "12",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "829_punisher_knight",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "频谱龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "52",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "9",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "830",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "3",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "830_dragon_king",
- "max_frame": "5",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "疯狂的炎魔",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "attack": "48",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "4",
- "achievement_desc": "His flaming whip really hurts... The Barlog will scare trolls to death!",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "ranged big normal",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "831",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "831_balrog",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "愤怒的龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "40",
- "attack": "61",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "832",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "832_dragonbigred_jinete",
- "max_frame": "5",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "暴风龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "40",
- "attack": "62",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "833",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "833_dragon_jinete",
- "max_frame": "5",
- "life": "1750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "display_order": "97",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "萨扬龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "40",
- "attack": "63",
- "show_on_mobile": "1",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "attack_range": "8",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "834",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "834_dragon_jinete",
- "max_frame": "5",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "黄金龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "65",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "835",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "835_dragon_jinete",
- "display_order": "97",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "双头龙骑",
- "potion": "5",
- "population": "4",
- "attack_interval": "60",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "63",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "836",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "836_dragon_jinete",
- "display_order": "97",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "黑色龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "64",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "837",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "837_dragon_jinete",
- "display_order": "97",
- "life": "1850",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Epic 2-Head Dragon Rider",
- "potion": "5",
- "population": "4",
- "attack_interval": "60",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "68",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "838",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "838_dragon_jinete",
- "display_order": "97",
- "life": "1950",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "恶魔龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "70",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "839",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "839_infernaldragon_jinete",
- "display_order": "97",
- "life": "1950",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "沉龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "70",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "840",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "840_dragon_jinete",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "水晶龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "70",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "841",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "841_crystal_dragon_jinete",
- "display_order": "97",
- "life": "2050",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "愤怒的公牛龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "70",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "842",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "842_furious_bull_dragon_jinete",
- "display_order": "97",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "天使龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "69",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "843",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "843_dragon_jinete",
- "display_order": "97",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "红宝石龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "75",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "844",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "844_dragon_jinete",
- "display_order": "97",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "死神龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "77",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "845",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "845_necro_dragon_jinete",
- "display_order": "97",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "绿色龙巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "58",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "846",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "846_bahamut",
- "display_order": "93",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "家龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "55",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "847",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "847_vulcano_dragon",
- "display_order": "93",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "大蝙蝠",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "55",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "4",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "848",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "848_giant_bat",
- "display_order": "93",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Vulcano Draggy",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "27",
- "show_on_mobile": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "849",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "849_vulcano_draggy",
- "display_order": "115",
- "life": "475",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Bahamut Draggy",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "850",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "850_bahamut_draggy",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "家龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "80",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "851",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "851_vulcano_jinete",
- "display_order": "97",
- "life": "2300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "绿色巴哈姆特骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "83",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "852",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "852_bahamut_jinete",
- "display_order": "97",
- "life": "2400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "红色龙巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "60",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "853",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "853_bahamut",
- "display_order": "93",
- "life": "2250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Red Bahamut Draggy",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "attack": "28",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "854",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "854_bahamuty",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Red Bahamut Rider",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "85",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "855",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "855_bahamut_jinete2",
- "display_order": "97",
- "life": "2450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "绿色凤凰",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "10",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "856",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "856_green_phoenix",
- "display_order": "93",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巨魔弓箭手",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "8",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "ranged small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "6",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "857",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arquerotroll",
- "display_order": "115",
- "life": "75",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "野猪骑士",
- "potion": "1",
- "population": "3",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "16",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "1",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "858",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "trol7",
- "display_order": "116",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "强力骑士",
- "potion": "1",
- "population": "4",
- "attack_interval": "35",
- "race": "e",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "36",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "1",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "3",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "859",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "unidadcastillotrol2",
- "display_order": "91",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Ramses II",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "2",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "860",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "860_ramses",
- "display_order": "93",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "狮身人面像",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "46",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "2",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "861",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "5",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "861_esfinge",
- "display_order": "93",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "电龙巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "62",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "862",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "862_bahamut",
- "display_order": "93",
- "life": "2300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2100",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "监护人的剑客",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "77",
- "groups": "melee small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "1",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "210",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "863",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "4",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "863_brute_sworsdman",
- "display_order": "91",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "电动巴哈姆特龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "87",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "864",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "864_bahamut_rider",
- "display_order": "93",
- "life": "2500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2400",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "守卫弓箭手",
- "potion": "5",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "22",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "7",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "240",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "865",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "865_archer",
- "display_order": "93",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "伊西斯医生",
- "potion": "5",
- "population": "2",
- "attack_interval": "170",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "100",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "healer",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "866",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "5",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "866_healer",
- "display_order": "93",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "荷鲁斯神的使者",
- "potion": "5",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "867",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "867_horus",
- "display_order": "93",
- "life": "900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Electric Bahamut Draggy",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "868",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "868_bahamuty",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "荷鲁斯的狮鹫兽",
- "potion": "5",
- "population": "3",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "45",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged medium fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "869",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "869_gryphon",
- "display_order": "93",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "卫士斧",
- "potion": "5",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "23",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "7",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "870",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "870_axe",
- "display_order": "93",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "眼镜蛇的骑士",
- "potion": "5",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "47",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee medium fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "2",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "580",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "871",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "6",
- "units_limit": "5",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "871_cobra",
- "display_order": "93",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "14",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "龙猎人",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "45",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "1",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "872",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "872_dragon_hunter1",
- "display_order": "93",
- "life": "1400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "14",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "龙猎人 II",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "3",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "873",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "873_dragon_hunter2",
- "display_order": "93",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "龙猎人 III",
- "potion": "4",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "42",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "1",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "874",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "874_dragon_hunter3",
- "display_order": "93",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "黄金龙巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "65",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "875",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "875_bahamut",
- "display_order": "93",
- "life": "2400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Golden Bahamut Draggy",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "29",
- "show_on_mobile": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "876",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "876_bahamuty",
- "display_order": "115",
- "life": "525",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "金巴哈姆特骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "90",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "877",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "877_bahamut_jinete",
- "display_order": "97",
- "life": "2600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "迷你阿努比斯",
- "potion": "5",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "30",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee small fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "1",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "200",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "878",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "878_anubis",
- "display_order": "93",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "阿努比斯神",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "49",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "7",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "879",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "879_big_anubis",
- "display_order": "93",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "土耳其剑士",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "47",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "2",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "880",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "880_tk_sword",
- "display_order": "93",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "土耳其樵夫",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "2",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "881",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "881_tk_axe",
- "display_order": "93",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "土耳其弓箭手",
- "potion": "4",
- "population": "1",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "24",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "882",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "882_tk_archer",
- "display_order": "93",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "极限向导",
- "potion": "5",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "45",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "91",
- "groups": "ranged medium fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "5",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "883",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "883_limit_adder",
- "display_order": "93",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6200",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Tuthankamon",
- "potion": "5",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged big normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "6",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "620",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "884",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "3",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "884_tutankamon",
- "display_order": "93",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "土耳其骑兵",
- "potion": "4",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "45",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "ranged medium fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "885",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "885_tk_horseman",
- "display_order": "93",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Megahealing 天使",
- "potion": "1",
- "population": "2",
- "attack_interval": "130",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "200",
- "show_on_mobile": "1",
- "achievement_desc": "Now your army can be healed during a battle!",
- "protect": "0",
- "subcat_functional": "72",
- "groups": "healer",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "886",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "4",
- "units_limit": "5",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "9",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "886_angelical_super_healer",
- "display_order": "85",
- "life": "800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "兽人龙",
- "potion": "5",
- "population": "2",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "887",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "887_orc_dragon",
- "display_order": "93",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "法老龙巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "67",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "888",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "888_egyptian_dragon",
- "display_order": "93",
- "life": "2500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "法老龙巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "92",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "889",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "889_egyptian_dragon_rider",
- "display_order": "97",
- "life": "2700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Pharaoh Draggy",
- "potion": "5",
- "population": "1",
- "attack_interval": "30",
- "attack": "30",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "890",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "890_egyptian_draggy",
- "display_order": "97",
- "life": "550",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "黑色龙巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "70",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "891",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "891_bahamut",
- "display_order": "93",
- "life": "2600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "Black Bahamut Draggy",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "31",
- "show_on_mobile": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "892",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "892_bahamuty",
- "display_order": "115",
- "life": "575",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "巴哈姆特的黑骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "95",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "9",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "893",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "893_bahamut_jinete",
- "display_order": "97",
- "life": "2800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "14",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "怪物猎人",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "1",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "894",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "894_monster_hunter1",
- "display_order": "93",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "邪恶的妖魔龙",
- "potion": "1",
- "population": "2",
- "attack_interval": "40",
- "race": "e",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "895",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "887_orc_dragon",
- "display_order": "93",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "变色龙",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "896",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "896_chamaleon",
- "display_order": "93",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "圣甲虫骑士",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "1",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "897",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "5",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "897_scarab_rider",
- "display_order": "93",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "Scarab Minion",
- "potion": "4",
- "population": "1",
- "attack_interval": "20",
- "attack": "20",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "melee small fast",
- "velocity": "7",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "898",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "898_scarab_minion",
- "display_order": "93",
- "life": "200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "only_mobile": "0",
- "name": "超级变色龙",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "8",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "899",
- "subcategory_id": "7",
- "store_groups": "",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "896_chamaleon",
- "display_order": "93",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "花园 2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "900",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "palmera2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "花园 4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "901",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "palmera4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "8",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "花园 8",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "902",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "palmera8",
- "display_order": "95",
- "life": "5",
- "width": "8"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "绿洲",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "903",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "oasis",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "仙人掌",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "904",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cactus1",
- "display_order": "95",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "仙人掌",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "905",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "cactus2",
- "display_order": "95",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "面具",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "906",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mascaraTutankamon",
- "display_order": "95",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "桩的骷髅",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "907",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "calaveraDesierto",
- "display_order": "95",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "骷髅",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "908",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esqueletoDesierto",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "骷髅",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "909",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "esqueletoRoca",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "金字塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "910",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piramide1",
- "display_order": "95",
- "life": "5",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "金字塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "911",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piramide2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "金字塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "912",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "piramide3",
- "display_order": "95",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "圆柱",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "913",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "columna",
- "display_order": "95",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "火山2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "914",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "pinosnevados2x2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "ArbolNevado4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "915",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "pinosnevados4x4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "8",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "ArbolNevado8",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "916",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "pinosnevados8x8",
- "display_order": "95",
- "life": "5",
- "width": "8"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "湖泊2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "917",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "lake2x2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "only_mobile": "0",
- "name": "湖泊4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "918",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "lake4x4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "Mamut",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "919",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "mamut",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "Monticulo",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "920",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "icemontain4x4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaVegetacion3",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "921",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islavegetacion3x3",
- "display_order": "95",
- "life": "5",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaVegetacion2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "922",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islavegetacion2x2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaRoca2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "923",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaroca2x2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "12",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaGrande",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "924",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islagrande",
- "display_order": "95",
- "life": "5",
- "width": "12"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaCalavera",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "925",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islacalavera",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaMineral2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "926",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islamineral2x2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaMineral2b",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "927",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islamineral2x2b",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaMineral3",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "928",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islamineral3x3",
- "display_order": "95",
- "life": "5",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaMineral4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "929",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islamineral4x4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "12",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaSelvaGrande",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "930",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaselvagrande",
- "display_order": "95",
- "life": "5",
- "width": "12"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaSelva2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "931",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaselva2x2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaSelva3",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "932",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaselva3x3",
- "display_order": "95",
- "life": "5",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaSelva4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "933",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaselva4x4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaSelva2b",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "934",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaselva2x2b",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "Islitas2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "935",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islitas2x2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaSelva2c",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "936",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islaselva2x2c",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "Islitas4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "937",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islitas4x4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "Islitas4b",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "938",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islitas4x4b",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "Islitas4c",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "939",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islitas4x4c",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaPinguino",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "940",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islapinguino",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "PlacasHielo",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "941",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "placashielo",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaHielo2x2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "942",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islahielo2x2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "IslaHielo4x4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "943",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "islahielo4x4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "漩涡",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "944",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "remolino",
- "display_order": "95",
- "life": "5",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "RocaCalavera",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "945",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "rocacalavera",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "RocaMinerales2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "946",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "rocaminerales2",
- "display_order": "95",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "RocaMinerales3",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "947",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "rocaminerales3",
- "display_order": "95",
- "life": "5",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "RocaMinerales3b",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "948",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "rocaminerales3b",
- "display_order": "95",
- "life": "5",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "10",
- "attack_range": "0",
- "name": "RocaMinerales4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1011",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "949",
- "subcategory_id": "101",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "rocaminerales4",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "20",
- "max_frame": "3",
- "new_item": "0",
- "category_id": "6",
- "attack_range": "0",
- "name": "Expandable Land",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "6",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1000",
- "subcategory_id": "6",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "terreno",
- "display_order": "113",
- "life": "0",
- "width": "20"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "20",
- "max_frame": "3",
- "new_item": "0",
- "category_id": "6",
- "attack_range": "0",
- "name": "Desierto Land",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "6",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1001",
- "subcategory_id": "6",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "terrenodesierto",
- "display_order": "113",
- "life": "0",
- "width": "20"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "20",
- "max_frame": "3",
- "new_item": "0",
- "category_id": "6",
- "only_mobile": "0",
- "name": "冰地",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "6",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1002",
- "subcategory_id": "6",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "terrenohielo",
- "display_order": "113",
- "life": "0",
- "width": "20"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "20",
- "max_frame": "3",
- "new_item": "0",
- "category_id": "6",
- "only_mobile": "0",
- "name": "海",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "6",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1003",
- "subcategory_id": "6",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "terrenomar2",
- "display_order": "113",
- "life": "0",
- "width": "20"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "20",
- "max_frame": "3",
- "new_item": "0",
- "category_id": "6",
- "only_mobile": "0",
- "name": "Mineral Land",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "6",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1004",
- "subcategory_id": "6",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "terrenomineral",
- "display_order": "113",
- "life": "0",
- "width": "20"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "20",
- "max_frame": "3",
- "new_item": "0",
- "category_id": "6",
- "attack_range": "0",
- "name": "Selva Land",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "6",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1005",
- "subcategory_id": "6",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "terrenoselva",
- "display_order": "113",
- "life": "0",
- "width": "20"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "20",
- "max_frame": "3",
- "new_item": "0",
- "category_id": "6",
- "attack_range": "0",
- "name": "Cloud Land",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "6",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1006",
- "subcategory_id": "6",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "0",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "terrenonubes",
- "display_order": "113",
- "life": "0",
- "width": "20"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "深洞",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1200",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1200_agujero",
- "display_order": "90",
- "life": "100",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "岩石雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "1201",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1201_estatua",
- "display_order": "85",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "大巢",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1202",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1202_nidogrande",
- "display_order": "90",
- "life": "100",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "attack_range": "0",
- "name": "Small Nest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "1203",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1203_nido",
- "display_order": "85",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "圈养克娄巴特拉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1204",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1204_cleopatra",
- "display_order": "90",
- "life": "100",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "亚特兰蒂斯装饰",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1205",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "peceraatlante",
- "display_order": "90",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "宝藏",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "1206",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "treasure",
- "display_order": "85",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "地狱火领域",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1207",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbol1",
- "display_order": "90",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "树",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "811",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1208",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arbol1",
- "display_order": "90",
- "life": "100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "地狱之门",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1209",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1209_portal",
- "display_order": "90",
- "life": "100",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "地狱之门",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "20",
- "defense": "1",
- "size": "0",
- "gift_level": "3",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "al",
- "unit_capacity": "0",
- "id": "1210",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1210_miniportal",
- "display_order": "85",
- "life": "5",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "24",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "only_mobile": "0",
- "name": "神风中心",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1211",
- "subcategory_id": "35",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "686",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1211_fabricakamikaze",
- "display_order": "0",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "犀牛马厩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "3",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1212",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "687",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1212_casarhino",
- "display_order": "0",
- "life": "2000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "2",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "天体的力",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "812",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1213",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1213_boladepoder",
- "display_order": "90",
- "life": "100",
- "width": "2"
- },
- {
- "giftable": "1",
- "cost": "5",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "玛雅人的火",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "14",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1214",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "2",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "fuegoMaya",
- "display_order": "65",
- "life": "5",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "22",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天体神社",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "3",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1215",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "699",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1215_priesthouse",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天体射箭",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1216",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "703",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1216_angelbarracks2",
- "display_order": "3",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "12500",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天体的兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1217",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "701",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1217_soldierbarrack2",
- "display_order": "-1200",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天体的墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1218",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1218_angelwall2",
- "display_order": "0",
- "life": "1400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天空塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "28",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "180",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1219",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1219_angeltower",
- "display_order": "0",
- "life": "2600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1500",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天体磁场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "40",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "1220",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "1220_angelfarm",
- "display_order": "-100",
- "life": "400",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天体的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "260",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "1221",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1221_angelcasa",
- "display_order": "15",
- "life": "600",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "机甲兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1222",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "702",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1222_mechabarrack",
- "display_order": "-3300",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "狮鹫兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "350",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1223",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "700",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1223_barracagrifo",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "24",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "收割机兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "3",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1224",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "704",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1224_barracadeath",
- "display_order": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "16000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "骑兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "400",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1225",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "705",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1225_barracalancer",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天体的轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "400",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "f",
- "unit_capacity": "2",
- "id": "1226",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1226_angelmolino",
- "display_order": "16",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "诗礼花园",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1227",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1227_angelgarden",
- "display_order": "20",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "8000",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天上的云",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "80",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1228",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "aldeanosnube",
- "display_order": "20",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "1",
- "cost": "100",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "天体的雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "10",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1229",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "estatuanube",
- "display_order": "20",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "80000",
- "height": "5",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "传说中的城堡",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "26",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "11",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1230",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "35",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "1230_castillo",
- "display_order": "2",
- "life": "10000",
- "width": "5"
- },
- {
- "giftable": "0",
- "cost": "40000",
- "height": "5",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "宏伟的城堡",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "18",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "11",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "400",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1231",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "1231_castillo",
- "display_order": "2",
- "life": "3500",
- "width": "5"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "最高的兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "400",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1232",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "711",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1225_barracalancer",
- "display_order": "-3110",
- "life": "6000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "养龙巢",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1233",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1233_criadero",
- "display_order": "2",
- "life": "5000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "450",
- "height": "7",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "钻石城堡",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "11",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1234",
- "subcategory_id": "23",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1234_castillo",
- "display_order": "1",
- "life": "20000",
- "width": "7"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "复仇骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1235",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "724",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1235_barracarcangel",
- "display_order": "-7100",
- "life": "6000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "万圣节轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "400",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "f",
- "unit_capacity": "2",
- "id": "1236",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1236_molino",
- "display_order": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "万圣节墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1237",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1237_wall",
- "display_order": "2",
- "life": "1400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "万圣节塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "24",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "140",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1238",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1238_tower",
- "display_order": "2",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "万圣节农场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "40",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "1239",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "1239_farm",
- "display_order": "2",
- "life": "400",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "3500",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "万圣节之家",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "260",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "1240",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1240_house",
- "display_order": "2",
- "life": "600",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "17000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "骨头先生兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1241",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "729",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1241_barracaesqueleto",
- "display_order": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "18000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "稻草人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1242",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "730",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1242_barracaespanta",
- "display_order": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "24",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑巫婆兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1243",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "731",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1243_barracabruja",
- "display_order": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "22",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "弗兰肯斯坦兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1244",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "732",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1244_barracafrank",
- "display_order": "1",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "狼人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1245",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "735",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1245_barracalobo",
- "display_order": "-6700",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "26",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "鬼兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1246",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "734",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1246_barracafantasma",
- "display_order": "3",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "19000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "僵尸兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1247",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "738",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1247_barracazombie",
- "display_order": "-1310",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "Ghost",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1248",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1248_deco",
- "display_order": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "海釜",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1249",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1249_deco",
- "display_order": "2",
- "life": "2000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "德古拉兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1250",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "733",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1250_barracadracula",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "万圣节塔顶",
- "potion": "1",
- "population": "0",
- "attack_interval": "40",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1251",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1251_tower",
- "display_order": "0",
- "life": "3500",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "凶宅",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1252",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1252_deco",
- "display_order": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "8",
- "only_mobile": "0",
- "name": "遗迹",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "814",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "30",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1253",
- "subcategory_id": "81",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1253_relic",
- "display_order": "90",
- "life": "5000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "凤凰蛋",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "120",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1254",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "25",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1254_eggphoenix",
- "display_order": "100",
- "life": "200",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "怪物巢穴",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1255",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "30",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1255_monsternest",
- "display_order": "1",
- "life": "5000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "神话轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "400",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "f",
- "unit_capacity": "2",
- "id": "1256",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1256_mill",
- "display_order": "0",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "神话的墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1257",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1257_wall",
- "display_order": "0",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "神话塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "29",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "12",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "180",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1258",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1258_tower",
- "display_order": "0",
- "life": "2700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "神话的领域",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "40",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "1259",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "1259_farm",
- "display_order": "0",
- "life": "400",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "2800",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "神话中的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "attack_range": "0",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "260",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "1260",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1260_house",
- "display_order": "0",
- "life": "600",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "13500",
- "height": "3",
- "display_order": "-1210",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "伊卡洛斯的兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1261",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "750",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1261_barrack_icaro",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "赫尔墨斯兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1262",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "751",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1262_barrack_hermes",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "24",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "牛头怪兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1263",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "752",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1263_barrack_minotauro",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "23",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "蝎子兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1264",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "753",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1264_barrack_escorpion",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-3900",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "地狱犬的兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1265",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "754",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1265_barrack_cancerbero",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "独眼巨人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1266",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "748",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1266_barrack_ciclope",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "美杜莎兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1267",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "749",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1267_barrack_medusa",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "火焰兵的军营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1268",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "755",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1268_barrack_pyros",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "大力神塑像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1269",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1269_deco_hercules",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "麒麟雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1270",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1270_deco_unicorn",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "古代遗址",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1271",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1271_deco_3",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "神话雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1272",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1272_deco_4",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "-3100",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "Lythos 兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1273",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "757",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1273_barrack_lythos",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "16000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "瓦尔基里兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1274",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "759",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1274_barrack_valkyr",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "赫尔墨斯剑士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1275",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "760",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1275_barrack_hermes2",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "16500",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "赫尔墨斯斯皮尔曼兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1276",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "761",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1276_barrack_hermes3",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "半人马座兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1277",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "756",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1277_barrack_centaur",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "Rodhes 巨人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1278",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "764",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1278_barrack_rodas",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15500",
- "height": "3",
- "display_order": "-10",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "宙斯兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1279",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "779",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1279_zeus_barrack",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "波塞冬的兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1280",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "773",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1280_poseidon_barrack",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "22",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "阿基里斯兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1281",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "774",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1281_aquiles_barrack",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1200",
- "height": "1",
- "display_order": "100",
- "new_item": "0",
- "category_id": "4",
- "only_mobile": "0",
- "name": "凤凰蓝色的蛋",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "80",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "120",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1282",
- "subcategory_id": "44",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1282_eggbluephoenix",
- "max_frame": "2",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "4",
- "display_order": "0",
- "new_item": "0",
- "category_id": "1",
- "only_mobile": "0",
- "name": "生存的舞台",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "200",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1283",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "20",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1283_survival_arena",
- "max_frame": "2",
- "life": "600",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "6",
- "display_order": "-50",
- "new_item": "0",
- "category_id": "1",
- "only_mobile": "0",
- "name": "单元库",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "a",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "50",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "250",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1284",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "18",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1284_unit_warehouse",
- "max_frame": "2",
- "life": "7000",
- "width": "6"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "display_order": "-3310",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "阎王兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1286",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "765",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1286_hades_barrack",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "锁龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1287",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1287_chained_dragon",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式宙斯",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1288",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1288_chained_zeus",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "蓝家连锁",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1289",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1289_chained_blue_phoenix",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "display_order": "-1370",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "首页兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1290",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "779",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1290_ulises_barrack",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "26",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "哈比兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1291",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "780",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1291_harpy_barrack",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-3020",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "斯特拉托斯兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1292",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "762",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1292_barrack_stratos",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-55",
- "new_item": "1",
- "category_id": "3",
- "only_mobile": "0",
- "name": "先进的弹射器车间",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "341",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1293",
- "subcategory_id": "34",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "767",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1293_stonethrower_barrack",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链家",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1294",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1294_chained_vulcano",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "愤怒的公牛拴龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1295",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1295_chained_bull",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式曼帝可拉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1296",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1296_chained_manticora",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式战神",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1297",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1297_chained_ares",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式脿",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1298",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1298_chained_quimera",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "50",
- "height": "4",
- "display_order": "-500",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "现金奇迹",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "a",
- "show_on_mobile": "1",
- "collect_xp": "1",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "86400",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "5",
- "collect_type": "c",
- "collect": "1",
- "in_store": "1",
- "id": "1299",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1299_cash_wonder",
- "max_frame": "2",
- "life": "1500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "摩经销商",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1300",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1300_morocco_dealer",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "29",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "赫拉克勒斯兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1301",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "789",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1301_barrack_hercules",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "火焰兵的军营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1302",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "755",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1302_barrack_pyros",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-6800",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "水电兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1303",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "772",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1303_barrack_hydros",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "20",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "体育馆站",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1304",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1304_gradas",
- "max_frame": "8",
- "life": "1000",
- "width": "20"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "剑骨架兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1305",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "808",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1305_sword_skeleton_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "16000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵射手兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1306",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "809",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1306_necro_archer_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "26",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵战士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1307",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "795",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1307_necro_warrior_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "旁观者的眼睛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1308",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1308_necro_deco_1",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "35",
- "height": "4",
- "display_order": "-3700",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵祭司的城堡",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "32",
- "attack_range": "11",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "231",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1309",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "810",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1309_necro_priest_castle",
- "max_frame": "2",
- "life": "12000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "翼勇士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1310",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "811",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1310_winged_warrior_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1311",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "794",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1311_necro_paladin_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-3200",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑暗的主营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1312",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "815",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1312_necro_big_sword_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "翡翠",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1313",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1313_necro_deco_2",
- "max_frame": "2",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "德拉科喷泉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1314",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1314_necro_deco_3",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵装饰 4",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1315",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1315_necro_deco_4",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "2",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "f",
- "collect": "400",
- "in_store": "0",
- "id": "1316",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1316_necro_mill",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1317",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1317_necro_wall",
- "max_frame": "2",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "display_order": "-400",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵法师塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "30",
- "attack_range": "12",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "180",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1318",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1318_necro_tower",
- "max_frame": "2",
- "life": "2800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "1",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "f",
- "collect": "40",
- "in_store": "0",
- "id": "1319",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "1319_necro_field",
- "max_frame": "2",
- "life": "400",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2800",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "10",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "260",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1320",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1320_necro_house",
- "max_frame": "2",
- "life": "600",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "16000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "斧骨架兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1321",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "797",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1321_axe_skeleton_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "24",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1322",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "799",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1322_necro_horseman_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "display_order": "-1350",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵叉兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1323",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "802",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1323_necro_fork_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵咕噜兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1324",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "800",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1324_necro_gollum_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵收割机兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1325",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "801",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1325_necro_harvester_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵multiarms兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1326",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "803",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1326_necro_multiarms_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵刽子手兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1327",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "804",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1327_necro_executioner_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Necro Shark Barracks",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1328",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "805",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1328_necro_shark_barracks",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵王营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1329",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "806",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1329_necro_king_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵狮鹫兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1330",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1330_necro_gryphon_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵憎恶兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1331",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1331_necro_abomination_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵蠕虫兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1332",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1332_necro_worm_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式独眼巨人",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1333",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1333_chained_cyclops",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式红宝石",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1334",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1334_chained_rubies",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式天使的龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1335",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1335_chained_celestial",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式死灵骑士",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1336",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1336_chained_necropaladin",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式死灵蠕虫",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1337",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1337_chained_necroworm",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑暗的主锁",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1338",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1338_chained_darklord",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵王束缚",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1339",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1339_chained_necroking",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "锁死狮",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1340",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1340_chained_gryphon",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式死灵憎恶",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1341",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1341_chained_abomination",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "24",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵犀牛兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1342",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "817",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1342_necro_rhino_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "16000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "骷髅弓箭手兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1343",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "818",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1343_skeleton_archer_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "7",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "社会战争",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1344",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1344_social_wars",
- "max_frame": "2",
- "life": "1000",
- "width": "7"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "3",
- "display_order": "-70",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "骑士学院",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "600",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1345",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "35",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1345_dragonrider_training",
- "max_frame": "2",
- "life": "5000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "3",
- "display_order": "-75",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "骑龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "2",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "600",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1346",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "35",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1346_dragon_taming",
- "max_frame": "2",
- "life": "5000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "16500",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵doublesword兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1347",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "825",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1347_necro_doublesword_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "26",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "死灵鬼兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1348",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "821",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1348_necro_ghost_barracks",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "4",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式尼克罗龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1349",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1349_chained_necro_dragon",
- "max_frame": "2",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式宙斯",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1350",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1350_chained_zeus",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式谱龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1351",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1351_chained_spectrum",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链家龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1352",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1352_chained_vulcano",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式疯狂炎魔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1353",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1353_chained_balrog",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式绿色巴哈姆特",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1354",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1354_chained_bahamut",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "拴红巴哈姆特",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1355",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1355_chained_bahamut",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式绿凤凰",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1356",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1356_chained_green_phoenix",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "100000",
- "height": "3",
- "display_order": "-570",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "保护descartado圆顶",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "5",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1511",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1357",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1357_protection_dome",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "50000",
- "height": "3",
- "display_order": "-3",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "保护罩",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "10",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1511",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "190",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1358",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "42",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1358_protection_dome",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-5",
- "new_item": "1",
- "category_id": "2",
- "only_mobile": "0",
- "name": "塔增强",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "10",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1511",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "190",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1359",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "47",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1359_tower_enhancer_dome_cash",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "display_order": "-4",
- "new_item": "0",
- "category_id": "2",
- "only_mobile": "0",
- "name": "天空塔 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "attack_range": "12",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "190",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1360",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "50",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "1",
- "img_name": "1360_tower",
- "max_frame": "2",
- "life": "3000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "1",
- "display_order": "-2",
- "new_item": "0",
- "category_id": "2",
- "only_mobile": "0",
- "name": "天空塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "attack_range": "12",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "190",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1361",
- "subcategory_id": "21",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "1361_tower",
- "max_frame": "2",
- "life": "2900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "17000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "监护人的剑士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1362",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "863",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1362_barracks_swordman",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "18000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "守卫弓箭手兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1363",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "865",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1363_barracks_archer",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "26",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "伊希斯医治兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1364",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "866",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1364_barracks_healer",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "-7000",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "荷鲁斯先驱兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1365",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "867",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1365_barracks_horus",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-3210",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "拉美西斯二世军营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1366",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "860",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1366_barracks_ramses",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "26",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "狮身人面像兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1367",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "861",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1367_barracks_sphinx",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "3",
- "display_order": "-150",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "石棺",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1368",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1368_deco",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "4000",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "伊西斯的雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1369",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1369_deco",
- "max_frame": "2",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "Keops Pyramid",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1370",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1370_deco",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "7",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "阿不辛波古庙雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1371",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1371_deco",
- "max_frame": "2",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "display_order": "-270",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "法老的金矿",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "2",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "f",
- "collect": "400",
- "in_store": "1",
- "id": "1372",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1372_mine",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "法老的墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1373",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1373_wall",
- "max_frame": "2",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "display_order": "-350",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "法老的塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "32",
- "attack_range": "12",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "180",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1374",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1374_tower",
- "max_frame": "2",
- "life": "2850",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "法老王农场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "1",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "f",
- "collect": "40",
- "in_store": "0",
- "id": "1375",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "1375_field",
- "max_frame": "2",
- "life": "400",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2800",
- "height": "2",
- "display_order": "-120",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "法老的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "10",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "260",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1376",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1376_house",
- "max_frame": "2",
- "life": "600",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式电动巴哈姆特",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1377",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1377_chained_bahamut",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链金巴哈姆特",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1378",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1378_chained_bahamut",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "18000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "卫士斧兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1379",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "870",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1379_barracks_axe",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "荷鲁斯狮鹫兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1380",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "869",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1380_barracks_gryphon",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "眼镜蛇骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1381",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "871",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1381_barracks_cobra",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "display_order": "-4100",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "阿努比斯神兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1382",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "879",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1382_barracks_anubis",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "display_order": "-3040",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "圣甲虫祖玛兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1383",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "884",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1383_barracks_tutankamon",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "仙人岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "collect": "0",
- "in_store": "0",
- "id": "1384",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "神秘岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "collect": "0",
- "in_store": "0",
- "id": "1385",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "死灵岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "collect": "0",
- "in_store": "0",
- "id": "1386",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "龙之岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "collect": "0",
- "in_store": "0",
- "id": "1387",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "display_order": "95",
- "new_item": "0",
- "category_id": "11",
- "only_mobile": "0",
- "name": "怪兽岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "collect": "0",
- "in_store": "0",
- "id": "1388",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "max_frame": "2",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "锁龙猎人",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1389",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1389_chained_hunter",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "捆绑怪物猎人",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1390",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1390_chained_hunter",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "在埃及龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1391",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1391_chained_dragon",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式黑色巴哈姆特",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1392",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1392_chained_bahamut",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "锁龙猎人II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1393",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1393_chained_hunter2",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "4",
- "display_order": "-6400",
- "new_item": "1",
- "category_id": "1",
- "only_mobile": "0",
- "name": "至尊龙寺",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "600",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1394",
- "subcategory_id": "13",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1394_temple_invocation_bahamut_supreme",
- "max_frame": "2",
- "life": "5000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式变色龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1395",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1395_chained_chameleon",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "-3500",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "圣甲虫骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1396",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "897",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1396_barracks_scarab",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "17000",
- "height": "3",
- "display_order": "-1100",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵剑士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1397",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2005",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1397_barracks_swordman",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "18000",
- "height": "3",
- "display_order": "-1020",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵弓箭手兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1398",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2006",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1398_barracks_archer",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "26",
- "height": "3",
- "display_order": "-3000",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵牧师兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1399",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2007",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1399_barracks_healer",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1400",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2009",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1400_barracks_knight",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-4000",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的爬行动物兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1401",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2008",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1401_barracks_raptor",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵的喷泉",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1402",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1402_deco",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "4000",
- "height": "2",
- "display_order": "-140",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "翡翠雕刻",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1403",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1403_deco",
- "max_frame": "2",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "爬行动物骑士雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1404",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1404_deco",
- "max_frame": "2",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "帝国精灵轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "2",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "f",
- "collect": "400",
- "in_store": "0",
- "id": "1405",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1405_mine",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "帝国精灵墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1406",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1406_wall",
- "max_frame": "2",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "display_order": "-300",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "帝国精灵塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "33",
- "attack_range": "12",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "180",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1407",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1407_tower",
- "max_frame": "2",
- "life": "2900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "皇极精灵农场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "1",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "f",
- "collect": "40",
- "in_store": "0",
- "id": "1408",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "1408_field",
- "max_frame": "2",
- "life": "400",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2800",
- "height": "2",
- "display_order": "-130",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "帝国精灵的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "10",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "260",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1409",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1409_house",
- "max_frame": "2",
- "life": "600",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "0",
- "new_item": "0",
- "category_id": "12",
- "only_mobile": "0",
- "name": "巴哈姆特的心",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1611",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "10",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1410",
- "subcategory_id": "1611",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1410_bahamut_heart",
- "max_frame": "2",
- "life": "1",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "连锁megahealing天使",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1411",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1411_chained_angelical",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式骑士巴哈姆特",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1412",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1412_chained_paladin",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "拴红凤凰",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1413",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1413_chained_red_phoenix",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "28",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵斧兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1414",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2010",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1414_barracks_axe",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "-3010",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵狮鹫兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1415",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2011",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1415_barracks_gryphon",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵弹弓兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1416",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2012",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1416_barracks_catapult",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "4",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式王朝",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1417",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1417_chained_snake_dragon",
- "max_frame": "2",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "5",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式蝙蝠魔",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1418",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1418_chained_balrogs",
- "max_frame": "2",
- "life": "1000",
- "width": "5"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "4",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式电动时期龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1419",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1419_chained_snake_dragon",
- "max_frame": "2",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "display_order": "-3220",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "红牛车手兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1420",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2019",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1420_barracks_bull_rider",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "银骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1421",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2020",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1421_barracks_silver_paladin",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "4",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "拴红巴哈姆特",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1422",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1422_chained_fire_bahamut",
- "max_frame": "2",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式霜火箭巴哈姆特",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1423",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1423_chained_frostfire_bahamut",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵弓兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1424",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2021",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1424_barracks_elf_crossbow",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "display_order": "-3320",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "精灵鹰骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1425",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2022",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1425_barracks_elf_eagle",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "display_order": "-8000",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "龙杀手堡垒",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "400",
- "attack_range": "15",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "1711",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "5000",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1426",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "0",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1426_castle_dragon",
- "max_frame": "2",
- "life": "17000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "1",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "升级1",
- "potion": "0",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1427",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "upgrade1",
- "max_frame": "2",
- "life": "5000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "升级2",
- "potion": "0",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1428",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "upgrade2",
- "max_frame": "2",
- "life": "5000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "升级3",
- "potion": "0",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1429",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "upgrade3",
- "max_frame": "2",
- "life": "5000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "0",
- "height": "4",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "升级4",
- "potion": "0",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "0",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1430",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "upgrade4",
- "max_frame": "2",
- "life": "5000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链金巴哈姆特袭击者",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1431",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1431_chained_golden_bahamut_raider",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式玉时期龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1432",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1432_chained_jade_dragon",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "17000",
- "height": "3",
- "display_order": "-1010",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "破碎机的兽人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1433",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2027",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1433_barracks_crusher_orc",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "18000",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "兽人弓箭手兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1434",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2028",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1434_barracks_archer_orc",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "野猪斧骑兵兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1435",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2029",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1435_barracks_boar_axe_rider",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "兽人长矛武士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1436",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2030",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1436_barracks_orc_spear_warrior",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "3",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "蜘蛛兽骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1437",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2031",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1437_barracks_spider_orc_rider",
- "max_frame": "2",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "4000",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "skullz大护身符",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1438",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1438_deco1",
- "max_frame": "2",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑兽人旗帜",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1439",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1439_deco2",
- "max_frame": "2",
- "life": "3000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑兽人装饰3现金",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1440",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1440_deco3",
- "max_frame": "2",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑兽人轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "2",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "f",
- "collect": "400",
- "in_store": "0",
- "id": "1441",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1441_mill",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "display_order": "-170",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑兽人墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "20",
- "collect_type": "g",
- "collect": "0",
- "in_store": "1",
- "id": "1442",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1442_wall",
- "max_frame": "2",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑兽人塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "34",
- "attack_range": "12",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "180",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1443",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1443_tower",
- "max_frame": "2",
- "life": "2950",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑兽人场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "0",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "1",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "f",
- "collect": "40",
- "in_store": "0",
- "id": "1444",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "1444_field",
- "max_frame": "2",
- "life": "400",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2800",
- "height": "2",
- "display_order": "0",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "黑暗的兽人的房子",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "10",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "260",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1445",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1445_house",
- "max_frame": "2",
- "life": "600",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "在黑色的龙骑士",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1446",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1446_chained_dragon",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "束缚限制向导",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1447",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1447_chained_wizard",
- "max_frame": "2",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "锁胸部",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1448",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1448_chained_chest",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "连锁神话车",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1449",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1449_chained_chest",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式巨大的眼镜蛇",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1450",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1450_chained_cobra",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式燃烧虎",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1451",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1451_chained_tiger",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式拉美西斯 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1452",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1452_chained_ramses",
- "max_frame": "2",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "4",
- "display_order": "-85",
- "new_item": "1",
- "category_id": "12",
- "only_mobile": "0",
- "name": "链式彩虹龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "show_on_mobile": "1",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "attack_range": "0",
- "achievement_desc": "",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "unit_capacity": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "collect": "0",
- "in_store": "0",
- "id": "1453",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1453_chained_rainbow",
- "max_frame": "2",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "金色骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1454",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2036",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1454_barracks_golden_paladin",
- "display_order": "-3030",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Double Cash Offer",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1455",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1455_chained_double_cash",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "250000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "4",
- "attack_range": "0",
- "name": "龙雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "20",
- "velocity": "0",
- "xp": "2500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1456",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1456_dragon_statue",
- "display_order": "-6500",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "250000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "4",
- "attack_range": "0",
- "name": "火山",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "20",
- "velocity": "0",
- "xp": "2500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1457",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "0",
- "img_name": "1457_vulcano",
- "display_order": "-6600",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "4",
- "attack_range": "0",
- "name": "悦榕庄",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "20",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1458",
- "subcategory_id": "45",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1458_banyan_tree",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "7",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "锁龙猎人",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1459",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1459_chained_hunters",
- "display_order": "-85",
- "life": "1000",
- "width": "7"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "链式愤怒的宙斯",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1460",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1460_chained_zeus",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "链式泰坦石",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1461",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1461_chained_lithos",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "链式太阳能龙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1462",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1462_chained_sun",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "300000",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "5",
- "attack_range": "0",
- "name": "时间机器",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "139",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1463",
- "subcategory_id": "51",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "55",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1463_time_machine",
- "display_order": "-6700",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Rockdriller",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1464",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1464_chained_rockdriller",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "链家",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1465",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1465_chained_vulcano",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 2-Head Holydeath Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1466",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1466_chained_dual",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "黑胸锁",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1467",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1467_chained_dark",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Tiger Spider",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1468",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1468_chained_tiger_spider",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Punisher Knight",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1469",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1469_chained_punisher_knight",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Draggy",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1470",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1470_chained_draggy_cash",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Metal T-Rex",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1471",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1471_chained_metal_trex",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Soul Eater",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1472",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1472_chained_soul_eater",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Galaxy Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1473",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1473_chained_galaxy_dragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "34",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "梯恩梯兽人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1474",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2046",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1474_barracks_kamikaze_orc",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "大字母的兽人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1475",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2047",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1475_barracks_hammer_orc",
- "display_order": "-3230",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Attack Booster Wizard",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1476",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1476_chained_attack_wizard",
- "display_order": "-85",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Epic 2-Headed Dragon Rider",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1477",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1477_chained_epic_rider",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "升级的雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1478",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1478_levelup_statue",
- "display_order": "-85",
- "life": "1000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Level Up Statue",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1479",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1479_chained_levelup",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Stratos",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1480",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1480_chained_stratos",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 75% Bonus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1481",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1481_chained_75bonus",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "牧师的兽人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1482",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2054",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1482_barrack_priest_orc",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "黑蜥蜴兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1483",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2056",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1483_barrack_monster_orc_rider",
- "display_order": "-3120",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "双斧兽人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1484",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2061",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1484_barrack_dual_axe",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "飞龙骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1485",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2062",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1483_barrack_spectrum",
- "display_order": "-3070",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "34",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "飞镖兽人兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1486",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2068",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1486_barrack_boomerang",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "小树林",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1487",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arboles_2x2",
- "display_order": "-85",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "森林",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1488",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "arboles_3x3",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "法老岛",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "1489",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "精灵帝国",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "1490",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "45",
- "height": "3",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "12",
- "attack_range": "0",
- "name": "兽人攻城兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1491",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2074",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1491_battering_ram_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "17000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "剑斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1492",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2105",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1492_barracks_sword_glad",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "18000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Barr兵营斯皮尔曼斗士ck Spearman Gladiator",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1493",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2106",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1493_barracks_spartan_glad",
- "display_order": "-1110",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "兵营骑士斗士",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1494",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2107",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1494_barracks_rider_glad",
- "display_order": "-6900",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "30",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "营区破坏者斗士",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1495",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2108",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1495_barracks_demolisher",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "兵营蜥蜴斗士",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1496",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2109",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1496_barracks_monster_glad",
- "display_order": "-3060",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "4000",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "胸部装饰斗士",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1497",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1497_deco1",
- "display_order": "0",
- "life": "3000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "黄金斗士雕像",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1498",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1498_deco2",
- "display_order": "0",
- "life": "3000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "斗士轧机",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "400",
- "collect_xp": "14",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "121",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "f",
- "unit_capacity": "2",
- "id": "1499",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1499_mill",
- "display_order": "-230",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "斗士墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "20",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1500",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1500_wall",
- "display_order": "-200",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "12",
- "name": "斗士塔",
- "potion": "1",
- "population": "0",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "34",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "211",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "180",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1501",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1501_tower",
- "display_order": "0",
- "life": "2950",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1800",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "角斗场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "40",
- "collect_xp": "2",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "122",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "32.4",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "160",
- "collect_type": "f",
- "unit_capacity": "1",
- "id": "1502",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "0",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "1502_field",
- "display_order": "0",
- "life": "400",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "2800",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "斗士之屋",
- "potion": "1",
- "population": "6",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "260",
- "collect_type": "g",
- "unit_capacity": "10",
- "id": "1503",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1503_house",
- "display_order": "0",
- "life": "600",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "45",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "反物质的傀儡兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1504",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2111",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1504_barracks_antimatter_golem",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "40",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "邪恶的恶魔兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1505",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2112",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1505_barracks_evil_demon",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "God Isle 1",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "n",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "1506",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "神之岛 2",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "1507",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "25000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "梅斯斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1508",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2116",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1508_axeman_barracks",
- "display_order": "-1030",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "牧师的角斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1509",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2117",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1509_priest_barracks",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "40",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "死亡武士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1510",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2120",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1510_death_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "11",
- "attack_range": "0",
- "name": "神之岛 3",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "1111",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0.36",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1",
- "collect_type": "aa",
- "unit_capacity": "0",
- "id": "1511",
- "subcategory_id": "111",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "isladangerous",
- "display_order": "95",
- "life": "5",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "38",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "狮子的灵魂角斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1512",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2125",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1512_big_glad_barracks",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "牛斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1513",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2126",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1513_bull_glad_barracks",
- "display_order": "-3130",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "42",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "燃烧虎兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1514",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2035",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1514_burning_tiger_barrack",
- "display_order": "-2020",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "暴龙的兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1515",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2139",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1515_trex_barrack",
- "display_order": "-2010",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "4-Weapons Gladiator Barrack",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1516",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2135",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1516_4weap_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "38",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "半人马斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1517",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2136",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1517_centaur_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "38",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "剑斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1518",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2143",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1518_bigwarrior_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "牛头角斗士训练营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1519",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2144",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1519_minotaur_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "魔鬼斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1520",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2150",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1520_devil_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "40",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "战车斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1521",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2151",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1521_chariot_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "45",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "凯撒斗士营房",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1522",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2157",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1522_cesar_barrack",
- "display_order": "-3330",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "36",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "矮斧兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1523",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2150",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1523_dwarfAxe_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "40",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "矮人牧师兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1524",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2151",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1524_dwarfPriest_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "48",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "矮人的弹射器",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1525",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "2157",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1525_dwarvenCatapult_barrack",
- "display_order": "0",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "32",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "惩罚者骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "1",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1526",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "829",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "8",
- "elevation": "4",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "1526_punisherKnight_barrack",
- "display_order": "-2000",
- "life": "3000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "9000",
- "height": "7",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "HH龙城HH",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "n",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "1527",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "1527_dragonCity_cross",
- "display_order": "-85",
- "life": "1000",
- "width": "7"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Paladin Bahamut Dragon",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "attack": "72",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2000",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2000_bahamut",
- "display_order": "93",
- "life": "2700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Paladin Bahamut Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "32",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2001",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2001_bahamuty",
- "display_order": "115",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "骑士骑士巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "97",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2002",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2002_bahamut_jinete",
- "display_order": "97",
- "life": "2900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "200",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "15",
- "name": "最高巴哈姆特龙",
- "potion": "20",
- "population": "10",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "500",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2003",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2003_bahamut_supreme",
- "display_order": "93",
- "life": "10000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "20",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Supreme Bahamut Draggy",
- "potion": "5",
- "population": "3",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2004",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2004_bahamuty_supreme",
- "display_order": "93",
- "life": "800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "帝国精灵剑",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "30",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2005",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2005_elf_sword",
- "display_order": "97",
- "life": "425",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2600",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "帝国的精灵弓箭手",
- "potion": "2",
- "population": "2",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "24",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "260",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2006",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2006_elf_archer",
- "display_order": "0",
- "life": "225",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "精灵牧师",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "42",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2007",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2007_elf_priest",
- "display_order": "97",
- "life": "1300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "爬行动物的骑士",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "44",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "650",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2008",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "5",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2008_elf_raptor",
- "display_order": "97",
- "life": "1400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5200",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "7",
- "name": "帝国精灵骑士",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "39",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "520",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2009",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2009_elf_knight",
- "display_order": "97",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "帝国精灵斧",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "42",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2010",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2010_elf_axe",
- "display_order": "97",
- "life": "1400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "狮鹫帝国的精灵",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "47",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "520",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2011",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "7",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2011_elf_gryphon",
- "display_order": "97",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "4000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "15",
- "name": "帝国精灵弹弓",
- "potion": "2",
- "population": "3",
- "attack_interval": "175",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "130",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "520",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2012",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2012_elf_catapult",
- "display_order": "97",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "王朝",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "74",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2013",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2013_snake_dragon",
- "display_order": "93",
- "life": "2800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Dynasty Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "33",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2014",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2014_snake_draggy",
- "display_order": "115",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "王朝的龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "99",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2015",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2015_snake_rider",
- "display_order": "97",
- "life": "3000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "电动王朝",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "75",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2016",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2016_snake_dragon",
- "display_order": "93",
- "life": "2800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Electric Dynasty Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "34",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2017",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2017_snake_draggy",
- "display_order": "115",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Electric Dynasty Dragon Rider",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "100",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2018",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2018_snake_rider",
- "display_order": "97",
- "life": "3000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "红牛车手",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "49",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "650",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2019",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2019_elf_bull_rider",
- "display_order": "97",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "银骑士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "46",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "650",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2020",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "5",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2020_elf_silver_paladin",
- "display_order": "97",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "13",
- "name": "精灵弓",
- "potion": "3",
- "population": "3",
- "attack_interval": "110",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "650",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2021",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2021_elf_crossbow",
- "display_order": "97",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "精灵鹰骑士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "650",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2022",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "5",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2022_elf_eagle",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "2头霜火箭龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "76",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2023",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2023_frostfire_bahamut",
- "display_order": "93",
- "life": "2900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Frostfire Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "34",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2024",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2024_frost_draggy",
- "display_order": "115",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Fire Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "34",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2025",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2025_fire_draggy",
- "display_order": "115",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "2头霜火箭龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "101",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2026",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2026_frostfire_bahamut_rider",
- "display_order": "97",
- "life": "3100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "破碎机的兽人",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "31",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2027",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2027_crusher_orc",
- "display_order": "0",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "兽人弓箭手",
- "potion": "3",
- "population": "2",
- "attack_interval": "20",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "650",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2028",
- "subcategory_id": "7",
- "store_groups": "Archery",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2028_archer_orc",
- "display_order": "97",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "野猪斧骑兵",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "43",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "650",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2029",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "8",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2029_boar_axe_rider",
- "display_order": "97",
- "life": "1350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "兽人长矛战士",
- "potion": "3",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "38",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "550",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2030",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "10",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2030_orc_spear_warrior",
- "display_order": "97",
- "life": "1200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Spider Orc Rider",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "attack": "48",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "velocity": "7",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "750",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2031",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2031_spider_orc_rider",
- "display_order": "97",
- "life": "1850",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "玉皇朝龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "76",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2032",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2032_jade_dragon",
- "display_order": "93",
- "life": "2900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Jade Dynasty Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "34",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2033",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2033_jade_draggy",
- "display_order": "115",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Jade Dynasty Dragon Rider",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "101",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2034",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2034_jade_dragon_rider",
- "display_order": "97",
- "life": "3100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "燃烧的老虎",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "55",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2035",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2035_burning_tiger",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "黄金骑士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2036",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "5",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2036_golden_paladin",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "彩虹龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "76",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2037",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2037_rainbow_dragon",
- "display_order": "93",
- "life": "2900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "彩虹龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "101",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2038",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2038_rainbow_dragon_rider",
- "display_order": "97",
- "life": "3100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "太阳能龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "77",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2039",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2039_sun_dragon",
- "display_order": "93",
- "life": "3000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Solar Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "34",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2040",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2040_sun_draggy",
- "display_order": "115",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "太阳能龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "102",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2041",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2041_sun_dragon_rider",
- "display_order": "97",
- "life": "3200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "火山傀儡",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "56",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2042",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2042_vulcano_golem",
- "display_order": "97",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "2-Head Holydeath Dragon",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "77",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2043",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2043_dual_dragon",
- "display_order": "93",
- "life": "3000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "2-Head Holydeath Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2044",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2044_dual_draggy",
- "display_order": "115",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "2-Head Holydeath Dragon Rider",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "102",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2045",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2045_dual_dragon_rider",
- "display_order": "97",
- "life": "3200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "11",
- "name": "梯恩梯兽人",
- "potion": "3",
- "population": "2",
- "attack_interval": "60",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "42",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2046",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "12",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2046_orc_kamikaze",
- "display_order": "97",
- "life": "800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "大字母的兽人",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "750",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2047",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2047_hammer_orc",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "银河飞龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "78",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2048",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2048_galaxy_dragon",
- "display_order": "93",
- "life": "3100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Galaxy Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "36",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2049",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2049_galaxy_draggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "银河飞龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "103",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2050",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2050_galaxy_dragon_rider",
- "display_order": "97",
- "life": "3300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "诺里斯龙巴哈姆特",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "102",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2051",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2051_chuck_dragon",
- "display_order": "97",
- "life": "3200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "攻击助推器向导",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "45",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2052",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2052_attack_wizard",
- "display_order": "97",
- "life": "1700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "金属暴龙",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "58",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "750",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2053",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2053_metal_trex",
- "display_order": "97",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "牧师的兽人",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "45",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2054",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "7",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2054_priest_orc",
- "display_order": "97",
- "life": "1300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "噬魂者",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2055",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2055_soul_eater",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "黑蜥蜴骑士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "52",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2056",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "5",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2056_monster_orc",
- "display_order": "97",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "三头龙",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "79",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2057",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2057_3h_dragon",
- "display_order": "93",
- "life": "3150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "三头龙骑士",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "104",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2058",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2058_3h_dragon_rider",
- "display_order": "93",
- "life": "3350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "狮子战士的剑",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "58",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2059",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2059_sword_lion",
- "display_order": "97",
- "life": "2150",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "Brutal Slasher",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "52",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2060",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2060_slasher_orc",
- "display_order": "97",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "双斧兽人",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "46",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2061",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "8",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2061_dual_swords",
- "display_order": "97",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "飞龙骑士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2062",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2062_spectrum_orc",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Star Dragon",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "80",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2063",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2063_star_dragon",
- "display_order": "93",
- "life": "3200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Star Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "37",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2064",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2064_star_draggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Star Dragon Rider",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "105",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2065",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2065_star_dragon_rider",
- "display_order": "97",
- "life": "3400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "双头兽人",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "59",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2066",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "8",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2066_twohead_orc",
- "display_order": "97",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "隐形杀手",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "62",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2067",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "8",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2067_invisible_killer",
- "display_order": "97",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "飞镖兽人",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "47",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2068",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "6",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2068_boomerang_orc",
- "display_order": "97",
- "life": "1600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Golden Dynasty Dragon",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "81",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2069",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2069_golden_dragon",
- "display_order": "93",
- "life": "3250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Golden Dynasty Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "38",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2070",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2070_golden_draggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Golden Dynasty Dragon Rider",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "106",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2071",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2071_golden_dragon_rider",
- "display_order": "97",
- "life": "3450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "邪恶的恶魔",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "60",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2072",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2072_evil_demon",
- "display_order": "97",
- "life": "2250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "8",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "7",
- "name": "死亡战士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "61",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2073",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2073_death_warrior",
- "display_order": "97",
- "life": "2300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "14000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "兽人攻城",
- "potion": "2",
- "population": "3",
- "attack_interval": "80",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "500",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "81",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "520",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2074",
- "subcategory_id": "7",
- "store_groups": "Siege",
- "cost_unit_cash": "2",
- "units_limit": "15",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2074_battering_ram",
- "display_order": "97",
- "life": "5000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "火元素神",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "100",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "95",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2075",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2075_elemental_red_god",
- "display_order": "93",
- "life": "4000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "家的宠儿",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "95",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2076",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2076_vulcano_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "元素火巨人",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "94",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "95",
- "groups": "colossus",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2077",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2077_fire_colossus",
- "display_order": "93",
- "life": "3500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "森林召唤元素",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "96",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2078",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2078_forest_god_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "元素的森林之神",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "102",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "96",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2079",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2079_elemental_forest_god",
- "display_order": "93",
- "life": "3900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "元素森林巨人",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "92",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "96",
- "groups": "colossus",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2080",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2080_forest_colossus",
- "display_order": "93",
- "life": "3600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "火噬魂师",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2081",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2081_fire_soul_eater",
- "display_order": "97",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "森林召唤元素",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "96",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2082",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2082_forest_colossus_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "邪恶的乌鸦旋风",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "94",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2083",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2083_evil_crow_whirlwinds",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "水元素召唤",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "93",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2084",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2084_water_god_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "水元素神",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "98",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "93",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2085",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2085_elemental_water_god",
- "display_order": "93",
- "life": "4100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "水元素的巨人",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "96",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "93",
- "groups": "colossus",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2086",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2086_water_colossus",
- "display_order": "93",
- "life": "3400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "引诱战士",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2087",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2087_big_lure",
- "display_order": "97",
- "life": "6000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "infraworld爪牙",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "94",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2088",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2088_infra_god_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "灵魂的神",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "108",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "94",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2089",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2089_elemental_infra_god",
- "display_order": "93",
- "life": "4250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "灵魂的巨像",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "98",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "94",
- "groups": "colossus",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2090",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2090_infra_colossus",
- "display_order": "93",
- "life": "3800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "灵魂召唤",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "94",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2091",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2091_infra_colossus_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "Elemental Light Minion",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "attack": "40",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "94",
- "groups": "draggy",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2092",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2092_heaven_god_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "元素光神",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "104",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "92",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2093",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2093_elemental_heaven_god",
- "display_order": "93",
- "life": "3800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "元素光的巨人",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "95",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "92",
- "groups": "colossus",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2094",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2094_heaven_colossus",
- "display_order": "93",
- "life": "3450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "天堂之仆从",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "96",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2095",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2095_heaven_colossus_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "水元素召唤",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "93",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2096",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2084_water_god_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "黑凤凰",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2097",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2097_black_phoenix",
- "display_order": "97",
- "life": "6000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "反物质的傀儡",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "63",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2098",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2098_antimatter_golem",
- "display_order": "97",
- "life": "2400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "中世纪黄金杀手",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "80",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2099",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2099_medieval_slayer",
- "display_order": "97",
- "life": "3000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "爬行动物的战士",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "25",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2100",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2100_reptile_warrior",
- "display_order": "97",
- "life": "6000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "中世纪醚弥赛亚",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "75",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2101",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2101_medieval_messiah",
- "display_order": "97",
- "life": "2800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "中世纪武士",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "78",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2102",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2102_medieval_samurai2",
- "display_order": "97",
- "life": "2600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "猎人宠物",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2103",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2103_slayer_minion",
- "display_order": "97",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "12",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "龙卷风的天堂",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2104",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2104_tornado_heaven",
- "display_order": "97",
- "life": "400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "剑斗士",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "32",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "300",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2105",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2105_sword_glad",
- "display_order": "0",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3200",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "斯皮尔曼斗士",
- "potion": "2",
- "population": "2",
- "attack_interval": "25",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "26",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "600",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2106",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2106_spartan_glad",
- "display_order": "97",
- "life": "300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "骑士斗士",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "melee medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "680",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2107",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "6",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2107_rider_glad",
- "display_order": "97",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6800",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "拆迁人斗士",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "46",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "680",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2108",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "10",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2108_demolisher",
- "display_order": "97",
- "life": "1650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "7000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "蜥蜴斗士",
- "potion": "2",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "52",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "700",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2109",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2109_monster_glad",
- "display_order": "97",
- "life": "2100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "灵魂旋风",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "96",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2110",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2110_souls_whirlwinds",
- "display_order": "115",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "16000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "反物质的傀儡",
- "potion": "4",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "63",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2111",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2098_antimatter_golem",
- "display_order": "97",
- "life": "2400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "邪恶的恶魔",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "60",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2112",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2072_evil_demon",
- "display_order": "97",
- "life": "2250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "黑暗的邪恶的神",
- "potion": "3",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "110",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2113",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2113_evil_god",
- "display_order": "97",
- "life": "4500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "9",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "阿特拉斯巨人",
- "potion": "3",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "65",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2114",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2114_atlas_titan",
- "display_order": "97",
- "life": "2500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "黑暗邪恶的上帝宠儿",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "45",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2115",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2115_evil_god_minion",
- "display_order": "97",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "3600",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "梅斯斗士",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2116",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2116_axeman_glad",
- "display_order": "97",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "牧师斗士",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "45",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2117",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "12",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2117_priest_glad",
- "display_order": "97",
- "life": "1400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "牧师斗士宠物",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "9",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2118",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2118_priest_minion_glad",
- "display_order": "97",
- "life": "450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "6",
- "name": "黑暗的邪恶的神",
- "potion": "3",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "110",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "100",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2119",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2113_evil_god",
- "display_order": "97",
- "life": "50000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "7",
- "name": "死亡战士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "61",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2120",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2073_death_warrior",
- "display_order": "97",
- "life": "2300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "天空龙巴哈姆特",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "108",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2121",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2121_sky_bahamut",
- "display_order": "97",
- "life": "4000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Sky Bahamut Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "38",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2122",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2122_sky_draggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Sky Bahamut Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "133",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2123",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2123_sky_dragon_rider",
- "display_order": "97",
- "life": "4250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "天空旋风",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "96",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2124",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2124_sky_whirlwind",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "狮子的灵魂的角斗士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "54",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2125",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2125_big_glad",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "牛斗士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "52",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2126",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2126_bull_glad",
- "display_order": "97",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "7",
- "name": "女王的野兽",
- "potion": "3",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "66",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2127",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2127_mother",
- "display_order": "97",
- "life": "2600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "产卵后的兽",
- "potion": "3",
- "population": "3",
- "attack_interval": "25",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "9",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2128",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2128_mother_son",
- "display_order": "97",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "地狱深渊龙",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "112",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2129",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2129_hell_dragon",
- "display_order": "97",
- "life": "4600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Hell Abyss Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "46",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2130",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2130_hell_draggy",
- "display_order": "115",
- "life": "650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Hell Abyss Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "137",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2131",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2131_hell_rider",
- "display_order": "97",
- "life": "4850",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "3-Head Primal Dragon",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "114",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2132",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2132_3head_dragon",
- "display_order": "97",
- "life": "4700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "3-Head Primal Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "47",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2133",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2133_3head_draggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "3-Head Primal Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "139",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2134",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2134_3head_rider",
- "display_order": "97",
- "life": "4950",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "4-Weapons Gladiator",
- "potion": "3",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "56",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2135",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2135_4weap_glad",
- "display_order": "97",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "11",
- "name": "半人马斗士",
- "potion": "3",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "55",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2136",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2136_centaur_glad",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "沼泽怪物",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "69",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2137",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2137_swamp_monster",
- "display_order": "97",
- "life": "2800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "捕食蜥蜴",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "68",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2138",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2138_blacklizard",
- "display_order": "97",
- "life": "2700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "暴龙",
- "potion": "4",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "33",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "melee big slow",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "4",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2139",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "10",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "713_trex",
- "display_order": "93",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "绿色极端龙",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "115",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2140",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2140_4wings_dragon",
- "display_order": "97",
- "life": "4800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Green Extreme Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "47",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2141",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2141_4wings_draggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Green Extreme Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "140",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2142",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2142_4wings_rider",
- "display_order": "97",
- "life": "5050",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "剑斗士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "58",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2143",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2143_bigwarrior_glad",
- "display_order": "97",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "牛头怪角斗士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "55",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2144",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2144_minotaur_glad",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "冰巨人",
- "potion": "5",
- "population": "4",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "70",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2145",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2145_ice_golem",
- "display_order": "97",
- "life": "2800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "沼泽爪牙",
- "potion": "2",
- "population": "1",
- "attack_interval": "30",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2146",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2146_swamp_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "旋风爪牙",
- "potion": "2",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "94",
- "groups": "draggy",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "11",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2147",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2147_whirlwind_minion",
- "display_order": "115",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "4",
- "name": "创世上帝",
- "potion": "3",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "120",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2148",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2148_earth_god",
- "display_order": "97",
- "life": "5200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "创世纪上帝宠儿",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2149",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2149_earth_minion",
- "display_order": "97",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "4",
- "name": "魔鬼斗士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "58",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2150",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "5",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2150_devil_glad",
- "display_order": "97",
- "life": "1800",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "战车的斗士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "56",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "10",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2151",
- "subcategory_id": "7",
- "store_groups": "Cavalry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2151_chariot_glad",
- "display_order": "97",
- "life": "2200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "成因地球巨像",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "104",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "colossus",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2152",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2152_earth_colossus",
- "display_order": "97",
- "life": "4600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "4",
- "name": "小火的神",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "100",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "95",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2153",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2153_tiny_fire",
- "display_order": "97",
- "life": "4000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "沙尘暴旋风",
- "potion": "5",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "40",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "11",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2154",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2154_sand_whirl",
- "display_order": "97",
- "life": "500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "3",
- "name": "小小的水的神",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "98",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "93",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2155",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2155_tiny_water",
- "display_order": "97",
- "life": "4100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "11",
- "name": "上帝创世纪风",
- "potion": "3",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "118",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2156",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2156_wind_god",
- "display_order": "97",
- "life": "5300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "凯撒斗士",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "62",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2157",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2157_cesar_glad",
- "display_order": "97",
- "life": "2400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "凯撒斗士爪牙",
- "potion": "3",
- "population": "1",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "35",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2158",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2158_cesar_glad_minion",
- "display_order": "97",
- "life": "600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "创世纪风爪牙",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2159",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2159_wind_minion",
- "display_order": "97",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "创世神的影子",
- "potion": "3",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "124",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2160",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2160_genesisShadowGod",
- "display_order": "97",
- "life": "5000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "创世记的影子仆从",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2161",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2161_genesisShadowMinion",
- "display_order": "97",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "创世纪风巨像",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "104",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2162",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2162_genesisWindColossus",
- "display_order": "97",
- "life": "4600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "矮斧",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "58",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2163",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2163_dwarfAxe",
- "display_order": "97",
- "life": "1900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "矮人牧师",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "55",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2164",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2164_dwarfPriest",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "2",
- "name": "矮人的弹射器",
- "potion": "3",
- "population": "3",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "55",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "1500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2165",
- "subcategory_id": "7",
- "store_groups": "Infantry",
- "cost_unit_cash": "2",
- "units_limit": "3",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2165_dwarvenCatapult",
- "display_order": "97",
- "life": "2000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "4",
- "name": "微小的光神",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "100",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "95",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "5",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2166",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2166_tinyLightGod",
- "display_order": "97",
- "life": "4000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "5",
- "name": "创世记冰神",
- "potion": "3",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "122",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2167",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2167_genesisIceGod",
- "display_order": "97",
- "life": "5100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "创世记冰爪牙",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2168",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2168_genesisICeMinion",
- "display_order": "97",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "10",
- "name": "创世神铁",
- "potion": "3",
- "population": "6",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "126",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "god",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2169",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2169_genesisIronGod",
- "display_order": "97",
- "life": "4900",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "创世记铁爪牙",
- "potion": "3",
- "population": "2",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "48",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "79",
- "groups": "ranged medium normal",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "7",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2170",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2170_genesisIronMinion",
- "display_order": "97",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Electric Extreme Dragon",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "attack": "120",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "6",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2171",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2171_electricExtremeDragon",
- "display_order": "97",
- "life": "5000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Electric Extreme Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "48",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2172",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2172_electricExtremeDraggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Electric Extreme Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "attack": "145",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2173",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2173_electricExtremeDragonRider",
- "display_order": "97",
- "life": "5250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Golden Extreme Dragon",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "attack": "125",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2174",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2174_goldenExtremeDragon",
- "display_order": "97",
- "life": "5100",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Golden Extreme Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "48",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2175",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2175_goldenExtremeDraggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Golden Extreme Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "attack": "150",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2176",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2176_goldenExtremeDragonRider",
- "display_order": "97",
- "life": "5350",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Fire Extreme Dragon",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "attack": "130",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2177",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2177_fireExtremeDragon",
- "display_order": "97",
- "life": "5200",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Fire Extreme Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "48",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2178",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2178_fireExtremeDraggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Fire Extreme Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "attack": "155",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2179",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2179_fireExtremeDragonRider",
- "display_order": "97",
- "life": "5450",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Bull Extreme Dragon",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "attack": "132",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2180",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2180_bullExtremeDragon",
- "display_order": "97",
- "life": "5300",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Bull Extreme Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "48",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2181",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2181_bullExtremeDraggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Bull Extreme Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "attack": "157",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2182",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2182_bullExtremeDragonRider",
- "display_order": "97",
- "life": "5550",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Frost Extreme Dragon",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "attack": "135",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2183",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2183_frostExtremeDragon",
- "display_order": "97",
- "life": "5400",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Frost Extreme Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "48",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2184",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2184_frostExtremeDraggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Frost Extreme Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "attack": "160",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2185",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2185_frostExtremeDragonRider",
- "display_order": "97",
- "life": "5650",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "15",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Forest Extreme Dragon",
- "potion": "5",
- "population": "5",
- "attack_interval": "35",
- "attack": "138",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "2",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2186",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2186_forestExtremeDragon",
- "display_order": "97",
- "life": "5500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Forest Extreme Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "48",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2187",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2187_forestExtremeDraggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Forest Extreme Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "attack": "163",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2188",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2188_forestExtremeDragonRider",
- "display_order": "97",
- "life": "5750",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "1",
- "name": "Forest Bug",
- "potion": "1",
- "population": "1",
- "attack_interval": "35",
- "attack": "20",
- "collect": "0",
- "collect_xp": "5",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "78",
- "groups": "melee small fast",
- "velocity": "10",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "0",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2189",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "1",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "21",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "2189_forestBug",
- "display_order": "93",
- "life": "250",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Wind Extreme Dragon",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "140",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2190",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2190_windExtremeDragon",
- "display_order": "115",
- "life": "5600",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "6",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "8",
- "name": "Wind Extreme Draggy",
- "potion": "2",
- "population": "2",
- "attack_interval": "30",
- "attack": "48",
- "collect": "0",
- "collect_xp": "3",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "draggy",
- "velocity": "8",
- "expiration": "0",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2191",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "1",
- "min_level": "5",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2191_windExtremeDraggy",
- "display_order": "115",
- "life": "700",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "Wind Extreme Dragon Rider",
- "potion": "5",
- "population": "6",
- "attack_interval": "35",
- "attack": "165",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "2",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "79",
- "groups": "dragon",
- "velocity": "6",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "1",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "2192",
- "subcategory_id": "7",
- "store_groups": "Dragons",
- "cost_unit_cash": "2",
- "units_limit": "0",
- "trains": "0",
- "achievement": "1",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "c",
- "show_on_mobile_store": "0",
- "img_name": "2192_windExtremeDragonRider",
- "display_order": "97",
- "life": "5850",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 30% Off",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3001",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3001_chained_30",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "5",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Soul Eater",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3002",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3002_chained_soul_eater",
- "display_order": "-85",
- "life": "1000",
- "width": "5"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 3-Head Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3003",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3003_chained_3h_dragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 60% Off",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3004",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3004_chained_60",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 100% Draggy",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3005",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3005_chained_100_draggy",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Monster Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3006",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3006_chained_monster_chest",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained King Kong",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3007",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3007_chained_kong",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Sword Lion",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3008",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3008_chained_sword_lion",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Brutal Slasher",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3009",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3009_chained_slasher_orc",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Star Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3010",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3010_chained_star_dragon",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 35% Off",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3011",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3011_chained_35_off",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Atomic Godzilla",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3012",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3012_chained_atomic_godzilla",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 100% Egyptian Draggy",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3013",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3013_chained_100_draggy",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Imperial Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3014",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3014_chained_imperial_chest",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 2 Headed Orc",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3015",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3015_chained_twohead_orc",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "2",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Invisible",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3016",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3016_chained_invisible",
- "display_order": "-85",
- "life": "1000",
- "width": "2"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Golden Dynasty Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3017",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3017_chained_golden_dragon",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 50% Off",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3018",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3018_chained_50_off",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 2 Headed Orc",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3019",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3019_chained_twohead_orc",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Evil Demon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3020",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3020_chained_evil_demon",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Black Magic Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3021",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3021_chained_new",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Death Warrior",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3022",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3022_chained_death_warrior",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 90 Bonus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3023",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3023_chained_90",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 100 Bonus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3024",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3024_chained_100",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Elemental Fire God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3025",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3025_chained_red_god",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Super Pack",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3026",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3026_chained_super_pack_v3",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Fire Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3027",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3027_chained_fire_colossus_2",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Forest God + Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3028",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3028_chained_forest",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Evil Demon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3029",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3029_chained_evil",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "6",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Forest Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3030",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3030_chained_forest_colossus",
- "display_order": "-85",
- "life": "1000",
- "width": "6"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "5",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Fire Soul Eater",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3031",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3031_chained_fire_soul",
- "display_order": "-85",
- "life": "1000",
- "width": "5"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Creatures Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3032",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3032_chained_creatures",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Titans Pack",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3033",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3033_chained_titans",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Luring Warrior",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3034",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3034_chained_lure",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Elemental Water God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3035",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3035_chained_water_god",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "6",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Water Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3036",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3036_chained_water_colossus",
- "display_order": "-85",
- "life": "1000",
- "width": "6"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Elemental Soul God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3037",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3037_chained_infra_god",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Soul Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3038",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3038_chained_infra_colossus",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Elemental Light God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3039",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3039_chained_heaven_god",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Light Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3040",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3040_chained_heaven_colossus",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 60 Bonus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3041",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3041_chained_60",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Reptile Warrior",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3042",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3042_chained_reptile_warrior",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Antimatter Golem",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3043",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3043_chained_antimatter_golem",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Black Phoenix",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3044",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3044_chained_black_phoenix",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Battering Pack",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3045",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3045_chained_battering_pack",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Medieval Golden Slayer",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3046",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3046_chained_medieval_slayer",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Medieval Ether Messiah",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3047",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3047_chained_medieval_messiah",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Medieval Samurai",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3048",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3048_chained_medieval_samurai",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Half Price Party Weekend",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3049",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3049_half_weekend",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 99% Bonus Revolution",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3050",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3050_99_bonus",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Battle Pack",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3051",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3051_chained_battle_pack",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained +150% Extra Cash",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3052",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3052_chained_150_extra_cash",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 40% off",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3053",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3053_chained_40_percent_off",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Power Pack",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3054",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3054_chained_power",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Dark Evil God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3055",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3055_chained_evil_god",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Atlas Titan",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3056",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3056_chained_atlas",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "10",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Water God & Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3057",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3057_chained_watergc",
- "display_order": "-85",
- "life": "1000",
- "width": "10"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Supreme Bahamut",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3058",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3058_chained_supreme",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 100% Bonus Frostfire Draggy",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3059",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3059_chained_100_frostfire",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Brutal Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3060",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3060_chained_sixpm",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Sky Bahamut Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3061",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3061_chained_sky_bahamut",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 100% Bonus Draggy",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3062",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3062_chained_100_draggy",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Hell Abyss Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3063",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3063_chained_hell",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Legendary Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3064",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3064_chained_newchest",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Queen Beast",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3065",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3065_chained_queen_beast",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 95% Brutal Slasher",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3066",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3066_chained_95_brutal",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 3-Head Primal Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3067",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3067_chained_3head_dragon",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Swamp Monster",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3068",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3068_chained_swamp",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Brutal Monster Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3069",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3069_chained_brutalmonsters",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Predator Lizard",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3070",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3070_chained_blacklizard",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 60% Off",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3071",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3071_chained_60",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Green Extreme Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3072",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3072_chained_4wings_dragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Ice Golem",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3073",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3073_chained_ice_golem",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Struggle Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3074",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3074_chained_chest",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 125% Bonus + Galaxy Draggy",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3075",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3075_chained_100_small",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 60% + Off Star Draggy",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3076",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3076_chained_60_star",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Genesis Earth God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3077",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3077_chained_earth_god",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "6",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Genesis Earth Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3078",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3078_chained_earth_colossus",
- "display_order": "-85",
- "life": "1000",
- "width": "6"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3079",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3079_golden_slayer_cannon_mech",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Tiny Fire God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3080",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3080_chained_tiny_fire",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 125% Extra Cash",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3081",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3081_chained_125_extracash",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Tiny Water God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3082",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3082_chained_tiny_water",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "5",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Genesis Wind God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3083",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3083_chained_wind_god",
- "display_order": "-85",
- "life": "1000",
- "width": "5"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Light God + Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3084",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3084_chained_light_god_colossus",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Pharaohs Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3085",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3085_chained_pharaohs_chest",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 110% Bonus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3086",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3086_chained_110Bonus",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Genesis Shadow God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3087",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3087_chained_genesisShadowGod",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "6",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Genesis Wind Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3088",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3088_chained_genesisWindColossus",
- "display_order": "-85",
- "life": "1000",
- "width": "6"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Tiny Light God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3089",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3089_chained_tinyLightGod",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Soul God + Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3090",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3090_chained_soulGodColossus",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Genesis Ice God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3091",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3091_chained_genesisIceGod",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Creepy Monsters Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3092",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3092_chained_creepyMonstersChest",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Mounted Furious Bull Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3093",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3093_chained_mountedFuriousBullDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Fire God + Colossus",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3094",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3094_chained_fireGodColossus",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Golems Chest",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3095",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3095_chained_golemsChest",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "6",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Red + Golden Bahamut Dragons",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3096",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3096_chained_red_goldenBahamutDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "6"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Genesis Iron God",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3097",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3097_chained_genesisIronGod",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Electric Extreme Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3098",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3098_chained_electricExtremeDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained x2_5 Cash Offer",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3099",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3099_chained_x2_5_cashOffer",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Golden Extreme Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3100",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3100_chained_goldenExtremeDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Fire Extreme Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3101",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3101_chained_fireExtremeDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Bull Extreme Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3102",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3102_chained_bullExtremeDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained 125% Bonus + Star Draggy",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3103",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3103_chained_125Bonus_starDraggy",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Frost Extreme Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3104",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3104_chained_frostExtremeDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Forest Extreme Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3105",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3105_chained_forestExtremeDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained New Titans Pack",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3106",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3106_chained_newTitansPack",
- "display_order": "-85",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "3",
- "max_frame": "2",
- "new_item": "1",
- "category_id": "12",
- "attack_range": "0",
- "name": "Chained Wind Extreme Dragon",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "attack": "0",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "race": "h",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "411",
- "groups": "",
- "velocity": "0",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "iphone_adjustments": "",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "3107",
- "subcategory_id": "121",
- "store_groups": "",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "1",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "3107_chained_windExtremeDragon",
- "display_order": "-85",
- "life": "1000",
- "width": "3"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "木材墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "50",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "49988",
- "store_level": "0",
- "velocity": "0",
- "xp": "50",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "49987",
- "subcategory_id": "22",
- "store_groups": "Wall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "murallaiphone1",
- "display_order": "8",
- "life": "1500",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "加强各项活动墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "200",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "49989",
- "store_level": "0",
- "velocity": "0",
- "xp": "250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "49988",
- "subcategory_id": "22",
- "store_groups": "Wall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "13",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "murallaiphone2",
- "display_order": "9",
- "life": "5000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "石墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "500",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "49990",
- "store_level": "0",
- "velocity": "0",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "49989",
- "subcategory_id": "22",
- "store_groups": "Wall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "17",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "murallaiphone3",
- "display_order": "10",
- "life": "15000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "钢墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "1000",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "49991",
- "store_level": "0",
- "velocity": "0",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "49990",
- "subcategory_id": "22",
- "store_groups": "Wall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "25",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "murallaiphone4",
- "display_order": "10",
- "life": "30000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "100000",
- "height": "1",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "2",
- "attack_range": "0",
- "name": "皇家墙",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "2000",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "221",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "3000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "49991",
- "subcategory_id": "22",
- "store_groups": "Wall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "34",
- "elevation": "4",
- "cost_type": "s",
- "show_on_mobile_store": "1",
- "img_name": "murallaiphone5",
- "display_order": "10",
- "life": "75000",
- "width": "1"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "5",
- "attack_range": "0",
- "name": "英雄馆",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "1",
- "collect_xp": "100",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "511",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "21600",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "150",
- "collect_type": "u",
- "unit_capacity": "0",
- "id": "49992",
- "subcategory_id": "51",
- "store_groups": "SpecialWonders",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50002_heroes_hall",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "28000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "翼骑士兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "4500",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "49993",
- "subcategory_id": "31",
- "store_groups": "Barracones",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "662",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "40",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "49993_winged_knight_barracks",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "26000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "巨魔兵营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "4000",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "49994",
- "subcategory_id": "31",
- "store_groups": "Barracones",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "857",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "39",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "49994_troll_barracks",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "22000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "忍者兵",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "4000",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "49995",
- "subcategory_id": "31",
- "store_groups": "Barracones",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "50031",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "36",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "49995_ninja_barracks",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "21000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "3",
- "attack_range": "0",
- "name": "大象营",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "311",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "3500",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "49996",
- "subcategory_id": "31",
- "store_groups": "Barracones",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "603",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "34",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "49996_elephant_barracks",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "忙碌的牧场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "2000",
- "collect_xp": "67",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "1800",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "250",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "49997",
- "subcategory_id": "12",
- "store_groups": "Ranch",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "21",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "49997_ranch",
- "display_order": "-5000",
- "life": "140",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "2500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "猪农场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "1500",
- "collect_xp": "50",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "1800",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "150",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "49998",
- "subcategory_id": "12",
- "store_groups": "Cultivo",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "49998_ranch",
- "display_order": "-5000",
- "life": "140",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "600",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "养鸡场",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "1000",
- "collect_xp": "34",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "1800",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "15",
- "collect_type": "f",
- "unit_capacity": "6",
- "id": "49999",
- "subcategory_id": "12",
- "store_groups": "Cultivo",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "9",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "1",
- "img_name": "49999_ranch",
- "display_order": "-5000",
- "life": "140",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "1000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市政厅 I",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50007",
- "store_level": "0",
- "velocity": "0",
- "xp": "150",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50001",
- "subcategory_id": "13",
- "store_groups": "Townhall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "4",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50001_townhall1",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "4000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大使馆 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50009",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50003",
- "subcategory_id": "14",
- "store_groups": "Embassy",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "6",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50003_embassy1",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "125",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "石矿(清除)",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "100",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "0",
- "only_mobile": "0",
- "protect": "0",
- "subcat_functional": "123",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "90",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "14",
- "collect_type": "s",
- "unit_capacity": "6",
- "id": "50004",
- "subcategory_id": "12",
- "store_groups": "Cultivo",
- "cost_unit_cash": "0",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "7",
- "elevation": "4",
- "cost_type": "w",
- "show_on_mobile_store": "0",
- "img_name": "50004_stone_mine",
- "display_order": "-5000",
- "life": "140",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "6000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "海港 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50005",
- "subcategory_id": "14",
- "store_groups": "Harbour",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "10",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50005_forest_harbour",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "2000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "铁匠 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50012",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50006",
- "subcategory_id": "14",
- "store_groups": "Blacksmith",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "11",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50006_blacksmith1",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "7500",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市政厅 II",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50015",
- "store_level": "0",
- "velocity": "0",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50007",
- "subcategory_id": "13",
- "store_groups": "Townhall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "12",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50007_townhall2",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "10000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大学 I",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50014",
- "store_level": "0",
- "velocity": "0",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50008",
- "subcategory_id": "14",
- "store_groups": "University",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "13",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50008_university1",
- "display_order": "-5000",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "15000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大使馆 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50016",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50009",
- "subcategory_id": "14",
- "store_groups": "Embassy",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "15",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50009_embassy2",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "30000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "神谕",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "100",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50010",
- "subcategory_id": "14",
- "store_groups": "Oracle",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "16",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "50010_oracle",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "海港 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "300",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50011",
- "subcategory_id": "14",
- "store_groups": "Harbour",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "18",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50011_snow_harbour",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "25000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "铁匠 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50025",
- "store_level": "0",
- "velocity": "0",
- "xp": "200",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50012",
- "subcategory_id": "14",
- "store_groups": "Blacksmith",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "19",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50012_blacksmith2",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "20000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大学 II",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50028",
- "store_level": "0",
- "velocity": "0",
- "xp": "1000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50014",
- "subcategory_id": "14",
- "store_groups": "University",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "21",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50014_university2",
- "display_order": "-5000",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "30000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市政厅 III",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50018",
- "store_level": "0",
- "velocity": "0",
- "xp": "1250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50015",
- "subcategory_id": "13",
- "store_groups": "Townhall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "22",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50015_townhall3",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "60000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大使馆 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50020",
- "store_level": "0",
- "velocity": "0",
- "xp": "1250",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50016",
- "subcategory_id": "14",
- "store_groups": "Embassy",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "26",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50016_embassy3",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "80000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市政厅 IV",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50019",
- "store_level": "0",
- "velocity": "0",
- "xp": "2250",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50018",
- "subcategory_id": "13",
- "store_groups": "Townhall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "31",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50018_townhall4",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "150000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "市政厅 V",
- "potion": "1",
- "population": "5",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "135",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "5000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50019",
- "subcategory_id": "13",
- "store_groups": "Townhall",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "500",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "42",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50019_townhall5",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "85000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大使馆 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50021",
- "store_level": "0",
- "velocity": "0",
- "xp": "2500",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50020",
- "subcategory_id": "14",
- "store_groups": "Embassy",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "33",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50020_embassy4",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "200000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大使馆 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "5000",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50021",
- "subcategory_id": "14",
- "store_groups": "Embassy",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "43",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50021_embassy5",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "65000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "海港 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "1500",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50022",
- "subcategory_id": "14",
- "store_groups": "Harbour",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "27",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50022_japan_harbour",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "90000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "海港 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "4500",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50023",
- "subcategory_id": "14",
- "store_groups": "Harbour",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "36",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50023_mineral_harbour",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "250000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "海港 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "1",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "5000",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50024",
- "subcategory_id": "14",
- "store_groups": "Harbour",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "44",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50024_mountain_harbour",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "70000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "铁匠 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50026",
- "store_level": "0",
- "velocity": "0",
- "xp": "1750",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50025",
- "subcategory_id": "14",
- "store_groups": "Blacksmith",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "28",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50025_blacksmith3",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "95000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "铁匠 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50027",
- "store_level": "0",
- "velocity": "0",
- "xp": "5000",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50026",
- "subcategory_id": "14",
- "store_groups": "Blacksmith",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "37",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50026_blacksmith4",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "300000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "铁匠 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "5000",
- "collect_type": "",
- "unit_capacity": "0",
- "id": "50027",
- "subcategory_id": "14",
- "store_groups": "Blacksmith",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "45",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50027_blacksmith5",
- "display_order": "-5000",
- "life": "1000",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "75000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大学 III",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50029",
- "store_level": "0",
- "velocity": "0",
- "xp": "2000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50028",
- "subcategory_id": "14",
- "store_groups": "University",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "30",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50028_university3",
- "display_order": "-5000",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "100000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大学 IV",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "50030",
- "store_level": "0",
- "velocity": "0",
- "xp": "5000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50029",
- "subcategory_id": "14",
- "store_groups": "University",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "38",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50029_university4",
- "display_order": "-5000",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "400000",
- "height": "4",
- "max_frame": "2",
- "new_item": "0",
- "category_id": "1",
- "attack_range": "0",
- "name": "大学 V",
- "potion": "1",
- "population": "0",
- "attack_interval": "0",
- "race": "h",
- "collect": "0",
- "collect_xp": "0",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "0",
- "show_on_mobile": "1",
- "only_mobile": "1",
- "protect": "0",
- "subcat_functional": "134",
- "groups": "",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "0",
- "xp": "5000",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50030",
- "subcategory_id": "14",
- "store_groups": "University",
- "cost_unit_cash": "0",
- "units_limit": "1",
- "trains": "0",
- "achievement": "0",
- "type": "b",
- "flying": "0",
- "min_level": "47",
- "elevation": "4",
- "cost_type": "g",
- "show_on_mobile_store": "1",
- "img_name": "50030_university5",
- "display_order": "-5000",
- "life": "500",
- "width": "4"
- },
- {
- "giftable": "0",
- "cost": "5000",
- "height": "1",
- "max_frame": "5",
- "new_item": "0",
- "category_id": "7",
- "attack_range": "9",
- "name": "黑忍者",
- "potion": "4",
- "population": "2",
- "attack_interval": "15",
- "race": "h",
- "collect": "0",
- "collect_xp": "4",
- "defense": "1",
- "size": "0",
- "gift_level": "1",
- "attack": "12",
- "show_on_mobile": "1",
- "only_mobile": "0",
- "protect": "1",
- "subcat_functional": "80",
- "groups": "ranged small fast",
- "iphone_adjustments": "",
- "expiration": "0",
- "achievement_desc": "",
- "in_store": "0",
- "activation": "0",
- "upgrades_to": "0",
- "store_level": "0",
- "velocity": "8",
- "xp": "500",
- "collect_type": "g",
- "unit_capacity": "0",
- "id": "50031",
- "subcategory_id": "7",
- "store_groups": "Specials",
- "cost_unit_cash": "6",
- "units_limit": "0",
- "trains": "0",
- "achievement": "0",
- "type": "u",
- "flying": "0",
- "min_level": "8",
- "elevation": "1",
- "cost_type": "g",
- "show_on_mobile_store": "0",
- "img_name": "719_ninja",
- "display_order": "93",
- "life": "400",
- "width": "1"
- }
- ],
- "levels": [
- {
- "reward_type": "s",
- "exp_required": 0,
- "name": "Slave",
- "reward_amount": 50
- },
- {
- "reward_type": "w",
- "exp_required": 29,
- "name": "Servant",
- "reward_amount": 50
- },
- {
- "reward_type": "f",
- "exp_required": 60,
- "name": "Peon",
- "reward_amount": 50
- },
- {
- "reward_type": "w",
- "exp_required": 100,
- "name": "Peasant",
- "reward_amount": 400
- },
- {
- "reward_type": "c",
- "exp_required": 200,
- "name": "Villager",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 350,
- "name": "Scout",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 550,
- "name": "Cadet",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 800,
- "name": "Squire",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1113,
- "name": "Soldier",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1504,
- "name": "Footman",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1993,
- "name": "Swordsman",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 2604,
- "name": "Spearman",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 3368,
- "name": "Lancer",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 4323,
- "name": "Grunt",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 5517,
- "name": "Knight",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 7010,
- "name": "Private",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 8876,
- "name": "Second Lieutenant",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 11209,
- "name": "Lieutenant",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 13659,
- "name": "Corporal",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 16232,
- "name": "Marauder",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 18934,
- "name": "Captain",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 21771,
- "name": "Sergeant",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 24750,
- "name": "Senior Sergeant",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 27878,
- "name": "First Sergeant",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 31162,
- "name": "Master Sergeant",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 34610,
- "name": "Sergeant Major",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 38230,
- "name": "Major",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 42031,
- "name": "Centurion",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 46022,
- "name": "Legionnaire",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 50213,
- "name": "Gladiator",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 54614,
- "name": "Champion",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 59235,
- "name": "Lieutenant General",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 64087,
- "name": "General",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 69182,
- "name": "Colonel",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 74532,
- "name": "Lieutenant Commander",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 80150,
- "name": "Commander",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 86049,
- "name": "Marshal",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 92243,
- "name": "Field Marshal",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 98747,
- "name": "Grand Marshal",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 105576,
- "name": "Paladin",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 112746,
- "name": "Corporal",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 120275,
- "name": "Admiral",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 128180,
- "name": "Commodore",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 136480,
- "name": "Battlemaster",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 145195,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 154346,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 163955,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 174044,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 184637,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 195760,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 207439,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 219702,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 232578,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 246098,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 260294,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 275200,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 290851,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 307285,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 324541,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 342660,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 361685,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 381661,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 402636,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 424660,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 447785,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 472066,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 497561,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 524331,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 552440,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 581954,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 612944,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 645484,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 679651,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 715526,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 756782,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 804226,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 858787,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 921532,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 993689,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1076670,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1172098,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1281840,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1408043,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1553176,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1720079,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 1912017,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 2132746,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 2386584,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 2678498,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 3014199,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 3400255,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 3844219,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 4354778,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 4941921,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 5617135,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 6393631,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 7286601,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 8313517,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 9494470,
- "name": "Conqueror",
- "reward_amount": 1
- },
- {
- "reward_type": "c",
- "exp_required": 2016089205,
- "name": "Conqueror",
- "reward_amount": 1
- }
- ],
- "town_prices": [
- {
- "coins": 100000,
- "level": 15,
- "cash": 20
- },
- {
- "coins": 300000,
- "level": 25,
- "cash": 20
- },
- {
- "coins": 550000,
- "level": 35,
- "cash": 20
- },
- {
- "coins": 1000000,
- "level": 45,
- "cash": 20
- }
- ],
- "globals": {
- "WAREHOUSE_CAPACITIES": [ 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, 900, 950, 1000 ],
- "CROSS_PROMOTIONS": [
- {
- "min_level": 10,
- "reward": 2037,
- "id": "DC"
- },
- {
- "min_level": 10,
- "reward": 2048,
- "id": "SW"
- }
- ],
- "NEWFRIENDS_REWARD_DESCRIPTION": "615,616,617,618,619",
- "ACTIVATE_MONSTER_NEST_GOLD": 100000,
- "ROUND_TABLE": 389,
- "REWARD_QUESTS_CHAPTERS_MULTIPLIER": 0.3,
- "SPAWN_MOROCCO_DEALER": 1,
- "COLLECT_HELP_SECONDS": 3600,
- "DRAGON_NEST_FEED_CASH": 1,
- "ALLIES_MARKET_INITIAL_COLLECT": {
- "f": 125,
- "g": 125,
- "w": 125,
- "s": 125
- },
- "MARKET_INCREMENT": 0.02,
- "DAILY_BONUS_CONFIG": [
- {
- "type": "g",
- "qty": 250
- },
- {
- "type": "hero",
- "qty": 1
- },
- {
- "type": "c",
- "qty": 1
- },
- {
- "type": "hero",
- "qty": 1
- },
- {
- "type": "c",
- "qty": 3
- }
- ],
- "PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND": 60,
- "KOMPU_CHANCES": [
- [ 50, 5, 5, 5, 5, 5, 5, 5, 5, 5 ],
- [ 50, 20, 20, 20, 20, 20, 20, 20, 20, 20 ],
- [ 100, 100, 100, 100, 100, 100, 100, 100, 100, 100 ]
- ],
- "MARKET_SELL_PERCENTAGE": 0.75,
- "COLLECT_BUILDINGS_SUBCAT_FUNCS": [ 511, 124, 121 ],
- "WAREHOUSE_CAPACITY_INCREASE_PRICE_SINGLE": 2,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L16": 50,
- "DAILY_BONUS_CONFIG_HEROES": [ 555, 554, 534, 533, 550, 557, 535, 556 ],
- "NEWS_IMAGE": "DEPRECATED",
- "KOMPU_WIZZARD_COSTS": [
- {},
- {
- "g": 15000
- },
- {
- "c": 20
- }
- ],
- "ANIMALS_PER_DAY": 20,
- "PERCENT_UNITS_RECOVERED_BOSS_MD": 50,
- "DART_COST_CASH": 20,
- "MAX_GOLD_QUEST": 25000,
- "POPULATION_WONDER_ID": 470,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L9": 95,
- "MONDAY_BONUS_REWARDS": [
- {
- "type": "g",
- "value": 2500
- },
- {
- "type": "u",
- "value": 0
- },
- {
- "type": "c",
- "value": 5
- }
- ],
- "DRAGON_NEST_TAKE_CARE_CASH": 1,
- "COLLECTION_PRICES": "DEPRECATED",
- "POPULATION_INCREASE": 10,
- "EXCHANGE_GOLD": 2500,
- "DRAGON_RIDERS": {
- "1": {
- "stepCost": 15,
- "steps": 5,
- "unlockLevel": 35
- },
- "2": {
- "stepCost": 15,
- "steps": 6,
- "unlockLevel": 40
- },
- "3": {
- "stepCost": 15,
- "steps": 7,
- "unlockLevel": 45
- }
- },
- "PERCENT_UNITS_RECOVERED_DEFENDER": 95,
- "ASSIST_REWARD_XP": 3,
- "NUM_SPELL_USES_LVL3": 50,
- "PERCENT_UNITS_RECOVERED_DEFENDER_MD": 75,
- "PVP_BUY_ISLAND_CASH": 30,
- "MARKET_MAX_DECREMENTS": 25,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L16_MD": 30,
- "SURVIVAL_HOURS_LIVE_REGENERATE": 3,
- "ALLIES_MARKET_TROLLS": 352,
- "SURVIVAL_BUY_LIVE_CASH": 3,
- "RESURRECT_COST_MULT": 500,
- "COST_UNLOCK_SKIN": 20,
- "ENERGY_COSTS": {
- "60": 15,
- "30": 8,
- "15": 4
- },
- "MAX_XP_GOD_QUEST": 8500,
- "SURVIVAL_WAIT_HOURS_MAP_REPEAT": 1,
- "ID_BUILDING_LEVELUP_STATUE": 1478,
- "KOMPU_MIN_LEVEL": 5,
- "TIME_MACHINE": [
- {
- "hours": 0.5,
- "price": 2
- },
- {
- "hours": 1,
- "price": 4
- },
- {
- "hours": 4,
- "price": 12
- },
- {
- "hours": 8,
- "price": 25
- },
- {
- "hours": 12,
- "price": 40
- },
- {
- "hours": 24,
- "price": 75
- }
- ],
- "MANA_REWARD_PER_LEVEL": 2,
- "MONSTER_NEST_TAKE_CARE_CASH": 1,
- "SUBCAT_FARMS": 122,
- "PERCENT_UNITS_RECOVERED_BOSS": 70,
- "MAX_GOLD_ASSAULT": 20000,
- "MAX_GOLD_GOD_QUEST": 35000,
- "MAX_GOLD_HARDCORE_QUEST": 30000,
- "MONSTER_NEST_FEED_CASH": 1,
- "PRICE_COMPLETE_GOAL": 2,
- "ISLE_ORDER": [ "100000006", "100000007", "100000008", "100000002", "100000012", "100000021", "100000022", "100000003", "100000028", "100000014", "100000013", "100000020", "100000015", "100000019", "100000018", "100000023", "100000011", "100000033", "100000041", "100000042", "100000043", "100000044", "100000045", "100000046", "100000047", "100000090", "100000091", "100000092" ],
- "COST_MANA_GOLD": 20000,
- "NEWS_STORE": "DEPRECATED",
- "EXCHANGE_CASH": 5,
- "PVP_BUY_TERRITORY_CASH": 5,
- "COMEBACK_BONUS_UNITS": [ 768, 712 ],
- "TOURNAMENT_UNITS_NOT_ALLOWED": [ 762, 683, 716, 765, 791, 735, 569, 879, 2007, 2003, 2145 ],
- "TOURNAMENT_ACTIVATED": 1,
- "PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND_MD": 30,
- "HEAVY_SIEGE_COST_CASH": 20,
- "MAX_FEEDS_ROUND_TABLE": 60,
- "ACTIVATE_MONSTER_NEST_CASH": 50,
- "MANA_PER_PURCHASE": 5,
- "MARKET_MAX_INCREMENTS": 200,
- "ATTACKS_PERIOD_HOURS": 6,
- "ACTIVATE_DRAGON_NEST_GOLD": 100000,
- "WAREHOUSE_CAPACITY_INCREASE_PRICE": [ 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50 ],
- "QUESTS_MIN_LEVELS": {
- "100000046": 40,
- "100000047": 40
- },
- "MARKET_BASE_COSTS": {
- "f": 100,
- "w": 100,
- "s": 150
- },
- "WAREHOUSE_MAX_CAPACITY": 1000,
- "NUM_SPELL_USES_LVL2": 25,
- "COST_MANA_CASH": 1,
- "CASH_WONDER": 1299,
- "RESURRECTABLE_UNITS": {
- "550": "550",
- "533": "533",
- "534": "534",
- "535": "535",
- "553": "550",
- "554": "554",
- "555": "555",
- "556": "556",
- "565": "557",
- "557": "557"
- },
- "HEROES": [ 533, 534, 535, 550, 554, 555, 556, 557 ],
- "POLICY_FILES": [ "https://fbcdn-profile-a.akamaihd.net", "http://profile.ak.fbcdn.net/", "https://s-assets.tp-cdn.com" ],
- "ACTIVATE_DRAGON_NEST_CASH": 50,
- "TOURNAMENT_MAX_NUMBER_COMPLEX_UNITS": 10,
- "COMEBACK_BONUS_REWARDS": [
- {
- "type": "g",
- "value": 2500
- },
- {
- "type": "u",
- "value": 0
- },
- {
- "type": "c",
- "value": 5
- }
- ],
- "START_LEVEL_MANA_REWARD": 36,
- "SURVIVAL_UNLOCK_MAP_CASH": [ 0, 0, 0, 20, 30 ],
- "ATTACKS_PERIOD_MAX": 3,
- "NEWFRIENDS_REWARD_SCALE_UNIT": "0.9,1.1,1.1,1.1,0.8",
- "UNIT_ENLARGE_DURATION": 30000,
- "COLLECTION_REWARDS": [ 0, 176, 177, 178, 179, 180, 551, 546, 544, 552, 553, 206, 207, 208, 209, 124, 561, 562, 563, 564, 565, 875, 853, 1410 ],
- "NEWFRIENDS_REWARD_ID_UNIT": "603.1,606.2,569.2,556.1,602.1",
- "UNLOCKED_FOREVER_QUESTS": [ "100000090", "100000091", "100000092" ],
- "MONDAY_BONUS_UNITS": [ 784, 699, 761, 644, 863 ],
- "PERCENT_UNITS_RECOVERED_ATTACKER_L9_MD": 65,
- "SPEED_HACK_CONTROL": 0,
- "ALLIES_MARKET_INCREMENTAL_COLLECT": {
- "f": 125,
- "g": 125,
- "w": 125,
- "s": 125
- },
- "PERCENT_UNITS_RECOVERED_ISLE": 60,
- "SHOW_GRATS_PACK": 0,
- "MARKET_PERIOD_HOURS": 20,
- "SPAWN_MENVSWOMEN_ADVERTISING": 1,
- "DRAGONS": {
- "2048": {
- "tamedId": "2050",
- "rider": "3"
- },
- "2177": {
- "tamedId": "2179",
- "rider": "3"
- },
- "2171": {
- "tamedId": "2173",
- "rider": "3"
- },
- "708": {
- "tamedId": "835",
- "rider": "1"
- },
- "2174": {
- "tamedId": "2176",
- "rider": "3"
- },
- "2183": {
- "tamedId": "2185",
- "rider": "3"
- },
- "777": {
- "tamedId": "841",
- "rider": "2"
- },
- "714": {
- "tamedId": "836",
- "rider": "1"
- },
- "2180": {
- "tamedId": "2182",
- "rider": "3"
- },
- "846": {
- "tamedId": "852",
- "rider": "3"
- },
- "847": {
- "tamedId": "851",
- "rider": "3"
- },
- "2000": {
- "tamedId": "2002",
- "rider": "3"
- },
- "785": {
- "tamedId": "842",
- "rider": "2"
- },
- "2186": {
- "tamedId": "2188",
- "rider": "3"
- },
- "723": {
- "tamedId": "837",
- "rider": "1"
- },
- "2132": {
- "tamedId": "2134",
- "rider": "3"
- },
- "853": {
- "tamedId": "855",
- "rider": "3"
- },
- "2190": {
- "tamedId": "2192",
- "rider": "3"
- },
- "2063": {
- "tamedId": "2065",
- "rider": "3"
- },
- "793": {
- "tamedId": "843",
- "rider": "2"
- },
- "649": {
- "tamedId": "832",
- "rider": "1"
- },
- "2140": {
- "tamedId": "2142",
- "rider": "3"
- },
- "2013": {
- "tamedId": "2015",
- "rider": "3"
- },
- "798": {
- "tamedId": "844",
- "rider": "3"
- },
- "736": {
- "tamedId": "838",
- "rider": "2"
- },
- "891": {
- "tamedId": "893",
- "rider": "3"
- },
- "2129": {
- "tamedId": "2131",
- "rider": "3"
- },
- "2057": {
- "tamedId": "2058",
- "rider": "3"
- },
- "862": {
- "tamedId": "864",
- "rider": "3"
- },
- "2023": {
- "tamedId": "2026",
- "rider": "3"
- },
- "2016": {
- "tamedId": "2018",
- "rider": "3"
- },
- "875": {
- "tamedId": "877",
- "rider": "3"
- },
- "684": {
- "tamedId": "833",
- "rider": "1"
- },
- "2121": {
- "tamedId": "2123",
- "rider": "3"
- },
- "2069": {
- "tamedId": "2071",
- "rider": "3"
- },
- "2037": {
- "tamedId": "2038",
- "rider": "3"
- },
- "758": {
- "tamedId": "839",
- "rider": "2"
- },
- "695": {
- "tamedId": "834",
- "rider": "1"
- },
- "888": {
- "tamedId": "889",
- "rider": "3"
- },
- "826": {
- "tamedId": "845",
- "rider": "3"
- },
- "2043": {
- "tamedId": "2045",
- "rider": "3"
- },
- "766": {
- "tamedId": "840",
- "rider": "2"
- },
- "2039": {
- "tamedId": "2041",
- "rider": "3"
- }
- },
- "MAX_XP_QUEST": 7500,
- "COLLECT_VARIABLE_IDS": [ 5, 6, 7, 202, 13, 14, 15, 203, 16, 17, 18, 204, 77, 78, 79, 205 ],
- "PERCENT_UNITS_RECOVERED_ISLE_MD": 30,
- "ALLIES_MARKET": 266,
- "LIMITED_EDITION_EXPIRATION": "2012-10-05",
- "POPULATION_INCREASE_QTY": 5,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15": 75,
- "RECRUITMENT_PRIZE": 387,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15_MD": 55,
- "NEWS_ITEM": [
- {
- "news_store": "potions",
- "news_image": "new_dragon_potions_2.jpg"
- },
- {
- "news_store": "12.121.0",
- "news_image": "new_bestciv3_10.jpg"
- },
- {
- "news_store": "12.121.0",
- "news_image": "new_punisherknight.jpg"
- },
- {
- "news_store": "gods",
- "news_image": "new_gods2.jpg"
- },
- {
- "news_store": "",
- "news_image": "new_2hard.jpg"
- },
- {
- "news_store": "godsquests",
- "news_image": "new_hardgods.jpg"
- },
- {
- "news_store": "2.45.0",
- "news_image": "new_decos.jpg"
- },
- {
- "news_store": "1.13.0",
- "news_image": "new_supreme.jpg"
- },
- {
- "news_store": "1.13.0",
- "news_image": "new_newmagics.jpg"
- },
- {
- "news_store": null,
- "news_image": "new_hardcore.jpg"
- }
- ],
- "ASSIST_REWARD_GOLD": 10,
- "ALLIES_BUILDING": 234,
- "EXPIRABLE_UNITS": [ 615 ]
- },
- "magics": [
- {
- "mana": 5,
- "name": "Fire Havoc",
- "level": 35,
- "id": 2,
- "area": "[5,7,9]",
- "description": "A fire tempest hits the battlefield. More effective against units.",
- "target": 2,
- "gold": 1000,
- "img_name": "magic_fire",
- "cash": 35
- },
- {
- "mana": 7,
- "name": "Ultimate Hail",
- "level": 45,
- "id": 3,
- "area": "[5,7,9]",
- "description": "Hundreds of boulders fall from the sky. More effective against buildings.",
- "target": 2,
- "gold": 60000,
- "img_name": "magic_stone",
- "cash": 55
- },
- {
- "mana": 5,
- "name": "Deadly Frostbite",
- "level": 43,
- "id": 4,
- "area": "[5,7,9]",
- "description": "Units are dead frozen, unable to move or attack for some time.",
- "target": 2,
- "gold": 15000,
- "img_name": "magic_frozen",
- "cash": 35
- },
- {
- "mana": 3,
- "name": "Sacred Rain",
- "level": 36,
- "id": 5,
- "area": "[5,7,9]",
- "description": "A healing rain pours over wounded units and replenishes their life.",
- "target": 1,
- "gold": 10000,
- "img_name": "magic_heal",
- "cash": 38
- },
- {
- "mana": 15,
- "name": "Golem's Wrath",
- "level": 40,
- "id": 6,
- "area": "[1,1,1]",
- "description": "A powerful Stone Golem ally is summoned on the battlefield.",
- "target": 0,
- "gold": 25000,
- "img_name": "magic_golem",
- "cash": 45
- },
- {
- "mana": 10,
- "name": "Hell Abyss",
- "level": 38,
- "id": 7,
- "area": "[5,7,9]",
- "description": "Earth crumbles and swallows small units and some buildings for life",
- "target": 2,
- "gold": 15000,
- "img_name": "magic_crack",
- "cash": 40
- },
- {
- "mana": 10,
- "name": "Poisonous Flood",
- "level": 43,
- "id": 8,
- "area": "[5,7,9]",
- "description": "A poisonous flood infects units and deals damage over time. Higher levels infect nearby targets.",
- "target": 2,
- "gold": 10000,
- "img_name": "magic_poison",
- "cash": 30
- },
- {
- "mana": 6,
- "name": "Ether Shield",
- "level": 38,
- "id": 9,
- "area": "[5,7,9]",
- "description": "A shield made of solid ether absorbs some damage inflicted to your units.",
- "target": 1,
- "gold": 50000,
- "img_name": "magic_shield",
- "cash": 40
- },
- {
- "mana": 8,
- "name": "Yeti's Trail",
- "level": 45,
- "id": 10,
- "area": "[1,1,1]",
- "description": "An abominable Yeti is summoned, wrecking havoc on enemy units.",
- "target": 0,
- "gold": 70000,
- "img_name": "magic_yeti",
- "cash": 60
- },
- {
- "mana": 8,
- "name": "Age of Colossus",
- "level": 40,
- "id": 11,
- "area": "[5,7,9]",
- "description": "Your units increase in size and deal more damage for some time.",
- "target": 1,
- "gold": 25000,
- "img_name": "magic_enlarge",
- "cash": 45
- },
- {
- "mana": 18,
- "name": "Summon Dragon",
- "level": 53,
- "id": 12,
- "area": "[1,1,1]",
- "description": "Summons a powerful Dragon to assist you on the battle.",
- "target": 0,
- "gold": 300000,
- "img_name": "magic_dragon",
- "cash": 80
- },
- {
- "mana": 14,
- "name": "Instant Limit",
- "level": 49,
- "id": 13,
- "area": "[5,7,9]",
- "description": "Instantly fills up the Limit Bar of your units.",
- "target": 0,
- "gold": 250000,
- "img_name": "magic_full_limit",
- "cash": 70
- },
- {
- "mana": 10,
- "name": "2x Speed",
- "level": 47,
- "id": 14,
- "area": "[5,7,9]",
- "description": "Doubles the movement speed of your units.",
- "target": 0,
- "gold": 150000,
- "img_name": "magic_speed_increaser",
- "cash": 60
- },
- {
- "mana": 12,
- "name": "2x Range",
- "level": 47,
- "id": 15,
- "area": "[5,7,9]",
- "description": "Doubles the attack range of your units.",
- "target": 0,
- "gold": 200000,
- "img_name": "magic_range_increaser",
- "cash": 60
- },
- {
- "mana": 16,
- "name": "Black Hole",
- "level": 49,
- "id": 16,
- "area": "[5,7,9]",
- "description": "Swallows enemies and buildings during certain amount of time.",
- "target": 0,
- "gold": 300000,
- "img_name": "magic_black_hole",
- "cash": 80
- }
- ],
- "findable_items": [
- {
- "description": "You've found a sad Clown on your park. Share it with your friends to find a new home for him!",
- "coins": 100,
- "id": 1,
- "title": "Clown"
- },
- {
- "description": "A little child got lost in your Park. Share it with your friends to find his parents!",
- "coins": 100,
- "id": 2,
- "title": "Little Boy"
- },
- {
- "description": "A little child got lost in your Park. Share it with your friends to find his parents!",
- "coins": 100,
- "id": 3,
- "title": "Little Girl"
- },
- {
- "description": "You've found a Teddy Bear on your Park. Share it with your friends to find his owner!",
- "coins": 100,
- "id": 4,
- "title": "Teddy Bear"
- },
- {
- "description": "Ohh, it seems somebody lost his wallet! Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100,
- "id": 5,
- "title": "Budget"
- },
- {
- "description": "Ohh, a girl lost her Handbag on your Park!! Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100,
- "id": 6,
- "title": "Bolso"
- },
- {
- "description": "A little child lost his balloon !! Help him to find it !!",
- "coins": 100,
- "id": 7,
- "title": "Globo"
- },
- {
- "description": "Ohh, One of your visitors lost his keys on your Park. Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100,
- "id": 8,
- "title": "Llaves"
- },
- {
- "description": "A teenager visitor lost his Cup!! On sunny days it's indispensable. Give the cup back by sharing it with your friends !!",
- "coins": 100,
- "id": 9,
- "title": "Gorra"
- },
- {
- "description": "Ohh, an old man lost his Handy on your park. Share it with your friends to find the owner !!",
- "coins": 100,
- "id": 10,
- "title": "Movil"
- }
- ],
- "images": {
- "expand.png": "en",
- "goal_033.jpg": "",
- "dragonNestInactive.jpg": "",
- "news_mitologic_4.jpg": "en",
- "news_angel2.jpg": "en",
- "goal_030.jpg": "",
- "offer_pack_3.png": "en",
- "dragonRiderProgress1.swf": "",
- "news_myth.jpg": "en",
- "news_trolls.jpg": "en",
- "dragonsattack.jpg": "",
- "quest_egypt_golem.jpg": "",
- "b_12.png": "",
- "offer_pack_36.png": "en",
- "SURVIVAL_DESIERTO.jpg": "",
- "470_maravilla_popup.jpg": "en",
- "offer_pack_50.png": "en",
- "TESORO.jpg": "",
- "new_bestciv3_6.jpg": "en",
- "goal_047.jpg": "",
- "b_13.png": "",
- "goal_013.jpg": "",
- "new_civelv.jpg": "en",
- "vs-nivel7.jpg": "",
- "weekly_tournament_bot1.png": "",
- "rockdriller_start.jpg": "",
- "quest_rockdriller.jpg": "",
- "nino_20.png": "",
- "new_lanza2.jpg": "en",
- "magic_fire.jpg": "",
- "alert_ship2.jpg": "",
- "quest_troll.jpg": "",
- "offer_pack_65.png": "en",
- "SURVIVAL_SELVA.jpg": "",
- "offer_pack_1.png": "en",
- "popupMonsterProgress4.swf": "",
- "offer_pack_46.png": "en",
- "new_halloween.jpg": "en",
- "new_elitearmy.jpg": "en",
- "magic_crack.jpg": "",
- "alert_zep2.jpg": "",
- "news_neptune.jpg": "en",
- "goal_015.jpg": "",
- "wizard_3b.png": "",
- "offer_pack_42.png": "en",
- "popupMonsterProgress2.swf": "",
- "prev_magic_shield.jpg": "",
- "new_civglad2.jpg": "en",
- "goal_024.jpg": "",
- "prisontroll.png": "",
- "SURVIVAL_NIEVE.jpg": "",
- "goal_063.jpg": "",
- "news_tierv.jpg": "en",
- "new_civelv2.jpg": "en",
- "magic_frozen.jpg": "",
- "new_bestciv2_7.jpg": "en",
- "nino_13.png": "",
- "goal_023.jpg": "",
- "wizard_1b.png": "",
- "goal_027.jpg": "",
- "cofre.png": "",
- "pop_up_nieve.jpg": "",
- "offer_pack_43.png": "en",
- "b_9.png": "",
- "goal_029.jpg": "",
- "collect_s3.jpg": "",
- "new_myth2.jpg": "en",
- "news_criadero.jpg": "en",
- "new_tiger.jpg": "en",
- "magic_lightning.jpg": "",
- "vs-nivel1.jpg": "",
- "ship.png": "",
- "new_myth5.jpg": "en",
- "goal_032.jpg": "",
- "goal_058.jpg": "",
- "new_pharaohs3.jpg": "en",
- "goal_081.jpg": "",
- "nubes.jpg": "",
- "news_watertower.jpg": "en",
- "offer_pack_49.png": "en",
- "goal_048.jpg": "",
- "motivation1.jpg": "",
- "quests_manager_img5.jpg": "",
- "magic_dragon.jpg": "",
- "news_elefante.jpg": "en",
- "nino_09.png": "",
- "quest_chinos_fuegos.jpg": "",
- "b_8.png": "",
- "quests_manager_img_4.jpg": "",
- "offer_pack_16.png": "en",
- "goal_020.jpg": "",
- "prev_magic_heal.jpg": "",
- "offer_pack_8.png": "en",
- "prev_magic_poison.jpg": "",
- "quests_manager_img_2.jpg": "",
- "new_pharaohs.jpg": "en",
- "caja200.png": "",
- "new_bestcivs2.jpg": "en",
- "goal_050.jpg": "",
- "new_civelv5.jpg": "en",
- "new_necro_feature.jpg": "en",
- "news_civ.jpg": "en",
- "collect_f0.jpg": "",
- "news_mummy2.jpg": "en",
- "new_myth6b.jpg": "en",
- "new_trex.jpg": "en",
- "bg_quest_progress_ship2.jpg": "",
- "goal_092.jpg": "",
- "prev_magic_dragon.jpg": "",
- "goal_099.jpg": "",
- "recruitprize_556.jpg": "",
- "zeppelin.jpg": "",
- "alert_troll_camp.jpg": "",
- "goal_072.jpg": "",
- "vs-nivel3.jpg": "",
- "quest_egypt_sarcofago.jpg": "",
- "offer_pack_44.png": "en",
- "dragonRiderProgress3.swf": "",
- "offer_pack_2.png": "en",
- "thumbrey.jpg": "",
- "new_punisherknight.jpg": "en",
- "goal_077.jpg": "",
- "news_torremovil.jpg": "en",
- "goal_053.jpg": "",
- "goal_046.jpg": "",
- "vs-nivel6.jpg": "",
- "new_civelv4.jpg": "en",
- "totem.png": "",
- "offer_pack_7.png": "en",
- "CESPED.jpg": "",
- "gods_4.jpg": "",
- "offer_pack_39.png": "en",
- "goal_012.jpg": "",
- "healersprisioneraspopup.jpg": "",
- "new_pharaohs2.jpg": "en",
- "offer_pack_29.png": "en",
- "offer_pack_33.png": "en",
- "magic_heal.jpg": "",
- "bg_quest_progress_ship3.jpg": "",
- "wizard_3c.png": "",
- "goal_074.jpg": "",
- "news_inferno.jpg": "en",
- "alert_human_camp.jpg": "",
- "goal_060.jpg": "",
- "collect_g1.jpg": "",
- "news_warehouse.jpg": "en",
- "barril.png": "",
- "prev_magic_range_increaser.jpg": "",
- "new_newmagics.jpg": "en",
- "play_DC.jpg": "",
- "magic_poison.jpg": "",
- "offer_pack_34.png": "en",
- "b_7.png": "",
- "news_elfos.jpg": "en",
- "offer_pack_48.png": "en",
- "goal_037.jpg": "",
- "kompu_bg.png": "",
- "offer_pack_28.png": "en",
- "mapa5.jpg": "",
- "CIVorks2.jpg": "en",
- "goal_021.jpg": "",
- "goal_041.jpg": "",
- "offer_pack_64.png": "en",
- "b_6.png": "",
- "BahamutSupremeInvocationTemple.swf": "",
- "popupDragonProgress6.swf": "",
- "new_bestciv3_1.jpg": "en",
- "thumbprincess.jpg": "",
- "new_multiciv1.jpg": "en",
- "quest_cages.jpg": "",
- "goal_002.jpg": "",
- "goal_016.jpg": "",
- "offer_pack_21.png": "en",
- "collect_s2.jpg": "",
- "new_hardgods.jpg": "en",
- "popupDragonProgress2.swf": "",
- "popupDragonProgress4.swf": "",
- "new_civglad5.jpg": "en",
- "nino_06.png": "",
- "win-golem.jpg": "",
- "goal_054.jpg": "",
- "offer_pack_30.png": "en",
- "prev_magic_enlarge.jpg": "",
- "new_boss2.jpg": "en",
- "logo_SW.png": "",
- "quests_manager_img_5.jpg": "",
- "offer_pack_6.png": "en",
- "new_multiciv2.jpg": "en",
- "quest_siege.jpg": "",
- "goal_049.jpg": "",
- "prev_magic_golem.jpg": "",
- "offer_pack_57.png": "en",
- "goal_070.jpg": "",
- "new_bestciv3_2.jpg": "en",
- "NIEVE.jpg": "",
- "nino_07.png": "",
- "popupMonsterProgress1.swf": "",
- "nino_18.png": "",
- "goal_040.jpg": "",
- "quests_manager_img_1.jpg": "",
- "collect_g2.jpg": "",
- "goal_039.jpg": "",
- "news_magic.jpg": "en",
- "dragon_limit.jpg": "en",
- "quest_vikingos_cerveza.jpg": "",
- "generic_bg.png": "",
- "offer_pack_45.png": "en",
- "vs-nivel2.jpg": "",
- "new_bestcivs2_3.jpg": "en",
- "news_demonio.jpg": "en",
- "trols.png": "",
- "goal_008.jpg": "",
- "popupDragonProgress3.swf": "",
- "news_elfos2.jpg": "en",
- "magic_golem.jpg": "",
- "news_egypt.jpg": "en",
- "offer_pack_63.png": "en",
- "collect_f2.jpg": "",
- "new_myth7.jpg": "en",
- "goal_093.jpg": "",
- "news_vikingos.jpg": "en",
- "motivation2.jpg": "",
- "wizard_2a.png": "",
- "new_dragon_potions_2.jpg": "en",
- "new_necro4.jpg": "en",
- "recruitprize_569.jpg": "",
- "mago_altar.png": "",
- "goal_096.jpg": "",
- "gods_3.jpg": "",
- "offer_pack_24.png": "en",
- "nino_02.png": "",
- "goal_088.jpg": "",
- "goal_083.jpg": "",
- "alert_ship.jpg": "",
- "news_aceite.jpg": "en",
- "new_gods2.jpg": "en",
- "b_1.png": "",
- "barco.jpg": "",
- "quest_prince.jpg": "",
- "mapa1.jpg": "",
- "gods_2.jpg": "",
- "villagers.png": "",
- "goal_078.jpg": "",
- "new_bestciv3_9.jpg": "en",
- "magic_full_limit.jpg": "",
- "new_civork3.jpg": "en",
- "rockdriller_win.jpg": "",
- "goal_034.jpg": "",
- "quest_allies.jpg": "",
- "install.jpg": "en",
- "news_fortress.jpg": "en",
- "new_bestciv3_7.jpg": "en",
- "magic_black_hole.jpg": "",
- "nino_03.png": "",
- "new_halloween2.jpg": "en",
- "new_civglad6.jpg": "en",
- "nino_24.png": "",
- "new_civork5.jpg": "en",
- "quest_atlantes_tesoro.jpg": "",
- "alert_zep.jpg": "",
- "wizard_2c.png": "",
- "minapiedracandado_SCREEN.jpg": "",
- "b_14.png": "",
- "pierdes_defensa.jpg": "",
- "quests_manager_img_6.jpg": "",
- "boss2_ini.jpg": "",
- "news_kamirino.jpg": "en",
- "offer_pack_56.png": "en",
- "goal_055.jpg": "",
- "b_10.png": "",
- "COLLECT_GEMS.jpg": "",
- "news_wonders.jpg": "en",
- "prev_magic_frozen.jpg": "",
- "new_bestcivs2_2.jpg": "en",
- "collect_g3.jpg": "",
- "quest_portales.jpg": "",
- "goal_006.jpg": "",
- "goal_090.jpg": "",
- "vs-nivel4.jpg": "",
- "victoryYETI.jpg": "",
- "goal_008_.jpg": "",
- "gods_6.jpg": "",
- "collect_w2.jpg": "",
- "news_heroes.jpg": "en",
- "offer_pack_18.png": "en",
- "goal_028.jpg": "",
- "offer_pack_40.png": "en",
- "news_odin.jpg": "en",
- "nino_16.png": "",
- "offer_pack_32.png": "en",
- "goal_044.jpg": "",
- "nino_14.png": "",
- "prev_magic_black_hole.jpg": "",
- "popupMonsterProgress3.swf": "",
- "dragonRiderProgress2.swf": "",
- "SELVA.jpg": "",
- "MINERAL.jpg": "",
- "new_necro2.jpg": "en",
- "dragonmuerto.jpg": "",
- "news_supreme.jpg": "en",
- "quest_undead.jpg": "",
- "aliadosprisionerospopup.jpg": "",
- "goal_025.jpg": "",
- "NoGiftsIcon.png": "",
- "new_bestciv3_3.jpg": "en",
- "goal_031.jpg": "",
- "magic_stone.jpg": "",
- "goal_094.jpg": "",
- "goal_073.jpg": "",
- "quest_map.png": "",
- "quest_balrog.jpg": "",
- "vs-nivel5.jpg": "",
- "offer_pack_15.png": "en",
- "new_civork4.jpg": "en",
- "new_470maravilla.jpg": "en",
- "goal_036.jpg": "",
- "nino_10.png": "",
- "offer_pack_4.png": "en",
- "flag.png": "",
- "new_dragonrider.jpg": "en",
- "help_dragon_nest.jpg": "",
- "goal_026.jpg": "",
- "collect_s0.jpg": "",
- "goal_087.jpg": "",
- "goal_005.jpg": "",
- "townHuman.png": "",
- "news_tsunami.jpg": "en",
- "llibre.png": "",
- "new_multiciv3.jpg": "en",
- "quest_cleopatra.jpg": "",
- "news_watertower2.jpg": "en",
- "quests_manager_img2.jpg": "",
- "news_angeles.jpg": "en",
- "goal_035.jpg": "",
- "new_castledragon.jpg": "en",
- "new_lanza.jpg": "en",
- "nino_04.png": "",
- "aguila2.jpg": "",
- "weekly_tournament_bot3.png": "",
- "new_monday.jpg": "en",
- "catapultaspresas_SCREEN.jpg": "",
- "boton-criadero.png": "",
- "goal_079.jpg": "",
- "ataque_ganado.jpg": "",
- "goal_010.jpg": "",
- "offer_pack_17.png": "en",
- "offer_pack_47.png": "en",
- "new_civelv3.jpg": "en",
- "goal_082.jpg": "",
- "boss2_end.jpg": "",
- "offer_pack_61.png": "en",
- "new_time.jpg": "en",
- "goal_011.jpg": "",
- "offer_pack_41.png": "en",
- "news_catedral.jpg": "en",
- "offer_pack_52.png": "en",
- "goal_064.jpg": "",
- "quests_manager_img1.jpg": "",
- "collect_f3.jpg": "",
- "new_multiciv.jpg": "en",
- "offer_pack_55.png": "en",
- "quest_archers.jpg": "",
- "new_bestciv3_8.jpg": "en",
- "estatuaesqueletopopup.jpg": "",
- "play_SW.jpg": "",
- "news_world.jpg": "en",
- "new_635_ent.jpg": "en",
- "quest_vibora.jpg": "",
- "new_necro5.jpg": "en",
- "quest_kidnapped.jpg": "",
- "conquer_the_world.png": "en",
- "news_zepelin.jpg": "en",
- "help_island_image.jpg": "",
- "offer_pack_67.png": "en",
- "quest_stone_mine.jpg": "",
- "goal_075.jpg": "",
- "goal_086.jpg": "",
- "offer_pack_58.png": "en",
- "troll_civ.png": "en",
- "goal_071.jpg": "",
- "oveja.png": "",
- "prev_magic_speed_increaser.jpg": "",
- "nino_21.png": "",
- "logo_SE.png": "",
- "wizard_3a.png": "",
- "b_5.png": "",
- "b_3.png": "",
- "nino_19.png": "",
- "goal_001.jpg": "",
- "goal_100.jpg": "",
- "offer_pack_20.png": "en",
- "collect_w1.jpg": "",
- "news_squad2.jpg": "en",
- "quests_manager_img3.jpg": "",
- "goal_057.jpg": "",
- "pop_up5_sueno2.jpg": "",
- "prev_magic_crack.jpg": "",
- "offer_pack_53.png": "en",
- "gods_1.jpg": "",
- "wizard_1c.png": "",
- "gods_5.jpg": "",
- "nino_17.png": "",
- "goal_089.jpg": "",
- "new_bestciv3_4.jpg": "en",
- "gods_7.jpg": "",
- "offer_pack_68.png": "en",
- "goal_018.jpg": "",
- "goal_052.jpg": "",
- "barca.jpg": "",
- "news_pack.jpg": "en",
- "offer_pack_60.png": "en",
- "offer_pack_62.png": "en",
- "goal_017.jpg": "",
- "offer_pack_22.png": "en",
- "goal_095.jpg": "",
- "goal_062.jpg": "",
- "news_tower_2.jpg": "en",
- "nino_12.png": "",
- "goal_043.jpg": "",
- "news_newangel.jpg": "en",
- "new_civglad4.jpg": "en",
- "agregar-juego.jpg": "",
- "offer_pack_12.png": "en",
- "collect_g0.jpg": "",
- "magic_yeti.jpg": "",
- "offer_pack_35.png": "en",
- "new_gods.jpg": "en",
- "DESIERTO.jpg": "",
- "news_bossdrac.jpg": "en",
- "goal_080.jpg": "",
- "new_dragon_riders.jpg": "en",
- "offer_pack_37.png": "en",
- "news_map.jpg": "en",
- "prev_magic_fire.jpg": "",
- "goal_056.jpg": "",
- "offer_pack_5.png": "en",
- "alert_magic.jpg": "",
- "b_15.png": "",
- "new_civglad.jpg": "en",
- "magic_speed_increaser.jpg": "",
- "offer_pack_13.png": "en",
- "news_torrehielo.jpg": "en",
- "goal_098.jpg": "",
- "caballotroyano.png": "",
- "nino_08.png": "",
- "quests_manager_img_7.jpg": "",
- "news_mitologic_3.jpg": "en",
- "nino_22.png": "",
- "offer_pack_14.png": "en",
- "goal_065.jpg": "",
- "new_civglad7.jpg": "en",
- "news_paladin.jpg": "en",
- "new_multiciv4.jpg": "en",
- "goal_066.jpg": "",
- "goal_069.jpg": "",
- "quest_chinos_dragones.jpg": "",
- "prev_magic_yeti.jpg": "",
- "offer_pack_51.png": "en",
- "collectibles_new.png": "",
- "collect_w0.jpg": "",
- "new_decos.jpg": "en",
- "new_necro3.jpg": "en",
- "ship2.png": "",
- "new_supreme.jpg": "en",
- "goal_085.jpg": "",
- "quest_healers.jpg": "",
- "nino_11.png": "",
- "new_pharaohs4.jpg": "en",
- "quest_treasure.jpg": "",
- "quest_arbolvida.jpg": "",
- "wizard_1a.png": "",
- "new_myth6.jpg": "en",
- "nino_00.png": "",
- "mapa3.jpg": "",
- "nino_15.png": "",
- "wizard_2b.png": "",
- "antimatter_evildemon.jpg": "en",
- "alert_allies.jpg": "",
- "new_civglad3.jpg": "en",
- "b_2.png": "",
- "logo_DC.png": "",
- "ataque_perdido.jpg": "",
- "weekly_tournament_bot2.png": "",
- "principecolgado.png": "",
- "offer_pack_38.png": "en",
- "bg_quest_progress_ship1.jpg": "",
- "news_recruit.jpg": "en",
- "quest_ent.jpg": "",
- "quests_manager_img_3.jpg": "",
- "goal_061.jpg": "",
- "collect_f1.jpg": "",
- "goal_004.jpg": "",
- "nino_23.png": "",
- "SURVIVAL_MINERAL.jpg": "",
- "dragonmuenfadao.jpg": "",
- "collectibles.png": "",
- ".DS_Store": "",
- "goal_084.jpg": "",
- "prev_magic_full_limit.jpg": "",
- "townTroll.png": "",
- "kidnapped.png": "",
- "new_bestciv3_10.jpg": "en",
- "news_tiempo.jpg": "en",
- "offer_pack_25.png": "en",
- "new_survival.jpg": "en",
- "news_cementerio.jpg": "en",
- "quest_villagers.jpg": "",
- "recruitprize_606.jpg": "",
- "quests_manager_img4.jpg": "",
- "offer_pack_9.png": "en",
- "jaulaanimal_SCREEN.jpg": "",
- "quest_magos.jpg": "",
- "mapa4.jpg": "",
- "new_bestciv2_5.jpg": "en",
- "offer_pack_10.png": "en",
- "mapa2.jpg": "",
- "offer_pack_59.png": "en",
- "goal_019.jpg": "",
- "new_2hard.jpg": "en",
- "news_barco.jpg": "en",
- "offer_pack_27.png": "en",
- "goal_067.jpg": "",
- "prev_magic_stone.jpg": "",
- "news_mummy.jpg": "en",
- "goal_007.jpg": "",
- "new_bestciv2_6.jpg": "en",
- "quest_altar_azteca.jpg": "",
- "trolsentado.png": "",
- "goal_038.jpg": "",
- "vaca.png": "",
- "aldeana-regalos.png": "",
- "quest_princess.jpg": "",
- "offer_pack_23.png": "en",
- "recruitprize_602.jpg": "",
- "tournament_friends.jpg": "",
- "offer_pack_66.png": "en",
- "news_newtowers.jpg": "en",
- "island_location.png": "",
- "news_trolls_discount.jpg": "en",
- "recruitprize_603.jpg": "",
- "b_11.png": "",
- "magic_shield.jpg": "",
- "new_nestmonster.jpg": "en",
- "monsterNestInactive.jpg": "",
- "goal_068.jpg": "",
- "goal_051.jpg": "",
- "nino_05.png": "",
- "offer_pack_69.png": "en",
- "magic_range_increaser.jpg": "",
- "goal_091.jpg": "",
- "offer_pack_54.png": "en",
- "offer_pack_31.png": "en",
- "morocco_dealer.png": "",
- "goal_042.jpg": "",
- "quest_mill.jpg": "",
- "molinollamaspopup.jpg": "",
- "princess2.png": "",
- "princess.png": "",
- "news_atlantis.jpg": "en",
- "goal_045.jpg": "",
- "magic_enlarge.jpg": "",
- "nino_01.png": "",
- "new_necro1.jpg": "en",
- "collect_s1.jpg": "",
- "popupDragonProgress5.swf": "",
- "new_civork1.jpg": "en",
- "tournament_weekly_cash.jpg": "",
- "goal_009.jpg": "",
- "new_bahamut_riders.jpg": "en",
- "quest_yeti_negro.jpg": "",
- "popupDragonProgress1.swf": "",
- "offer_pack_11.png": "en",
- "goal_076.jpg": "",
- "goal_059.jpg": "",
- "new_hardcore.jpg": "en",
- "new_tourney.jpg": "en",
- "offer_pack_70.png": "en",
- "new_bestciv2_4.jpg": "en",
- "ganas_defensa.jpg": "",
- "new_bestciv3_5.jpg": "en",
- "news_atlantis2.jpg": "en",
- "b_4.png": "",
- "offer_pack_70.jpg": "en",
- "goal_014.jpg": "",
- "offer_pack_71.png": "en",
- "goal_003.jpg": "",
- "tournament_weekly_gold.jpg": "",
- "prisonarchers.png": "",
- "offer_pack_26.png": "en",
- "goal_097.jpg": "",
- "collect_w3.jpg": "",
- "SURVIVAL_NUBES.jpg": "",
- "jinete.png": "",
- "human-defeated.png": "",
- "offer_pack_19.png": "en"
- },
- "neighbor_assists": [
- {
- "notification": "helped to eliminate the trolls",
- "rnd": 0,
- "reward": {
- "coins": 50,
- "xp": 15,
- "cash": 0
- },
- "task": "Help! Some trolls are attacking my villagers!",
- "action": "Click OKAY to eliminate the trolls"
- },
- {
- "notification": "helped to heal sick fighters",
- "rnd": 0,
- "reward": {
- "coins": 50,
- "xp": 15,
- "cash": 0
- },
- "task": "Help! Some of my fighters got sick and I need them for the battle!",
- "action": "Click OKAY to heal sick fighters"
- },
- {
- "notification": "helped to repair damaged houses",
- "rnd": 0,
- "reward": {
- "coins": 50,
- "xp": 15,
- "cash": 0
- },
- "task": "Help! A heavy storm has damaged my houses!",
- "action": "Click OKAY to repair damaged houses"
- },
- {
- "notification": "provided you some water",
- "rnd": 0,
- "reward": {
- "coins": 50,
- "xp": 15,
- "cash": 0
- },
- "task": "Help! We ran out of water and our villagers are thirsty!",
- "action": "Click OKAY to provide some water"
- },
- {
- "notification": "helped to find the little villager girl",
- "rnd": 0,
- "reward": {
- "coins": 50,
- "xp": 15,
- "cash": 0
- },
- "task": "Help! A little villager girl is lost and her mum can't find her!",
- "action": "Click OKAY to find the little villager girl"
- }
- ],
- "iphone_missions": {
- "1": {
- "name": "Lost Sands",
- "harbourIid": 0,
- "icon": "../img/iPhone/missions/desert.png",
- "rank": 1,
- "background": "../img/iPhone/missions/desert_background.png",
- "rankUpUnitsGived": [ 730, 779, 865, 626, 733, 629, 652 ],
- "missionGroupId": 1,
- "missions": {
- "1": {
- "itemsRequired": [],
- "lootUnits": [ 612, 613, 614 ],
- "name": "Anubis God",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 5,
- "reward": [
- {
- "qtyMin": 40,
- "type": "g",
- "qtyMax": 50
- },
- {
- "type": "x",
- "qty": 2
- }
- ],
- "missionId": 1
- },
- "2": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 3
- }
- ],
- "lootUnits": [ 577, 578, 607 ],
- "name": "The Hyksos",
- "lootChance": 20,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 10,
- "reward": [
- {
- "qtyMin": 80,
- "type": "g",
- "qtyMax": 100
- },
- {
- "type": "x",
- "qty": 3
- }
- ],
- "missionId": 2
- },
- "3": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- }
- ],
- "lootUnits": [ 614, 615, 616 ],
- "name": "The Evil Mummy",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 4,
- "stepEnergy": 10,
- "reward": [
- {
- "qtyMin": 90,
- "type": "g",
- "qtyMax": 110
- },
- {
- "type": "x",
- "qty": 5
- }
- ],
- "missionId": 3
- },
- "4": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 1
- }
- ],
- "lootUnits": [ 619, 620, 623 ],
- "name": "Neptune",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 5,
- "stepEnergy": 15,
- "reward": [
- {
- "qtyMin": 120,
- "type": "g",
- "qtyMax": 150
- },
- {
- "type": "x",
- "qty": 7
- }
- ],
- "missionId": 4
- },
- "5": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 3
- }
- ],
- "lootUnits": [ 603, 718, 535 ],
- "name": "Detestable Ra",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 6,
- "stepEnergy": 15,
- "reward": [
- {
- "qtyMin": 70,
- "type": "w",
- "qtyMax": 80
- },
- {
- "type": "x",
- "qty": 10
- }
- ],
- "missionId": 5
- },
- "6": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- }
- ],
- "lootUnits": [ 603, 533, 535 ],
- "name": "The Ruler Priest",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 7,
- "stepEnergy": 20,
- "reward": [
- {
- "qtyMin": 180,
- "type": "g",
- "qtyMax": 200
- },
- {
- "type": "x",
- "qty": 12
- }
- ],
- "missionId": 6
- },
- "7": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 3
- }
- ],
- "lootUnits": [ 626, 606, 618 ],
- "name": "The Sphynx",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 8,
- "stepEnergy": 20,
- "reward": [
- {
- "qtyMin": 190,
- "type": "g",
- "qtyMax": 220
- },
- {
- "type": "x",
- "qty": 15
- }
- ],
- "missionId": 7
- },
- "8": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 5
- }
- ],
- "lootUnits": [ 628, 638, 539 ],
- "name": "Big Pyramid",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 9,
- "stepEnergy": 25,
- "reward": [
- {
- "qtyMin": 230,
- "type": "f",
- "qtyMax": 250
- },
- {
- "type": "x",
- "qty": 18
- }
- ],
- "missionId": 8
- },
- "9": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 7
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 7
- }
- ],
- "lootUnits": [ 652, 608, 662 ],
- "name": "Sacrifice Ritual",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 25,
- "reward": [
- {
- "qtyMin": 240,
- "type": "g",
- "qtyMax": 260
- },
- {
- "type": "x",
- "qty": 20
- }
- ],
- "missionId": 9
- },
- "10": {
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 9
- },
- {
- "item_id": 516,
- "quantity": 7
- },
- {
- "item_id": 512,
- "quantity": 7
- },
- {
- "item_id": 519,
- "quantity": 3
- }
- ],
- "lootUnits": [ 687, 698, 540 ],
- "name": "The Greek BIG BOSS",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 30,
- "reward": [
- {
- "qtyMin": 300,
- "type": "g",
- "qtyMax": 320
- },
- {
- "type": "x",
- "qty": 22
- }
- ],
- "missionId": 10
- }
- }
- },
- "2": {
- "name": "Britania",
- "harbourIid": 50005,
- "icon": "../img/iPhone/missions/forest.png",
- "rank": 1,
- "background": "../img/iPhone/missions/forest_background.png",
- "rankUpUnitsGived": [ 651, 701, 750, 683, 729, 2005, 702 ],
- "missionGroupId": 2,
- "missions": {
- "1": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 7
- }
- ],
- "lootUnits": [ 612, 628, 614 ],
- "name": "Willy Wallace",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 25,
- "reward": [
- {
- "qtyMin": 350,
- "type": "g",
- "qtyMax": 380
- },
- {
- "type": "x",
- "qty": 10
- }
- ],
- "missionId": 1
- },
- "2": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 10
- }
- ],
- "lootUnits": [ 622, 578, 607 ],
- "name": "Skirt Issues",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 25,
- "reward": [
- {
- "qtyMin": 375,
- "type": "g",
- "qtyMax": 400
- },
- {
- "type": "x",
- "qty": 15
- }
- ],
- "missionId": 2
- },
- "3": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 15
- }
- ],
- "lootUnits": [ 614, 520, 616 ],
- "name": "Camelot path",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 4,
- "stepEnergy": 30,
- "reward": [
- {
- "qtyMin": 420,
- "type": "g",
- "qtyMax": 440
- },
- {
- "type": "x",
- "qty": 20
- }
- ],
- "missionId": 3
- },
- "4": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 5
- }
- ],
- "lootUnits": [ 619, 627, 623 ],
- "name": "Round Table",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 5,
- "stepEnergy": 30,
- "reward": [
- {
- "qtyMin": 215,
- "type": "w",
- "qtyMax": 225
- },
- {
- "type": "x",
- "qty": 30
- }
- ],
- "missionId": 4
- },
- "5": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 10
- }
- ],
- "lootUnits": [ 603, 719, 535 ],
- "name": "Lady's Lake",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 6,
- "stepEnergy": 35,
- "reward": [
- {
- "qtyMin": 500,
- "type": "g",
- "qtyMax": 525
- },
- {
- "type": "x",
- "qty": 40
- }
- ],
- "missionId": 5
- },
- "6": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- }
- ],
- "lootUnits": [ 751, 533, 535 ],
- "name": "Sacred Sword",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 7,
- "stepEnergy": 35,
- "reward": [
- {
- "qtyMin": 510,
- "type": "g",
- "qtyMax": 540
- },
- {
- "type": "x",
- "qty": 50
- }
- ],
- "missionId": 6
- },
- "7": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 5
- }
- ],
- "lootUnits": [ 502, 606, 618 ],
- "name": "The Holy Grial",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 8,
- "stepEnergy": 40,
- "reward": [
- {
- "qtyMin": 580,
- "type": "f",
- "qtyMax": 600
- },
- {
- "type": "x",
- "qty": 60
- }
- ],
- "missionId": 7
- },
- "8": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 10
- }
- ],
- "lootUnits": [ 628, 683, 539 ],
- "name": "Druids Council",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 9,
- "stepEnergy": 40,
- "reward": [
- {
- "qtyMin": 600,
- "type": "g",
- "qtyMax": 620
- },
- {
- "type": "x",
- "qty": 80
- }
- ],
- "missionId": 8
- },
- "9": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 25
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 15
- }
- ],
- "lootUnits": [ 779, 608, 662 ],
- "name": "Finding herbs",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 45,
- "reward": [
- {
- "qtyMin": 675,
- "type": "g",
- "qtyMax": 680
- },
- {
- "type": "x",
- "qty": 100
- }
- ],
- "missionId": 9
- },
- "10": {
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 25
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 15
- },
- {
- "item_id": 520,
- "quantity": 5
- }
- ],
- "lootUnits": [ 687, 706, 540 ],
- "name": "Free Nessy",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 50,
- "reward": [
- {
- "qtyMin": 750,
- "type": "g",
- "qtyMax": 800
- },
- {
- "type": "x",
- "qty": 125
- }
- ],
- "missionId": 10
- }
- }
- },
- "3": {
- "name": "North Kingdom",
- "harbourIid": 50011,
- "icon": "../img/iPhone/missions/snow.png",
- "rank": 1,
- "background": "../img/iPhone/missions/snow_background.png",
- "rankUpUnitsGived": [ 769, 648, 704, 866, 712, 2027, 749 ],
- "missionGroupId": 3,
- "missions": {
- "1": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 10
- }
- ],
- "lootUnits": [ 802, 613, 614 ],
- "name": "Winter is coming",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 40,
- "reward": [
- {
- "qtyMin": 760,
- "type": "g",
- "qtyMax": 800
- },
- {
- "type": "x",
- "qty": 15
- }
- ],
- "missionId": 1
- },
- "2": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 15
- }
- ],
- "lootUnits": [ 577, 712, 607 ],
- "name": "Ice Lake",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 40,
- "reward": [
- {
- "qtyMin": 780,
- "type": "g",
- "qtyMax": 800
- },
- {
- "type": "x",
- "qty": 20
- }
- ],
- "missionId": 2
- },
- "3": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- }
- ],
- "lootUnits": [ 557, 615, 616 ],
- "name": "Cold Mountain",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 4,
- "stepEnergy": 45,
- "reward": [
- {
- "qtyMin": 880,
- "type": "g",
- "qtyMax": 900
- },
- {
- "type": "x",
- "qty": 30
- }
- ],
- "missionId": 3
- },
- "4": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 5
- }
- ],
- "lootUnits": [ 619, 870, 623 ],
- "name": "Penguin runaway",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 5,
- "stepEnergy": 45,
- "reward": [
- {
- "qtyMin": 440,
- "type": "w",
- "qtyMax": 450
- },
- {
- "type": "x",
- "qty": 40
- }
- ],
- "missionId": 4
- },
- "5": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 10
- }
- ],
- "lootUnits": [ 603, 718, 508 ],
- "name": "Alpine Trolls",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 6,
- "stepEnergy": 50,
- "reward": [
- {
- "qtyMin": 950,
- "type": "g",
- "qtyMax": 1000
- },
- {
- "type": "x",
- "qty": 50
- }
- ],
- "missionId": 5
- },
- "6": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 15
- }
- ],
- "lootUnits": [ 603, 721, 535 ],
- "name": "Avalanche",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 7,
- "stepEnergy": 50,
- "reward": [
- {
- "qtyMin": 980,
- "type": "g",
- "qtyMax": 1000
- },
- {
- "type": "x",
- "qty": 60
- }
- ],
- "missionId": 6
- },
- "7": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 15
- },
- {
- "item_id": 514,
- "quantity": 7
- }
- ],
- "lootUnits": [ 768, 606, 618 ],
- "name": "Frozen Cave",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 8,
- "stepEnergy": 60,
- "reward": [
- {
- "qtyMin": 1100,
- "type": "f",
- "qtyMax": 1200
- },
- {
- "type": "x",
- "qty": 80
- }
- ],
- "missionId": 7
- },
- "8": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 15
- },
- {
- "item_id": 514,
- "quantity": 12
- }
- ],
- "lootUnits": [ 628, 825, 539 ],
- "name": "White Forest",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 9,
- "stepEnergy": 60,
- "reward": [
- {
- "qtyMin": 1150,
- "type": "g",
- "qtyMax": 1200
- },
- {
- "type": "x",
- "qty": 100
- }
- ],
- "missionId": 8
- },
- "9": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 20
- },
- {
- "item_id": 514,
- "quantity": 15
- }
- ],
- "lootUnits": [ 652, 651, 662 ],
- "name": "Let it snow",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 70,
- "reward": [
- {
- "qtyMin": 1380,
- "type": "g",
- "qtyMax": 1400
- },
- {
- "type": "x",
- "qty": 125
- }
- ],
- "missionId": 9
- },
- "10": {
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 30
- },
- {
- "item_id": 518,
- "quantity": 25
- },
- {
- "item_id": 514,
- "quantity": 20
- },
- {
- "item_id": 521,
- "quantity": 10
- }
- ],
- "lootUnits": [ 652, 698, 540 ],
- "name": "Yeti's Patriarch",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 75,
- "reward": [
- {
- "qtyMin": 1450,
- "type": "g",
- "qtyMax": 1500
- },
- {
- "type": "x",
- "qty": 150
- }
- ],
- "missionId": 10
- }
- }
- },
- "4": {
- "name": "Oriental War",
- "harbourIid": 50022,
- "icon": "../img/iPhone/missions/japan.png",
- "rank": 1,
- "background": "../img/iPhone/missions/japan_background.png",
- "rankUpUnitsGived": [ 790, 655, 771, 721, 732, 715, 822 ],
- "missionGroupId": 4,
- "missions": {
- "1": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 15
- }
- ],
- "lootUnits": [ 612, 613, 554 ],
- "name": "Samurai Path",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 60,
- "reward": [
- {
- "qtyMin": 1450,
- "type": "g",
- "qtyMax": 1500
- },
- {
- "type": "x",
- "qty": 20
- }
- ],
- "missionId": 1
- },
- "2": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 20
- }
- ],
- "lootUnits": [ 705, 578, 607 ],
- "name": "Cherry Blossom",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 60,
- "reward": [
- {
- "qtyMin": 1480,
- "type": "g",
- "qtyMax": 1500
- },
- {
- "type": "x",
- "qty": 30
- }
- ],
- "missionId": 2
- },
- "3": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- }
- ],
- "lootUnits": [ 614, 729, 616 ],
- "name": "Hidden Village",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 4,
- "stepEnergy": 65,
- "reward": [
- {
- "qtyMin": 1500,
- "type": "g",
- "qtyMax": 1600
- },
- {
- "type": "x",
- "qty": 40
- }
- ],
- "missionId": 3
- },
- "4": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 10
- }
- ],
- "lootUnits": [ 619, 620, 623 ],
- "name": "Fireworks night",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 5,
- "stepEnergy": 65,
- "reward": [
- {
- "qtyMin": 750,
- "type": "w",
- "qtyMax": 800
- },
- {
- "type": "x",
- "qty": 50
- }
- ],
- "missionId": 4
- },
- "5": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 15
- }
- ],
- "lootUnits": [ 750, 718, 535 ],
- "name": "The Shogunate",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 6,
- "stepEnergy": 70,
- "reward": [
- {
- "qtyMin": 1600,
- "type": "g",
- "qtyMax": 1700
- },
- {
- "type": "x",
- "qty": 60
- }
- ],
- "missionId": 5
- },
- "6": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- }
- ],
- "lootUnits": [ 603, 533, 761 ],
- "name": "Kung Fu lessons",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 7,
- "stepEnergy": 70,
- "reward": [
- {
- "qtyMin": 1650,
- "type": "g",
- "qtyMax": 1700
- },
- {
- "type": "x",
- "qty": 80
- }
- ],
- "missionId": 6
- },
- "7": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- },
- {
- "item_id": 540,
- "quantity": 10
- }
- ],
- "lootUnits": [ 797, 606, 618 ],
- "name": "Seven Swords",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 8,
- "stepEnergy": 75,
- "reward": [
- {
- "qtyMin": 1800,
- "type": "f",
- "qtyMax": 1900
- },
- {
- "type": "x",
- "qty": 100
- }
- ],
- "missionId": 7
- },
- "8": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- },
- {
- "item_id": 540,
- "quantity": 15
- }
- ],
- "lootUnits": [ 628, 635, 539 ],
- "name": "Katana Forge",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 9,
- "stepEnergy": 75,
- "reward": [
- {
- "qtyMin": 1850,
- "type": "g",
- "qtyMax": 1900
- },
- {
- "type": "x",
- "qty": 125
- }
- ],
- "missionId": 8
- },
- "9": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 25
- },
- {
- "item_id": 540,
- "quantity": 20
- }
- ],
- "lootUnits": [ 652, 608, 629 ],
- "name": "Dragon Mountain",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 80,
- "reward": [
- {
- "qtyMin": 1900,
- "type": "g",
- "qtyMax": 2000
- },
- {
- "type": "x",
- "qty": 150
- }
- ],
- "missionId": 9
- },
- "10": {
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 25
- },
- {
- "item_id": 540,
- "quantity": 20
- },
- {
- "item_id": 541,
- "quantity": 10
- }
- ],
- "lootUnits": [ 699, 698, 540 ],
- "name": "The Ocher Ninja",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 80,
- "reward": [
- {
- "qtyMin": 1950,
- "type": "g",
- "qtyMax": 2000
- },
- {
- "type": "x",
- "qty": 175
- }
- ],
- "missionId": 10
- }
- }
- },
- "5": {
- "name": "Ancient Greece",
- "harbourIid": 50023,
- "icon": "../img/iPhone/missions/mineral.png",
- "rank": 1,
- "background": "../img/iPhone/missions/mineral_background.png",
- "rankUpUnitsGived": [ 813, 663, 796, 643, 694, 661, 635 ],
- "missionGroupId": 5,
- "missions": {
- "1": {
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 20
- }
- ],
- "lootUnits": [ 612, 648, 614 ],
- "name": "Spartan meeting",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 70,
- "reward": [
- {
- "qtyMin": 2000,
- "type": "g",
- "qtyMax": 2100
- },
- {
- "type": "x",
- "qty": 30
- }
- ],
- "missionId": 1
- },
- "2": {
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 25
- }
- ],
- "lootUnits": [ 644, 578, 607 ],
- "name": "This is madness",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 70,
- "reward": [
- {
- "qtyMin": 2050,
- "type": "g",
- "qtyMax": 2100
- },
- {
- "type": "x",
- "qty": 40
- }
- ],
- "missionId": 2
- },
- "3": {
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 30
- }
- ],
- "lootUnits": [ 614, 663, 616 ],
- "name": "Olympia crisis",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 4,
- "stepEnergy": 80,
- "reward": [
- {
- "qtyMin": 2300,
- "type": "g",
- "qtyMax": 2400
- },
- {
- "type": "x",
- "qty": 50
- }
- ],
- "missionId": 3
- },
- "4": {
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 15
- }
- ],
- "lootUnits": [ 655, 620, 623 ],
- "name": "Zeus request",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 5,
- "stepEnergy": 80,
- "reward": [
- {
- "qtyMin": 1100,
- "type": "w",
- "qtyMax": 1200
- },
- {
- "type": "x",
- "qty": 60
- }
- ],
- "missionId": 4
- },
- "5": {
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 20
- }
- ],
- "lootUnits": [ 603, 647, 535 ],
- "name": "Scylla's crossing",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 6,
- "stepEnergy": 90,
- "reward": [
- {
- "qtyMin": 2600,
- "type": "g",
- "qtyMax": 2700
- },
- {
- "type": "x",
- "qty": 80
- }
- ],
- "missionId": 5
- },
- "6": {
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- }
- ],
- "lootUnits": [ 603, 533, 700 ],
- "name": "Temple run",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 7,
- "stepEnergy": 90,
- "reward": [
- {
- "qtyMin": 2650,
- "type": "g",
- "qtyMax": 2700
- },
- {
- "type": "x",
- "qty": 100
- }
- ],
- "missionId": 6
- },
- "7": {
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 15
- }
- ],
- "lootUnits": [ 626, 774, 618 ],
- "name": "Pan's Flute",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 8,
- "stepEnergy": 100,
- "reward": [
- {
- "qtyMin": 2900,
- "type": "f",
- "qtyMax": 3000
- },
- {
- "type": "x",
- "qty": 125
- }
- ],
- "missionId": 7
- },
- "8": {
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 20
- }
- ],
- "lootUnits": [ 749, 638, 539 ],
- "name": "Colossus' shadow",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 9,
- "stepEnergy": 100,
- "reward": [
- {
- "qtyMin": 2950,
- "type": "g",
- "qtyMax": 3000
- },
- {
- "type": "x",
- "qty": 150
- }
- ],
- "missionId": 8
- },
- "9": {
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 25
- }
- ],
- "lootUnits": [ 652, 702, 662 ],
- "name": "Row of the Titans",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 100,
- "reward": [
- {
- "qtyMin": 2975,
- "type": "g",
- "qtyMax": 3000
- },
- {
- "type": "x",
- "qty": 175
- }
- ],
- "missionId": 9
- },
- "10": {
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 541,
- "quantity": 25
- },
- {
- "item_id": 662,
- "quantity": 15
- }
- ],
- "lootUnits": [ 687, 660, 540 ],
- "name": "The Thunderbirds",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 100,
- "reward": [
- {
- "qtyMin": 2990,
- "type": "g",
- "qtyMax": 3100
- },
- {
- "type": "x",
- "qty": 200
- }
- ],
- "missionId": 10
- }
- }
- },
- "6": {
- "name": "Mountain",
- "harbourIid": 50024,
- "icon": "../img/iPhone/missions/mountain.png",
- "rank": 1,
- "background": "../img/iPhone/missions/mountain_background.png",
- "rankUpUnitsGived": [ 814, 700, 711, 754, 867, 872, 765 ],
- "missionGroupId": 6,
- "missions": {
- "1": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 25
- }
- ],
- "lootUnits": [ 612, 752, 614 ],
- "name": "The ascent",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 100,
- "reward": [
- {
- "qtyMin": 3400,
- "type": "g",
- "qtyMax": 3500
- },
- {
- "type": "x",
- "qty": 40
- }
- ],
- "missionId": 1
- },
- "2": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 30
- }
- ],
- "lootUnits": [ 795, 578, 607 ],
- "name": "Vertical limit",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 3,
- "stepEnergy": 120,
- "reward": [
- {
- "qtyMin": 4100,
- "type": "g",
- "qtyMax": 4200
- },
- {
- "type": "x",
- "qty": 50
- }
- ],
- "missionId": 2
- },
- "3": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 35
- }
- ],
- "lootUnits": [ 614, 661, 616 ],
- "name": "Cliffhanger",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 4,
- "stepEnergy": 140,
- "reward": [
- {
- "qtyMin": 4700,
- "type": "g",
- "qtyMax": 4900
- },
- {
- "type": "x",
- "qty": 60
- }
- ],
- "missionId": 3
- },
- "4": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 20
- }
- ],
- "lootUnits": [ 715, 620, 623 ],
- "name": "Crumbling",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 5,
- "stepEnergy": 150,
- "reward": [
- {
- "qtyMin": 2400,
- "type": "w",
- "qtyMax": 2600
- },
- {
- "type": "x",
- "qty": 80
- }
- ],
- "missionId": 4
- },
- "5": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 25
- }
- ],
- "lootUnits": [ 603, 724, 535 ],
- "name": "127 hours",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 6,
- "stepEnergy": 160,
- "reward": [
- {
- "qtyMin": 5400,
- "type": "g",
- "qtyMax": 5600
- },
- {
- "type": "x",
- "qty": 100
- }
- ],
- "missionId": 5
- },
- "6": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- }
- ],
- "lootUnits": [ 603, 533, 789 ],
- "name": "To the top",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 7,
- "stepEnergy": 170,
- "reward": [
- {
- "qtyMin": 5700,
- "type": "g",
- "qtyMax": 5950
- },
- {
- "type": "x",
- "qty": 125
- }
- ],
- "missionId": 6
- },
- "7": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 20
- }
- ],
- "lootUnits": [ 756, 606, 618 ],
- "name": "The conquest",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 8,
- "stepEnergy": 180,
- "reward": [
- {
- "qtyMin": 6150,
- "type": "f",
- "qtyMax": 6300
- },
- {
- "type": "x",
- "qty": 150
- }
- ],
- "missionId": 7
- },
- "8": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 25
- }
- ],
- "lootUnits": [ 628, 764, 539 ],
- "name": "Rocks & dust",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 9,
- "stepEnergy": 200,
- "reward": [
- {
- "qtyMin": 6800,
- "type": "g",
- "qtyMax": 7000
- },
- {
- "type": "x",
- "qty": 175
- }
- ],
- "missionId": 8
- },
- "9": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 30
- }
- ],
- "lootUnits": [ 799, 608, 662 ],
- "name": "Going down",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 220,
- "reward": [
- {
- "qtyMin": 7500,
- "type": "g",
- "qtyMax": 7700
- },
- {
- "type": "x",
- "qty": 200
- }
- ],
- "missionId": 9
- },
- "10": {
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 30
- },
- {
- "item_id": 610,
- "quantity": 20
- }
- ],
- "lootUnits": [ 742, 698, 540 ],
- "name": "The Third Man",
- "lootChance": 10,
- "currentStep": 0,
- "totalSteps": 10,
- "stepEnergy": 250,
- "reward": [
- {
- "qtyMin": 8500,
- "type": "g",
- "qtyMax": 8750
- },
- {
- "type": "x",
- "qty": 250
- }
- ],
- "missionId": 10
- }
- }
- }
- },
- "missions": [
- {
- "description": "你需要农民收集资源。点击你的市政厅,然后在底部的按钮面板点击TRAIN。",
- "hint": "",
- "reward": 10,
- "id": 2,
- "title": "招募农民"
- },
- {
- "description": "你的农场土地需要农民生产食品。首先点击一个村民,然后点击的农场土地。",
- "hint": "",
- "reward": 10,
- "id": 3,
- "title": "将农民放到农田工作"
- },
- {
- "description": "当食物成熟后出现一个图标。点击它来获得资源!",
- "hint": "",
- "reward": 10,
- "id": 4,
- "title": "收集食物"
- },
- {
- "description": "你得到的食物,但你也需要木材。点击一个村民,再次点击一棵树。村民会自动切断所有周围的树!",
- "hint": "",
- "reward": 10,
- "id": 5,
- "title": "砍树获得木材"
- },
- {
- "description": "旋转鼠标滚轮或单击并拖动滑块在右下角的屏幕放大/缩小。它将帮助你发现建筑或单位!",
- "hint": "",
- "reward": 10,
- "id": 6,
- "title": "Move 移动鼠标滚轮缩放"
- },
- {
- "description": "农场土地是必不可少的增加你的帝国资源,因为他们给你提供食物。到 BUILD>建筑>资源选择建造农场土地。",
- "hint": "",
- "reward": 12,
- "id": 7,
- "title": "建一个农场土地"
- },
- {
- "description": "村民和战士住在房子里!房子越建越多,就可以训练更多的单位。去 BUILD>建筑>房子 选建造房子。",
- "hint": "",
- "reward": 14,
- "id": 8,
- "title": "建一个房子"
- },
- {
- "description": "你需要一个陆军在未来战斗!点击“建造”按钮,选择“攻击”范畴,最后点击兵营建筑。",
- "hint": "",
- "reward": 16,
- "id": 9,
- "title": "建造兵营"
- },
- {
- "description": "开始建立你的军队招募一些矛兵。点击兵营建筑,然后点击TRAIN按钮在界面下方面板。重复3次。",
- "hint": "",
- "reward": 18,
- "id": 10,
- "title": "招募3个矛兵"
- },
- {
- "description": "在市政厅,然后上车按钮在较低的界面。这样做两次训练2村民。",
- "hint": "",
- "reward": 20,
- "id": 11,
- "title": "招募2的农民"
- },
- {
- "description": "磨坊将为您提供食品,如农场的土地。去建设>建筑>资源建立磨坊。",
- "hint": "",
- "reward": 22,
- "id": 12,
- "title": "建立磨坊"
- },
- {
- "description": "磨坊的工作并不孤单!他们需要农民。选择一个农民并点击该厂把他放进去。",
- "hint": "",
- "reward": 24,
- "id": 13,
- "title": "将农民放进磨坊"
- },
- {
- "description": "选择一个选项你想,开始生产的数量。",
- "hint": "",
- "reward": 26,
- "id": 14,
- "title": "选择工作时间"
- },
- {
- "description": "增加你的食物的结果增加另一个农民到磨坊!(如果你没有任何农民可用,你可以训练他们在市政厅)",
- "hint": "",
- "reward": 28,
- "id": 15,
- "title": "把另一个农民放进磨坊"
- },
- {
- "description": "如果你没有资源,培训农民,你可以得到你的建筑物。点击你的磨,然后点击一个村民肖像下得到了您的农民。",
- "hint": "",
- "reward": 30,
- "id": 16,
- "title": "让农民出磨坊"
- },
- {
- "description": "金会让你更强大!它是用来训练最好的单位。选择一个村民和点击一个金矿脉(探索地图寻找金脉)",
- "hint": "",
- "reward": 32,
- "id": 17,
- "title": "收取3黄金"
- },
- {
- "description": "双击1次选择3个,并把它们放到城镇大厅喷泉的附近。双击是非常有用的!",
- "hint": "",
- "reward": 34,
- "id": 18,
- "title": "选择双击"
- },
- {
- "description": "点击右下方形工具界面,然后点击并拖动选择单位。(你也可以使用<空格>,它更容易和更快!)然后3巨魔攻击。",
- "hint": "",
- "reward": 36,
- "id": 19,
- "title": "杀死3个巨魔"
- },
- {
- "description": "绵羊是有趣的…美味的!但是他们需要一个牧场!建立一个要建立>建筑>资源。它将提供给你一些食物!",
- "hint": "",
- "reward": 38,
- "id": 20,
- "title": "建立绵羊牧场"
- },
- {
- "description": "好啊。如果你已经有一个牧场,现在去一些绵羊。选择一个村民和点击羊抓住它。",
- "hint": "",
- "reward": 40,
- "id": 21,
- "title": "捕获的羊"
- },
- {
- "description": "如果你已经抓获一只羊,选择它并发送到牧场!",
- "hint": "",
- "reward": 42,
- "id": 22,
- "title": "把绵羊放进牧场"
- },
- {
- "description": "当一个绵羊牧场准备收集(你会看到一个食物图标),点击它!",
- "hint": "",
- "reward": 44,
- "id": 23,
- "title": "收集绵羊牧场"
- },
- {
- "description": "建立3个农场的土地养活你的士兵!记住你可以训练你的市政厅村民,直接向他们的农场,生产更多的食物,同时。",
- "hint": "",
- "reward": 46,
- "id": 24,
- "title": "建立3个农田"
- },
- {
- "description": "收集5个农场的土地。重要:农场土地需求的木材被重建,努力总有一些在您的清单(见统计在屏幕的左上角)。",
- "hint": "",
- "reward": 48,
- "id": 25,
- "title": "收集5单位农田"
- },
- {
- "description": "建造4个住房增加人口上限。(建>建筑>房屋)",
- "hint": "",
- "reward": 52,
- "id": 26,
- "title": "建立4所房子"
- },
- {
- "description": "黄金也可以通过金矿得到,你可以建立一个金矿。去建筑>资源并建立它!",
- "hint": "",
- "reward": 54,
- "id": 27,
- "title": "建立金矿"
- },
- {
- "description": "金矿需要农民才能提取黄金。把他们放入其中的一个金矿(如果你没有任何的农民,记得在市政厅招募)。",
- "hint": "",
- "reward": 56,
- "id": 28,
- "title": "把农民放到金矿"
- },
- {
- "description": "射箭将让您可以招募弓箭手步兵。射箭兵比普通步兵有更长的攻击距离。你可以找到射箭营房在商店中。",
- "hint": "",
- "reward": 58,
- "id": 29,
- "title": "建立射箭营房"
- },
- {
- "description": "在射箭营房招募3个弓箭手!记住,点击TRAIN按钮在底部。",
- "hint": "",
- "reward": 60,
- "id": 30,
- "title": "招募3个弓箭手"
- },
- {
- "description": "是时间与巨魔战斗了!选择你的单位用右下角的框选工具或直接双击。然后点击一个邪恶的巨魔攻击他!",
- "hint": "",
- "reward": 62,
- "id": 31,
- "title": "杀死5个以上的巨魔"
- },
- {
- "description": "这不仅仅是对战!放一些装饰在你的帝国让它更漂亮!去商店选择5个装饰吧!",
- "hint": "",
- "reward": 64,
- "id": 32,
- "title": "建立5 个装饰品"
- },
- {
- "description": "每一个帝国有一个名字!但是名字不能太长!点击你的帝国的名字在右上角。",
- "hint": "",
- "reward": 66,
- "id": 33,
- "title": "设置你的帝国名字"
- },
- {
- "description": "点击一个村民并点击一棵树开始收集。如果树附近的一组树,村民会自动把它们全部都收集了!",
- "hint": "",
- "reward": 68,
- "id": 34,
- "title": "砍10棵树"
- },
- {
- "description": "石头对建立防御结构是非常重要的!用你的村民收收集10块石!",
- "hint": "",
- "reward": 70,
- "id": 35,
- "title": "收集10块石头"
- },
- {
- "description": "在市政厅的附近建设2个塔可以保护帝国不被敌人入侵。这是你最重要的建筑!(BUILD > Defense)",
- "hint": "",
- "reward": 72,
- "id": 36,
- "title": "建设2个塔市政厅在附近"
- },
- {
- "description": "建立一个排20个单位的防御墙,请到商店里防御类选择操作。",
- "hint": "",
- "reward": 74,
- "id": 37,
- "title": "建筑墙"
- },
- {
- "description": "用面板里的移动工具墙,移动墙。(定向交叉图标)。",
- "hint": "",
- "reward": 76,
- "id": 38,
- "title": "移动墙"
- },
- {
- "description": "你的军队需要骑兵!建立一个马厩培养轻骑士。(BUILD > Attack)",
- "hint": "",
- "reward": 78,
- "id": 39,
- "title": "建造马厩"
- },
- {
- "description": "你需要更多的勇士在面对你的第一次战役!请在马厩训练3个骑士!",
- "hint": "",
- "reward": 80,
- "id": 40,
- "title": "训练3个骑士"
- },
- {
- "description": "在下方面面板选择框选工具进行操作,也可以用空格键进行。",
- "hint": "",
- "reward": 82,
- "id": 41,
- "title": "用框选工具选择单位"
- },
- {
- "description": "杀死所有的巨魔!可以看到它们分散在地图的四周,请开始行动吧,为了我们的帝国!",
- "hint": "",
- "reward": 84,
- "id": 42,
- "title": "杀死所有的巨魔"
- },
- {
- "description": "当你杀死所有的巨魔,公主就会得到自由!",
- "hint": "",
- "reward": 150,
- "id": 43,
- "title": "拯救公主!"
- },
- {
- "description": "点击肖像#0# 在底部界面,可以看看别的帝国是多么的美丽!",
- "hint": "",
- "reward": 88,
- "id": 44,
- "title": "访问 #0#!"
- },
- {
- "description": "建立一个木材厂放放入一个村民开始生产木材! ( BUILD > Buildings > Resources).",
- "hint": "",
- "reward": 90,
- "id": 45,
- "title": "建立木材厂并将农民放入"
- },
- {
- "description": "选择一个工作时间,根据时间的不同产出的木材也不同。",
- "hint": "",
- "reward": 92,
- "id": 46,
- "title": "选择一个工作时间"
- },
- {
- "description": "为了提高速度可以将另一个村民放入。(如果没有可用的村民,请到市政厅训练)",
- "hint": "",
- "reward": 94,
- "id": 47,
- "title": "把另一个村民放入木材厂"
- },
- {
- "description": "建立一个奶牛牧场。 (BUILD > Buildings > Resources)",
- "hint": "",
- "reward": 96,
- "id": 48,
- "title": "建立奶牛牧场"
- },
- {
- "description": "把牛放入牧场就可以生产一些食品。",
- "hint": "",
- "reward": 98,
- "id": 49,
- "title": "把牛放入牧场"
- },
- {
- "description": "建立一个市场就可以进行购买和出售资源!(BUILD > Buildings > Miscellaneous)",
- "hint": "",
- "reward": 100,
- "id": 50,
- "title": "建立市场"
- },
- {
- "description": "为了开启市场,请招聘朋友进入市场!",
- "hint": "",
- "reward": 102,
- "id": 51,
- "title": "招聘朋友进入市场"
- },
- {
- "description": "钞票是有用的采购单位,建筑,礼品中也需要用到它!",
- "hint": "",
- "reward": 104,
- "id": 52,
- "title": "消耗1个钞票"
- },
- {
- "description": "一旦你已经放入了一定数量的朋友,就可以成功的开启它!",
- "hint": "",
- "reward": 106,
- "id": 53,
- "title": "开启市场"
- },
- {
- "description": "点击该图标在右下角的面板,然后点击奖杯图标。如果你完成了这些集合可以得到独特的战士和礼品!",
- "hint": "",
- "reward": 108,
- "id": 54,
- "title": "检查收藏品集合"
- },
- {
- "description": "连续玩3天,点击每日奖金袋在屏幕右方获得额外的金钱!",
- "hint": "",
- "reward": 150,
- "id": 55,
- "title": "连续3天获得每日奖金"
- },
- {
- "description": "到达40人口,你的帝国要开始扩张了!",
- "hint": "",
- "reward": 112,
- "id": 56,
- "title": "达到40人口"
- },
- {
- "description": "获得10金脉,很快你就会需要它!",
- "hint": "",
- "reward": 114,
- "id": 57,
- "title": "收获10个金矿"
- },
- {
- "description": "建立防御建筑石头是非常必要。建立一个石矿开始生产这种资源! (BUILD > Buildings > Resources)",
- "hint": "",
- "reward": 116,
- "id": 58,
- "title": "建石矿I"
- },
- {
- "description": "Attacking other players provides much gold and xp! Click on the WORLD icon (blue) at the top, then click on the Attack button of a player. Read the Battle Help before starting!",
- "hint": "",
- "reward": 118,
- "id": 59,
- "title": "攻击1玩家"
- },
- {
- "description": "Click on the WORLD button (blue icon on top right) and then click on the OPTIONS button at the top of the screen. Select the 'My defensive strategy' button and choose your units behavior.",
- "hint": "",
- "reward": 120,
- "id": 60,
- "title": "防卫策略"
- },
- {
- "description": "收集磨坊中的食物",
- "hint": "",
- "reward": 122,
- "id": 61,
- "title": "收集磨坊中的食物"
- },
- {
- "description": "从木材厂中收集木材。",
- "hint": "",
- "reward": 124,
- "id": 62,
- "title": "收集木材厂"
- },
- {
- "description": "从石矿中收集资源。",
- "hint": "",
- "reward": 126,
- "id": 63,
- "title": "收集石矿"
- },
- {
- "description": "从金矿中收集黄金!",
- "hint": "",
- "reward": 128,
- "id": 64,
- "title": "收集金矿"
- },
- {
- "description": "在市场得到200单位石。先点击进入市场,就可进行交易!",
- "hint": "",
- "reward": 130,
- "id": 65,
- "title": "从市场得到200单位石头"
- },
- {
- "description": "在市场得到100木材。先点击进入市场,就可进行交易!",
- "hint": "",
- "reward": 132,
- "id": 66,
- "title": "从市场获得100木材"
- },
- {
- "description": "Click on the WORLD word in one of your friends portrait (if you can't see it, first click on the Assist word and come back to your empire) and attack him. For once he'll forgive you! =P",
- "hint": "",
- "reward": 134,
- "id": 67,
- "title": "Attack 1 friend!"
- },
- {
- "description": "Click on the WORLD button (blue) and then click on the BATTLE RESULTS button at the top of the screen. Then check your attacks and who attacked you!",
- "hint": "",
- "reward": 136,
- "id": 68,
- "title": "Check Attacks"
- },
- {
- "description": "二级房子可以容纳更多的人,先选中房子I,在下方面板点击UPGRADE按钮,就可以升级啦!",
- "hint": "",
- "reward": 138,
- "id": 69,
- "title": "建造二级房子"
- },
- {
- "description": "选中一个物品,点击下方收藏按钮,就可将该物品放入收藏室中。",
- "hint": "",
- "reward": 140,
- "id": 70,
- "title": "物品放入收藏室"
- },
- {
- "description": "Eagles allow you to spy your enemy before attacking him! Build one and hire friends to open it! (BUILD > Buildings > Miscellaneous)",
- "hint": "",
- "reward": 142,
- "id": 71,
- "title": "Build/Open Eagles I"
- },
- {
- "description": "在市场出售100木材单位。点击卖出按钮得到黄金!",
- "hint": "",
- "reward": 144,
- "id": 72,
- "title": "出售100单位木"
- },
- {
- "description": "点击扩张地图按钮,进行扩张。",
- "hint": "",
- "reward": 146,
- "id": 73,
- "title": "扩大地图"
- },
- {
- "description": "Build a workshop I to build rams and be able to destroy doors of enemies' fortifications (BUILD > Attack).",
- "hint": "",
- "reward": 148,
- "id": 74,
- "title": "建立工作坊 I"
- },
- {
- "description": "Free the 3 archers kidnapped by trolls! (daily mission)",
- "hint": "",
- "reward": 150,
- "id": 75,
- "title": "Free 3 archers"
- },
- {
- "description": "Kill 5 Devious Trolls. They are implied in the complot to destroy your empire!",
- "hint": "",
- "reward": 152,
- "id": 76,
- "title": "Kill 5 Devious trolls"
- },
- {
- "description": "Send 5 archers to attack the same tower, and afterwards send your melee units against the same tower!",
- "hint": "",
- "reward": 154,
- "id": 77,
- "title": "Coordinated Attack"
- },
- {
- "description": "Click on the world icon at the upper part and then on the SPY button on any player to spy his empire!",
- "hint": "",
- "reward": 156,
- "id": 78,
- "title": "Use Eagle"
- },
- {
- "description": "Defeat two players (including your friends!) to get gold... and glory!",
- "hint": "",
- "reward": 158,
- "id": 79,
- "title": "Defeat two players"
- },
- {
- "description": "Build a Harbor (Buildings > Miscellaneous), invite your friends and click on the OPEN button to explore the seas!",
- "hint": "",
- "reward": 160,
- "id": 80,
- "title": "Build Harbor"
- },
- {
- "description": "Once your Harbor is open, click on it and then press the Let's Sail button to see the map!",
- "hint": "",
- "reward": 162,
- "id": 81,
- "title": "Check the map"
- },
- {
- "description": "Use the Harbor to travel to Mysterious Isle and retrieve the treasure that the trolls stole to your ancestors! Complete Mysterious Island (1 star).",
- "hint": "",
- "reward": 164,
- "id": 82,
- "title": "Complete Mysterious Isle on 1 star"
- },
- {
- "description": "Upgrade your Barracks II to train stronger units! (Buildings > Attack or UPGRADE button in Barracks I interface)",
- "hint": "",
- "reward": 166,
- "id": 83,
- "title": "Upgrade Barracks II"
- },
- {
- "description": "Train 3 Swordsmen in your Barracks II... you'll need them soon!",
- "hint": "",
- "reward": 168,
- "id": 84,
- "title": "Train 3 Swordsmen"
- },
- {
- "description": "Access the map in another way: click on the world icon on top and then click on the ship surrounding the island.",
- "hint": "",
- "reward": 170,
- "id": 85,
- "title": "Sail in another way"
- },
- {
- "description": "Unknown Isle is a cold, hostile place, but in the loot that the Ravager Trolls protect lies hidden a nice amount of gold! Complete Unknown Isle (1 star).",
- "hint": "",
- "reward": 172,
- "id": 86,
- "title": "Complete Unknown Isle (1 star)"
- },
- {
- "description": "Build two Tower II in your empire. You will get rid of enemies faster! (BUILD > Defense)",
- "hint": "",
- "reward": 174,
- "id": 87,
- "title": "Build 2 tower II"
- },
- {
- "description": "Build 20 Wall II in the lower left row of your 1st acre (BUILD > Defense). You can also upgrade the Wall I you already have if you click on one wall and then click UPGRADE on the lower interface.",
- "hint": "",
- "reward": 176,
- "id": 88,
- "title": "Build 20 Wall II"
- },
- {
- "description": "Build 2 Pumpkin Crop to obtain more food.",
- "hint": "",
- "reward": 178,
- "id": 89,
- "title": "Build 2 Pumpkin Crop"
- },
- {
- "description": "Build an Allies Building and get 9 allies to open it!",
- "hint": "",
- "reward": 180,
- "id": 90,
- "title": "Invoke allies"
- },
- {
- "description": "Upgrade you Archery to train better archers! (Buildings > Attack)",
- "hint": "",
- "reward": 182,
- "id": 91,
- "title": "Upgrade to Archery II"
- },
- {
- "description": "The trolls have kidnapped some soldiers! Free them! (daily mission)",
- "hint": "",
- "reward": 186,
- "id": 93,
- "title": "Rescue Kidnapped Soldiers"
- },
- {
- "description": "Prove yourself and defeat 3 players... including your friends!",
- "hint": "",
- "reward": 188,
- "id": 94,
- "title": "Defeat 3 players"
- },
- {
- "description": "Build the Mill II to increase food production.",
- "hint": "",
- "reward": 190,
- "id": 95,
- "title": "Build Mill II"
- },
- {
- "description": "Recruit 6 friends to open the mill.",
- "hint": "",
- "reward": 192,
- "id": 96,
- "title": "Recruit 6 friends for Mill II"
- },
- {
- "description": "Hire all villagers in your new mill to take full advantage of it!",
- "hint": "",
- "reward": 194,
- "id": 97,
- "title": "Hire all villagers in Mill II"
- },
- {
- "description": "Leave the mill collecting for 8 hours.",
- "hint": "",
- "reward": 196,
- "id": 98,
- "title": "8 hours Mill"
- },
- {
- "description": "Upgrade your Market to Market II to buy or sell more resources.",
- "hint": "",
- "reward": 198,
- "id": 99,
- "title": "Upgrade Market"
- },
- {
- "description": "Build 8 towers in your empire... the trolls will attack soon and you must protect yourself!",
- "hint": "",
- "reward": 200,
- "id": 100,
- "title": "Build 8 towers"
- },
- {
- "description": "If the trolls set fire to buildings of your empire, click on a villager and then click again on the fire to extinguish it!",
- "hint": "",
- "reward": 202,
- "id": 101,
- "title": "Extinguish fire"
- },
- {
- "description": "Visit a friend and help him to collect as many resources as you can!",
- "hint": "",
- "reward": 204,
- "id": 102,
- "title": "Help a friend"
- },
- {
- "description": "Build a Prize building and get allies to obtain fabulous special units! (Buildings > Miscellaneous)",
- "hint": "",
- "reward": 206,
- "id": 103,
- "title": "Build Prize Building"
- },
- {
- "description": "Tell 3 friends to help you get a fantastic special unit on your Prize Building!",
- "hint": "",
- "reward": 208,
- "id": 104,
- "title": "Get recruitment prize"
- },
- {
- "description": "Build the Training Stables to improve the mobility of your units!",
- "hint": "",
- "reward": 210,
- "id": 105,
- "title": "Build Traning Stables"
- },
- {
- "description": "Capture a horse with a villager or warrior and take it to the Training Stables.",
- "hint": "",
- "reward": 212,
- "id": 106,
- "title": "Capture a horse and..."
- },
- {
- "description": "Once you have put a horse, lead a Swordsman to the Training Stables to turn him into a medium knight!",
- "hint": "",
- "reward": 214,
- "id": 107,
- "title": "Lead Swordsman to Stables..."
- },
- {
- "description": "Complete Mysterious Isle on 2 stars to obtain much more gold and XP!",
- "hint": "",
- "reward": 216,
- "id": 108,
- "title": "Complete Mysterious Isle (2 stars)"
- },
- {
- "description": "Upgrade your Town Hall. Select it and click on UPGRADE at the bottom part of the interface.",
- "hint": "",
- "reward": 218,
- "id": 109,
- "title": "Upgrade Town Hall"
- },
- {
- "description": "Train 2 villagers in your new Town Hall. Now they will run as fast as a hare!",
- "hint": "",
- "reward": 220,
- "id": 110,
- "title": "Train 2 villagers"
- },
- {
- "description": "Upgrade Stables to Stables II to train heavier mounted units!",
- "hint": "",
- "reward": 222,
- "id": 111,
- "title": "Upgrade Stables"
- },
- {
- "description": "Train 3 Medium Knights... You're getting stronger every day!",
- "hint": "",
- "reward": 224,
- "id": 112,
- "title": "Train 3 Medium Knights"
- },
- {
- "description": "Get the Treasure Chest, defended by the trolls! (Daily mission)",
- "hint": "",
- "reward": 226,
- "id": 113,
- "title": "Get Treasure Chest!"
- },
- {
- "description": "Build the Allies Market so your friends can send you free resources! (Buildings > Miscellaneous)",
- "hint": "",
- "reward": 228,
- "id": 114,
- "title": "Build Allies Market"
- },
- {
- "description": "Tell your friends to help you and get at least 500 units of wood in the allies market!",
- "hint": "",
- "reward": 230,
- "id": 115,
- "title": "Get wood Allies Market"
- },
- {
- "description": "Discover the secrets of the Undiscovered Isle (1 star). Beware of the evil skeletons!",
- "hint": "",
- "reward": 232,
- "id": 116,
- "title": "Undiscovered Isle (1 star)"
- },
- {
- "description": "The more gold the better! Build a Gold Mine II to increase the production.",
- "hint": "",
- "reward": 234,
- "id": 117,
- "title": "Build Gold Mine II"
- },
- {
- "description": "Take the most out of the Gold Mine II adding 4 villagers to it.",
- "hint": "",
- "reward": 236,
- "id": 118,
- "title": "Put 4 villagers in Gold Mine II"
- },
- {
- "description": "Need help to complete the collections? Build a Treasure Mine to get one item EACH DAY!",
- "hint": "",
- "reward": 238,
- "id": 119,
- "title": "Build Treasure Mine"
- },
- {
- "description": "Collect the surprise item in the Treasure Mine (lapse of 24h. since the last picked up gift).",
- "hint": "",
- "reward": 240,
- "id": 120,
- "title": "Collect object in Treasure Mine"
- },
- {
- "description": "Build a Workshop II to enjoy a high damage weapon: scorpions! (BUILD > Attack)",
- "hint": "",
- "reward": 242,
- "id": 121,
- "title": "Build Workshop II"
- },
- {
- "description": "Tell your friends to help you open the Workshop II... scorpions wreak havoc against enemy towers!",
- "hint": "",
- "reward": 244,
- "id": 122,
- "title": "Open Workshop II"
- },
- {
- "description": "Build 3 scorpions in the Workshop II and get ready for the last stage of the process!",
- "hint": "",
- "reward": 246,
- "id": 123,
- "title": "Build 3 Scorpions"
- },
- {
- "description": "When the next troll camp appears, destroy one tower with a group of 3 Scorpions... notice that weak enemy towers don't have enough range to destroy your scorpions!",
- "hint": "",
- "reward": 248,
- "id": 124,
- "title": "Destroy 1 tower with Scorpions"
- },
- {
- "description": "Build a Tower III to protect yourself better against incoming attacks!",
- "hint": "",
- "reward": 250,
- "id": 125,
- "title": "Build Tower III"
- },
- {
- "description": "Build an Altar of Heroes to purchase powerful special units!",
- "hint": "",
- "reward": 252,
- "id": 126,
- "title": "Build Altar of Heroes"
- },
- {
- "description": "Get a hero in the Altar of Heroes to help you defeat your enemies more easily! (Click on the GET HERO button)",
- "hint": "",
- "reward": 254,
- "id": 127,
- "title": "Get a hero"
- },
- {
- "description": "Kill an Axethrower. These depictable beings won't hesitate to kill your units from the distance!",
- "hint": "",
- "reward": 256,
- "id": 128,
- "title": "Kill Axethrower"
- },
- {
- "description": "Rescue the villagers captured by trolls! They would do the same for you! (daily mission)",
- "hint": "",
- "reward": 258,
- "id": 129,
- "title": "Rescue villagers"
- },
- {
- "description": "Play 5 days in a row and get your special unit. To put your hero on the map, go to BUILD > STORAGE.",
- "hint": "",
- "reward": 260,
- "id": 130,
- "title": "Put a hero on your map"
- },
- {
- "description": "Go to Arctic Isle (1 star) and save the penguins... Beware, a big beast is waiting for you!",
- "hint": "",
- "reward": 262,
- "id": 131,
- "title": "Save the penguins!"
- },
- {
- "description": "Fight against two players from your same level and show up your skills! you don't need to win, but must finish the combat!",
- "hint": "",
- "reward": 264,
- "id": 132,
- "title": "Fight against two player from your same level"
- },
- {
- "description": "Build a Lumber Mill II to produce more wood!",
- "hint": "",
- "reward": 266,
- "id": 133,
- "title": "Build Lumber Mill II"
- },
- {
- "description": "Put 4 villagers into the Lumber Mill II to increase its production outcome!",
- "hint": "",
- "reward": 268,
- "id": 134,
- "title": "Put 4 villager into Lumber Mill II"
- },
- {
- "description": "Build a Small Refuge and before logging out put in 2 of your most valuable units so other players don't destroy them!",
- "hint": "",
- "reward": 270,
- "id": 135,
- "title": "Build Small Refuge"
- },
- {
- "description": "Invoke heavenly powers and build a Big Church to raise your population limit. (BUILD > Wonders)",
- "hint": "",
- "reward": 272,
- "id": 136,
- "title": "Build Big Church"
- },
- {
- "description": "Trolls hid more treasures yet, and this time they have doubled its number to protect it! Complete Unknown Isle on 2 stars!",
- "hint": "",
- "reward": 274,
- "id": 137,
- "title": "More Ravager Trolls!"
- },
- {
- "description": "Build a Barracks III to train the renowned Long Swordsman!",
- "hint": "",
- "reward": 276,
- "id": 138,
- "title": "Build Barracks III"
- },
- {
- "description": "Train 3 Long Swordsman, they will help you defeat your enemies more quickly!",
- "hint": "",
- "reward": 278,
- "id": 139,
- "title": "Train 3 Long Swordsman"
- },
- {
- "description": "Upgrade to Eagles II so your eagles have more life and can explore more enemy terrain!",
- "hint": "",
- "reward": 280,
- "id": 140,
- "title": "Upgrade to Eagles II"
- },
- {
- "description": "Build a Heroes Grave to have the chance of resurrecting your lost special units!",
- "hint": "",
- "reward": 282,
- "id": 141,
- "title": "Build Heroes Grave"
- },
- {
- "description": "Liberate the Prisoner Troll. He never bent his knee against the evil behavior of his tribe and has always tried to be a good troll!",
- "hint": "",
- "reward": 284,
- "id": 142,
- "title": "Liberate Prisoner Troll"
- },
- {
- "description": "Kill 1 Boar Rider! This mounted beast won't dare to kill your fighters when you are not watching!",
- "hint": "",
- "reward": 286,
- "id": 143,
- "title": "Kill 1 Boar Rider"
- },
- {
- "description": "Complete Mysterious Isle on 3 stars and defeat all the evil trolls!",
- "hint": "",
- "reward": 288,
- "id": 144,
- "title": "Thrice Trolls!"
- },
- {
- "description": "Build a Stone Mine II to keep producing more stone for the welfare of your Empire!",
- "hint": "",
- "reward": 290,
- "id": 145,
- "title": "Build Stone Mine II"
- },
- {
- "description": "Build 20 Wall III in the bottom left row or upgrade your current walls there. This way your enemies will have a hard time trying to put their foot on your empire!",
- "hint": "",
- "reward": 292,
- "id": 146,
- "title": "Build 20 Wall III"
- },
- {
- "description": "Build Cow Ranch II... if the meat is tasty now, it will be tastier with this improvement!",
- "hint": "",
- "reward": 294,
- "id": 147,
- "title": "Build Cow Ranch II"
- },
- {
- "description": "Lead a cow to the ranch to get a good portion of food!",
- "hint": "",
- "reward": 296,
- "id": 148,
- "title": "Lead a cow to ranch"
- },
- {
- "description": "Build a Round Table so your allies can help you getting incredible bonuses!",
- "hint": "",
- "reward": 298,
- "id": 149,
- "title": "Build Round Table"
- },
- {
- "description": "Recruit 4 allies to the Round Table to get the first prize!",
- "hint": "",
- "reward": 300,
- "id": 150,
- "title": "Put 4 allies to Round Table"
- },
- {
- "description": "Destroy 2 Troll Towers III and let those ugly beasts know who rules this empire!!",
- "hint": "",
- "reward": 302,
- "id": 151,
- "title": "Destroy 2 Troll Towers III"
- },
- {
- "description": "Prince Arthur has been kidnapped by evil trolls! Save him before it's too late!",
- "hint": "",
- "reward": 304,
- "id": 152,
- "title": "Rescue Prince Arthur!"
- },
- {
- "description": "Build an Archery III to train lethal Heavy Archers!",
- "hint": "",
- "reward": 306,
- "id": 153,
- "title": "Build Archery II"
- },
- {
- "description": "Train 3 heavy archers. You'll be more dreaded by your enemies!",
- "hint": "",
- "reward": 308,
- "id": 154,
- "title": "Train 3 heavy archers"
- },
- {
- "description": "Build a Temple to obtain more gold resources!",
- "hint": "",
- "reward": 310,
- "id": 155,
- "title": "Build Temple"
- },
- {
- "description": "Trolls conquered this island and killed all its human dwellers. Avenge your ancestors and conquer Emergent Isle (1 star)!!",
- "hint": "",
- "reward": 312,
- "id": 156,
- "title": "Avenge Ancestors"
- },
- {
- "description": "Update 4 House I to House II to put more citizens in!",
- "hint": "",
- "reward": 314,
- "id": 157,
- "title": "Update House II"
- },
- {
- "description": "Expand 3 acres",
- "hint": "",
- "reward": 316,
- "id": 158,
- "title": "Expand 3 acres"
- },
- {
- "description": "Open a Church so you can train healers!",
- "hint": "",
- "reward": 318,
- "id": 159,
- "title": "Open Church"
- },
- {
- "description": "Train 3 healers so they can heal your units during the combat!",
- "hint": "",
- "reward": 320,
- "id": 160,
- "title": "Train 3 healers"
- },
- {
- "description": "Attack 2 players of more level than yours and show them who's the best!",
- "hint": "",
- "reward": 322,
- "id": 161,
- "title": "Attack 2 player more level"
- },
- {
- "description": "Trolls have cut the water supply! Kill them to retrieve control of the wells!",
- "hint": "",
- "reward": 324,
- "id": 162,
- "title": "Free the wells"
- },
- {
- "description": "Build a Stable III to be able to train the dreaded heavy knights!",
- "hint": "",
- "reward": 326,
- "id": 163,
- "title": "Build Stable III"
- },
- {
- "description": "Save the captive healers from trolls' hands! They will join your army afterwards!",
- "hint": "",
- "reward": 328,
- "id": 164,
- "title": "Save Healers"
- },
- {
- "description": "Visit Misty Isle (1 star) and destroy the Town Hall of your Viking enemies before they come to conquer your land!",
- "hint": "",
- "reward": 330,
- "id": 165,
- "title": "Complete Misty Isle on 1 star"
- },
- {
- "description": "Visit Unknown Isle (3 stars) and let Ravager Trolls know who has the power!",
- "hint": "",
- "reward": 332,
- "id": 166,
- "title": "Complete Unknown Isle 3 stars"
- },
- {
- "description": "Build 3 eggplant farms to increase your food outcome!",
- "hint": "",
- "reward": 334,
- "id": 167,
- "title": "Build 3 eggplant farms"
- },
- {
- "description": "Build 1 wall door so your units can come in and out of your empire easily and securely!",
- "hint": "",
- "reward": 336,
- "id": 168,
- "title": "Build 1 wall door"
- },
- {
- "description": "Build an Academy (Buildings > Investigation) to train your villagers to go faster and pile up more resources to gather!",
- "hint": "",
- "reward": 338,
- "id": 169,
- "title": "Build Academy"
- },
- {
- "description": "Build a Workshop III to be able to build destructive catapults!",
- "hint": "",
- "reward": 340,
- "id": 170,
- "title": "Build workshop III"
- },
- {
- "description": "Build a sacrifice altar and sacrifice a unit to get part of the resources back to your inventory.",
- "hint": "",
- "reward": 342,
- "id": 171,
- "title": "Sacrifice unit"
- },
- {
- "description": "Free the 4 stone mines from trolls control! This resource is basic for your survival! (daily mission)",
- "hint": "",
- "reward": 344,
- "id": 172,
- "title": "Free 4 stone mines!"
- },
- {
- "description": "Visit the Undiscovered Isle (2 stars) and kill all the skeletons that have spawned to end with the undead menace!",
- "hint": "",
- "reward": 346,
- "id": 173,
- "title": "Complete Undiscovered Isle 2 stars"
- },
- {
- "description": "Build a Mill III to increase your food outcome even more!",
- "hint": "",
- "reward": 348,
- "id": 174,
- "title": "Build Mill III"
- },
- {
- "description": "Build 2 Tower IV to destroy your enemies almost with no hassles!",
- "hint": "",
- "reward": 350,
- "id": 175,
- "title": "Build 2 Tower IV"
- },
- {
- "description": "Open a Cathedral to train hypnotist monks! They are very powerful!",
- "hint": "",
- "reward": 352,
- "id": 176,
- "title": "Open Cathedral"
- },
- {
- "description": "Convert an enemy using a monk. Afterwards you can control that enemy for your purposes!",
- "hint": "",
- "reward": 354,
- "id": 177,
- "title": "Convert enemy with a monk"
- },
- {
- "description": "Build a Nursery to help animals to breed.",
- "hint": "",
- "reward": 356,
- "id": 178,
- "title": "Build Nursery"
- },
- {
- "description": "Put 2 horses inside and wait for getting your new horse! You can produce as many as you need!",
- "hint": "",
- "reward": 358,
- "id": 179,
- "title": "Put 2 horses inside"
- },
- {
- "description": "Visit Dune Isle (1 star) and destroy the Golden Hall where the treacherous Mummy lives. Take care with Anubis servants!",
- "hint": "",
- "reward": 360,
- "id": 180,
- "title": "Complete Dune Isle on 1 star"
- },
- {
- "description": "Build a Gold Mine III to increase your gold resources!",
- "hint": "",
- "reward": 362,
- "id": 181,
- "title": "Build Gold Mine III"
- },
- {
- "description": "Put 6 villagers inside your new gold mine to make it work at its fullest.",
- "hint": "",
- "reward": 364,
- "id": 182,
- "title": "Put 6 villagers inside"
- },
- {
- "description": "Train 2 Archer Knights to increase the speed of your range units!",
- "hint": "",
- "reward": 368,
- "id": 184,
- "title": "Build 2 Archer Knight"
- },
- {
- "description": "Rescue the captured allies by the trolls before they kill them!",
- "hint": "",
- "reward": 370,
- "id": 185,
- "title": "Rescue the captured allies"
- },
- {
- "description": "Build a Zeppelin Tower to fly over the Eastern Sea and visit more isles!!",
- "hint": "",
- "reward": 372,
- "id": 186,
- "title": "Build a Zeppelin Tower"
- },
- {
- "description": "Update Town Hall to Town Hall III. Your villagers will go as faster as the best runner!",
- "hint": "",
- "reward": 374,
- "id": 187,
- "title": "Update Town Hall to Town Hall III"
- },
- {
- "description": "Train 2 villagers III and try their super speed",
- "hint": "",
- "reward": 376,
- "id": 188,
- "title": "Train 2 villagers III"
- },
- {
- "description": "Update the Market to Market III to deal with more resources with each transaction.",
- "hint": "",
- "reward": 378,
- "id": 189,
- "title": "Update the Market to Market III"
- },
- {
- "description": "Build 10 walls IV on the left bottom row of your empire 1rst acre.",
- "hint": "",
- "reward": 380,
- "id": 190,
- "title": "Build 10 walls IV"
- },
- {
- "description": "Visit the Arctic Isle (2 stars) and pay a visit to your \\'friend\\' the Yeti to save the penguins… take care, he has called for help!",
- "hint": "",
- "reward": 382,
- "id": 191,
- "title": "Complete Arctic Isle 2 stars"
- },
- {
- "description": "Free the animals closed in the cage, they are suffering!",
- "hint": "",
- "reward": 384,
- "id": 192,
- "title": "Free the captured animals"
- },
- {
- "description": "Build the Workshop IV to be able to build cannons! Woo hoo!!",
- "hint": "",
- "reward": 386,
- "id": 193,
- "title": "Build Workshop IV"
- },
- {
- "description": "Train 3 cannons... and try them on your enemies when you wish!",
- "hint": "",
- "reward": 388,
- "id": 194,
- "title": "Train 3 cannons"
- },
- {
- "description": "Build the Healing Spring and heal a damaged unit after a battle. This tree is miraculous!",
- "hint": "",
- "reward": 390,
- "id": 195,
- "title": "Heal a damaged unit."
- },
- {
- "description": "Build a Cow Ranch III to increase your food outcome. Cows won't like it, but your empire's survival depends on it!!",
- "hint": "",
- "reward": 392,
- "id": 196,
- "title": "Build a Cow Ranch III"
- },
- {
- "description": "Build a Lumber Mill III to increase your wood outcome!",
- "hint": "",
- "reward": 394,
- "id": 197,
- "title": "Build a Lumber Mill III"
- },
- {
- "description": "Visit the Emergent Isle (2 stars) and try to get the treasure protected by the trolls. Beware, now they are much more dangerous!",
- "hint": "",
- "reward": 396,
- "id": 198,
- "title": "Complete the Emergent Isle 2 stars"
- },
- {
- "description": "Build a Barracks IV to train Powerful Swordsmen! Your enemies will be terrified now!",
- "hint": "",
- "reward": 398,
- "id": 199,
- "title": "Build Barracks IV"
- },
- {
- "description": "Train 3 swordsmen IV and show your enemies some sword skill lessons!",
- "hint": "",
- "reward": 400,
- "id": 200,
- "title": "Train 3 swordsmen IV"
- },
- {
- "description": "Build 2 carrot farms to increase your food outcome. Your warriors are not rabbits, but they also like carrots!",
- "hint": "",
- "reward": 402,
- "id": 201,
- "title": "Build 2 carrot farms"
- },
- {
- "description": "Build a Forestry Academy and your villagers will cut trees faster than any professional woodcutter!",
- "hint": "",
- "reward": 404,
- "id": 202,
- "title": "Build Forestry Academy"
- },
- {
- "description": "Open a Stone Mine III to increase your stone resources.",
- "hint": "",
- "reward": 406,
- "id": 203,
- "title": "Open a Stone Mine III"
- },
- {
- "description": "Build a Mechanics building. You can train Engineers to repair siege weapons!",
- "hint": "",
- "reward": 408,
- "id": 204,
- "title": "Build Mechanics"
- },
- {
- "description": "Free the Siege Weapons seized by the trolls! Why the hell they steal them if they don't know how to use them?",
- "hint": "",
- "reward": 410,
- "id": 205,
- "title": "Free the Siege Weapons!"
- },
- {
- "description": "Build an Archery IV to train Powerful Archers. If you started to be dreaded by your enemies, many will now run away from you!",
- "hint": "",
- "reward": 412,
- "id": 206,
- "title": "Build Archery IV"
- },
- {
- "description": "Train 3 Powerful Archers and let them know how piercing are your new arrows!",
- "hint": "",
- "reward": 414,
- "id": 207,
- "title": "Train 3 Powerful Archers"
- },
- {
- "description": "Build an Eagles III to breed stronger eagles!",
- "hint": "",
- "reward": 416,
- "id": 208,
- "title": "Build Eagles III"
- },
- {
- "description": "Explore the Skeleton Statue and discover its hidden secret! (daily mission)",
- "hint": "",
- "reward": 418,
- "id": 209,
- "title": "Explore the Skeleton Statue"
- },
- {
- "description": "Visit the Desert Isle (1 star) and kill all the trolls. Beware, a great peril looms under the sands...",
- "hint": "",
- "reward": 420,
- "id": 210,
- "title": "Complete the Desert Isle on 1 star"
- },
- {
- "description": "Build a House IV to be able to put more population in.",
- "hint": "",
- "reward": 422,
- "id": 211,
- "title": "Build House IV"
- },
- {
- "description": "Open a Fire Workshop to be able to build fire cannons! Super Whoo Hoo!",
- "hint": "",
- "reward": 424,
- "id": 212,
- "title": "Open a Fire Workshop"
- },
- {
- "description": "Build a Minery Academy so your villager learn to collect gold and stone faster.",
- "hint": "",
- "reward": 426,
- "id": 213,
- "title": "Build Minery Academy"
- },
- {
- "description": "Open a Mill IV to increase your food outcome. Your warriors are always hungry!",
- "hint": "",
- "reward": 428,
- "id": 214,
- "title": "Open Mill IV"
- },
- {
- "description": "Build a Stables IV to train Powerful Knights. You are now stronger than ever!",
- "hint": "",
- "reward": 430,
- "id": 215,
- "title": "Build Stables IV"
- },
- {
- "description": "Train 3 Powerful Knights and invite your enemies to eat dust!",
- "hint": "",
- "reward": 432,
- "id": 216,
- "title": "Train 3 Knights"
- },
- {
- "description": "Build a Blacksmith so melee, ranged and mounted troops spend less resources to be trained! That's really good news!!",
- "hint": "",
- "reward": 434,
- "id": 217,
- "title": "Build a Blacksmith"
- },
- {
- "description": "Build 5 Towers IV to improve your empire defenses. Put them strategically and they will badly hurt your enemies, promised!",
- "hint": "",
- "reward": 436,
- "id": 218,
- "title": "Build 5 Towers IV"
- },
- {
- "description": "Build 10 Walls V on the lower left row of your empire to improve you defensive structures.",
- "hint": "",
- "reward": 438,
- "id": 219,
- "title": "Build 10 Walls V"
- },
- {
- "description": "Build a Weather Machine to be able to change the landscape at your will! That's magic, baby!!",
- "hint": "",
- "reward": 440,
- "id": 220,
- "title": "Build a Weather Machine"
- },
- {
- "description": "Build 2 watermelon Farms to increase your food outcome. Eating fruit is very healthy, but you already know that!",
- "hint": "",
- "reward": 442,
- "id": 221,
- "title": "Build 2 watermelon Farms"
- },
- {
- "description": "Update the Town Hall IV. If your villagers were really fast, now they will almost fly!",
- "hint": "",
- "reward": 444,
- "id": 222,
- "title": "Update Town Hall IV"
- },
- {
- "description": "Build a Lumber Mill IV to increase your wood outcome.",
- "hint": "",
- "reward": 446,
- "id": 223,
- "title": "Build Lumber Mill IV"
- },
- {
- "description": "Build a Tavern and you'll increase your maximum population capacity by 10 units... people that go to the Tavern don't need any home to live in!",
- "hint": "",
- "reward": 448,
- "id": 224,
- "title": "Build the Tavern"
- },
- {
- "description": "Build the Wizardry Academy to be able to cast spells! The power to destroy that the Spell Book gives you is immeasurable! (You'll see the Spell Book in your next game session)",
- "hint": "",
- "reward": 450,
- "id": 225,
- "title": "Build Wizardry Academy!"
- },
- {
- "description": "Expand the territory of your empire to 4 acres and show who the real king of Social Empires is!",
- "hint": "",
- "reward": 452,
- "id": 226,
- "title": "Expand to 4 acres"
- },
- {
- "description": "Visit Nest Isle (1 star) and defeat the Furious Dragon! Take care, is very powerful!",
- "hint": "",
- "reward": 454,
- "id": 227,
- "title": "Defeat the Dragon!"
- },
- {
- "description": "Click on the Dragon Breeding Nest, and click again on the ENTER button at the lower interface. Now press the 'Take Care' button to take care of the Dragon Egg!",
- "hint": "",
- "reward": 14,
- "id": 1008,
- "title": "Take care of the Dragon Egg!"
- },
- {
- "description": "农田可以提供食物给你的帝国。去商店购买一个农田放到市政厅的附近!",
- "hint": "",
- "reward": 10,
- "id": 1,
- "title": "建立农田"
- },
- {
- "description": "Train 8 Medium Archer... the danger is imminent!",
- "hint": "",
- "reward": 184,
- "id": 92,
- "title": "Train 8 Medium Archer"
- },
- {
- "description": "Build Archery Stables to train medium archer knights!",
- "hint": "",
- "reward": 366,
- "id": 183,
- "title": "Build Archery Stables"
- }
- ]
-}
\ No newline at end of file
diff --git a/config/game_config_20120723.json b/config/game_config_20120723.json
new file mode 100644
index 0000000..92dc46a
--- /dev/null
+++ b/config/game_config_20120723.json
@@ -0,0 +1 @@
+{"localization_strings":[{"id":1,"name":"TUTORIAL_INTRO_TITULO","text":"Welcome to your Empire!"},{"id":2,"name":"TUTORIAL_INTRO_LECCION","text":"Hi, I'm #0#! I'm here to show you how to manage your Empire.\n\nLet's get started!"},{"id":3,"name":"TUTORIAL_AYTO_TITULO","text":"Select townhall"},{"id":4,"name":"TUTORIAL_AYTO_LECCION","text":"This is your Town Hall. It will let you train villagers.\n\nTo select the Town Hall, click on it."},{"id":5,"name":"TUTORIAL_ALDEANO_TITULO","text":"Train a villager"},{"id":6,"name":"TUTORIAL_ALDEANO_LECCION","text":"The bottom panel will show the available actions.\n\nClick on the villager button to begin training a villager."},{"id":7,"name":"TUTORIAL_SELECCIONAR_ALDEANO_TITULO","text":"Select the villager"},{"id":8,"name":"TUTORIAL_SELECCIONAR_ALDEANO_LECCION","text":"Well done! You have trained a villager.\n\nSelect it using the mouse!"},{"id":9,"name":"TUTORIAL_MOVER_ALDEANO_TITULO","text":"Move the villager"},{"id":10,"name":"TUTORIAL_MOVER_ALDEANO_LECCION","text":"When you select a unit, you can move it by clicking on the desired place of the map.\n\nTry it, click on the selected area!"},{"id":11,"name":"TUTORIAL_ARBOL_TITULO","text":"Collect a tree"},{"id":12,"name":"TUTORIAL_ARBOL_LECCION","text":"Villagers perform collecting tasks!\n\nClick on a tree to cut it!"},{"id":13,"name":"TUTORIAL_ESPERA_TITULO","text":"Wait"},{"id":14,"name":"TUTORIAL_ESPERA_LECCION","text":"It will only take a few seconds... :)"},{"id":15,"name":"TUTORIAL_RECOLECCION_TITULO","text":"Collect the wood"},{"id":16,"name":"TUTORIAL_RECOLECCION_LECCION","text":"When the cutting has finished, click on the resource to pick up the wood."},{"id":17,"name":"TUTORIAL_CONSTRUIR_TITULO","text":"Building"},{"id":18,"name":"TUTORIAL_CONSTRUIR_LECCION","text":"Well done! Now I will show you how to create buildings. First, click the BUILD button."},{"id":19,"name":"TUTORIAL_CASA_TITULO","text":"Select house"},{"id":20,"name":"TUTORIAL_CASA_LECCION","text":"The next step is to select the desired building. Choose \"House I\"."},{"id":21,"name":"TUTORIAL_COLOCAR_TITULO","text":"Place the house"},{"id":22,"name":"TUTORIAL_COLOCAR_LECCION","text":"Now click on the terrain to choose the placement of the house. The construction will begin!"},{"id":23,"name":"TUTORIAL_CABALLERO_TITULO","text":"Select the knight"},{"id":24,"name":"TUTORIAL_CABALLERO_LECCION","text":"Well done! You are ready for your first battle.\n\nClick on this knight to select it!"},{"id":25,"name":"TUTORIAL_ATACAR_TITULO","text":"Attack the trol"},{"id":26,"name":"TUTORIAL_ATACAR_LECCION","text":"Trolls are your enemies! Defeat them or they will eliminate you!\n\nClick on the troll to attack him!"},{"id":27,"name":"TUTORIAL_BATALLA_TITULO","text":"Wait for the battle"},{"id":28,"name":"TUTORIAL_BATALLA_LECCION","text":"The units are attacking each other right now. The bars over them show their life. Don't worry, they are just weak trolls!"},{"id":29,"name":"TUTORIAL_ENHORABUENA_TITULO","text":"Congratulations!"},{"id":30,"name":"TUTORIAL_ENHORABUENA_LECCION","text":"\nVery good! Now you're ready to build the biggest Social Empire on Facebook! Good luck!!"},{"id":31,"name":"TUTORIAL_EI","text":"EIIII"},{"id":32,"name":"TUTORIAL_EDIFICIO","text":"Building"},{"id":33,"name":"TUTORIAL_CASA","text":"Select house"},{"id":34,"name":"TUTORIAL_COLOCAR","text":"Place the house"},{"id":35,"name":"TUTORIAL_ARTURO","text":"click King Arthur"},{"id":36,"name":"TUTORIAL_OK2","text":"click ok twice"},{"id":37,"name":"TUTORIAL_AYTO","text":"click townhall"},{"id":38,"name":"TUTORIAL_ALDEANO","text":"Train a villager"},{"id":39,"name":"TUTORIAL_FLECHA","text":"Arrow points the villager"},{"id":40,"name":"TUTORIAL_GRANJA","text":"Select farm"},{"id":41,"name":"TUTORIAL_ESPERAR","text":"Wait for a villager to collect"},{"id":42,"name":"TUTORIAL_LISTO","text":"Ready for collecting"},{"id":43,"name":"TUTORIAL_OK5","text":"Click ok 5 times"},{"id":44,"name":"TUTORIAL_SELECCIONA_ALDEANO","text":"Select peon"},{"id":45,"name":"TUTORIAL_ARBOL","text":"Click tree"},{"id":46,"name":"MISC_SEGURO","text":"Are you sure?"},{"id":47,"name":"MISC_FAVOR","text":"Do you want to accept the favor?"},{"id":48,"name":"STORE_EDIFICIO_EXP","text":"#0# exp"},{"id":49,"name":"STORE_EDIFICIO_NIVEL","text":"Requires: Level #0#"},{"id":50,"name":"STORE_EDIFICIO_LIMITE","text":"LIMITED #0# DAYS LEFT"},{"id":51,"name":"STORE_EDIFICIO_REFUERZOS","text":"\n\nAllows you to get reinforcements from your allies!"},{"id":52,"name":"STORE_EDIFICIO_DESBLOQUEO","text":"Unlock cost: #0# cash"},{"id":53,"name":"STORE_EDIFICIO_SACRIFICIO","text":"\n\nSacrifice a unit and obtain some resources back"},{"id":54,"name":"STORE_EDIFICIO_TESORO","text":"\n\nDiscovers a collectible item every day"},{"id":55,"name":"STORE_EDIFICIO_ESTABLO","text":"\n\nAllows you to convert swordmans and archers to mounted units."},{"id":56,"name":"STORE_EDIFICIO_CRIADERO","text":"\n\nPut two animals inside to make them breed."},{"id":57,"name":"STORE_EDIFICIO_ZEPPELIN","text":"\n\nAllows you to build a zeppelin to explore the Ancient Sea!"},{"id":58,"name":"STORE_EDIFICIO_BARCO","text":"\n\nAllows you to build a ship to explore the Great Sea!"},{"id":59,"name":"STORE_EDIFICIO_COLISEO","text":"\n\nAllows your villagers to move faster and to queue more resources to gather."},{"id":60,"name":"STORE_EDIFICIO_ESTATUA","text":"\n\nThe statue increases your limit of 3 attacks per day to 4."},{"id":61,"name":"STORE_EDIFICIO_MINA","text":"\n\nAllows your villagers to mine gold and stone very fast."},{"id":62,"name":"STORE_EDIFICIO_SERRADERO","text":"\n\nAllows your villagers to cut down trees very fast."},{"id":63,"name":"STORE_EDIFICIO_MERCADO_ALIADOS","text":"\n\nAllows you to collect the resource you desire with the aid of your allies."},{"id":64,"name":"STORE_EDIFICIO_MAQUINA_DEL_TIEMPO","text":"\n\nAllows to change the terrain theme of your map!"},{"id":65,"name":"STORE_EDIFICIO_RECLUTAMIENTO_ALIADOS","text":"\n\nAllows you to obtain powerful units through new recruits!"},{"id":66,"name":"STORE_EDIFICIO_MESA_REDONDA","text":"\n\nAllows you to obtain rewards through friends aid!"},{"id":67,"name":"STORE_EDIFICIO_HECHICERIA","text":"\n\nAllows you to learn and cast magic spells!"},{"id":68,"name":"STORE_EDIFICIO_MARAVILLA_SOCIAL","text":"\n\nRaises your population limit up to 50 more units!"},{"id":69,"name":"STORE_EDIFICIO_DESCONOCIDO","text":"\n\nCASE NOT FOUND!"},{"id":70,"name":"STORE_EDIFICIO_IGLESIA_1","text":"Healers can restore the health of your units"},{"id":71,"name":"STORE_EDIFICIO_CATEDRAL","text":"Monks convert enemy units to your units"},{"id":72,"name":"STORE_EDIFICIO_IGLESIA","text":"Healers can restore the health of your units"},{"id":73,"name":"STORE_EDIFICIO_TALLER","text":"Engineers repair siege weapons"},{"id":74,"name":"STORE_EDIFICIO_DEMOLICION","text":"Kamikazes explode and harm all nearby units and buildings"},{"id":75,"name":"STORE_EDIFICIO_ELEFANTE","text":"Elephants stomp the ground to stun nearby opponents"},{"id":76,"name":"STORE_EDIFICIO_CUARTEL1","text":"Anubis Avatar creates 2 shadows of himself to annihilate the enemy!"},{"id":77,"name":"STORE_EDIFICIO_TAMBORILERO","text":"The drums inspire your troops making them attack faster!"},{"id":78,"name":"STORE_EDIFICIO_RINOCERONTE","text":"Rhinos charge their enemies and make them fly away"},{"id":79,"name":"STORE_EDIFICIO_TORRE_MOVIL","text":"Defensive tower that can move. You can use it in attacks"},{"id":80,"name":"STORE_EDIFICIO_PIRAMIDE","text":"Use Mummy's 4 special attacks to defeat your enemies"},{"id":81,"name":"STORE_EDIFICIO_TORRE_HIELO","text":"Freezes enemy units for a time. While frozen, enemy units cannot move or attack."},{"id":82,"name":"STORE_EDIFICIO_TORRE_AGUA","text":"Unleashes waves of water to throw away incoming enemies."},{"id":83,"name":"STORE_EDIFICIO_FORTALEZA_1","text":"Entrench archers inside to increase attack power!"},{"id":84,"name":"STORE_EDIFICIO_TORRE_ACEITE","text":"Puts a barrier of flaming oil in front of it. The oil sets enemies in flames."},{"id":85,"name":"STORE_EDIFICIO_HEROES_ALTAR","text":"\n\nAllows you to acquire special heroes!"},{"id":86,"name":"STORE_EDIFICIO_HEROES_CEMENTERIO","text":"\n\n\nAllows you to revive your lost heroes."},{"id":87,"name":"STORE_EDIFICIO_MARAVILLA","text":"\n\nThis wonder increases the #0# population limit by #1#"},{"id":88,"name":"AUX_ATERRIZANDO","text":"Landing..."},{"id":89,"name":"AUX_RECOLECTANDO","text":"Collecting..."},{"id":90,"name":"AUX_ACEPTAR","text":"Accept"},{"id":91,"name":"AUX_ACELERAR","text":"Hurry Up?"},{"id":92,"name":"AUX_ABSORBER","text":"#0# absorbed\n"},{"id":93,"name":"AUX_PUNTOS","text":"points"},{"id":94,"name":"AUX_EXP","text":"XP: #0#"},{"id":95,"name":"AUX_FUERA_DE_RANGO","text":"Giant mummy"},{"id":96,"name":"AUX_ENTRENANDO","text":"Training..."},{"id":97,"name":"AUX_CONSTRUYENDO","text":"Constructing"},{"id":98,"name":"AUX_MODIFICADOR_HORA","text":"#0# hour"},{"id":99,"name":"AUX_CARGANDO_TU_IMPERIO","text":"Loading your Empire..."},{"id":100,"name":"AUX_CARGANDO_IMPERIO","text":"Loading Empire..."},{"id":101,"name":"AUX_CARGANDO_EDIFICIOS","text":"Loading Empire Buildings..."},{"id":102,"name":"AUX_NO_ESTA_LISTO","text":"Not ready yet!"},{"id":103,"name":"AUX_RECOMPENSA","text":"Reward"},{"id":104,"name":"AUX_MAS_ATAQUES","text":"More attacks in"},{"id":105,"name":"AUX_ATAQUES_RESTANTES","text":"Attacks left"},{"id":106,"name":"AUX_COMIDA","text":"food"},{"id":107,"name":"AUX_MADERA","text":"wood"},{"id":108,"name":"AUX_PIEDRA","text":"stone"},{"id":109,"name":"EXPANSION_COST","text":"Cost: #0#"},{"id":110,"name":"EXPANSION_FALTAN_VECINOS","text":"YOU NEED #0# MORE NEIGHBORS TO \nPURCHASE THIS EXPANSION WITH GOLD!"},{"id":111,"name":"EXPANSION_CABECERA","text":"Buy your #0# expansion with:"},{"id":112,"name":"MENU_VECINOS","text":"Neighbors"},{"id":113,"name":"MENU_CASAS","text":"Houses and resources"},{"id":114,"name":"MENU_DECORACIONES","text":"Decorations"},{"id":115,"name":"MENU_DEFENSAS","text":"Defenses"},{"id":116,"name":"MENU_EJERCITO","text":"Army"},{"id":117,"name":"MENU_EXPANSION","text":"Expand"},{"id":118,"name":"MENU_REGALOS","text":"Gifts and Storage"},{"id":119,"name":"MENU_MARAVILLAS","text":"Wonders"},{"id":120,"name":"TOOLTIP_ORO","text":"Gold"},{"id":121,"name":"TOOLTIP_CASH","text":"Cash"},{"id":122,"name":"TOOLTIP_TROFEOS","text":"Trophies"},{"id":123,"name":"TOOLTIP_FALTA_POCO","text":"Coming Soon"},{"id":124,"name":"TOOLTIP_MUSICA","text":"Music"},{"id":125,"name":"TOOLTIP_EFECTOS_SONIDO","text":"Sound Effects"},{"id":126,"name":"TOOLTIP_FOTOS","text":"Take Photos: Coming soon ..."},{"id":127,"name":"TOOLTIP_PANTALLA_COMPLETA","text":"Toggle Fullscreen"},{"id":128,"name":"TOOLTIP_CALIDAD","text":"Toggle Quality"},{"id":129,"name":"TOOLTIP_VOLVER","text":"Come back faster"},{"id":130,"name":"TOOLTIP_TE_GUSTA","text":"Do you like the Game?"},{"id":131,"name":"TOOLTIP_MULTI","text":"Multi-Tool"},{"id":132,"name":"TOOLTIP_ELIMINAR","text":"Remove Tool"},{"id":133,"name":"TOOLTIP_INVITACIONES_AMIGOS","text":"You have 20 friend invites to send today"},{"id":134,"name":"TOOLTIP_REGALOS","text":"You have 20 gifts to send to friends today"},{"id":135,"name":"TOOLTIP_RECOLECTAR","text":"Collection Tool"},{"id":136,"name":"TOOLTIP_TIENDA","text":"Store"},{"id":137,"name":"TOOLTIP_REGALOS_ALMACEN","text":"Gifts \/ Storage"},{"id":138,"name":"TOOLTIP_CAMBIAR_NOMBRE","text":"Change Empire Name"},{"id":139,"name":"TOOLTIP_LUCHA","text":"Fight against other empires"},{"id":140,"name":"TOOLTIP_TE_GUSTA_ESTE","text":"Do you like this Game?"},{"id":141,"name":"TOOLTIP_BONO_DIARIO","text":"Get your daily Bonus!"},{"id":142,"name":"TOOLTIP_GANAR_ORO","text":"Add gold to the game"},{"id":143,"name":"TOOLTIP_CONQUISTA","text":"Conquer the World"},{"id":144,"name":"TOOLTIP_RECURSO_COMIDA","text":"Food: Used to feed units"},{"id":145,"name":"TOOLTIP_RECURSO_MADERA","text":"Wood: Used to build basic constructions"},{"id":146,"name":"TOOLTIP_RECURSO_PIEDRA","text":"Stone: Used to build defensive constructions"},{"id":147,"name":"TOOLTIP_RECURSO_ORO","text":"Gold: Used to pay military units"},{"id":148,"name":"TOOLTIP_REGALOS_VECINOS","text":"Send New Gifts To Your Neighbors"},{"id":149,"name":"TOOLTIP_INVITACIONES","text":"You have 20 invites to send today"},{"id":150,"name":"TOOLTIP_XP_GANADO","text":"XP gained"},{"id":151,"name":"TOOLTIP_HONOR_GANADO","text":"Honor gained"},{"id":152,"name":"TOOLTIP_ORO_GANADO","text":"Gold gained"},{"id":153,"name":"AVISO_REGALO_FACCION","text":"You can't use gifts of the opposite faction"},{"id":154,"name":"AVISO_POCO_NIVEL_PARA_CONQUISTAR","text":"\nYour empire is too small to conquer the world. Reach level #0# to unlock the world explorer."},{"id":155,"name":"AVISO_COLECCION_FACCION","text":"\n\nYou cannot access the collections from this faction"},{"id":156,"name":"AVISO_GRIMORIO_TITULO","text":"Spellbook available!"},{"id":157,"name":"AVISO_GRIMORIO_DESCRIPCION","text":"You have unlocked the spellbook!\nNow you can learn and cast powerful spells!\nYou will find the book in the bottom left of the screen."},{"id":158,"name":"AVISO_TOPE_UNIDADES","text":"\nYou can't have more units of this kind."},{"id":159,"name":"AVISO_TOPE_POBLACION","text":"\nYou have reached the maximum population."},{"id":160,"name":"AVISO_TOPE_ALOJAMIENTO","text":"\nYou can't accommodate more population. Build more houses."},{"id":161,"name":"AVISO_NIVEL_MEJORAR","text":"\nYou need to be level #0# to upgrade this building."},{"id":162,"name":"AVISO_SIN_MADERA_GRANJA","text":"\nOh no! You don't have enough wood to rebuild the farm!"},{"id":163,"name":"AVISO_MUELLE_TITULO","text":"Dock operative!"},{"id":164,"name":"AVISO_MUELLE_DESCRIPCION","text":"Click in the Harbour to sail through the Great Sea!"},{"id":165,"name":"AVISO_ZEPPELIN_TITULO","text":"Zeppelin operative!"},{"id":166,"name":"AVISO_ZEPPELIN_DESCRIPCION","text":"Click in the Zeppelin Tower to fly through the Ancient Sea!"},{"id":167,"name":"AVISO_SIN_AYUDAS","text":"\n No more assists available! \n Come back tomorrow!"},{"id":168,"name":"AVISO_TOPE_TORRES","text":"You can only have #0# towers in your empire for every expansion you own."},{"id":169,"name":"AVISO_BOCADILLOS","text":"\nSpeech bubbles enabled!\n\nEnjoy freak!"},{"id":170,"name":"AVISO_SANGRE","text":"\nBlood mode enabled!\n\nYou were asking for it.. freak!"},{"id":171,"name":"AVISO_PACK_COMPRADO","text":"Congratulations!\nYou acquired the pack!\n\nCheck your store"},{"id":172,"name":"AVISO_PACK_FALTA_DINERO","text":"You don't have enough cash to get the pack. Do you want to get some cash?"},{"id":173,"name":"AVISO_UNIDAD_UNICA","text":"\nYou can't have two of this unit at the same time."},{"id":174,"name":"AVISO_SUFICIENTE_ORO","text":"Oh no! You don't have enough gold! Would you like to get some more?"},{"id":175,"name":"AVISO_SUFICIENTE_CASH","text":"Oh no! You don't have enough cash! Would you like to get some more?"},{"id":176,"name":"AVISO_SUFICIENTE_COMIDA","text":"\nYou don't have enough food!\nGet food from farms, mills and ranchs."},{"id":177,"name":"AVISO_SUFICIENTE_MADERA","text":"\nYou don't have enough wood!\nHarvest more trees."},{"id":178,"name":"AVISO_SUFICIENTE_PIEDRA","text":"\nYou don't have enough stone!\nHarvest more stone veins."},{"id":179,"name":"AVISO_REFRESCO","text":"Sorry, the are some problems. Try to refresh the game."},{"id":180,"name":"AVISO_NAVEGAR_SIN_TROPAS","text":"\nYou don't have any troop to set sail!"},{"id":181,"name":"AVISO_TORRE_ZEPPELIN","text":"\nYou need a Zeppelin Tower to build the zeppelin and fill it with crew!"},{"id":182,"name":"AVISO_VOLAR_SIN_TROPAS","text":"\nYou don't have any troop to fly!"},{"id":183,"name":"AVISO_MERCADO_AGOTADO","text":"\nMarket resources have been exhausted. Come back in 24 hours to trade more!"},{"id":184,"name":"AVISO_MERCANCIA_AGOTADA","text":"You don't have enough wood to sell!"},{"id":185,"name":"AVISO_JUGADOR_NO_ENCONTRADO","text":"\nCouldn't find player"},{"id":186,"name":"AVISO_SERVICIO_NO_DISPONIBLE","text":"\nCouldn't use the service"},{"id":187,"name":"AVISO_DEMASIADOS_POSTS","text":"\n\nYou have sent enough posts today"},{"id":188,"name":"AVISO_BARCO_SIN_MUELLE","text":"\nYou can't land with the boat.\nBuild a harbour to construct a bigger ship and carry your army!"},{"id":189,"name":"AVISO_QUEST_BLOQUEADA","text":"\nYou have not unlocked this mission yet!"},{"id":190,"name":"AVISO_QUEST_GASTADA","text":"\nEach island can only be played every 4 hours"},{"id":191,"name":"TIMER_PROXIMA_RECOLECCION","text":"Next Collection"},{"id":192,"name":"TIMER_RECOLECCION_LISTA","text":"Ready to Collect!"},{"id":193,"name":"TIMER_CAMPAMENTO_ENEMIGO","text":"Enemy Camp"},{"id":194,"name":"TIMER_EJERCITO_ENEMIGO","text":"Enemy's army"},{"id":195,"name":"UNIT_MOMIA_ESCARABAJOS","text":"Scarabs"},{"id":196,"name":"UNIT_MOMIA_TORNADO","text":"Tornado"},{"id":197,"name":"UNIT_MOMIA_ACEITE","text":"Oil spillage"},{"id":198,"name":"UNIT_MOMIA_GIGANTE","text":"Giant mummy"},{"id":199,"name":"UNIT_MOMIA_EXPIRADO","text":"My time has gone!..."},{"id":200,"name":"UNIT_NEPTUNO_PULPO","text":"Octopus"},{"id":201,"name":"UNIT_NEPTUNO_HURACAN","text":"Hurricane"},{"id":202,"name":"UNIT_NEPTUNO_OLAS","text":"Neptune's waves"},{"id":203,"name":"UNIT_NEPTUNO_GIGANTE","text":"Giant Neptune"},{"id":204,"name":"UNIT_NOMBRE_CAMPESINO_HUMANO","text":"Villager #0#"},{"id":205,"name":"UNIT_NOMBRE_CAMPESINO_TROLL","text":"Peasant #0#"},{"id":206,"name":"SPELL_CRACK_DESCRIPCION","text":"Area: #0#x#1#"},{"id":207,"name":"SPELL_ENLARGE_DESCRIPCION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":208,"name":"SPELL_FIREBALL_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2#+#3#"},{"id":209,"name":"SPELL_FORCESHIELD_DESCRIPCION","text":"Area: #0#x#1# \/ Lasts: #2#s \/ DMG reduction: #3#%"},{"id":210,"name":"SPELL_HEALINGRAIN_DESCRIPCION_1","text":"Area: #0#x#1# \/ Lasts: #2#"},{"id":211,"name":"SPELL_HEALINGRAIN_DESCRIPCION_2","text":"Area: #0#x#1# \/ Lasts: #2#+#3#"},{"id":212,"name":"SPELL_ICEBALL_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2# \/ Freeze Time: #3#s"},{"id":213,"name":"SPELL_POISON_DESCRIPCION_1","text":"Area: #0#x#1# \/ Damage: #2#"},{"id":214,"name":"SPELL_POISON_DESCRIPCION_2","text":"Area: #0#x#1# \/ Damage: #2# + infects #3# nearby"},{"id":215,"name":"SPELL_STONERAIN_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2#"},{"id":216,"name":"SPELL_SUMMON_DESCRIPCION","text":"Life: #0#"},{"id":217,"name":"SPELL_ESTADO_APRENDIDO","text":"learned"},{"id":218,"name":"SPELL_ESTADO_DISPONIBLE","text":"available"},{"id":219,"name":"SPELL_ESTADO_BLOQUEADO","text":"locked"},{"id":220,"name":"ERROR_GENERICO","text":"Oh no! An error occurred! Press ok to refresh the page and keep playing!"},{"id":221,"name":"ERROR_SYNC","text":"Oh no! Things must no longer be in sync! Press ok to refresh the page and keep playing!"},{"id":222,"name":"ERROR_TIMEOUT","text":"Oh no! The connection with the server was lost! Press ok to refresh the page and keep playing!"},{"id":223,"name":"ERROR_EXPIRADO","text":"Oh no! Your session has expired! Press ok to refresh the page and keep playing!"},{"id":224,"name":"ERROR_INFO","text":"We're experiencing problems with our servers, please check back later."},{"id":225,"name":"ERROR_CONEXION_1","text":"We're experiencing problems with our servers, please check back later. 1"},{"id":226,"name":"ERROR_CONEXION_2","text":"We're experiencing problems with our servers, please check back later. 2"},{"id":227,"name":"ERROR_DEFECTO","text":"There is a problem. Please try reloading."},{"id":228,"name":"ERROR_SYNC_2","text":"Oh no! Things must not be in sync any more! Refresh the page to keep playing!"},{"id":229,"name":"APRILFOOLS_QUEJA_1","text":"We hate chopping trees!"},{"id":230,"name":"APRILFOOLS_QUEJA_2","text":"No more picking under the sun!"},{"id":231,"name":"APRILFOOLS_QUEJA_3","text":"Stop abusing us!"},{"id":232,"name":"APRILFOOLS_QUEJA_4","text":"We deserve higher wages!"},{"id":233,"name":"APRILFOOLS_QUEJA_5","text":"We need holidays!"},{"id":234,"name":"APRILFOOLS_QUEJA_6","text":"Respect our rights!"},{"id":235,"name":"MES_ABR_ENERO","text":"Jan"},{"id":236,"name":"MES_ABR_FEBRERO","text":"Feb"},{"id":237,"name":"MES_ABR_MARZO","text":"Mar"},{"id":238,"name":"MES_ABR_ABRIL","text":"Apr"},{"id":239,"name":"MES_ABR_MAYO","text":"May"},{"id":240,"name":"MES_ABR_JUNIO","text":"Jun"},{"id":241,"name":"MES_ABR_JULIO","text":"Jul"},{"id":242,"name":"MES_ABR_AGOSTO","text":"Aug"},{"id":243,"name":"MES_ABR_SEPTIEMBRE","text":"Sep"},{"id":244,"name":"MES_ABR_OCTUBRE","text":"Oct"},{"id":245,"name":"MES_ABR_NOVIEMBRE","text":"Nov"},{"id":246,"name":"MES_ABR_DICIEMBRE","text":"Dec"},{"id":247,"name":"CONTADOR_ENEMIGOS_VIVOS_SINGULAR","text":"1 enemy alive"},{"id":248,"name":"CONTADOR_ENEMIGOS_VIVOS_PLURAL","text":"#0# enemies alive"},{"id":249,"name":"CONTADOR_GEMAS_SINGULAR","text":"#0# gem left"},{"id":250,"name":"CONTADOR_GEMAS_SINGULAR_ESPIA","text":"#0# gem"},{"id":251,"name":"CONTADOR_GEMAS_PLURAL","text":"#0# gems left"},{"id":252,"name":"CONTADOR_GEMAS_PLURAL_ESPIA","text":"#0# gems"},{"id":253,"name":"CONTADOR_OBJETIVOS_SINGULAR","text":"#0# target left"},{"id":254,"name":"CONTADOR_OBJETIVOS_SINGULAR_ESPIA","text":"#0# target"},{"id":255,"name":"CONTADOR_OBJETIVOS_PLURAL","text":"#0# targets left"},{"id":256,"name":"CONTADOR_OBJETIVOS_PLURAL_ESPIA","text":"#0# targets"},{"id":257,"name":"INFO_COSECHA","text":"Select a villager and click this resource to harvest it"},{"id":258,"name":"INFO_REGENERACION","text":"Wait for the resource to regenerate"},{"id":259,"name":"INFO_COFRE","text":"Defeat all enemies to open the Chest!"},{"id":260,"name":"INFO_PRINCESA","text":"Defeat all enemies to rescue the Princess!"},{"id":261,"name":"INFO_ALDEANOS","text":"Defeat all enemies to rescue your Villagers!"},{"id":262,"name":"INFO_ARQUEROS","text":"Defeat all enemies to rescue the Rangers!"},{"id":263,"name":"INFO_TROLL","text":"Defeat all enemies to liberate the Troll!"},{"id":264,"name":"INFO_SOLDADOS","text":"Defeat all enemies to rescue your Soldiers!"},{"id":265,"name":"INFO_ARTURO","text":"Defeat all enemies to rescue Prince Arthur!"},{"id":266,"name":"INFO_EXTINGUIR","text":"Get water from the 3 Water Wells to extinguish the fire!"},{"id":267,"name":"INFO_CURANDEROS","text":"Defeat all enemies to rescue your Healers!"},{"id":268,"name":"INFO_ALIADOS","text":"Defeat all enemies to rescue your Allies!"},{"id":269,"name":"INFO_ASEDIO","text":"Defeat all enemies to rescue the siege machines!"},{"id":270,"name":"INFO_ESTATUA_ESQUELETO","text":"A great skeleton statue."},{"id":271,"name":"INFO_GEMA_PODER","text":"Defeat all nearby enemies to safely activate this device!"},{"id":272,"name":"INFO_PINGUINOS","text":"Defeat all nearby enemies to get the key and free the penguins!"},{"id":273,"name":"INFO_POZO","text":"Defeat all nearby enemies to get water from the well!"},{"id":274,"name":"INFO_PIEDRA","text":"Defeat all nearby enemies to get the stone!"},{"id":275,"name":"INFO_ANIMALES","text":"Defeat all nearby enemies to rescue the animals!"},{"id":276,"name":"INFO_ESTATUA_MISTERIOSA","text":"A mysterious skeleton statue"},{"id":277,"name":"INFO_GEMAS_ALTAR","text":"Put the 4 gems in the altar!"},{"id":278,"name":"INFO_LLAVES","text":"Get the 4 keys to open the door!"},{"id":279,"name":"INFO_ESPIAR","text":"Now you can spy your enemies through the world explorer.\n"},{"id":280,"name":"INFO_ESPIAR_AGUILAS","text":"Your eagles have #0# health."},{"id":281,"name":"INFO_HOSPITAL","text":"Heals nearby units when they are not in combat."},{"id":282,"name":"INFO_HERRERO","text":"Allows you to reduce the cost of your footman, archers and mounted troops by #0#%."},{"id":283,"name":"INFO_UNIVERSIDAD","text":"Allows you to reduce the cost of producing siege engines by #0#%."},{"id":284,"name":"INFO_HECHICERIA","text":"Browse and learn magic spells"},{"id":285,"name":"INFO_MUELLE","text":"Now you can sail through the Great Sea!"},{"id":286,"name":"INFO_AERODROMO","text":"Now you can fly through the Ancient Sea!"},{"id":287,"name":"INFO_ASERRADERO","text":"Your villagers are now trained to cut down trees very fast."},{"id":288,"name":"INFO_MINEROS","text":"Your villagers are now trained to mine gold and stone very fast."},{"id":289,"name":"INFO_ATLETAS","text":"Your villagers are now trained to run faster and to queue #0# additional resources."},{"id":290,"name":"INFO_ESTATUA_LIDERAZGO","text":"The statue increases your limit of 3 attacks per day to 4."},{"id":291,"name":"INFO_CORRAL_OVEJAS","text":"Put sheeps inside to produce food"},{"id":292,"name":"INFO_CORRAL_VACAS","text":"Put cows inside to produce food"},{"id":293,"name":"INFO_CORRAL_JABALIS","text":"Put boars inside to produce food"},{"id":294,"name":"INFO_CORRAL_CABALLOS","text":"Put horses inside to allow soldiers to mount them"},{"id":295,"name":"INFO_POBLACION","text":"Provides you with population"},{"id":296,"name":"INFO_ALIMENTACION","text":"Provides you with food regularly"},{"id":297,"name":"INFO_COLECCIONABLE","text":"Discovers a collectible item every day"},{"id":298,"name":"INFO_MATADERO","text":"Sacrifice a unit and obtain some resources back"},{"id":299,"name":"INFO_CRIADERO","text":"Put a pair of the same animal to make them breed"},{"id":300,"name":"INFO_BUNKER","text":"Put units inside to protect them from player assaults"},{"id":301,"name":"INFO_DANYO_ATAQUE","text":"Attack Damage"},{"id":302,"name":"INFO_RETARDO_ATAQUE","text":"Attack Delay"},{"id":303,"name":"INFO_RANGO_ATAQUE","text":"Attack Range"},{"id":304,"name":"INFO_VELOCIDAD_UNIDAD","text":"Unit Speed"},{"id":305,"name":"INFO_CAPACIDAD_POBLACION","text":"Population Capacity"},{"id":306,"name":"INFO_LIMIT_RECOLECCION_SINGULAR","text":"They can collect #0# tree in a row"},{"id":307,"name":"INFO_LIMIT_RECOLECCION_PLURAL","text":"They can collect #0# trees in a row"},{"id":308,"name":"INFO_CAPACIDAD","text":"CAPACITY #0#\/#1#"},{"id":309,"name":"INFO_CONFIRMAR_VENTA","text":"Do you really want to sell this for #0# #1#?"},{"id":310,"name":"INFO_ORO_SINGULAR","text":"gold"},{"id":311,"name":"INFO_ORO_PLURAL","text":"golds"},{"id":312,"name":"INFO_COMIDA_SINGULAR","text":"unit of food"},{"id":313,"name":"INFO_COMIDA_PLURAL","text":"units of food"},{"id":314,"name":"INFO_MADERA_SINGULAR","text":"unit of wood"},{"id":315,"name":"INFO_MADERA_PLURAL","text":"units of wood"},{"id":316,"name":"INFO_PIEDRA_SINGULAR","text":"unit of stone"},{"id":317,"name":"INFO_PIEDRA_PLURAL","text":"units of stone"},{"id":318,"name":"INFO_CASH_SINGULAR","text":"cash"},{"id":319,"name":"INFO_CASH_PLURAL","text":"cash"},{"id":320,"name":"COLECCION_MISTERIOS_ARENA","text":"Mysteries of the Sand"},{"id":321,"name":"COLECCION_VIEJO_BAUL","text":"Ye Olde Chest"},{"id":322,"name":"COLECCION_PODER_FLOR","text":"Flower Power"},{"id":323,"name":"COLECCION_TOQUE_RENACIMIENTO","text":"A Renaissance Touch"},{"id":324,"name":"COLECCION_DESCUBRIMIENTO_ANTIGUO","text":"An Ancient Discovery"},{"id":325,"name":"COLECCION_AMENAZA_CAZADORA","text":"The Hunting Threat"},{"id":326,"name":"COLECCION_DESCUBRIMIENTO_ARTICO","text":"An Arctic Discovery"},{"id":327,"name":"COLECCION_VIAJE_NEVADO","text":"Snow Journeys"},{"id":328,"name":"COLECCION_APARICION_DIABOLICA","text":"The Diabolic Appearance"},{"id":329,"name":"COLECCION_FRAGANCIA_MAGICA","text":"Scent of Magic"},{"id":330,"name":"COLECCION_TRAMPA_MORTAL","text":"A Mortal Trap"},{"id":331,"name":"COLECCION_CIRCULO_VIDA","text":"The Circle of Life"},{"id":332,"name":"COLECCION_SENTENCIA_MUERTE","text":"Sentence of Death"},{"id":333,"name":"COLECCION_ATRAPADO_OSCURIDAD","text":"Trapped in Darkness"},{"id":334,"name":"COLECCION_TRIBUTO_HEROE","text":"Hero Tribute"},{"id":335,"name":"COLECCION_AMIGO_TROLL","text":"Troll's best friend"},{"id":336,"name":"COLECCION_BOLA_PELO","text":"Little ball of fur"},{"id":337,"name":"COLECCION_HUESOS","text":"Bare Bones"},{"id":338,"name":"COLECCION_ALIADO_MONSTRUOSO","text":"A Monstruous Ally"},{"id":339,"name":"COLECCION_SONIDO_BOSQUE","text":"Sound of the Forest"},{"id":340,"name":"COLECCION_JEROGLIFO_EGIPCIO","text":"Egyptian Hieroglyph"},{"id":341,"name":"COLECCION_MASCARA_FARAON","text":"The Pharaon Mask"},{"id":342,"name":"COLECCION_VIEJA_CERAMICA","text":"Old Ceramics"},{"id":343,"name":"COLECCION_PAPIRO_ESCRITO","text":"Written Papyrus"},{"id":344,"name":"COLECCION_ESTATUILLA_HORUS","text":"Horus Statuette"},{"id":345,"name":"COLECCION_SUPERFICIE_MADERA","text":"Wooden Surface"},{"id":346,"name":"COLECCION_TABLA_CURVA","text":"Curved Plank"},{"id":347,"name":"COLECCION_CERRADURA_ORO","text":"Golden Lock"},{"id":348,"name":"COLECCION_MAPA_TESORO","text":"Treasure Map"},{"id":349,"name":"COLECCION_CLAVOS_LARGOS","text":"Large Nails"},{"id":350,"name":"COLECCION_ROSA_ROJA","text":"Red Rose"},{"id":351,"name":"COLECCION_GIRASOL","text":"Sunflower"},{"id":352,"name":"COLECCION_LIRIO_BLANCO","text":"White Lily"},{"id":353,"name":"COLECCION_GERANIO_AZUL","text":"Blue Geranium"},{"id":354,"name":"COLECCION_FERTILIZANTE","text":"Soil Fertilizer"},{"id":355,"name":"COLECCION_REMACHE_ORO","text":"Golden Rivet"},{"id":356,"name":"COLECCION_ESTATUA_ORO","text":"Golden Statue"},{"id":357,"name":"COLECCION_COLUMNA_SOLIDA","text":"Solid Column"},{"id":358,"name":"COLECCION_LADRILLO_DECORADO","text":"Intricate Brick"},{"id":359,"name":"COLECCION_AGUA_PURA","text":"Pure Water"},{"id":360,"name":"COLECCION_PIEL_MARRON","text":"Brown Fur"},{"id":361,"name":"COLECCION_COLMILLO_MARFIL","text":"Ivory Tusk"},{"id":362,"name":"COLECCION_BLOQUE_HIELO","text":"Ice Block"},{"id":363,"name":"COLECCION_ANTIGUO_CACAHUETE","text":"Ancient Peanut"},{"id":364,"name":"COLECCION_HUELLA_FOSSIL","text":"Fossil Footprint"},{"id":365,"name":"COLECCION_PULSERA_CUERO","text":"Leather Bracers"},{"id":366,"name":"COLECCION_COLMILLO_GRANDE","text":"Large Fang"},{"id":367,"name":"COLECCION_ARNES_CUERO","text":"Leather Harness"},{"id":368,"name":"COLECCION_CASCO_CORNUDO","text":"Horns Helmet"},{"id":369,"name":"COLECCION_HACHA_AFILADA","text":"Sharp Axe"},{"id":370,"name":"COLECCION_AGUA_FRIA","text":"Cold Water"},{"id":371,"name":"COLECCION_PESCADO_MALOLIENTE","text":"Smelly Fish"},{"id":372,"name":"COLECCION_IGLU_SOLIDO","text":"Solid Igloo"},{"id":373,"name":"COLECCION_BOLA_NIEVE","text":"Snowball"},{"id":374,"name":"COLECCION_HUEVO_ENTERO","text":"Unhatched Egg"},{"id":375,"name":"COLECCION_PIEL_AZUL","text":"Blue Pelt"},{"id":376,"name":"COLECCION_COLMILLO_AFILADO","text":"Sharp Tusk"},{"id":377,"name":"COLECCION_PIEL_BLANCA","text":"White Fur"},{"id":378,"name":"COLECCION_CUERNO_PARTIDO","text":"Chipped Horn"},{"id":379,"name":"COLECCION_GARRA_GIGANTE","text":"Giant Claw"},{"id":380,"name":"COLECCION_BOTAS_ORO","text":"Golden boots"},{"id":381,"name":"COLECCION_CINTURON_CALAVERA","text":"Skull Belt"},{"id":382,"name":"COLECCION_PENDIENTE_ORO","text":"Golden Earring"},{"id":383,"name":"COLECCION_COLETA_NEGRA","text":"Black Ponytail"},{"id":384,"name":"COLECCION_CIMITARRA","text":"Scimitar"},{"id":385,"name":"COLECCION_GORRO_TELA","text":"Cloth Hat"},{"id":386,"name":"COLECCION_TUNICA_TELA","text":"Cloth Tunic"},{"id":387,"name":"COLECCION_BASTON_MADERA","text":"Wooden rod"},{"id":388,"name":"COLECCION_BARBA_BLANCA","text":"White Beard"},{"id":389,"name":"COLECCION_LIBRO_HECHIZOS","text":"Magic Spellbook"},{"id":390,"name":"COLECCION_BARRO_SUCIO","text":"Filthy Mud"},{"id":391,"name":"COLECCION_ROCA_SUCIA","text":"Dirty Rock"},{"id":392,"name":"COLECCION_SAPO_MARRON","text":"Brown Toad"},{"id":393,"name":"COLECCION_PIRANYA_CANIBAL","text":"Cannibal Piranha"},{"id":394,"name":"COLECCION_COCODRILO_FEROZ","text":"Ferocious Crocodile"},{"id":395,"name":"COLECCION_ESTATUA_DELICADA","text":"Delicate Statue"},{"id":396,"name":"COLECCION_RAICES_FUERTES","text":"Strong Roots"},{"id":397,"name":"COLECCION_RAMA_PEQUENYA","text":"Small Branch"},{"id":398,"name":"COLECCION_HOJAS_ROSAS","text":"Pink Leaves"},{"id":399,"name":"COLECCION_SEMILLAS_VIDA","text":"Life Seeds"},{"id":400,"name":"COLECCION_GRILLETES_MADERA","text":"Wooden Shackles"},{"id":401,"name":"COLECCION_PLANCHAS_FUERTES","text":"Strong Planks"},{"id":402,"name":"COLECCION_CESTO_MIMBRE","text":"Wicker Basket"},{"id":403,"name":"COLECCION_CUERDA_FUERTE","text":"Strong Rope"},{"id":404,"name":"COLECCION_HOJA_GUILLOTINA","text":"Guillotine Blade"},{"id":405,"name":"COLECCION_CERRADURA_HIERRO","text":"Iron Lock"},{"id":406,"name":"COLECCION_BARRA_HIERRO","text":"Iron Bar"},{"id":407,"name":"COLECCION_CADENAS_HIERRO","text":"Iron Chains"},{"id":408,"name":"COLECCION_GRILLETES_HIERRO","text":"Iron Shackles"},{"id":409,"name":"COLECCION_TRAJE_PRESO","text":"Prisoner Suit"},{"id":410,"name":"COLECCION_PEDESTAL_PIEDRA","text":"Stone Pedestal"},{"id":411,"name":"COLECCION_PIERNAS_PIEDRA","text":"Stone Legs"},{"id":412,"name":"COLECCION_PECHO_PIEDRA","text":"Stone Chest"},{"id":413,"name":"COLECCION_CABEZA_PIEDRA","text":"Stone Head"},{"id":414,"name":"COLECCION_ESPADA_PIEDRA","text":"Stone Sword"},{"id":415,"name":"COLECCION_COLGANTE_ROJO","text":"Red Necklace"},{"id":416,"name":"COLECCION_HUESO_RICO","text":"Tasty Bone"},{"id":417,"name":"COLECCION_PELO_MARRON","text":"Brown Fur"},{"id":418,"name":"COLECCION_GLOBO_ROJO","text":"Red Balloon"},{"id":419,"name":"COLECCION_GORRO_PILOTO","text":"Pilot Bonnet"},{"id":420,"name":"COLECCION_COLGANTE_MONO","text":"Cute Necklace"},{"id":421,"name":"COLECCION_LATA_ATUN","text":"Tuna Can"},{"id":422,"name":"COLECCION_PELO_AZUL","text":"Blue Fur"},{"id":423,"name":"COLECCION_CASCABEL_PEQUENYO","text":"Small Sleighbell"},{"id":424,"name":"COLECCION_BOLA_LANA","text":"Wool Ball"},{"id":425,"name":"COLECCION_HUESO_CARNE","text":"Fleshy Bone"},{"id":426,"name":"COLECCION_ESPADA_OXIDADA","text":"Rusty Sword"},{"id":427,"name":"COLECCION_YELMO_PODRIDO","text":"Rotten Skullcap"},{"id":428,"name":"COLECCION_ESCUDO_DANYADO","text":"Shriveled Shield"},{"id":429,"name":"COLECCION_CALAVERA_MALVADA","text":"Evil Skull"},{"id":430,"name":"COLECCION_HOMBRERA_CUERO","text":"Leather Shoulderpad"},{"id":431,"name":"COLECCION_YELMO_ESPELUZNANTE","text":"Eerie Helmet"},{"id":432,"name":"COLECCION_BRAZALETES_REFORZADOS","text":"Reinforced Bracers"},{"id":433,"name":"COLECCION_MANDIBULAS_HUESO","text":"Bone Jaws"},{"id":434,"name":"COLECCION_MARTILLO_PUNTA","text":"Spiked Hammer"},{"id":435,"name":"COLECCION_ARCO_LARGO","text":"Long Bow"},{"id":436,"name":"COLECCION_DIADEMA_ORO","text":"Golden Diadem"},{"id":437,"name":"COLECCION_FLECHA_AFILADA","text":"Sharp Arrow"},{"id":438,"name":"COLECCION_CARCAJ_CUERO","text":"Leather Quiver"},{"id":439,"name":"COLECCION_OCARINA_MADERA","text":"Wooden Ocarina"},{"id":440,"name":"POPUP_REPINTAR_OK","text":"Click OKAY to repaint it."},{"id":441,"name":"POPUP_REPINTAR_DESCRIPCION","text":"This paint on this building is getting faded."},{"id":442,"name":"POPUP_TOPE_EDIFICIOS","text":"You've reached the limit of #0# for your Empire"},{"id":443,"name":"POPUP_TOPE_EDIFICIOS_TIER","text":"You'll be able to build the next tier of #0# when you reach the appropiate level"},{"id":444,"name":"POPUP_MISION_OBJETIVO","text":"Goal #0#"},{"id":445,"name":"POPUP_MISION_COMPLETADO","text":"(Completed #0#\/#1#)"},{"id":446,"name":"POPUP_ATAQUE_VICTORIA","text":"YOU WON"},{"id":447,"name":"POPUP_ATAQUE_DERROTA","text":"YOU LOST"},{"id":448,"name":"POPUP_EDIFICIO_ENHORABUENA","text":"Congratulations on your #0#!"},{"id":449,"name":"POPUP_COMPRAR_ASALTO_TIEMPO","text":"#0#h #1#min"},{"id":450,"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ATAQUES","text":"BUY ATTACKS"},{"id":451,"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ESPIONAJES","text":"BUY SPIES"},{"id":452,"name":"POPUP_COMPRAR_ASALTO_ATAQUES","text":"attacks"},{"id":453,"name":"POPUP_COMPRAR_ASALTO_ESPIONAJES","text":"spies"},{"id":454,"name":"POPUP_COMPRAR_ASALTO_SIN_ACCIONES","text":"You don't have more #0#,\n"},{"id":455,"name":"POPUP_COMPRAR_ASALTO_RECARGA","text":"you will get 3 more in #0#\n\n"},{"id":456,"name":"POPUP_COMPRAR_ASALTO_COMPRAR","text":"Do you want to buy #0# extra #1#?"},{"id":457,"name":"POPUP_COMPRAR_ASALTO_PRECIO","text":"#0# #1# = #2#"},{"id":458,"name":"POPUP_COMPRAR_ORO","text":"#0# cash"},{"id":459,"name":"POPUP_HEROES_RANGER","text":"The hard trained ranger, fast and lethal from far away!"},{"id":460,"name":"POPUP_HEROES_XENA","text":"She can slash multiple trolls with her whirlwind attack!"},{"id":461,"name":"POPUP_HEROES_ARTURO","text":"Prince of the Empire, casts a powerful fire from his blade!"},{"id":462,"name":"POPUP_HEROES_MERLIN","text":"A powerful wizard that strikes his foes with lightning!"},{"id":463,"name":"POPUP_HEROES_VALKIRIA","text":"She strikes fiercely and heals nearby units in the heat of battle!"},{"id":464,"name":"POPUP_HEROES_WALLACE","text":"His powerful roar inspires courage to nearby allies!"},{"id":465,"name":"POPUP_HEROES_THOR","text":"Smashes back his foes with his mighty lightning hammer!"},{"id":466,"name":"POPUP_HEROES_ALTOELFO","text":"Uses the ancient triplication technique to hunt the enemy!"},{"id":467,"name":"POPUP_NIVEL_TITULO","text":"LEVEL #0#!"},{"id":468,"name":"POPUP_NIVEL_CONFIRMACION","text":"You've reached #0# rank"},{"id":469,"name":"POPUP_NIVEL_HEADER_2","text":"You can now buy:"},{"id":470,"name":"POPUP_NIVEL_HEADER_3","text":"Level reward:"},{"id":471,"name":"POPUP_NIVEL_FOOTER","text":"YEAH! Share your success with your friends!"},{"id":472,"name":"POPUP_ASALTO_PREPARANDO_ESPIONAJE","text":"Preparing To SPY"},{"id":473,"name":"POPUP_ASALTO_LISTO_ESPIONAJE","text":"Your Eagle is ready to spy Enemy"},{"id":474,"name":"POPUP_ASALTO_EMPEZAR_ESPIONAJE","text":"Start Spying"},{"id":475,"name":"POPUP_ASALTO_AYUDA_TITULO","text":"Battle Help"},{"id":476,"name":"POPUP_ASALTO_AYUDA_TEXTO","text":"\u00b7 The objective is to destroy the Town Hall of your enemy. If you do so, you will receive a reward!\n \u00b7 All of your Army goes to the battle.\n \u00b7 On the \"Battle Menu\" button you'll see the status of the battle.\n \u00b7 Once the battle is finished, most of your dead soldiers will resurrect on your empire!"},{"id":477,"name":"POPUP_ASALTO_ARMADA_LISTA","text":"Your Army is ready!\n\n Destroy the Town Hall to WIN the battle!"},{"id":478,"name":"POPUP_ASALTO_TITULO","text":"GOING TO BATTLE"},{"id":479,"name":"POPUP_ASALTO_MAPA_HEADER","text":"Select the starting position of your army"},{"id":480,"name":"POPUP_QUEST_YETI","text":"Rescue the penguins and defeat the evil Yeti!"},{"id":481,"name":"POPUP_QUEST_GUSANO","text":"Find the braziers and defeat the hidden menace!"},{"id":482,"name":"POPUP_QUEST_CARGANDO","text":"Loading World"},{"id":483,"name":"POPUP_QUEST_EXPLORA","text":"Explore the world and discover the Missions!"},{"id":484,"name":"POPUP_QUEST_SIN_MUELLE","text":"You will need a harbour to invade the islands!"},{"id":485,"name":"POPUP_QUEST_BARCO","text":"Your ship is ready"},{"id":486,"name":"POPUP_QUEST_ZEPPELIN","text":"Your Zeppelin is ready"},{"id":487,"name":"POPUP_QUEST_TROLLS","text":"Defeat the trolls to win the chest!"},{"id":488,"name":"POPUP_QUEST_ESQUELETOS","text":"Defeat the skeletons to win the chest!"},{"id":489,"name":"POPUP_QUEST_CHINOS","text":"Defeat the chinese to win the chest!"},{"id":490,"name":"POPUP_QUEST_AZTECAS","text":"Defeat the aztecs to win the chest!"},{"id":491,"name":"POPUP_QUEST_HUMANOS","text":"Defeat the Humans to win the chest!"},{"id":492,"name":"POPUP_QUEST_HEROES","text":"Defeat the Heroes to win the chest!"},{"id":493,"name":"POPUP_QUEST_KAMIKAZES","text":"Use your kamikazes to destroy the Town Hall!"},{"id":494,"name":"POPUP_QUEST_VIKINGOS","text":"Defeat the vikings to win!"},{"id":495,"name":"POPUP_QUEST_ATLANTES","text":"Defeat the atlantis tribe to win!"},{"id":496,"name":"POPUP_QUEST_EGIPCIOS","text":"Defeat the egyptians to win!"},{"id":497,"name":"POPUP_QUEST_HUEVO","text":"You find a huge egg.."},{"id":498,"name":"POPUP_QUEST_ELIGE_DIFICULTAD","text":"Choose difficulty"},{"id":499,"name":"POPUP_QUEST_DIFICULTAD","text":"Difficulty"},{"id":500,"name":"POPUP_QUEST_COMPLETAR","text":"Complete the quest with #0# to unlock"},{"id":501,"name":"POPUP_QUEST_ESTRELLA_1","text":"1 star"},{"id":502,"name":"POPUP_QUEST_ESTRELLA_2","text":"2 stars"},{"id":503,"name":"POPUP_NUEVO_DIARIO_ORO","text":"#0# gold"},{"id":504,"name":"POPUP_NUEVO_DIARIO_HEROE","text":"1 Hero!"},{"id":505,"name":"POPUP_NUEVO_DIARIO_GANADO","text":"You won #0# gold!"},{"id":506,"name":"POPUP_NUEVO_DIARIO_GANADO_HEROE","text":"You won a hero!"},{"id":507,"name":"POPUP_JUGADOR_HOY","text":"Today at #0#:#1#"},{"id":508,"name":"POPUP_JUGADOR_AYER","text":"Yesterday at #0#:#1#"},{"id":509,"name":"POPUP_JUGADOR_HACE","text":"#0# days ago"},{"id":510,"name":"POPUP_JUGADOR_NUNCA","text":"n\/a"},{"id":511,"name":"POPUP_RAZA_TITULO_CIUDAD","text":"SELECT TOWN"},{"id":512,"name":"POPUP_RAZA_NIVEL_TROLL","text":"\nYou have to reach level #0# to unlock the Troll Race."},{"id":513,"name":"POPUP_RECLUTAMIENTO_RECOMPENSA","text":"Get reward"},{"id":514,"name":"POPUP_RECLUTAMIENTO_RECLUTAS_LISTOS","text":"All your new recruits are ready! Get your reward!"},{"id":515,"name":"POPUP_RECLUTAMIENTO_RECLUTA","text":"Recruit!"},{"id":516,"name":"POPUP_RECLUTAMIENTO_INVITA_AMIGOS","text":"Invite 3 new friends and get Special Units for free!"},{"id":517,"name":"POPUP_RECLUTAMIENTO_AMIGO","text":"Get a friend!"},{"id":518,"name":"POPUP_RECLUTAMIENTO_ALDEANO","text":"Villager"},{"id":519,"name":"POPUP_RESURRECCION_TITULO","text":"Heroes' Graveyard"},{"id":520,"name":"POPUP_RESURRECCION_DESCRIPCION","text":"This building allows you to revive your dead heroes"},{"id":521,"name":"POPUP_RESURRECCION_RESUCITAR","text":"Resurrect"},{"id":522,"name":"POPUP_EDIFICIO_ALIADOS","text":"Get allies"},{"id":523,"name":"POPUP_EDIFICIO_REFUERZOS","text":"All your allies are ready! Get your reinforcements!"},{"id":524,"name":"POPUP_EDIFICIO_ABRIR","text":"Open Building"},{"id":525,"name":"POPUP_EDIFICIO_PERSONAL","text":"All your staff is ready! You can now open your #0#!"},{"id":526,"name":"POPUP_EDIFICIO_CONTRATAR","text":"Hire Friends"},{"id":527,"name":"POPUP_EDIFICIO_TROPAS_ALIADAS","text":"This building needs to be filled with troops of your allies."},{"id":528,"name":"POPUP_EDIFICIO_CONTRATAR_AMIGOS","text":"Hire your friends to work in your #0#."},{"id":529,"name":"POPUP_FEED_COMPLETADO","text":"Completed!"},{"id":530,"name":"POPUP_FEED_RECOMPENSA","text":"Get rewards!"},{"id":531,"name":"POPUP_TESORO_TITULO","text":"Next enemy camp"},{"id":532,"name":"POPUP_TESORO_DESCRIPCION","text":"There have been spotted more enemies in the surroundings. They should arrive at your kingdom in 4 hours"},{"id":533,"name":"POPUP_UNLOCK","text":"Do you want to unlock #0# early?"},{"id":534,"name":"POPUP_UNLOCK_LBLUNLOCK","text":"Cost to unlock:"},{"id":535,"name":"POPUP_METEO_PRADERA","text":"Grassy Meadows"},{"id":536,"name":"POPUP_METEO_DESIERTO","text":"Sunny Desert"},{"id":537,"name":"POPUP_METEO_ESTEPA","text":"Snowy Plains"},{"id":538,"name":"POPUP_METEO_MONTANYA","text":"Rocky Mountains"},{"id":539,"name":"POPUP_METEO_JUNGLA","text":"Lush Jungle"},{"id":540,"name":"POPUP_GRIMORIO_PAGINA","text":"page #0# \/ #1#"},{"id":541,"name":"POPUP_TUTORIAL_PAGINA","text":"#0# of #1#"},{"id":542,"name":"QUEST_DESIERTO","text":"Desert Mission"},{"id":543,"name":"QUEST_ARTICO","text":"Arctic Mission"},{"id":544,"name":"QUEST_GUSANO","text":"Rockdriller Mission"},{"id":545,"name":"QUEST_MISTERIOSA","text":"Mysterious Island"},{"id":546,"name":"QUEST_DESCONOCIDA","text":"Unknown Island"},{"id":547,"name":"QUEST_NO_DESCUBIERTA","text":"Undiscovered Island"},{"id":548,"name":"QUEST_EMERGENTE","text":"Emergent Island"},{"id":549,"name":"QUEST_BARCO","text":"SHIP"},{"id":550,"name":"QUEST_ZEPPELIN","text":"ZEPPELIN"},{"id":551,"name":"QUEST_MOLINO","text":"Burning Mill"},{"id":552,"name":"QUEST_CURANDEROS","text":"Captive Healers"},{"id":553,"name":"QUEST_ANIMALES","text":"Caged Animals"},{"id":554,"name":"QUEST_ESQUELETOS","text":"Skeleton Menace"},{"id":555,"name":"QUEST_CHINOS","text":"Chinese Island"},{"id":556,"name":"QUEST_AZTECAS","text":"Aztec Island"},{"id":557,"name":"QUEST_HUMANOS","text":"Humans Island"},{"id":558,"name":"QUEST_HEROES","text":"Heroes Island"},{"id":559,"name":"QUEST_MITICA","text":"Mythical Island"},{"id":560,"name":"QUEST_NUBLADA","text":"Misty Island"},{"id":561,"name":"QUEST_DUNAS","text":"Dune Island"},{"id":562,"name":"QUEST_NIDO","text":"Nest Island"},{"id":563,"name":"QUEST_PELIGROSA","text":"Dangerous Island"},{"id":564,"name":"QUEST_GOLEM_GEMAS","text":"Gems to activate"},{"id":565,"name":"QUEST_GUSANO_BRASEROS","text":"#0# braziers to activate"},{"id":566,"name":"QUEST_YETI_LLAVES","text":"Keys to activate"},{"id":567,"name":"QUEST_YETI_FALTAN","text":"#0# keys left"},{"id":568,"name":"QUEST_CIVILIZACION_ENEMIGOS","text":"Enemy targets left"},{"id":569,"name":"QUEST_CIVILIZACION_HQ_SINGULAR","text":"1 Town Hall"},{"id":570,"name":"QUEST_CIVILIZACION_HQ_PLURAL","text":"#0# Town Halls"},{"id":571,"name":"QUEST_HEROES_VIVOS_SINGULAR","text":"1 hero alive"},{"id":572,"name":"QUEST_HEROES_VIVOS_PLURAL","text":"#0# heroes alive"},{"id":573,"name":"QUEST_TROLLS_VIVOS","text":"Alive trolls"},{"id":574,"name":"QUEST_TROLLS_VIVOS_SINGULAR","text":"1 troll alive"},{"id":575,"name":"QUEST_TROLLS_VIVOS_PLURAL","text":"#0# trolls alive"},{"id":576,"name":"QUEST_ESQUELETOS_VIVOS","text":"Remaining skeletons"},{"id":577,"name":"QUEST_ESQUELETOS_VIVOS_SINGULAR","text":"1 skeleton remaining"},{"id":578,"name":"QUEST_ESQUELETOS_VIVOS_PLURAL","text":"#0# skeletons remaining"},{"id":579,"name":"QUEST_BARCO_REQUISITO","text":"Level #0# required to access this zone"},{"id":580,"name":"ASALTO_REFUERZOS_TITULO","text":"Reinforcements arrive!"},{"id":581,"name":"ASALTO_REFUERZOS_DESCRIPCION","text":"Reinforcements are coming to your town to help you defeat your enemies.\nWait for them and rescue the princess!"},{"id":582,"name":"ASALTO_CAPITAN_H_ASEDIO_1","text":"Siege engines! Attack!"},{"id":583,"name":"ASALTO_CAPITAN_T_ASEDIO_1","text":"Machinez, GO!"},{"id":584,"name":"ASALTO_CAPITAN_H_ASEDIO_2","text":"First squad! Attack!"},{"id":585,"name":"ASALTO_CAPITAN_T_ASEDIO_2","text":"You group, Attack!"},{"id":586,"name":"ASALTO_CAPITAN_H_ASEDIO_3","text":"Second squad! Attack!"},{"id":587,"name":"ASALTO_CAPITAN_T_ASEDIO_3","text":"Iz 'ur tourn, Kill 'em all!"},{"id":588,"name":"ASALTO_CAPITAN_H_RETIRADA","text":"Retreat!"},{"id":589,"name":"ASALTO_CAPITAN_T_RETIRADA","text":"We lozin', we back!"},{"id":590,"name":"ASALTO_CAPITAN_H_MASTODONTES","text":"You go now, NO MERCY!!"},{"id":591,"name":"ASALTO_CAPITAN_T_MASTODONTES","text":"GO ON MORE BIG BOY'z!"},{"id":592,"name":"ASALTO_CAPITAN_H_PREPARADOS_1","text":"Everybody prepared!"},{"id":593,"name":"ASALTO_CAPITAN_T_PREPARADOS_1","text":"U ready cabbageheadz?"},{"id":594,"name":"ASALTO_CAPITAN_H_PREPARADOS_2","text":"Get ready!"},{"id":595,"name":"ASALTO_CAPITAN_T_PREPARADOS_2","text":"Zmell'em, they Afraid!"},{"id":596,"name":"ASALTO_ALDEANO_H_1","text":"THEY ARE COMING! HELP! HELP!"},{"id":597,"name":"ASALTO_ALDEANO_H_2","text":"PLEASE, HURRY UP!"},{"id":598,"name":"ASALTO_ALDEANO_H_3","text":"BE READY FOR THE BATTLE!"},{"id":599,"name":"ASALTO_ALDEANO_H_4","text":"HELP, HELP!"},{"id":600,"name":"ASALTO_ALDEANO_T_1","text":"LOTZ OF 'EM"},{"id":601,"name":"ASALTO_ALDEANO_T_2","text":"HELP POOR TROLL, HELP"},{"id":602,"name":"ASALTO_ALDEANO_T_3","text":"WAR IZ COMIN"},{"id":603,"name":"ASALTO_ALDEANO_T_4","text":"HELP, HELP!"},{"id":604,"name":"ASALTO_CARRO_DESPEDIDA","text":"Glad to help you!"},{"id":605,"name":"AUX_OK","text":"OK"},{"id":606,"name":"AUX_SKIP","text":"Skip"},{"id":607,"name":"AUX_COMPRAR","text":"Buy"},{"id":608,"name":"AUX_VENDER","text":"sell"},{"id":609,"name":"AUX_COMPARTIR","text":"Share!"},{"id":610,"name":"AUX_SI","text":"YES"},{"id":611,"name":"AUX_NO","text":"NO"},{"id":612,"name":"AUX_GUARDAR","text":"Save"},{"id":613,"name":"AUX_CANCELAR","text":"Cancel"},{"id":614,"name":"POPUP_NOMBRE_TITULO","text":"NAME YOUR EMPIRE"},{"id":615,"name":"NEWFRIENDS_REWARD_DESCRIPTION_1","text":"1x Elephant Rider: Stomp your enemies and daze them with the powerful Elephant Rider!"},{"id":616,"name":"NEWFRIENDS_REWARD_DESCRIPTION_2","text":"2x Vikings: Smash your foes with this legendary Vikings!"},{"id":617,"name":"NEWFRIENDS_REWARD_DESCRIPTION_3","text":"2x Monks: Convert enemy units into yours with the Monks!"},{"id":618,"name":"NEWFRIENDS_REWARD_DESCRIPTION_4","text":"1x Thor: Strike your foes with the power of thunder!"},{"id":619,"name":"NEWFRIENDS_REWARD_DESCRIPTION_5","text":"1x Mobile Tower: Bring the power of a tower wherever you want!"},{"id":620,"name":"POPUP_AYUDA_AMIGO","text":"Wants to help you!"},{"id":621,"name":"POPUP_MISION_TITULO","text":"Goal INFO"},{"id":622,"name":"AUX_REPETIR","text":"repeat #0# times"},{"id":623,"name":"AUX_AYUDA","text":"HELP!"},{"id":624,"name":"AUX_OBJETIVOS","text":"Goals"},{"id":625,"name":"POPUP_MISION_OTORGA_RECOMPENSA","text":"MISSION #0# COMPLETED! #1# gold reward"},{"id":626,"name":"POPUP_MOTIVACION_TITULO_INTRO","text":"Welcome to Social Empires"},{"id":627,"name":"POPUP_MOTIVACION_CUERPO_INTRO","text":"Welcome to the best adventure in Facebook!\nIn Social Empires you will have to..."},{"id":628,"name":"POPUP_MOTIVACION_PIE_INTRO","text":"Good Luck!"},{"id":629,"name":"POPUP_MOTIVACION_MENSAJE_1","text":"Build your Kingdom"},{"id":630,"name":"POPUP_MOTIVACION_MENSAJE_2","text":"Defeat your Enemies!"},{"id":631,"name":"POPUP_MOTIVACION_MENSAJE_3","text":"Save your Princess!"},{"id":632,"name":"POPUP_MOTIVACION_TITULO_OUTRO","text":"Good Job!"},{"id":633,"name":"POPUP_MOTIVACION_CUERPO_OUTRO","text":"In order to advance it is very important to follow King Arthur's Goals"},{"id":634,"name":"POPUP_MOTIVACION_PIE_OUTRO","text":"Keep it up!\nYou will soon be rescuing your Princess!"},{"id":635,"name":"POPUP_MISION_NUEVA_MISION","text":"New Mission!"},{"id":636,"name":"POPUP_MISION_OBTEN_RECOMPENSA","text":"Get Reward!"},{"id":637,"name":"POPUP_MISION_OBTEN_RECOMPENSA_AHORA","text":"Get Reward Now!"},{"id":638,"name":"AUX_MAS_INFO","text":"+INFO"},{"id":639,"name":"AUX_NUEVO","text":"NEW"},{"id":640,"name":"POPUP_ATAQUE_TITULO","text":"Battle Results"},{"id":641,"name":"POPUP_ATAQUE_PIE","text":"(showing only last 10 attacks)"},{"id":642,"name":"POPUP_ATAQUE_FECHA","text":"Date"},{"id":643,"name":"POPUP_ATAQUE_OPONENTE","text":"Opponent"},{"id":644,"name":"POPUP_ATAQUE_RESULTADO","text":"Result"},{"id":645,"name":"POPUP_ATAQUE_ORO","text":"Gold"},{"id":646,"name":"POPUP_ATAQUE_INFORME_TITULO","text":"Attacked!"},{"id":647,"name":"POPUP_ATAQUE_INFORME_CUERPO","text":"Someone attacked your empire while you where out!"},{"id":648,"name":"POPUP_ATAQUE_INFORME_PIE","text":"Check the results and avenge yourself!"},{"id":649,"name":"POPUP_ATAQUE_ACABADO_TITULO","text":"Battle Result"},{"id":650,"name":"POPUP_ATAQUE_ACABADO_UNIDADES_VIVAS","text":"Units Alive"},{"id":651,"name":"POPUP_ATAQUE_ACABADO_UNIDADES_MUERTAS","text":"Units Dead"},{"id":652,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS","text":"Results"},{"id":653,"name":"POPUP_ATAQUE_ACABADO_TU_EJERCITO","text":"Your Army"},{"id":654,"name":"POPUP_ATAQUE_ACABADO_SU_EJERCITO","text":"Enemy Army"},{"id":655,"name":"POPUP_ATAQUE_ACABADO_TUS_PERDIDAS","text":"Your units lost"},{"id":656,"name":"POPUP_ATAQUE_ACABADO_SIN_BAJAS","text":"- No units lost -"},{"id":657,"name":"POPUP_ATAQUE_ACABADO_GANANCIAS","text":"You won:"},{"id":658,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_BUENA","text":"Good Battle! Destroy the Town Hall to win!"},{"id":659,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PERDIDAS","text":"You are losing a lot of units!"},{"id":660,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_GANAS","text":"You win!"},{"id":661,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PIERDES","text":"You lost!"},{"id":662,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_DEFENDISTE","text":"Your defense resisted!"},{"id":663,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_CAISTE","text":"Your defense has fallen!"},{"id":664,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PACIFISTA","text":"You haven't killed anyone yet"},{"id":665,"name":"POPUP_ATAQUE_ACABADO_ENHORABUENA","text":"Congratulations! Share it with your friends!"},{"id":666,"name":"POPUP_ATAQUE_ACABADO_CONDOLENCIAS","text":"Sorry! Try it another time!"},{"id":667,"name":"POPUP_ATAQUE_ACABADO_ACABAR","text":"Do you want to quit the battle?"},{"id":668,"name":"POPUP_ATAQUE_GUARDANDO","text":"Saving Results ..."},{"id":669,"name":"AUX_ATACANTE","text":"Attacker"},{"id":670,"name":"AUX_DEFENSOR","text":"Defender"},{"id":671,"name":"AUX_MUNDO_ENEMIGO","text":"Go to Enemy's World"},{"id":672,"name":"POPUP_OPCIONES_BATALLA_TITULO","text":"OPTIONS"},{"id":673,"name":"POPUP_OPCIONES_BATALLA_EJERCITO","text":"My Army"},{"id":674,"name":"POPUP_OPCIONES_BATALLA_ESTRATEGIA","text":"My Defensive Strategy"},{"id":675,"name":"POPUP_OPCIONES_BATALLA_CABECERA","text":"Select Your Defensive Strategy to defend your empire from other player attacks."},{"id":676,"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA","text":"Defensive"},{"id":677,"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA","text":"Mid Defensive"},{"id":678,"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA","text":"Mid Aggressive"},{"id":679,"name":"POPUP_OPCIONES_BATALLA_AGRESIVA","text":"Aggressive"},{"id":680,"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA_DESCRIPCION","text":"All your units will hold position until approached. They will stop chasing the enemy and return to their original position in a while after the clash."},{"id":681,"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA_DESCRIPCION","text":"All your units will hold position until a siege engine hits, then all ranged units will go and crush it."},{"id":682,"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA_DESCRIPCION","text":"All your units will hold positions until the enemy hits. Then part of your army that equals to the enemy troops will go and chase them."},{"id":683,"name":"POPUP_OPCIONES_BATALLA_AGRESIVA_DESCRIPCION","text":"All your units will attack the siege engines right from the start and will return to the empire only when all are destroyed."},{"id":684,"name":"POPUP_OPCIONES_BATALLA_UNIDADES","text":"Units"},{"id":685,"name":"POPUP_EDIFICIO_COMPARTE_AMIGOS","text":"Share your new item with your friends!"},{"id":686,"name":"AUX_ENHORABUENA","text":"Congratulations!"},{"id":687,"name":"AUX_INTERCAMBIAR","text":"EXCHANGE"},{"id":688,"name":"POPUP_COMPRAR_ORO_TITULO","text":"SOCIAL EMPIRES BANK"},{"id":689,"name":"POPUP_COMPRAR_ORO_CABECERA","text":"Exchange your cash for gold!"},{"id":690,"name":"AUX_COMPRAR_CASH","text":"Buy with cash"},{"id":691,"name":"POPUP_COMPRAR_MANA_TITULO","text":"Wizard's Resources Bank"},{"id":692,"name":"POPUP_COMPRAR_MANA_CABECERA","text":"Get some mana\nto unleash your power!"},{"id":693,"name":"POPUP_COLECCION_COMPARTE_AMIGOS","text":"Share your new gift with your friends!"},{"id":694,"name":"POPUP_COLECCIONES_TITULO","text":"Collections"},{"id":695,"name":"POPUP_COLECCIONES_RECLAMAR_RECOMPENSA","text":"Claim reward"},{"id":696,"name":"POPUP_COLECCIONES_COMPLETAR_POR","text":"Complete for"},{"id":697,"name":"AUX_COLECCION","text":"Collection"},{"id":698,"name":"AUX_COMPLETADO","text":"COMPLETED!"},{"id":699,"name":"POPUP_CAMPAMENTO_TITULO","text":"All enemies defeated!"},{"id":700,"name":"POPUP_CAMPAMENTO_CABECERA_1","text":"You have beaten all"},{"id":701,"name":"POPUP_CAMPAMENTO_CABECERA_2","text":"ENEMIES!"},{"id":702,"name":"POPUP_CAMPAMENTO_PIE_PRINCESA","text":"Now save your PRINCESS!\nClick on her!"},{"id":703,"name":"POPUP_CAMPAMENTO_PIE_ARQUEROS","text":"Now save the ARCHERS!\nClick on them!"},{"id":704,"name":"POPUP_CAMPAMENTO_PIE_SOLDADOS","text":"Now rescue your SOLDIERS!\nClick on them!"},{"id":705,"name":"POPUP_CAMPAMENTO_PIE_TESORO","text":"Now go for the TREASURE!\nClick on it!"},{"id":706,"name":"POPUP_CAMPAMENTO_PIE_ALDEANOS","text":"Now rescue your VILLAGERS!\nClick on them!"},{"id":707,"name":"POPUP_CAMPAMENTO_PIE_TROLL","text":"Now liberate the TROLL!\nClick on him!"},{"id":708,"name":"POPUP_CAMPAMENTO_PIE_PRINCIPE","text":"Now rescue your PRINCE!\nClick on him!"},{"id":709,"name":"POPUP_CAMPAMENTO_PIE_FUEGO","text":"Now extinguish the FIRE!\nClick on it!"},{"id":710,"name":"POPUP_CAMPAMENTO_PIE_CURANDEROS","text":"Now rescue your HEALERS!\nClick on them!"},{"id":711,"name":"POPUP_CAMPAMENTO_PIE_PIEDRA","text":"Now get the STONE!\nClick on it!"},{"id":712,"name":"POPUP_CAMPAMENTO_PIE_ALIADOS","text":"Now rescue your ALLIES!\nClick on them!"},{"id":713,"name":"POPUP_CAMPAMENTO_PIE_ANIMALES","text":"Now rescue the ANIMALS!\nClick on the cages!"},{"id":714,"name":"POPUP_CAMPAMENTO_PIE_ASEDIO","text":"Now rescue the SIEGE!\nClick on them!"},{"id":715,"name":"POPUP_CAMPAMENTO_PIE_ESTATUA","text":"Now destroy the SKELETONS!\nClick on the statue!"},{"id":716,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA","text":"Princess Kidnapped!"},{"id":717,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS","text":"Archers in danger!"},{"id":718,"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS","text":"Soldiers kidnapped!"},{"id":719,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO","text":"A Treasure Appeared!"},{"id":720,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS","text":"Villagers missing!"},{"id":721,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL","text":"Chained Troll!"},{"id":722,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE","text":"Prince kidnapped!"},{"id":723,"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO","text":"Mill in flames!"},{"id":724,"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS","text":"Captive Healers!"},{"id":725,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA","text":"Stone Mines!"},{"id":726,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS","text":"Captured Allies!"},{"id":727,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES","text":"Captured animals!"},{"id":728,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO","text":"Captured Siege!"},{"id":729,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA","text":"Creepy statues!"},{"id":730,"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCESA","text":"The enemies kidnapped your"},{"id":731,"name":"POPUP_MISION_CAMPAMENTO_C1_ARQUEROS","text":"The enemies have tied a group of"},{"id":732,"name":"POPUP_MISION_CAMPAMENTO_C1_SOLDADOS","text":"The enemies have taken some of your"},{"id":733,"name":"POPUP_MISION_CAMPAMENTO_C1_TESORO","text":"Suddenly appeared a"},{"id":734,"name":"POPUP_MISION_CAMPAMENTO_C1_ALDEANOS","text":"The enemies have taken your"},{"id":735,"name":"POPUP_MISION_CAMPAMENTO_C1_TROLL","text":"It has been spotted a prisoner"},{"id":736,"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCIPE","text":"The trolls have taken hostage"},{"id":737,"name":"POPUP_MISION_CAMPAMENTO_C1_FUEGO","text":"The trolls are burning a"},{"id":738,"name":"POPUP_MISION_CAMPAMENTO_C1_CURANDEROS","text":"The trolls have captured"},{"id":739,"name":"POPUP_MISION_CAMPAMENTO_C1_PIEDRA","text":"The enemies are protecting some"},{"id":740,"name":"POPUP_MISION_CAMPAMENTO_C1_ALIADOS","text":"The enemies have captured some"},{"id":741,"name":"POPUP_MISION_CAMPAMENTO_C1_ANIMALES","text":"There are some mysterious"},{"id":742,"name":"POPUP_MISION_CAMPAMENTO_C1_ASEDIO","text":"The enemies have chained"},{"id":743,"name":"POPUP_MISION_CAMPAMENTO_C1_ESTATUA","text":"There are some creepy"},{"id":744,"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCESA","text":"PRINCESS!"},{"id":745,"name":"POPUP_MISION_CAMPAMENTO_C2_ARQUEROS","text":"ARCHERS!"},{"id":746,"name":"POPUP_MISION_CAMPAMENTO_C2_SOLDADOS","text":"SOLDIERS!"},{"id":747,"name":"POPUP_MISION_CAMPAMENTO_C2_TESORO","text":"TREASURE!"},{"id":748,"name":"POPUP_MISION_CAMPAMENTO_C2_ALDEANOS","text":"VILLAGERS!"},{"id":749,"name":"POPUP_MISION_CAMPAMENTO_C2_TROLL","text":"TROLL!"},{"id":750,"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCIPE","text":"PRINCE ARTHUR!"},{"id":751,"name":"POPUP_MISION_CAMPAMENTO_C2_FUEGO","text":"MILL!"},{"id":752,"name":"POPUP_MISION_CAMPAMENTO_C2_CURANDEROS","text":"HEALERS!"},{"id":753,"name":"POPUP_MISION_CAMPAMENTO_C2_PIEDRA","text":"STONE MINES!"},{"id":754,"name":"POPUP_MISION_CAMPAMENTO_C2_ALIADOS","text":"ALLIES!"},{"id":755,"name":"POPUP_MISION_CAMPAMENTO_C2_ANIMALES","text":"ANIMAL CAGES!"},{"id":756,"name":"POPUP_MISION_CAMPAMENTO_C2_ASEDIO","text":"SIEGE MACHINES!"},{"id":757,"name":"POPUP_MISION_CAMPAMENTO_C2_ESTATUA","text":"SKELETON STATUES!"},{"id":758,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA","text":"Slay all the enemies to rescue her!"},{"id":759,"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS","text":"Help them by defeating the enemies!"},{"id":760,"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS","text":"Hurry up or the enemies will kill them!"},{"id":761,"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO","text":"Defeat all the enemies to get it!"},{"id":762,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS","text":"Save them from the enemies!"},{"id":763,"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL","text":"Help him obtain his freedom!"},{"id":764,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE","text":"Slay the trolls and rescue Prince Arthur!"},{"id":765,"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO","text":"Get water from the wells to\nextinguish the fire!"},{"id":766,"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS","text":"Save them from the trolls!"},{"id":767,"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA","text":"Slay the enemies to reclaim the stone!"},{"id":768,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS","text":"Help them to escape the enemies!"},{"id":769,"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES","text":"Slay the trolls to open them!"},{"id":770,"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO","text":"Recover them from the enemies!"},{"id":771,"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA","text":"Go to investigate them!"},{"id":772,"name":"POPUP_EXPANSION_CABECERA_1","text":"Your empire has"},{"id":773,"name":"POPUP_EXPANSION_CABECERA_2","text":"GROWN!"},{"id":774,"name":"POPUP_EXPANSION_PIE","text":"Share your expansion with your friends !"},{"id":775,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCESA","text":"Princess Rescued!"},{"id":776,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ARQUEROS","text":"Archers rescued!"},{"id":777,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_SOLDADOS","text":"Soldiers rescued!"},{"id":778,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TESORO","text":"Treasure Found!"},{"id":779,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALDEANOS","text":"Villagers rescued!"},{"id":780,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TROLL","text":"Troll rescued!"},{"id":781,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCIPE","text":"Prince rescued!"},{"id":782,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_FUEGO","text":"Mill saved!"},{"id":783,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_CURANDEROS","text":"Healers rescued!"},{"id":784,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PIEDRA","text":"Stone acquired!"},{"id":785,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALIADOS","text":"Allies Rescued!"},{"id":786,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ANIMALES","text":"Animals uncaged!"},{"id":787,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ASEDIO","text":"Siege retrieved!"},{"id":788,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ESTATUA","text":"Statues explored!"},{"id":789,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_EL","text":"You have rescued the"},{"id":790,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_ENCUENTRAS_EL","text":"You have found the"},{"id":791,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS","text":"You have rescued"},{"id":792,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_SALVAS","text":"You have saved the"},{"id":793,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_TU","text":"You have rescued your"},{"id":794,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RECUPERAS","text":"You have recovered the"},{"id":795,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_DERROTADO","text":"You have defeated the"},{"id":796,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_PIEDRA","text":"You have obtained stone from"},{"id":797,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCESA","text":"She joins your army to fight with you!"},{"id":798,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ARQUEROS","text":"They are really grateful and join your army!"},{"id":799,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_SOLDADOS","text":"Now they will join your army!"},{"id":800,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TESORO","text":"Share it with your friends!"},{"id":801,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALDEANOS","text":"They will work hard for you!"},{"id":802,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TROLL","text":"He is so grateful that joins your army!"},{"id":803,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCIPE","text":"He will join your ranks and fight for you!"},{"id":804,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_FUEGO","text":"Share it with your friends!"},{"id":805,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_CURANDEROS","text":"Share it with your friends!"},{"id":806,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PIEDRA","text":"Share it with your friends!"},{"id":807,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALIADOS","text":"Share it with your friends!"},{"id":808,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ANIMALES","text":"Share it with your friends!"},{"id":809,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ASEDIO","text":"Share it with your friends!"},{"id":810,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ESTATUA","text":"Share it with your friends!"},{"id":811,"name":"POPUP_HEROES_TITULO","text":"Altar of Heroes"},{"id":812,"name":"POPUP_HEROES_PIE","text":"This building allows you to invoke powerful heroes"},{"id":813,"name":"POPUP_HEROES_COMPRAR_HEROE","text":"Get Hero!"},{"id":814,"name":"POPUP_HURRY_UP_TITULO","text":"WORK IN PROGRESS"},{"id":815,"name":"POPUP_HURRY_UP_HEADER_2","text":"You can take the following actions"},{"id":816,"name":"POPUP_HURRY_UP_OPTION_1","text":"Ask your friends to help you speed up"},{"id":817,"name":"POPUP_HURRY_UP_OPTION_2","text":"Pay to finish the work instantly"},{"id":818,"name":"POPUP_HURRY_UP_OPTION_SEPARATOR","text":"OR"},{"id":819,"name":"POPUP_INSTALL_TITLE","text":"Tutorial complete!"},{"id":820,"name":"POPUP_LOST_TITLE_DISCOVERY","text":"Discovery!"},{"id":821,"name":"POPUP_LOST_HEADER_1","text":"You have found a"},{"id":822,"name":"POPUP_LOST_HEADER_1B","text":"You have found an"},{"id":823,"name":"POPUP_LOST_INJURED_COW","text":"INJURED COW!"},{"id":824,"name":"POPUP_LOST_COW_FOOTER","text":"Tell your friends to adopt it!"},{"id":825,"name":"POPUP_LOST_INJURED_SHEEP","text":"INJURED SHEEP!"},{"id":826,"name":"POPUP_LOST_SHEEP_FOOTER","text":"Tell your friends to adopt it!"},{"id":827,"name":"POPUP_LOST_LONELY_KNIGHT","text":"LONELY KNIGHT!!"},{"id":828,"name":"POPUP_LOST_LONELY_FOOTER","text":"Tell your friends to \nadd him to their army!!"},{"id":829,"name":"POPUP_LOST_TROJAN_HORSE","text":"TROJAN HORSE!!!"},{"id":830,"name":"POPUP_LOST_TROJAN_FOOTER","text":"Give this present to \nsome of your friends!"},{"id":831,"name":"POPUP_LOST_MYST_CRATE","text":"MYSTERIOUS CRATE"},{"id":832,"name":"POPUP_LOST_MYST_FOOTER","text":"Share its contents \nwith your friends!"},{"id":833,"name":"POPUP_LOST_BARREL","text":"MEAD BARREL"},{"id":834,"name":"POPUP_LOST_BARREL_FOOTER","text":"Have some drinks with your friends!"},{"id":835,"name":"POPUP_LOST_INJURED_TROLL","text":"INJURED TROLL!"},{"id":836,"name":"POPUP_LOST_TROLL_FOOTER","text":"Tell your friends to adopt it!"},{"id":837,"name":"POPUP_LOST_GOLDEN_TOTEM","text":"GOLDEN TOTEM!"},{"id":838,"name":"POPUP_LOST_TOTEM_FOOTER","text":"Give this present to \nsome of your friends!"},{"id":839,"name":"POPUP_MARKET_FOOTER","text":"Trades left today:"},{"id":840,"name":"POPUP_NEWS_TITLE","text":"Daily News"},{"id":841,"name":"POPUP_NEWS_SEC_HINTS","text":"Hints & Tips:"},{"id":842,"name":"POPUP_NEWS_SEC_LATEST","text":"Latest News"},{"id":843,"name":"POPUP_NEWS_SPECIAL_OFFERS","text":"Specials Offers & Packs"},{"id":844,"name":"POPUP_PROFILE_TITLE","text":"Player Profile"},{"id":845,"name":"POPUP_PROFILE_LBL_LEVEL","text":"Level:"},{"id":846,"name":"POPUP_PROFILE_LBL_RANK","text":"Rank:"},{"id":847,"name":"POPUP_PROFILE_LBL_EMPNAME","text":"Empire's name:"},{"id":848,"name":"POPUP_PROFILE_LBL_VICTORIAS","text":"Victories:"},{"id":849,"name":"POPUP_PROFILE_LBL_DERROTAS","text":"\/ Defeats:"},{"id":850,"name":"POPUP_PROFILE_LBL_LASTCONN","text":"Last connected:"},{"id":851,"name":"POPUP_PROFILE_LBL_COUNTRY","text":"Country:"},{"id":852,"name":"POPUP_PROFILE_LBL_HONOR","text":"Honor Points:"},{"id":853,"name":"POPUP_QUESTEND_TITLE","text":"Mission result"},{"id":854,"name":"POPUP_QUESTEND_HEADER_1","text":"GOLD & XP COLLECTED"},{"id":855,"name":"POPUP_QUESTEND_BUT_RESULTS","text":"Results"},{"id":856,"name":"POPUP_QUESTEND_BUT_USAVED","text":"Your units lost"},{"id":857,"name":"POPUP_QUESTEND_MESSAGE1_WIN","text":"Congratulations! Share it with your friends!"},{"id":858,"name":"POPUP_QUESTEND_MESSAGE1_LOSE","text":"Sorry! Try it another time!"},{"id":859,"name":"POPUP_QUESTEND_MESSAGE2","text":"Do you want to finalize the battle?"},{"id":860,"name":"POPUP_QUESTEND_CHECK_REWARD","text":"Check your reward in the store!"},{"id":861,"name":"POPUP_QUESTEND_GOLEM_DEFEATED","text":"You defeated the Golem!"},{"id":862,"name":"POPUP_QUESTEND_YETI_DEFEATED","text":"You defeated the Yeti!"},{"id":863,"name":"POPUP_QUESTEND_ROCKDRILLER_DEFEATED","text":"You defeated the Rockdriller!"},{"id":864,"name":"POPUP_QUESTEND_EGG_DEFEATED","text":"You made someone angry! \nComing soon!"},{"id":865,"name":"POPUP_QUESTEND_NO_CASUALTIES","text":"- No units lost"},{"id":866,"name":"POPUP_QUESTEND_WIN","text":"You win!"},{"id":867,"name":"POPUP_QUESTEND_LOSE","text":"You haven't finished yet!"},{"id":868,"name":"POPUP_QUESTEND_UNFINISHED","text":"You haven't finished yet!"},{"id":869,"name":"POPUP_RECOVER_TITLE","text":"Field Hospital"},{"id":870,"name":"POPUP_RECRUITMENT_TITLE","text":"Recruitment"},{"id":871,"name":"POPUP_RESOURCE_TITLE","text":"Allies Market"},{"id":872,"name":"POPUP_RESOURCE_HEADER","text":"Select the resource you want to acquire"},{"id":873,"name":"POPUP_YOUR_ARMY_TITLE","text":"MY ARMY"},{"id":874,"name":"POPUP_NEWTOWN2_FOOTER","text":"Now yow can start your empire!\n Share it with your friends!"},{"id":875,"name":"EXPAND_BUTTON_CAPTION","text":"Click on the Buy Now sign to expand your Town."},{"id":876,"name":"NEWCAMP_BUTTON_CAPTION","text":"Compete against other players and conquer the world. Level 6 Required!"},{"id":877,"name":"TROLLCAMP_BUTTON_CAPTION","text":"Play with a whole new empire with the troll civilization!"},{"id":878,"name":"STORE_ICON_BUILDINGS","text":"Buildings"},{"id":879,"name":"STORE_ICON_DECORATIONS","text":"Decorations"},{"id":880,"name":"STORE_ICON_DEFENSE","text":"Defense"},{"id":881,"name":"STORE_ICON_ATTACK","text":"Attack"},{"id":882,"name":"STORE_ICON_EXPAND","text":"Expand"},{"id":883,"name":"STORE_ICON_STORAGE","text":"Storage"},{"id":884,"name":"STORE_ICON_WONDERS","text":"Wonders"},{"id":885,"name":"STORE_ICON_NEWS","text":"News"},{"id":886,"name":"EXPLORATIONS_LOADING_WORLD","text":"LOADING WORLD\u2026"},{"id":887,"name":"AUX_OPEN_STORE","text":"Go to Store"},{"id":888,"name":"AUX_BUY_FOR","text":"Buy for:"},{"id":889,"name":"INFOPOPUP_MARAVILLA_RECURSOS","text":"A wonder gives you a high quantity of resources."},{"id":890,"name":"INFOPOPUP_DEFENSIVE","text":"Defensive structure"},{"id":891,"name":"INFOPOPUP_TRAIN","text":"Allows you to train:"},{"id":892,"name":"INFOPOPUP_TRADE","text":"You can trade resources here. Higher levels allow to trade higher amounts."},{"id":893,"name":"INFOPOPUP_REDUCE_COST","text":"Allows you to reduce the cost of your footman, archers and mounted troops."},{"id":894,"name":"INFOPOPUP_ANIMALS_FOOD","text":"Put animals inside to produce food"},{"id":895,"name":"INFOPOPUP_VILLAGERS","text":"Put villagers inside to produce resources"},{"id":896,"name":"INFOPOPUP_HOUSE","text":"Houses increases your population for having more units"},{"id":897,"name":"INFOPOPUP_RESOURCES","text":"Provides you with resources periodically."},{"id":898,"name":"INFOPOPUP_EAGLES","text":"Allows you to spy your enemies. \nHigher levels give more eagle health"},{"id":899,"name":"POPUP_PACK_TITLE","text":"Purchase Pack"},{"id":900,"name":"POPUP_PACK_SUBTITLE","text":"Purchase this pack?"},{"id":901,"name":"POPUP_MISTERY_TITLE","text":"Mistery Box Pack"},{"id":902,"name":"POPUP_MISTERY_SUBTITLE","text":"You can get one of the following!\nTest your luck!"},{"id":903,"name":"POPUP_MISTERY_RARE","text":"Rare"},{"id":904,"name":"POPUP_MISTERY_UNCOMMON","text":"Uncommon"},{"id":905,"name":"POPUP_MISTERY_COMMON","text":"Common"},{"id":906,"name":"POPUP_GOTPACK_TITLE","text":"Congratulations!"},{"id":907,"name":"POPUP_GOTPACK_SUBTITLE","text":"You got #0#!\nCheck the Store!"},{"id":908,"name":"POPUP_FAV_TITLE","text":"Add Favourite"},{"id":909,"name":"POPUP_FAV_TEXT","text":"Add Social Empires in your favourites!"},{"id":910,"name":"POPUP_GOAL_COMPLETED","text":"You have completed the mission:"},{"id":911,"name":"TUTORIAL_HOST_NAME_MALE","text":"Arthur"},{"id":912,"name":"TUTORIAL_HOST_NAME_FEMALE","text":"Guinevere"},{"id":913,"name":"POPUP_QUESTEND_DRAGON_DEFEATED","text":"You defeated Crimson Scale!"},{"id":914,"name":"POPUP_QUEST_DRAGON","text":"Defeat the dragon!"},{"id":916,"name":"POPUP_MISION_CAMPAMENTO_TITULO_GOLEM","text":"The dangerous Golden Golem!"},{"id":917,"name":"POPUP_MISION_CAMPAMENTO_C1_GOLEM","text":"Evil forces have sent a"},{"id":918,"name":"POPUP_MISION_CAMPAMENTO_C2_GOLEM","text":"GOLDEN GOLEM to your empire!"},{"id":919,"name":"POPUP_MISION_CAMPAMENTO_PIE_GOLEM","text":"A dangerous Golden Golem kidnapped an Anubis Avatar! Help the egyptian warriors to save him!"},{"id":920,"name":"POPUP_CAMPAMENTO_TITULO_GOLEM","text":"Golden Golem down!"},{"id":921,"name":"POPUP_CAMPAMENTO_CABECERA_1_GOLEM","text":"You defeated the"},{"id":922,"name":"POPUP_CAMPAMENTO_CABECERA_2_GOLEM","text":"Golden Golem!"},{"id":923,"name":"POPUP_CAMPAMENTO_PIE_GOLEM","text":"Now rescue the Anubis Avatar! Click on the refuge!"},{"id":924,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_GOLEM","text":"Golden Golem down!"},{"id":925,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_GOLEM","text":"As reward to save his life, the Anubis Avatar will join your ranks!"},{"id":926,"name":"QUEST_YETI_NEGRO","text":"Danger! BLACK YETI spotted!"},{"id":927,"name":"POPUP_MISION_CAMPAMENTO_TITULO_YETI_NEGRO","text":"Black Yeti spotted!"},{"id":928,"name":"POPUP_MISION_CAMPAMENTO_C1_YETI_NEGRO","text":"Viking explorers found a"},{"id":929,"name":"POPUP_MISION_CAMPAMENTO_C2_YETI_NEGRO","text":"BLACK YETI!"},{"id":930,"name":"POPUP_MISION_CAMPAMENTO_PIE_YETI_NEGRO","text":"Viking explorers have spotted a Black Yeti! Help them to defeat it!"},{"id":931,"name":"POPUP_CAMPAMENTO_TITULO_YETI_NEGRO","text":"BLACK YETI!"},{"id":932,"name":"POPUP_CAMPAMENTO_CABECERA_1_YETI_NEGRO","text":"You and your viking friends smashed the"},{"id":933,"name":"POPUP_CAMPAMENTO_CABECERA_2_YETI_NEGRO","text":"BLACK YETI!"},{"id":934,"name":"POPUP_CAMPAMENTO_PIE_YETI_NEGRO","text":"Viking explorers have spotted a Black Yeti! Help them to defeat it!"},{"id":935,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_YETI_NEGRO","text":"Black Yeti defeated!"},{"id":936,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_YETI_NEGRO","text":"An axe viking will join your ranks as a token of gratitude for your help!"},{"id":937,"name":"QUEST_VIBORA_GIGANTE","text":"Neptune gets mad!"},{"id":938,"name":"POPUP_MISION_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Neptune gets mad!"},{"id":939,"name":"POPUP_MISION_CAMPAMENTO_C1_VIBORA_GIGANTE","text":"Neptune has summoned a"},{"id":940,"name":"POPUP_MISION_CAMPAMENTO_C2_VIBORA_GIGANTE","text":"GIANT VYPER!"},{"id":941,"name":"POPUP_MISION_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"Neptune, king of Atlantis, has summoned a Giant Vyper to conquer your empire! Kill it before it's too late!"},{"id":942,"name":"POPUP_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Giant Vyper defeated!"},{"id":943,"name":"POPUP_CAMPAMENTO_CABECERA_1_VIBORA_GIGANTE","text":"You have ended with the"},{"id":944,"name":"POPUP_CAMPAMENTO_CABECERA_2_VIBORA_GIGANTE","text":"GIANT VYPER!"},{"id":945,"name":"POPUP_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"Congratulations, you vanquished the Giant Vyper! Click on its nest!"},{"id":946,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_VIBORA_GIGANTE","text":"Giant Vyper defeated!"},{"id":947,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_VIBORA_GIGANTE","text":"Neptune could not defeat you and returned back to the seas\u2026 plus you've found a dolphin fountain among the nest remains!"},{"id":948,"name":"POPUP_MISION_FIREWORKS_TITULO","text":"The Stolen Fireworks!"},{"id":949,"name":"POPUP_MISION_FIREWORKS_FOOTER","text":"Trolls have stolen the fireworks from a chinese camp when everybody was sleeping! Help them to retrieve it!"},{"id":950,"name":"POPUP_MISION_VIKBEER_TITULO","text":"The Viking's Ale!"},{"id":951,"name":"POPUP_MISION_VIKBEER_FOOTER","text":"Trolls stole the ale barrels from your Vicking friends!\nRetrieve it so they can party again!"},{"id":952,"name":"POPUP_MISION_FIREWORKS_UNIT","text":"WE'LL HELP YOU ON THIS MISSION!"},{"id":953,"name":"POPUP_MISION_VIKBEER_UNIT","text":"ARRR! WE WANT OUR ALE BACK!"},{"id":954,"name":"POPUP_MISION_FIREWORKS_TITULO_END","text":"Fireworks retrieved!"},{"id":955,"name":"POPUP_MISION_VIKBEER_TITULO_END","text":"ALE RETRIEVED!"},{"id":956,"name":"POPUP_MISION_FIREWORKS_FOOTER_END","text":"The chinese warriors are happy again and give you a Dragon Statue to thank you for your help!"},{"id":957,"name":"POPUP_MISION_VIKBEER_FOOTER_END","text":"Vikings are happy again and can continue celebrating! They offer you a Viking Ship to thank you for your help!"},{"id":958,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA_END","text":"PRINCESS RESCUED!"},{"id":959,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA_END","text":"WELL DONE! You rescued the princess! She joins your army to thank you for your help!"},{"id":960,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS_END","text":"ARCHERS RESCUED!"},{"id":961,"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS_END","text":"WOW! You rescued the three archers! They now join your ranks as a token of gratitude!"},{"id":962,"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS_END","text":"SOLDIERS RESCUED!"},{"id":963,"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS_END","text":"YOU ARRIVED ON TIME! You saved the soldiers from being boiled alive!"},{"id":964,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO_END","text":"TREASURE RETRIEVED!"},{"id":965,"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO_END","text":"VICTORY! You retrieved the treasure stolen by the trolls!"},{"id":966,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS_END","text":"VILLAGERS RESCUED!"},{"id":967,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS_END","text":"VERY WELL! Your rescued the villagers from a certain death!"},{"id":968,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL_END","text":"TROLL RESCUED!"},{"id":969,"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL_END","text":"BRAVO! You managed to save the troll! He will help you now!"},{"id":970,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE_END","text":"PRINCE RESCUED!"},{"id":971,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE_END","text":"FANTASTIC! You saved your prince and now your empire can be properly managed again!"},{"id":972,"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO_END","text":"WELLS UNDER CONTROL!"},{"id":973,"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO_END","text":"AWESOME! You regained control of your wells again an could put off the fire on the fields and mill!"},{"id":974,"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS_END","text":"HEALERS RESCUED!"},{"id":975,"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS_END","text":"PERFECT! You rescued the healers, and of them will join your ranks as a token of gratitude!"},{"id":976,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA_END","text":"MINES UNDER CONTROL!"},{"id":977,"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA_END","text":"VERY WELL! You defeated the trolls and regained control of the stone mines!"},{"id":978,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS_END","text":"ALLIES RESCUED!"},{"id":979,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS_END","text":"BRILLIANT! You rescued your allies and they will help you to fight against the trolls now!"},{"id":980,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES_END","text":"ANIMALS SAVED!"},{"id":981,"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES_END","text":"YOU DID IT! You saved the animals and now they are free again!"},{"id":982,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO_END","text":"SIEGE WEAPONS RETRIEVED!"},{"id":983,"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO_END","text":"You retrieved the siege weapons and now you can use them against your enemies!"},{"id":984,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA_END","text":"MISTERY SOLVED!"},{"id":985,"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA_END","text":"The statues hid treacherous skeletons and you defeat them all!"},{"id":986,"name":"POPUP_MISION_THEMUMMY_TITULO","text":"THE DEATH PARAOH!"},{"id":987,"name":"POPUP_MISION_THEMUMMY_FOOTER","text":"Help the egiptians to retrieve the Gems of Power and prevent evil Anubis Priests from reviving his deceased Paraoh."},{"id":988,"name":"POPUP_MISION_THEMUMMY_TITULO_END","text":"MUMMY DEFEATED!"},{"id":989,"name":"POPUP_MISION_THEMUMMY_FOOTER_END","text":"YES! You killed the mummy! An egyptian joins your ranks to thank you for helping his people!"},{"id":990,"name":"POPUP_MISION_AZTECALTAR_TITULO","text":"THE AZTEC GODS!"},{"id":991,"name":"POPUP_MISION_AZTECALTAR_FOOTER","text":"Take the sheeps and sacrifice them at the altar while you plead Aztec Gods to bring rain to your fields!"},{"id":992,"name":"POPUP_MISION_AZTECALTAR_TITULO_END","text":"Aztec Gods heard your wishes!"},{"id":993,"name":"POPUP_MISION_AZTECALTAR_FOOTER_END","text":"Aztec Gods will take rain to your fields to end with the hunger!"},{"id":994,"name":"POPUP_MISION_ELFOSARBOL_TITULO","text":"NATURE IN DANGER!"},{"id":995,"name":"POPUP_MISION_ELFOSARBOL_FOOTER","text":"Help the Elfs to destroy the infernal sculptures that drain the energy from the Life Trees!"},{"id":996,"name":"POPUP_MISION_ELFOSARBOL_TITULO_END","text":"NATURE SAVED!"},{"id":997,"name":"POPUP_MISION_ELFOSARBOL_FOOTER_END","text":"WELL DONE! You restored the Natural Balance on the woods. 2 Archer Elfs join your ranks as proof of gratitude!"},{"id":998,"name":"POPUP_MISION_ELFOSARBOL_UNIT_SAY","text":"WE ARE AT YOUR ORDERS, for the moment\u2026"},{"id":999,"name":"POPUP_MISION_CHINOSDRAGON_TITULO","text":"Draggies Fury!"},{"id":1000,"name":"POPUP_MISION_CHINOSDRAGON_FOOTER","text":"Three Draggies are wreaking havoc on fields and houses of your empire! Defeat them before they kill somebody!"},{"id":1001,"name":"POPUP_MISION_CHINOSDRAGON_TITULO_END","text":"Draggies Defeated!"},{"id":1002,"name":"POPUP_MISION_CHINOSDRAGON_FOOTER_END","text":"GOOD JOB! You defeated the draggies, but the Furious Dragon fled to Nest Isle! Two grateful Chinese Archers join your ranks!"},{"id":1003,"name":"POPUP_MISION_CHINOSDRAGON_UNIT_SAY","text":"HELP GOOD CHINESE, AND CHINESE WILL REWARD YOU!"},{"id":1004,"name":"POPUP_MISION_CHINOSDRAGON_BOSS_SAY","text":"YOU WON'T DEFEAT ME! I'll be waiting for you on my island...\nIf you dare to come, MUHAHAHA!!"},{"id":1005,"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO","text":"NEPTUNE IS IN LOVE!"},{"id":1006,"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER","text":"\u00a1Neptuno rescued Cleopatra from a shipwreck and now he has fallen in love with her! Help the egiptians to rescue her!"},{"id":1007,"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO_END","text":"Cleopatra rescued!"},{"id":1008,"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER_END","text":"WELL DONE! Neptune has fled to his dwelling in Mythical Isle\u2026 Follow him and defeat his army for good!"},{"id":1009,"name":"POPUP_MISION_NEPTUCLEOPATRA_UNIT_SAY","text":"HELP US TO SAVE OUR QUEEN!"},{"id":1010,"name":"POPUP_MISION_ELFOSENT_TITULO","text":"THE WICKED ENT!"},{"id":1011,"name":"POPUP_MISION_ELFOSENT_FOOTER","text":"The Ent has been bewitched by the Hell followers! Help the elfs to free him from the spell!"},{"id":1012,"name":"POPUP_MISION_ELFOSENT_TITULO_END","text":"ENT FREE!"},{"id":1013,"name":"POPUP_MISION_ELFOSENT_FOOTER_END","text":"You've destroyed the Hell servants and the Ent is now free! As a token of gratitude, and Elf Druid joins your ranks!"},{"id":1014,"name":"POPUP_MISION_ELFOSENT_UNIT_SAY","text":"\u00a1LET'S FREE THE ENT FROM THE DEVIL SPELL!"},{"id":1015,"name":"POPUP_MISION_TESOROATLANTE_TITULO","text":"THE AZTECS TREASURE!"},{"id":1016,"name":"POPUP_MISION_TESOROATLANTE_FOOTER","text":"Help the Aztecs to retrieve their treasures, stolen by the Atlants from the sunken ship of Hernan Cortes!"},{"id":1017,"name":"POPUP_MISION_TESOROATLANTE_TITULO_END","text":"TREASURES RETRIEVED!"},{"id":1018,"name":"POPUP_MISION_TESOROATLANTE_FOOTER_END","text":"HURRAY! You helped the Aztecs to retrieve their treasures and they give you an Aztec Boss sculpture in return for your efforts!"},{"id":1019,"name":"POPUP_MISION_TESOROATLANTE_UNIT_SAY","text":"HELP US TO RETRIEVE OUR TREASURES!"},{"id":1020,"name":"POPUP_MISION_BALROG_TITULO","text":"THE DREADFUL BALROG!"},{"id":1021,"name":"POPUP_MISION_BALROG_FOOTER","text":"The Devil forces have sent the Balrog himself to defeat your empire! Inferno outsiders will join you to defeat him and his army!"},{"id":1022,"name":"POPUP_MISION_BALROG_TITULO_END","text":"BALROG FLED AWAY!"},{"id":1023,"name":"POPUP_MISION_BALROG_FOOTER_END","text":"CONGRATULATIONS! Balrog fled away claiming vengeance! An Inferno outsider will join your ranks to help you detect evil forces!"},{"id":1024,"name":"POPUP_MISION_BALROG_UNIT_SAY","text":"WE'LL HELP YOU TO DEFEAT BALROG!"},{"id":1025,"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO","text":"THE FOUL WIZARDS!"},{"id":1026,"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER","text":"A group of foul wizards stole the Orbs of Power. Retrieve them before the wreak havoc on your empire!"},{"id":1027,"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO_END","text":"FOUL WIZARDS DEFEATED!"},{"id":1028,"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER_END","text":"YOU ARE THE BEST! You retrieved the Orbs of Power and defeated the Foul Wizard. The Red Wizard could be saved from his madness and joins your ranks!"},{"id":1029,"name":"POPUP_MISION_MAGOSCORRUPTOS_UNIT_SAY","text":"WIZARDSLOCOS DEFEATED!"},{"id":1030,"name":"POPUP_MISION_PERFORARROCAS_TITULO","text":"HELP! THE ROCKDRILLER IS HERE!"},{"id":1031,"name":"POPUP_MISION_PERFORARROCAS_FOOTER","text":"Help the Aztec warriors to defeat the ROCKDRILLER! Destroy the Serpent sculptures to get it out of its hole!"},{"id":1032,"name":"POPUP_MISION_PERFORARROCAS_TITULO_END","text":"THE ROCKDRILLER FLED!"},{"id":1033,"name":"POPUP_MISION_PERFORARROCAS_FOOTER_END","text":"YOU DID IT! The Rockdriller fled to Mineral Isle and now your empire is save! The aztec warriors join your ranks as token of their gratitude!"},{"id":1034,"name":"POPUP_MISION_PERFORARROCAS_UNIT_SAY","text":"LET'S DEFEAT IT!"},{"id":1035,"name":"POPUP_MISION_DEMONPORTAL_TITULO","text":"THE DEMONIC PORTALS!"},{"id":1036,"name":"POPUP_MISION_DEMONPORTAL_FOOTER","text":"Some Demonic Portals have appeared in you empire! Kill the demons that crossed and destroy all the doors!"},{"id":1037,"name":"POPUP_MISION_DEMONPORTAL_TITULO_END","text":"PORTALS DESTROYED!"},{"id":1038,"name":"POPUP_MISION_DEMONPORTAL_FOOTER_END","text":"GREAT! You defeated all demons and destroyed the portals! Your empire is now save!"},{"id":1039,"name":"POPUP_SUPER_MISTERY_TITLE","text":"Super Mistery Box Pack"},{"id":1040,"name":"POPUP_SUPER_MISTERY_HEADER","text":"#0# Possible Prizes"},{"id":1041,"name":"POPUP_SUPER_MISTERY_HEADER_DONE","text":"CONGRATULATIONS!, You won:"},{"id":1042,"name":"POPUP_SUPER_MISTERY_FOOTER","text":"You will find your prizes in your storage!"},{"id":1043,"name":"POPUP_SUPER_MISTERY_GRANTED","text":"Rare Prize Guaranteed!"},{"id":1044,"name":"POPUP_QUEST_INFO_TITLE","text":"CHAPTER #0#"},{"id":1045,"name":"POPUP_CEMENTERIO_TITULO","text":"Graveyard"},{"id":1046,"name":"POPUP_CEMENTERIO_DESCRIPCION","text":"Here you can revive your units you've lost in battles!"},{"id":1047,"name":"POPUP_CEMENTERIO_SIN_MUERTOS","text":"You have no dead units!"},{"id":1048,"name":"POPUP_CEMENTERIO_AVAILABLE","text":"Available"},{"id":1049,"name":"POPUP_CEMENTERIO_POCIONES","text":"Resurrect potions"},{"id":1050,"name":"POPUP_CEMENTERIO_RESUCITAR_POR","text":"Resurrect for"},{"id":1051,"name":"AUX_PEDIR","text":"Ask for"},{"id":1052,"name":"TOOLTIP_ASK_ACHIEVEMENTS","text":"more achievements"},{"id":1053,"name":"POPUP_ALL_UNITS_TITLE","text":"Unit collection"},{"id":1054,"name":"POPUP_ALL_UNITS_OBTAINED","text":"Obtained units"},{"id":1055,"name":"CATEGORY_SWORDS","text":"SWORDS"},{"id":1056,"name":"CATEGORY_ARCHERS","text":"ARCHERS"},{"id":1057,"name":"CATEGORY_ARCHERS_II","text":"ARCHERS II"},{"id":1058,"name":"CATEGORY_KNIGHTS","text":"KNIGHTS"},{"id":1059,"name":"CATEGORY_KNIGHTS_II","text":"KNIGHTS II"},{"id":1060,"name":"CATEGORY_SUPPORT_UNITS","text":"SUPPORT UNITS"},{"id":1061,"name":"CATEGORY_SPECIAL_COMBAT_UNITS","text":"SPECIAL COMBAT UNITS"},{"id":1062,"name":"CATEGORY_WIZARDS","text":"WIZARDS"},{"id":1063,"name":"CATEGORY_CASTLES","text":"CASTLE UNITS"},{"id":1064,"name":"CATEGORY_DRAGGIES","text":"DRAGGIES"},{"id":1065,"name":"CATEGORY_SIEGE_WEAPONS","text":"SIEGE WEAPONS"},{"id":1066,"name":"CATEGORY_SIEGE_WEAPONS_II","text":"SIEGE WEAPONS II"},{"id":1067,"name":"CATEGORY_MYTH_I","text":"MYTH I"},{"id":1068,"name":"CATEGORY_HEROES","text":"HEROES"},{"id":1069,"name":"CATEGORY_HEROES_II","text":"HEROES II"},{"id":1070,"name":"CATEGORY_TROLLS_I","text":"TROLLS I"},{"id":1071,"name":"CATEGORY_TROLLS_II","text":"TROLLS II"},{"id":1072,"name":"CATEGORY_TROLLS_III","text":"TROLLS III"},{"id":1073,"name":"CATEGORY_TROLL_SIEGE_WEAPONS","text":"TROLL SIEGE WEAPONS"},{"id":1074,"name":"CATEGORY_VIKINGS","text":"VIKINGS"},{"id":1075,"name":"CATEGORY_CHINESE_AZTEC","text":"CHINESE & AZTEC"},{"id":1076,"name":"CATEGORY_EGYPTIANS","text":"EGIPTIANS"},{"id":1077,"name":"CATEGORY_ATLANTIS","text":"ATLANTIS"},{"id":1078,"name":"CATEGORY_ELVES_I","text":"ELVES I"},{"id":1079,"name":"CATEGORY_ELVES_II","text":"ELVES II"},{"id":1080,"name":"CATEGORY_GOLEMS","text":"GOLEMS"},{"id":1081,"name":"CATEGORY_INFERNO","text":"INFERNO"},{"id":1082,"name":"CATEGORY_CELESTIAL","text":"CELESTIAL"},{"id":1083,"name":"CATEGORY_CELESTIAL_II","text":"CELESTIAL II"},{"id":1084,"name":"CATEGORY_DRAGONS","text":"DRAGONS"},{"id":1085,"name":"CATEGORY_BEAST_UNITS","text":"BEAST UNITS"},{"id":1086,"name":"CATEGORY_UNITS_WITHOUT_ATTACKS","text":"UNITS W\/ ATTACKS"},{"id":1087,"name":"CATEGORY_WINGED","text":"WINGED"},{"id":1088,"name":"CATEGORY_PETS","text":"PETS"},{"id":1089,"name":"CATEGORY_MONSTERS","text":"MONSTERS"},{"id":1090,"name":"CATEGORY_SPECIAL_UNITS_I","text":"SPECIAL UNITS I"},{"id":1091,"name":"CATEGORY_SPECIAL_UNITS_II","text":"SPECIAL UNITS II"},{"id":1092,"name":"CATEGORY_HEROES_III","text":"HEROES III"},{"id":1093,"name":"POPUP_CRIADERO_TITULO","text":"Dragon Breeding Nest"},{"id":1094,"name":"POPUP_CRIADERO_PROGRESO","text":"Progress"},{"id":1095,"name":"POPUP_CRIADERO_TERMINADO_EN","text":"Finishes in"},{"id":1096,"name":"POPUP_CRIADERO_AVANZAR_TIEMPO","text":"Speed up for #0#"},{"id":1097,"name":"POPUP_CRIADERO_CUIDAR","text":"Take care"},{"id":1098,"name":"POPUP_CRIADERO_ALIMENTAR","text":"Feed"},{"id":1099,"name":"POPUP_CRIADERO_OBTENER","text":"Get Dragon!"},{"id":1100,"name":"STORE_EDIFICIO_CEMENTERIO","text":"\n\nHere you can revive your units you've lost in battles!"},{"id":1101,"name":"STORE_EDIFICIO_CRIADERO_DRAGON","text":"\n\n\nGrow your own dragons!"},{"id":1102,"name":"POPUP_CRIADERO_TRAINING","text":"Training"},{"id":1103,"name":"POPOVER_FRIEND_BUTTON_VISIT","text":"Visit"},{"id":1104,"name":"POPOVER_FRIEND_BUTTON_ATTACK","text":"Attack"},{"id":1105,"name":"POPOVER_FRIEND_BUTTON_SEND_GIFT","text":"Send gift"},{"id":1106,"name":"TOOLTIP_OFFER_BUTTON","text":"Offer!"},{"id":1107,"name":"POPUP_GRAVEYARD_HELP_TITLE","text":"If you lose units during a combat, you can resurrect them at the Graveyard!"},{"id":1108,"name":"POPUP_GRAVEYARD_HELP_1","text":"A portrait of your dead units and their number is displayed."},{"id":1109,"name":"POPUP_GRAVEYARD_HELP_2","text":"Resurrecting dead units costs half of their original price."},{"id":1110,"name":"POPUP_GRAVEYARD_HELP_3","text":"Click on the right button below the portrait of the unit to resurrect it using gold, food or cash."},{"id":1111,"name":"POPUP_GRAVEYARD_HELP_4","text":"You can also resurrect units with potions."},{"id":1112,"name":"POPUP_GRAVEYARD_HELP_5","text":"Ask your friends to send you potions using the 'Ask For' button at the lower right!"},{"id":1113,"name":"POPUP_GRAVEYARD_HELP_6","text":"Once you have enough potions to resurrect a unit, the left button below the portrait\u00a0(potion)\u00a0will be highlighted."},{"id":1114,"name":"POPUP_GRAVEYARD_HELP_7","text":"Click on the potion button to revive a unit!"},{"id":1115,"name":"POPUP_METEO_NUBES","text":"Cloudy Heaven"},{"id":1116,"name":"POUP_SUPER_MISTERY_CIVILIZATION_TITLE","text":"Pack Civilizations"},{"id":1117,"name":"ISLANDS_PROGRESS","text":"Conquered Territories Progress"},{"id":1118,"name":"ISLANDS_NO_MORE_ATTACKS","text":"You don't have more attacks now"},{"id":1119,"name":"ISLANDS_ATTACKS_LEFT","text":"Attacks:"},{"id":1120,"name":"ISLANDS_SPIES_LEFT","text":"Eagles Left:"},{"id":1121,"name":"ISLANDS_SELECT_ISLAND","text":"Select Island:"},{"id":1122,"name":"ISLANDS_WINNER_FIRST_ISLAND","text":"Amazing!!! You did it!!! You are the King of Social Empires!!!\n\nYou deserve this amazing reward for such legendary victory!!! (Look at BUILD > Storage)"},{"id":1123,"name":"ISLANDS_PROGRESS_NEXT_ISLAND","text":"Congratulations, you defeated all the players on your isle!! You progress to the next one!\n\nYour deed deserves a good prize! (Look at BUILD > Storage)"},{"id":1124,"name":"ISLANDS_HELP_TITLE","text":"HELP"},{"id":1125,"name":"ISLANDS_HELP_TEXT","text":"- Conquer the rest of enemies' empires on your island to progress to the next one!\n- You can also attack players from other islands to get lots of experience and gold!\n- Each time you conquer an Island you earn 1 cash and a unit!\n- Try to make it to Island 1 and win amazing prizes along the way!"},{"id":1126,"name":"QUESTS_ISLANDS_HELP_TITLE","text":""},{"id":1127,"name":"QUESTS_ISLANDS_HELP_TEXT","text":""},{"id":1128,"name":"ISLANDS_WINNER_FIRST_ISLAND_TITLE","text":"KING OF THE WORLD!!!"},{"id":1129,"name":"ISLANDS_PROGRESS_NEXT_ISLAND_TITLE","text":"KING OF THE ISLAND!!!"},{"id":1130,"name":"ISLANDS_WAITING","text":"Waiting for more players\u2026Come Back in 5 minutes!"},{"id":1131,"name":"ALERT_NO_MORE_ATTACKS","text":"You don't have more attacks now"},{"id":1132,"name":"BUTTON_REVENGE","text":"Take Revenge!!"},{"id":1133,"name":"POPUP_CRIADERO_MONSTERS_OBTENER","text":"Get Monster!"},{"id":1134,"name":"POPUP_CRIADERO_MONSTERS_TITULO","text":"Monster Breeding Nest"},{"id":1135,"name":"STORE_EDIFICIO_MONSTERS_NEST","text":"\n\n\nBreed your own monsters!"},{"id":1136,"name":"POPUP_QUEST_DRAGON_2","text":"Defeat the Deadly Dragon and his eggs!!"},{"id":1137,"name":"POPUP_QUESTEND_DRAGON2_DEFEATED","text":"You defeated the Deadly Dragon!!"},{"id":1138,"name":"POPUP_UNIT_COLLECTION_COMPLETE_TITLE","text":"Collection Complete!"},{"id":1139,"name":"POPUP_UNIT_COLLECTION_COMPLETE_TEXT","text":"You have completed a collection and here is your reward!"},{"id":1140,"name":"ALERT_UNIT_COLLECTION_COMPLETED","text":"You've completed a Unit Collection! \nGo to Gift > Units to claim yor reward!"},{"id":1141,"name":"CATEGORY_SPECIAL_UNITS_III","text":"SPECIAL UNITS III"},{"id":1142,"name":"CATEGORY_WIZARDS_II","text":"Wizards II"},{"id":1143,"name":"CATEGORY_HALLOWEEN","text":"Halloween"},{"id":1144,"name":"CATEGORY_HALLOWEEN_II","text":"Halloween II"},{"id":1145,"name":"CATEGORY_MYTHOLOGICAL","text":"Mythological"},{"id":1146,"name":"CATEGORY_MYTHOLOGICAL_II","text":"Mythological II"},{"id":1147,"name":"CATEGORY_2HEAD_DRAGONS","text":"Dragons II"},{"id":1148,"name":"CATEGORY_MONSTERS_II","text":"Monsters II"},{"id":1149,"name":"CATEGORY_T_REX","text":"T-Rex"},{"id":1150,"name":"POPUP_SURVIVAL_MODE_TITLE","text":"SURVIVAL MODE!!"},{"id":1151,"name":"POPUP_SURVIVAL_MODE_TEXT","text":"- Protect the central Relic from enemy attacks!\n\n- Resist as much time as possible and win a unit!\n\n- Your army will be made of 30 of your most powerful units!!\n\n- Tip: First defeat the Bosses to stop the 8-direction enemies spawning!\n\n- You won't lose any unit for playing this game mode!! :)\n\n- If you beat the time and win a unit, check your storage to get it!\n\n- Beat your best time, take a picture and send it to our forums!\n\n"},{"id":1152,"name":"SURVIVAL_BEEN_ATTACKED","text":"ENEMIES ARE ATTACKING YOUR RELIC!!!"},{"id":1153,"name":"SURVIVAL_BEEN_DESTROYED","text":"YOUR RELIC HAS BEEN DESTROYED!!!"},{"id":1154,"name":"SURVIVAL_BEST_TIME","text":"Best time: #0#"},{"id":1155,"name":"SURVIVAL_NEXT_LIFE","text":"Next life in #0#"},{"id":1156,"name":"SURVIVAL_SURVIVE_AND_WIN","text":"SURVIVE AND WIN"},{"id":1157,"name":"SURVIVAL_MINUTES","text":"Minutes"},{"id":1158,"name":"SURVIVAL_UNIT","text":"Unit"},{"id":1159,"name":"SURVIVAL_AVAILABLE","text":"Available"},{"id":1160,"name":"SURVIVAL_COMING_SOON","text":"Coming soon"},{"id":1161,"name":"SURVIVAL_MAP1","text":"Corrupted Egypt"},{"id":1162,"name":"SURVIVAL_MAP2","text":"Darklands"},{"id":1163,"name":"SURVIVAL_MAP3","text":"Sieged Heaven"},{"id":1164,"name":"SURVIVAL_MAP4","text":"Frozen Realm"},{"id":1165,"name":"SURVIVAL_MAP5","text":"Lost Land"},{"id":1166,"name":"POPUP_SURVIVAL_SELECT_MAP","text":"SELECT MAP"},{"id":1167,"name":"POPUP_SURVIVAL_BUY_LIFE_FOR","text":"Buy life for"},{"id":1168,"name":"SURVIVAL_RESULT_WIN_TITLE","text":"Good Job!!"},{"id":1169,"name":"SURVIVAL_RESULT_WIN_TEXT","text":"You win a prize!"},{"id":1170,"name":"SURVIVAL_RESULT_LOOSE_TITLE","text":"Try it again"},{"id":1171,"name":"SURVIVAL_RESULT_LOOSE_TEXT","text":"Your survival time was"},{"id":1172,"name":"SURVIVAL_USER_EXIT","text":"Are you sure you want to exit the survival map?"},{"id":1173,"name":"SURVIVAL_MINUTES_REWARD","text":"#0# min."},{"id":1174,"name":"SURVIVAL_UNLOCK_FOR","text":"Unlock for"},{"id":1175,"name":"SURVIVAL_BOSS_COMING","text":"BOSS #0# IS COMING!!!"},{"id":1176,"name":"SURVIVAL_WAVE_COMING","text":"ENEMY WAVE #0# IS COMING!!!"},{"id":1177,"name":"SURVIVAL_BUILDING_INFO","text":"You can enter survival mode!"},{"id":1178,"name":"POPUP_PVP_BUY_TERRITORY_TITLE","text":"Conquer territory"},{"id":1179,"name":"POPUP_PVP_BUY_TERRITORY_TEXT","text":"Doy you want to conquer this territory?"},{"id":1180,"name":"STORE_EDIFICIO_SURVIVAL_ARENA","text":"Allows you to play the Survival Arena mode!"},{"id":1181,"name":"UNIT_WAREHOUSE_HELP_TITLE","text":"THE UNIT WAREHOUSE"},{"id":1182,"name":"UNIT_WAREHOUSE_HELP_TEXT","text":"- Keep you units safe on the warehouse!\n\n- There's no need to sacrifice your units because of lack of space!\n\n- Click on a unit on your map and click on the warehouse to store it.\n\n - Click on a unit portrait to put it again on your map.\n\n - You can buy more space up to 200 slots!!\n\n"},{"id":1183,"name":"STORE_EDIFICIO_WAREHOUSE","text":"This building allows you to store 20 units... and more!!"},{"id":1184,"name":"ERROR_TIME_HACK","text":"Our server has detected an illegal operation. The page will now be refreshed."},{"id":1185,"name":"TOURNAMENT_GAME_MODE","text":"TOURNAMENT"},{"id":1186,"name":"POPUP_LOADING_TOURNAMENT_TITLE","text":"GOING TO TOURNAMENT"},{"id":1187,"name":"POPUP_LOADING_TOURNAMENT_TEXT","text":""},{"id":1188,"name":"TOURNAMENT_RESULT_WIN_TITLE","text":"YOU WON BY FAR!"},{"id":1189,"name":"TOURNAMENT_RESULT_WIN_TEXT","text":"Congratulations! You scored:"},{"id":1190,"name":"TOURNAMENT_RESULT_LOSE_TITLE","text":"YOU WERE DEFEATED!"},{"id":1191,"name":"TOURNAMENT_RESULT_LOSE_TEXT","text":"You'll have more luck next time!\nYou scored:"},{"id":1192,"name":"TOURNAMENT_ROOM_READY_TEXT","text":"Tournament Ready!"},{"id":1193,"name":"TOURNAMENT_ROOM_READY_HELP","text":"Click on \"Start Tournament\" to begin"},{"id":1194,"name":"TOURNAMENT_RESULTS_LBL_SCORETABLE","text":"Leaderboard"},{"id":1195,"name":"TOURNAMENT_RESULTS_LBL_PLAYEDMATCHES","text":"Played Matches"},{"id":1196,"name":"AUX_SCORE","text":"Score"},{"id":1197,"name":"AUX_ATTACKER_WON","text":"Attacker won"},{"id":1198,"name":"AUX_ATTACKER_LOST","text":"Attacker lost"},{"id":1199,"name":"AUX_START","text":"Start"},{"id":1200,"name":"TOURNAMENT_RESULTS_MRESULT_PENDING","text":"Pending"},{"id":1201,"name":"TOURNAMENT_RESULTS_LBL_TEAM","text":"#0#'s Team"},{"id":1202,"name":"AUX_RESULTS","text":"Results"},{"id":1203,"name":"TOURNAMENT_RESULTS_ENDS_IN","text":"Tournament ends in:"},{"id":1204,"name":"AUX_MATCHES","text":"Matches"},{"id":1205,"name":"TOURNAMENT_MATCHES_TITLE","text":"#0#'s Matches"},{"id":1206,"name":"AUX_TIME","text":"Time"},{"id":1207,"name":"TOURNAMENT_LEVEL","text":"Level #0#"},{"id":1208,"name":"TOURNAMENT_FINISHED","text":"Tournament finished!"},{"id":1209,"name":"TOURNAMENT_LOSE","text":"\n\nSorry, you lost the tournament!\nDon't give up and try again, amazing prizes are awaiting you!"},{"id":1210,"name":"TOURNAMENT_WIN","text":"\n\nCongratulations! You won the tournament!\nSearch your reward in your storage!"},{"id":1211,"name":"YOUR_TEAM","text":"Your Team"},{"id":1212,"name":"TOURNAMENT_YOU_CAN_FIGHT_WITH_20_UNITS","text":"\nYou can select up to 20 units.\n\u00bfAre you sure you want to quit?"},{"id":1213,"name":"TOURNAMENT_YOU_CAN_NOT_ENTER_WITHOUT_UNITS","text":"\nYou can't enter the tournament without any unit.\nChoose your team."},{"id":1214,"name":"TOURNAMENT_YOU_TEAM_HAS_NOT_MAXIUM_UNITS","text":"\n\nYou haven't selected the maximum of units allowed yet.\n\nAre you sure you want to enter the tournament now?"},{"id":1215,"name":"STORE_EDIFICIO_WONDER_CASH","text":"This wonder provides you with 1 cash every day!"},{"id":1216,"name":"CATEGORY_ORIGINAL_BEASTS","text":"Original Beasts"},{"id":1217,"name":"CATEGORY_MONSTERS_III","text":"Monsters III"},{"id":1218,"name":"CATEGORY_MYTHOLOGICAL_III","text":"Mythological III"},{"id":1219,"name":"CATEGORY_MYTHOLOGICAL_IV","text":"Mythological IV"},{"id":1220,"name":"CATEGORY_DRAGONS_II","text":"Dragons II"},{"id":1221,"name":"MOROCCO_DEALER_TITLE","text":"Offer Deals"},{"id":1222,"name":"MOROCCO_DEALER_TEXT","text":"You can bargain this offer!\nBut don't make your dealer angry!"},{"id":1223,"name":"MOROCCO_DEALER_NEGOTIATE_TEXT","text":"Ok, you win! Let's have a discount..."},{"id":1224,"name":"MOROCCO_DEALER_BYE","text":"Dealer says: You are cheating too much!!! Bye!"},{"id":1225,"name":"MOROCCO_DEALER_BTN_NEGOTIATE","text":"Bargain"},{"id":1226,"name":"MOROCCO_DEALER_BTN_BUY","text":"Buy"},{"id":1227,"name":"MOROCCO_DEALER_BTN_NEXT","text":"Next Offer"},{"id":1228,"name":"TOURNAMENT_LEAVE","text":"Leave Tournament"},{"id":1229,"name":"TOURNAMENT_HELP_TITLE","text":"TOURNAMENT HELP"},{"id":1230,"name":"TOURNAMENT_HELP_TEXT","text":"\n\n- You WON'T lose any units for playing this game mode!\n\n- Play against 3 players and win the tournament!\n\n- A tournament will end when all players play all matches or when 24 hours have ellapsed.\n\n- If you win a tournament you'll get fantastic rewards!\n\n- At the moment, these units can't be used in tournament mode: #0#"},{"id":1231,"name":"TOURNAMENT_LEAVE_CONFIRM_TEXT","text":"\n\nAre you sure that you want to quit the tournament?\n\nYou'll lose all battles played..."},{"id":1232,"name":"TOURNAMENT_LEAVE_INSIDE_MATCH_CONFIRM_TEXT","text":"ARE YOU SURE YOU WANT TO RUN AWAY?"},{"id":1233,"name":"TOURNAMENT_MAX_COMPLEX_UNITS","text":"You can't select more than #0# dragons, gods and colossus altogether to play in the tournaments"},{"id":1234,"name":"TOURNAMENT_PLAYER","text":"Player #0#"},{"id":1235,"name":"TOURNAMENT_UNITS_LEFT","text":"UNITS LEFT: #0#"},{"id":1236,"name":"TOURNAMENT_PRIZE","text":"Prize"},{"id":1237,"name":"TOURNAMENT_ENTRY_COST","text":"Entry cost: #0#"},{"id":1238,"name":"POPUP_CRIADERO_NOOBINFO","text":"Press \"take care\" every 6 hours to get a powerful dragon."},{"id":1239,"name":"CATEGORY_MYTHOLOGICAL_V","text":"Mythological V"},{"id":1240,"name":"CATEGORY_DRAGGIES_II","text":"Draggies II"},{"id":1241,"name":"MOROCCO_DEALER_BEFORE","text":"Before:"},{"id":1242,"name":"MOROCCO_DEALER_NOW","text":"Now:"},{"id":1243,"name":"CATEGORY_DRAGONS_III","text":"Dragons III"},{"id":1244,"name":"DRAGON_NEST_HELP_TITLE","text":"THE DRAGON'S NEST HELP"},{"id":1245,"name":"DRAGON_NEST_HELP_TEXT","text":"- Press the 'Take Care' \/ 'Feed' button under the image. Look how the progress bar at the top fills up.\n- Wait until the timer reaches 0:00:00 or press the 'Speed Up' button below to complete the step.\n- Repeat this process 10 times and press the 'Get Dragon!' button to get your dragon!\n- Each time you get a draggy or dragon, you'll unlock the next one on the portrait strip below!\n-Hire friends for multiple speed up progress. The more friends, the more steps you'll progress!"},{"id":1246,"name":"POPUP_NUEVO_DIARIO_CASH","text":"#0# cash"},{"id":1247,"name":"POPUP_NUEVO_DIARIO_GANADO_CASH","text":"You won #0# cash!"},{"id":1248,"name":"POPUP_MEN_VS_WOMEN_DESC","text":"Try out Social Wars today and enjoy some of our exclusive offers!"},{"id":1249,"name":"POPUP_MEN_VS_WOMEN_PLAY","text":"PLAY NOW"},{"id":1250,"name":"POPUP_CRIADERO_NOOBINFO2","text":"Press \"feed\" every 6 hours to get a powerfull dragon."},{"id":1251,"name":"TOURNAMENT_ROOM_FULL","text":"The tournament you are trying to enter is full. Select another tournament."},{"id":1252,"name":"TOURNAMENT_NO_MIN_FRIENDS","text":"You have less than 3 friends in Social Empires. First of all, invite your friends to the game and then create your tournament."},{"id":1253,"name":"TOURNAMENT_SURE_CANCEL","text":"Are you sure you want to cancel the tournament?"},{"id":1254,"name":"TOURNAMENT_NO_SELECTION","text":"You haven't selected any tournament"},{"id":1255,"name":"TOURNAMENT_CANCEL","text":"Cancel Tournament"},{"id":1256,"name":"TOURNAMENT_INVITE_FRIENDS","text":"Invite Friends"},{"id":1257,"name":"TOURNAMENT_YOUR_RANKING_POS","text":"Your ranking position is: #0#"},{"id":1258,"name":"TOURNAMENT_CURRENT_USERS","text":"Current tournament users: #0#"},{"id":1259,"name":"TOURNAMENT_WEEKLY_AVAILABLE","text":"Available on"},{"id":1260,"name":"TOURNAMENT_WEEKLY_ENDS_IN","text":"Ends in"},{"id":1261,"name":"TOURNAMENT_MORE_INFO","text":"+Info"},{"id":1262,"name":"TOURNAMENT_CREATE","text":"Create Tournament"},{"id":1263,"name":"TOURNAMENT_FRIENDS_TOURNAMENT_TITLE","text":"FRIENDS TOURN."},{"id":1264,"name":"CATEGORY_NECRO_I","text":"Necros I"},{"id":1265,"name":"CATEGORY_NECRO_II","text":"Necros II"},{"id":1266,"name":"TOURNAMENT_FRIENDS_TOURNAMENT_INFO","text":"Create your tournament and play vs your friends"},{"id":1267,"name":"POPUP_DRAGON_TAMING_BUTTON_TAME","text":"Ride the Dragon"},{"id":1268,"name":"POPUP_DRAGON_TAMING_BUTTON_TAKE_OUT","text":"Take out"},{"id":1269,"name":"POPUP_RIDER_TRAINING_BUTTON_TRAIN","text":"Train"},{"id":1270,"name":"POPUP_RIDER_TRAINING_BUTTON_GET","text":"Get rider"},{"id":1271,"name":"POPUP_RIDER_TRAINING_TITLE","text":"Dragon Riding"},{"id":1272,"name":"POPUP_RIDER_TRAINING_SELECT","text":"Select a Dragon Rider"},{"id":1273,"name":"POPUP_RIDER_TRAINING_DRAGONS","text":"Dragons for this rider"},{"id":1274,"name":"POPUP_RIDER_TRAINING_NO_DRAGONS","text":""},{"id":1275,"name":"POPUP_RIDER_TRAINING_PROGRESS","text":"Progress"},{"id":1276,"name":"POPUP_RIDER_TRAINING_RECUPERATED_IN","text":"Recovered in"},{"id":1277,"name":"POPUP_RIDER_TRAINING_RECUPERATE_FOR","text":"Recover Now #0#"},{"id":1278,"name":"POPUP_RIDER_TRAINING_INFO","text":"Complete all the steps of the training to get the Dragon Rider and be able to upgrade your Dragon!"},{"id":1279,"name":"POPUP_DRAGON_TAMING_TITLE","text":"Dragon Taming"},{"id":1280,"name":"POPUP_DRAGON_TAMING_MOUNT","text":"Mount a Rider on a Dragon"},{"id":1281,"name":"POPUP_DRAGON_TAMING_NEED","text":"To mount a dragon with a rider, you have to put both units into this building. You will obtain the dragon with more power."},{"id":1282,"name":"POPUP_DRAGON_TAMING_CLICK_TAME","text":"Click on 'Ride the Dragon' to mount the dragon with the rider."},{"id":1283,"name":"ALERT_DRAGON_RIDER_NOT_MATCHING","text":"Your rider cannot mount this dragon. Check in the Rider Academy which dragons are a good match for him."},{"id":1284,"name":"ALERT_DRAGON_RIDER_INCOMPLETE","text":"Put one dragon and one rider in this building."},{"id":1285,"name":"POPUP_DRAGON_TAMING_HELP","text":"- HOW TO RIDE A DRAGON\n\n\n1. Once you have got your rider in the Rider Academy, select it and put it in the Dragon Riding.\n\n 2. Add your dragon to the Dragon Riding so the Rider can ride it!\n\n3. Remember that the Rider and Dragon must be compatible so the riding can be successfully completed (check the Rider Academy for more details).\n\n4. Once you have both Rider and Dragon in the building, press the 'Ride the Dragon' button to get your super powerful new unit!"},{"id":1286,"name":"POPUP_RIDER_TRAINING_HELP_SELECT","text":"- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n\n 3- You must wait some time before playing again (you also have a button to recover yourself quicker!)\n\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"},{"id":1287,"name":"POPUP_RIDER_TRAINING_HELP_TRAIN","text":"- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n3. You must wait some time before playing again (you also have a button to recover yourself quicker!)\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"},{"id":1290,"name":"POPUP_RIDER_TRAINING_GAIN","text":"Dragon gains:"},{"id":1291,"name":"POPUP_RIDER_GAIN","text":"This rider gives your dragon additional #0# attack and #1# health!"},{"id":1292,"name":"CATEGORY_NECRO_III","text":"Necros III"},{"id":1293,"name":"CATEGORY_NECRO_IV","text":"Necros IV"},{"id":1294,"name":"TOURNAMENT_RANKING_PRIZES","text":"Tournament ranking prizes"},{"id":1295,"name":"TOURNAMENT_WEEKLY_INFO_TEXT","text":"\nBeat the AI players and make it to the Worlwide Top 10!!\n\nThe more points you get the better. Don't forget that in case of tie the player with less time played will be above!"},{"id":1296,"name":"CATEGORY_DRAGGIES_III","text":"DRAGGIES III"},{"id":1297,"name":"CATEGORY_MYTHOLOGICAL_VI","text":"Mythological VI"},{"id":1298,"name":"TOURNAMENT_WEEKLY_MINIUM_TIME_TO_PLAY","text":"The weekly tournament is going to end in less than 10 minutes!!!\n\nAre you sure that you want to join the tournament?"},{"id":1299,"name":"ERROR_STOLEN","text":"Connection with server lost. Please refresh."},{"id":1300,"name":"LIMIT_DAMAGE","text":"Fill bar doing damage. When full, press bar to attack."},{"id":1301,"name":"LIMIT_HEAL","text":"Fill bar doing damage. When full, press bar to heal units."},{"id":1302,"name":"LIMIT_STOMP","text":"Fill bar doing damage. When full, press bar to charge."},{"id":1303,"name":"STORE_DOME_PROTECTION","text":"All your units within this dome will receive 50% less damage!!"},{"id":1304,"name":"STORE_DOME_TOWER_ENHANCER","text":"This Tower Enhancer will make surrounding towers shoot 2x faster!!"},{"id":1305,"name":"LIMIT_HELP","text":"- Limit is the most powerful of all attacks.\n- You can only find Limit attack on Dragons con Rider.\n- There are 3 types of Limit: Charge, Ray Attack and Heal. Each dragon with rider uses one of these.\n- Fill the bar button to activate Limit by killing enemies.\n- Once it is activated click on the bar button to unleash the attack.\n- Create your own Limit strategy attacking with different dragons with rider.\n"},{"id":1306,"name":"LIMIT_HELP_TITLE","text":"Limit Attack"},{"id":1307,"name":"TOURNAMENT_NUM_UNITS_HACK_ALERT","text":"Our server has detected an illegal operation."},{"id":1308,"name":"TOURNAMENT_WIN_REWARD_SOON","text":"\n\nCongratulations! You won the tournament!\nYour reward will appear soon in your storage!"},{"id":1309,"name":"CHECK_YOUR_STORAGE","text":"Check your storage!"},{"id":1310,"name":"GET_PRIZE","text":"Get Prize"},{"id":1311,"name":"MONDAY_BONUS_POPUP_TITLE","text":"MONDAY BONUS!"},{"id":1312,"name":"MONDAY_BONUS_POPUP_HEADER","text":"Come back every Monday to get mysterious reward!"},{"id":1313,"name":"MONDAY_BONUS_POPUP_OR","text":"OR"},{"id":1314,"name":"MONDAY_BONUS_POPUP_SELECT","text":"SELECT"},{"id":1315,"name":"MONDAY_BONUS_POPUP_OK","text":"Ok"},{"id":1316,"name":"MONDAY_BONUS_POPUP_FOOTER","text":"You will find your rewards in your storage"},{"id":1317,"name":"MONDAY_BONUS_POPUP_YOUR_REWARD","text":"Your Reward!"},{"id":1318,"name":"MONDAY_BONUS_POPUP_HEADER_MONDAY","text":"Here is your Monday reward!!\nChoose a box and get your mystery reward!!"},{"id":1319,"name":"RELOCATE_CONFIRM","text":"If you go to another island you'll lose your progress in this one, are you sure?"},{"id":1320,"name":"RELOCATE_BUTTON","text":"RELOCATE"},{"id":1321,"name":"POPUP_HEAVY_SIEGE_TITLE","text":"HEAVY SIEGE"},{"id":1322,"name":"POPUP_HEAVY_SIEGE_INFO","text":"Dragons are preparing to attack your empire!"},{"id":1323,"name":"POPUP_HEAVY_SIEGE_ATTACK_NOW","text":"Attack now,\nI'm ready!"},{"id":1324,"name":"POPUP_HEAVY_SIEGE_PAY","text":"Kill All Dragons:\nCost 20"},{"id":1325,"name":"POPUP_HEAVY_SIEGE_WAIT","text":"Not yet, I need reinforcements!"},{"id":1326,"name":"ICON_VIDEOS_TOOLTIP","text":"Watch videos and win XP!"},{"id":1327,"name":"CATEGORY_NECRO_V","text":"Necro V"},{"id":1328,"name":"CATEGORY_DRAGONS_IV","text":"Dragons IV"},{"id":1329,"name":"CATEGORY_DRAGGIES_III","text":"Draggies III"},{"id":1330,"name":"CATEGORY_PHOENIX","text":"Phoenix"},{"id":1331,"name":"CATEGORY_MONSTERS_IV","text":"Monsters IV"},{"id":1332,"name":"DRAGON_HUNTER_NO_DRAGONS_IN_RANGE","text":"NO DRAGONS IN RANGE"},{"id":1333,"name":"QUEST_ENEMIES_ALIVE","text":"Alive enemies"},{"id":1334,"name":"QUEST_ENEMIES_ALIVE_SINGULAR","text":"1 enemy alive"},{"id":1335,"name":"QUEST_ENEMIES_ALIVE_PLURAL","text":"#0# enemies alive"},{"id":1336,"name":"QUEST_HARDCORE1_DESCRIP","text":"Defeat the Celestial Empire!"},{"id":1337,"name":"QUEST_HARDCORE2_DESCRIP","text":"Defeat the Mythological Empire!"},{"id":1338,"name":"QUEST_HARDCORE3_DESCRIP","text":"Defeat the Necro Empire!"},{"id":1339,"name":"QUEST_HARDCORE4_DESCRIP","text":"Defeat the Dragon Empire!"},{"id":1340,"name":"QUEST_HARDCORE5_DESCRIP","text":"Defeat the Monster Empire!"},{"id":1341,"name":"HEAVY_SIEGE_POPUP_PRESENT_TITLE","text":"Dragons killed!"},{"id":1342,"name":"HEAVY_SIEGE_POPUP_PRESENT_TEXT","text":"You will find a new unit on your storage as a reward for your heroic deed..."},{"id":1343,"name":"MONSTER_HUNTER_NO_UNITS_IN_RANGE","text":"No monsters in range"},{"id":1344,"name":"SPELL_SUMMON_DRAGON_DESCRIPTION","text":"Life: #0#"},{"id":1345,"name":"SPELL_FULL_LIMIT_DESCRIPTION","text":"Area: #0#x#1#"},{"id":1346,"name":"SPELL_SPEED_INCREASE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1347,"name":"SPELL_RANGE_INCREASE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1348,"name":"SPELL_BLACK_HOLE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1349,"name":"TITLE_TUTORIAL_DARTS","text":"PLAY DAILY DARTS!"},{"id":1350,"name":"TITLE_DESCRIPTION_DARTS","text":"- You get a free dart every day!\n\n- Pop a balloon to get awesome prizes!\n\n- Collect all units before the time expires to get the Bonus Reward!\n\n- New Game prizes are introduced each week! Find the Darts icon on the game interface."},{"id":1351,"name":"DARTS_COLLECT_FOR_EXTRA","text":"Collect all units to get the Bonus Reward!"},{"id":1352,"name":"DARTS_FREE","text":"FREE!"},{"id":1353,"name":"DARTS_RARE","text":"Rare"},{"id":1354,"name":"DARTS_UNCOMMON","text":"Uncommon"},{"id":1355,"name":"DARTS_COMMON","text":"Common"},{"id":1356,"name":"DARTS_CLICK_ON_PLAY","text":"Pop the balloons and win amazing RARE prizes!"},{"id":1357,"name":"DARTS_BUTTON_PLAY","text":"Play"},{"id":1358,"name":"DARTS_BUTTON_PLAY_FOR","text":"Play again for #0#"},{"id":1359,"name":"DARTS_THROW","text":"Point a balloon and click to throw the dart!"},{"id":1360,"name":"DARTS_YOU_WIN","text":"Congratulations!\nYou've won:"},{"id":1361,"name":"DARTS_GIFT_BOX","text":"Find this unit on your storage!"},{"id":1362,"name":"DARTS_COME_BACK","text":"Come back next week for new prizes!"},{"id":1363,"name":"DARTS_CONGRATS","text":"Congratulations!"},{"id":1364,"name":"DARTS_WIN_EXTRA","text":"Congratulations! You've won this amazing Bonus Reward for completing the collection!"},{"id":1365,"name":"DARTS_FREE_DART_POPUP","text":"You've won a FREE dart! Play Darts now and win amazing RARE prizes!"},{"id":1366,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TITLE","text":"SUPREME BAHAMUT LAWS"},{"id":1367,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TEXT","text":"-GET THE MOST AWESOME DRAGON EVER!!\n\n- Complete all steps to unleash the Supreme Bahamut Dragon.\n\n- Each step takes 48h.\n\n-Complete each step in the order you wish.\n\n"},{"id":1368,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_SURE_TO_SACRIFICE","text":"Are you sure you want sacrifice the #0#?"},{"id":1369,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM1","text":"Golden Gem"},{"id":1370,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM2","text":"Golden Scales"},{"id":1371,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM3","text":"Golden Dragon Nail"},{"id":1372,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM4","text":"Golden Feathers"},{"id":1373,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM5","text":"Golden Horns"},{"id":1374,"name":"COLECCION_BAHAMUT_RED_ITEM1","text":"Red Gem"},{"id":1375,"name":"COLECCION_BAHAMUT_RED_ITEM2","text":"Red Scales"},{"id":1376,"name":"COLECCION_BAHAMUT_RED_ITEM3","text":"Dragon Fire"},{"id":1377,"name":"COLECCION_BAHAMUT_RED_ITEM4","text":"Red Spikes"},{"id":1378,"name":"COLECCION_BAHAMUT_RED_ITEM5","text":"Red Horns"},{"id":1379,"name":"COLECCION_BAHAMUT_HEART_ITEM1","text":"Black Gem"},{"id":1380,"name":"COLECCION_BAHAMUT_HEART_ITEM2","text":"Black Scales"},{"id":1381,"name":"COLECCION_BAHAMUT_HEART_ITEM3","text":"Supreme Blood"},{"id":1382,"name":"COLECCION_BAHAMUT_HEART_ITEM4","text":"Red Pearl"},{"id":1383,"name":"COLECCION_BAHAMUT_HEART_ITEM5","text":"Black Spikes"},{"id":1384,"name":"COLECCION_BAHAMUT_RED","text":"Red Bahamut Dragon"},{"id":1385,"name":"COLECCION_BAHAMUT_GOLDEN","text":"Golden Bahamut Dragon"},{"id":1386,"name":"COLECCION_BAHAMUT_HEART","text":"Supreme Heart"},{"id":1387,"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_INFO","text":"Offer this resource."},{"id":1388,"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_BTN","text":"Offering"},{"id":1389,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_INFO","text":"Sacrifice a #0#.\nTo get it, first complete needed steps in the Dragon's Nest!"},{"id":1390,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BTN","text":"Sacrifice"},{"id":1391,"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_INFO","text":"Offer the Supreme Heart.\nTo get it, first complete the Supreme Heart collection.\nFind these collection items on Zeppelin Map 3 quests."},{"id":1392,"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_BTN","text":"Offering"},{"id":1393,"name":"TEMPLE_SUPREME_BAHAMUT_WAIT_NEXT_STEP","text":"Next Step in:"},{"id":1394,"name":"TEMPLE_SUPREME_BAHAMUT_TITLE","text":"Supreme Bahamut Dragon Temple"},{"id":1395,"name":"TEMPLE_SUPREME_BAHAMUT_PROGRESS","text":"Progress"},{"id":1396,"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_INFO","text":"Click the button to get the Supreme Bahamut Dragon!!"},{"id":1397,"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_BTN","text":"Get Dragon"},{"id":1398,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_INFO","text":"Sacrifice the #0#.\nTo get it, first complete the corresponding collection!\nFind these collection items on the last 5 Zeppelin Map Quests."},{"id":1399,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_BTN","text":"Sacrifice"},{"id":1400,"name":"CATEGORY_PHARAOHS_I","text":"Pharaohs I"},{"id":1401,"name":"CATEGORY_PHARAOHS_II","text":"Pharaohs II"},{"id":1402,"name":"CATEGORY_PHARAOHS_III","text":"Pharaohs III"},{"id":1403,"name":"POPUP_SELECT_YOUR_DRAGON_TITLE","text":"FREE DRAGGY!!"},{"id":1404,"name":"POPUP_SELECT_YOUR_DRAGON_SUBTITLE","text":"CONGRATULATIONS!!"},{"id":1405,"name":"POPUP_SELECT_YOUR_DRAGON_INFO","text":"Choose the draggy that will help you on your adventure!"},{"id":1406,"name":"AUX_SELECT","text":"Select"},{"id":1407,"name":"AUX_OR","text":""},{"id":1408,"name":"POPUP_SELECT_YOUR_DRAGON_2_TITLE","text":"Dragon Nest"},{"id":1409,"name":"POPUP_SELECT_YOUR_DRAGON_2_INFO","text":"Get more dragons in the Dragon Nest!\nEnter Now!!"},{"id":1410,"name":"POPUP_MISSINGTOWNHALL_TITLE","text":"Missing Townhall"},{"id":1411,"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_ASSAULT","text":"INSTANT VICTORY\n\nThe village you are attacking has no townhall.\n\nThis means you WIN this round automatically!"},{"id":1412,"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_NORMAL","text":"WARNING\n\nYour village has no townhall.\n\nThis means you will automatically lose if you are attacked by another player"},{"id":1413,"name":"POPUP_INACTIVE_NEST_BTN","text":"Start again. \nCost: #0#"},{"id":1414,"name":"POPUP_INACTIVE_NEST_INFO","text":"To get more eggs and start again select a button below."},{"id":1415,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_DONE","text":"Resource already offered!"},{"id":1416,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_DONE","text":"Dragon already sacrified!"},{"id":1417,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_DONE","text":"Dragon already sacrified!"},{"id":1418,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_DONE","text":"Supreme Heart already offered!"},{"id":1419,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_OFFER","text":"Offer this resource now!"},{"id":1420,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_OFFER","text":"Sacrifice the #0# now!"},{"id":1421,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_OFFER","text":"Sacrifice the #0# now!"},{"id":1422,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_OFFER","text":"Offer the supreme heart now!"},{"id":1423,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_CANT_DO","text":"You can't do that step!"},{"id":1424,"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TITLE","text":"Congratulations!!"},{"id":1425,"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TEXT","text":"#0# friend\/s accepted helping you to breed the dragon!\n\nClick OK to speed up the progress."},{"id":1426,"name":"POPUP_DRAGONS_HIRE_FRIENDS_BTN","text":"Hire friends"},{"id":1427,"name":"POPUP_DRAGONS_HIRE_FRIENDS_INFO","text":"Hire new friends to progress faster"},{"id":1428,"name":"POPUP_DRAGONS_HIRE_FRIENDS_TOOLTIP","text":"For each new friend you hire, you will progress 2 steps instantly!"},{"id":1429,"name":"TOOLTIP_STORE_SUPREME","text":"This building allows you to invoke the Supreme Bahamut Dragon."},{"id":1430,"name":"RELOADING_PLAYER_INFO_TEXT","text":"Reloading Gifts"},{"id":1431,"name":"CATEGORY_SPECIAL_UNITS_IV","text":"SPECIAL UNITS IV"},{"id":1432,"name":"ISLANDS_HELP_REWARD_TITLE","text":"CONQUEST ISLAND REWARD"},{"id":1433,"name":"ISLANDS_HELP_REWARD_UNIT","text":"1 Unit!"},{"id":1434,"name":"ICON_COMEBACK2ND3RD_TOOLTIP","text":"Prizes for tomorrow"},{"id":1435,"name":"COMEBACK_BONUS_POPUP_TITLE","text":"WELCOME FREE GIFTS"},{"id":1436,"name":"COMEBACK_BONUS_POPUP_HEADER_READY","text":"Click on one of the gifts and get a FREE reward!"},{"id":1437,"name":"COMEBACK_BONUS_POPUP_HEADER_NOTREADY","text":"Come back tomorrow and get one of the FREE rewards below!!"},{"id":1438,"name":"COMEBACK_BONUS_POPUP_FOOTER","text":"Remember, this bonus only lasts two days!"},{"id":1439,"name":"POPUP_TIME_TITLE","text":"Time Machine"},{"id":1440,"name":"POPUP_TIME_HEADER","text":"Click on a button below to move forwards in time!"},{"id":1441,"name":"POPUP_TIME_MINUTES","text":"POPUP_TIME_MINUTES"},{"id":1442,"name":"POPUP_TIME_HOUR","text":"POPUP_TIME_HOUR"},{"id":1443,"name":"POPUP_TIME_HOURS","text":"POPUP_TIME_HOURS"},{"id":1444,"name":"INFOPOPUP_DRAGONKILLER_CASTLE","text":"Defensive structure with special Plasma ray to fry all kind of dragons"},{"id":1445,"name":"POPUP_ASSAULT_FORCE_RELOAD","text":"Click OK to reload and go to your empire"},{"id":1446,"name":"POPUP_QUEST_FORCE_RELOAD","text":"Click OK to reload and go to your empire"},{"id":1447,"name":"TRAVELLING_FORWARDS","text":"Travelling forwards"},{"id":1448,"name":"TOOLTIP_STORE_TIME_MACHINE","text":"Advances the time of all you buildings, missions and PVP"},{"id":1449,"name":"ALERT_NEW_IPHONE_ITEMS","text":"The items you bought on your
SE iPhone are in
\"Storage > Mobile Storage\" now."},{"id":1450,"name":"POPUP_QUEST_ARMY_TITLE","text":"QUEST ARMY"},{"id":1451,"name":"POPUP_QUEST_ARMY_HEADER","text":"Select your army for this Quest"},{"id":1452,"name":"POPUP_QUEST_ARMY_YOUR_ARMY","text":"Your Army"},{"id":1453,"name":"VALIDATION_MSG_TIME_MACHINE","text":"You need to buy this item before you can use it"},{"id":1454,"name":"POPUP_TEAM_SELECTION_SUBTITLE_1","text":"Selected units"},{"id":1455,"name":"POPUP_TEAM_SELECTION_SUBTITLE_2","text":"Available units"},{"id":1456,"name":"POPUP_TEAM_SELECTION_TITLE","text":"Select your team"},{"id":1457,"name":"POPUP_TIME_MACHINE_HELP_TITLE","text":"Time Machine Help"},{"id":1458,"name":"POPUP_TIME_MACHINE_HELP_TEXT","text":"-Use the Time Machine to travel forward in time!!\n\n-Thus you'll get resources sooner! It also speeds up PvP, Chapters, Quests, Daily Bonus, Dragon Nest, Rider Academy and much more!\n\n-You have 6 different hourglasses, each one travels forward a different amount of time.\n\n-Choose the one you need and press the USE button."},{"id":1459,"name":"STORAGE_SUB_MAIN","text":"Storage \/ Gifts"},{"id":1460,"name":"STORAGE_SUB_IPHONE","text":"Mobile Storage"},{"id":1461,"name":"QUEST_HARDCORE6_DESCRIP","text":"Defeat the Pharaohs Empire!!"},{"id":1462,"name":"QUEST_HARDCORE7_DESCRIP","text":"Defeat the Wicked Imperial Elves!!"},{"id":1463,"name":"QUEST_TEAM_SELECTION_ALERT_1_UNIT","text":"You must choose at least 1 unit"},{"id":1464,"name":"QUEST_TEAM_SELECTION_ALERT_LESS_20_CONFIRM","text":"Are you sure you want to play with less than 20 units?"},{"id":1465,"name":"TOOLTIP_TITAN_GODS","text":"Gods & Titans"},{"id":1466,"name":"GODS_1","text":"The 5 Elemental Gods created and ruled the world of Social Empires and kept peace amongst its dwellers..."},{"id":1467,"name":"GODS_2","text":"... but an unknown Evil force irrupted and many devilish creatures spawned and destroyed whole empires and killed its people..."},{"id":1468,"name":"GODS_3","text":"... After witnessing that, the 5 Elemental Gods decided to descend to the world of Social Empires with their Colossus and help to restore peace again!\n\nHelp them to achieve their goal!"},{"id":1469,"name":"POPUP_NEW_IPHONE_ITEMS_TITLE","text":"WELCOME SE MOBILE"},{"id":1470,"name":"POPUP_SEND_GIFTS_TITLE","text":"Send Gifts"},{"id":1471,"name":"POPUP_SEND_GIFTS_EXPLANATION","text":"Send an awesome Surprise Box to your friends to help them build their empires!"},{"id":1472,"name":"POPUP_SEND_GIFTS_BUTTON","text":"Send Gifts"},{"id":1473,"name":"ICON_MENU_MULTI_TOOL","text":"Multi Tool"},{"id":1474,"name":"ICON_MENU_REMOVE","text":"Remove"},{"id":1475,"name":"ICON_MENU_FAST_COLLECT","text":"Fast Collect"},{"id":1476,"name":"ICON_SQUARE_TOOL","text":"Square Tool"},{"id":1477,"name":"TEXT_SPACE_KEY","text":"space key"},{"id":1478,"name":"ICON_MENU_WORLD_QUEST","text":"Quests"},{"id":1479,"name":"ICON_MENU_WORLD_SURVIVAL","text":"Survival"},{"id":1480,"name":"ICON_MENU_WORLD_TOURNEY","text":"Tourney"},{"id":1481,"name":"ICON_MENU_GIFT_UNITS","text":"Units"},{"id":1482,"name":"ICON_MENU_GIFT_NEWS","text":"News"},{"id":1483,"name":"ICON_MENU_GIFT_COLLECTIONS","text":"Collections"},{"id":1484,"name":"ICON_MENU_GIFT_GIFTS","text":"Gifts"},{"id":1485,"name":"POPUP_NEW_GOAL","text":"Click here!"},{"id":1486,"name":"INFO_EMPIRE_NAME","text":"My Empire"},{"id":1487,"name":"ICON_MENU_GAME_DARTS","text":"Darts"},{"id":1488,"name":"INFO_COST","text":"COST:"},{"id":1489,"name":"BUTTON_SALE_TERRAIN","text":"FOR SALE"},{"id":1490,"name":"BUTTON_CLICK_TO_BUY","text":"Click to Buy"},{"id":1491,"name":"ICON_UPGRADE","text":"Upgrade"},{"id":1492,"name":"POPUP_NEED_ALLIES","text":"Need Allies?"},{"id":1493,"name":"POPUP_GET_ALLIES","text":"Get more allies to earn gold and XP every day \n Get allies now!"},{"id":1494,"name":"QUEST_GOD_ISLAND_1","text":"Defeat all enemies!"},{"id":1495,"name":"QUEST_GOD_ISLAND_2","text":"Defeat all enemies!"},{"id":1496,"name":"STORE_HEAL_UNITS","text":"Heals nearby units when they are not engaged in combat"},{"id":1497,"name":"POPUP_STARTING_QUEST_TITLE","text":"STARTING QUEST"},{"id":1498,"name":"QUEST_GOD_ISLAND_3","text":"Defeat all enemies!"},{"id":1499,"name":"TEAM_SELECTION_WINDOW_REQUIREMENTS_MSG","text":"To enter this quest you need to have at least #0# unit\/s from any of the following categories:\n\n"},{"id":1500,"name":"CATEGORY_IMPERIAL_ELVES_I","text":"IMPERIAL ELVES I"},{"id":1501,"name":"STORAGE_IPHONE_ITEMS","text":"The items you bought on your SE iPhone are in:
Storage -> Mobile Storage"},{"id":1502,"name":"CATEGORY_IMPERIAL_ELVES_II","text":"IMPERIAL ELVES II"},{"id":1503,"name":"GODS_4","text":"After the first epic battle, the Dark Evil God and its Chaos forces resisted ferociously,\nthus the Elemental Gods retreated to gain more power."},{"id":1504,"name":"GODS_5","text":"They summoned the 5 Genesis Gods who helped shaping the world during its creation.\nWith the help of their Colossus, all together will battle back the EVIL!"},{"id":1505,"name":"CATEGORY_IMPERIAL_ELVES_III","text":"IMPERIAL ELVES III"}],"categories":{"1":{"id":1,"name":"Village","sub":[{"id":11,"name":"Houses","parent":1},{"id":12,"name":"Resources","parent":1},{"id":13,"name":"Miscellaneous","parent":1},{"id":14,"name":"Investigation","parent":1}]},"2":{"id":2,"name":"Defense","sub":[{"id":21,"name":"Turrets","parent":2},{"id":22,"name":"Walls","parent":2},{"id":23,"name":"Castles","parent":2},{"id":24,"name":"Refuges","parent":2}]},"3":{"id":3,"name":"Army","sub":[{"id":31,"name":"Infantry","parent":3},{"id":32,"name":"Archers","parent":3},{"id":33,"name":"Cavalry","parent":3},{"id":34,"name":"Siege weapons","parent":3},{"id":35,"name":"Specials","parent":3}]},"4":{"id":4,"name":"Decorations","sub":[{"id":41,"name":"Trees","parent":4},{"id":42,"name":"Flowers","parent":4},{"id":43,"name":"Flags","parent":4},{"id":44,"name":"Statues","parent":4},{"id":45,"name":"Others","parent":4}]},"5":{"id":5,"name":"Wonders","sub":[{"id":51,"name":"Wonders","parent":5}]},"12":{"id":12,"name":"New","sub":[{"id":121,"name":"Limited Edition","parent":12},{"id":122,"name":"New","parent":12},{"id":123,"name":"Specials","parent":12}]},"0":{"sub":[{"id":0,"name":"All","parent":0}]}},"items":[{"id":"1","in_store":"1","name":"House I","type":"b","cost":"30","cost_type":"w","xp":"3","groups":"","trains":"0","upgrades_to":"2","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"casa1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2","in_store":"1","name":"House II","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"3","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3","in_store":"1","name":"House III","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"4","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"19","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"220","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"4","in_store":"1","name":"House IV","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"194","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"31","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"5","in_store":"1","name":"Mill I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"21600","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"6","in_store":"1","name":"Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"21600","expiration":"0","collect":"300","collect_type":"f","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"11","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":750}"},{"id":"7","in_store":"1","name":"Mill III","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":7500}"},{"id":"8","in_store":"1","name":"Pumpkin Crop","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"9","display_order":"11","activation":"32.4","expiration":"0","collect":"25","collect_type":"f","collect_xp":"2","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"9","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja1","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"9","in_store":"1","name":"Eggplant Field","type":"b","cost":"180","cost_type":"w","xp":"18","groups":"","trains":"0","upgrades_to":"10","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"3","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"21","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja2","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"10","in_store":"1","name":"Farm Land","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"200","display_order":"10","activation":"32.4","expiration":"0","collect":"15","collect_type":"f","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"granja3","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"11","in_store":"1","name":"Sheep Ranch I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"190","display_order":"16","activation":"90","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"2","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_1","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"12","in_store":"1","name":"Cow Ranch I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"192","display_order":"39","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_1","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"13","in_store":"1","name":"Gold Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"21600","expiration":"0","collect":"200","collect_type":"g","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"4","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"14","in_store":"1","name":"Gold Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"21600","expiration":"0","collect":"275","collect_type":"g","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1250}"},{"id":"15","in_store":"1","name":"Gold Mine III","type":"b","cost":"4500","cost_type":"g","xp":"450","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"21600","expiration":"0","collect":"350","collect_type":"g","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"24","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":10000}"},{"id":"16","in_store":"1","name":"Stone Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"30","activation":"21600","expiration":"0","collect":"175","collect_type":"s","collect_xp":"6","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"6","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":250}"},{"id":"17","in_store":"1","name":"Stone Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"31","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"17","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":3500}"},{"id":"18","in_store":"1","name":"Stone Mine III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"32","activation":"21600","expiration":"0","collect":"400","collect_type":"s","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"29","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":20000}"},{"id":"19","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"20","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol2","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"21","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol3","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"22","in_store":"1","name":"Blacksmith","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"58","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"131","min_level":"33","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"herreria","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"23","in_store":"1","name":"Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"188","display_order":"23","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"24","in_store":"1","name":"Church","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"502","upgrades_to":"0","display_order":"50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"133","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isglesia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"25","in_store":"1","name":"University","type":"b","cost":"8000","cost_type":"g","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"60","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"39","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"universidad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"26","in_store":"0","name":"Town Hall","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"500","upgrades_to":"139","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"27","in_store":"1","name":"Castle I","type":"b","cost":"15","cost_type":"c","xp":"200","groups":"","trains":"507","upgrades_to":"28","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo1","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"28","in_store":"1","name":"Castle II","type":"b","cost":"25","cost_type":"c","xp":"300","groups":"","trains":"508","upgrades_to":"198","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo2","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"8000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"29","in_store":"1","name":"Tower I","type":"b","cost":"125","cost_type":"s","xp":"13","groups":"","trains":"0","upgrades_to":"30","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa1","elevation":"4","unit_capacity":"0","attack":"4","defense":"1","life":"300","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"30","in_store":"1","name":"Tower II","type":"b","cost":"250","cost_type":"s","xp":"25","groups":"","trains":"0","upgrades_to":"31","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa2","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"8","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"31","in_store":"1","name":"Tower III","type":"b","cost":"375","cost_type":"s","xp":"38","groups":"","trains":"0","upgrades_to":"32","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa3","elevation":"4","unit_capacity":"0","attack":"12","defense":"1","life":"700","velocity":"0","attack_range":"9","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"32","in_store":"1","name":"Tower IV","type":"b","cost":"500","cost_type":"s","xp":"50","groups":"","trains":"0","upgrades_to":"33","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"23","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa4","elevation":"4","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"0","attack_range":"10","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"33","in_store":"1","name":"Tower V","type":"b","cost":"625","cost_type":"s","xp":"63","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"33","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa5","elevation":"4","unit_capacity":"0","attack":"16","defense":"1","life":"1100","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"34","in_store":"1","name":"Wall I","type":"b","cost":"5","cost_type":"w","xp":"1","groups":"","trains":"0","upgrades_to":"35","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"150","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"35","in_store":"1","name":"Wall II","type":"b","cost":"15","cost_type":"w","xp":"2","groups":"","trains":"0","upgrades_to":"36","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"36","in_store":"1","name":"Wall III","type":"b","cost":"30","cost_type":"s","xp":"3","groups":"","trains":"0","upgrades_to":"195","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"37","in_store":"1","name":"Wall Door","type":"b","cost":"50","cost_type":"s","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"222","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"puertamuralla","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"38","in_store":"1","name":"Barracks I","type":"b","cost":"125","cost_type":"w","xp":"13","groups":"","trains":"509","upgrades_to":"39","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"39","in_store":"1","name":"Barracks II","type":"b","cost":"250","cost_type":"w","xp":"25","groups":"","trains":"510","upgrades_to":"40","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":750}"},{"id":"40","in_store":"1","name":"Barracks III","type":"b","cost":"375","cost_type":"w","xp":"38","groups":"","trains":"511","upgrades_to":"136","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":3000}"},{"id":"41","in_store":"1","name":"Archery I","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"516","upgrades_to":"42","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"3","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"42","in_store":"1","name":"Archery II","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"517","upgrades_to":"43","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1000}"},{"id":"43","in_store":"1","name":"Archery III","type":"b","cost":"450","cost_type":"w","xp":"45","groups":"","trains":"518","upgrades_to":"137","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":5000}"},{"id":"44","in_store":"1","name":"Stables I","type":"b","cost":"175","cost_type":"w","xp":"18","groups":"","trains":"512","upgrades_to":"45","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"5","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":250}"},{"id":"45","in_store":"1","name":"Stables II","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"513","upgrades_to":"46","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1500}"},{"id":"46","in_store":"1","name":"Stables III","type":"b","cost":"525","cost_type":"w","xp":"53","groups":"","trains":"514","upgrades_to":"138","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":7000}"},{"id":"47","in_store":"1","name":"Archery Stables","type":"b","cost":"700","cost_type":"w","xp":"70","groups":"","trains":"515","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"24","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establoarquero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":10000}"},{"id":"48","in_store":"1","name":"Workshop I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"519","upgrades_to":"49","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"7","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"420","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":1000}"},{"id":"49","in_store":"1","name":"Workshop II","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"520","upgrades_to":"50","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":2000}"},{"id":"50","in_store":"1","name":"Workshop III","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"521","upgrades_to":"51","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":8000}"},{"id":"51","in_store":"1","name":"Workshop IV","type":"b","cost":"800","cost_type":"w","xp":"80","groups":"","trains":"522","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"26","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":12500}"},{"id":"52","in_store":"3","name":"Chichen Itza","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"g","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"ChichenItza","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"53","in_store":"3","name":"Coliseum","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"s","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"coliseo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"54","in_store":"3","name":"Inca God","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"21600","expiration":"0","collect":"600","collect_type":"f","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"diosInca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"55","in_store":"3","name":"Sphinx","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"w","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfinge","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"56","in_store":"3","name":"Machu Picchu","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"21600","expiration":"0","collect":"1200","collect_type":"s","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"6","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"machuPichu","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"57","in_store":"3","name":"Chinese Wall","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"21600","expiration":"0","collect":"1200","collect_type":"g","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"murallaChina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"58","in_store":"3","name":"Petra","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"21600","expiration":"0","collect":"1200","collect_type":"f","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"petra","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"59","in_store":"3","name":"Taj Mahal","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"1200","collect_type":"w","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"tajMahal","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"60","in_store":"3","name":"Iguazu Waterfalls","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"21600","expiration":"0","collect":"2000","collect_type":"s","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cataratasIguazu","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"61","in_store":"3","name":"Parthenon","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"21600","expiration":"0","collect":"2000","collect_type":"g","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"partenon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"62","in_store":"1","name":"Yellow Flowers","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"63","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresAmarillas2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"63","in_store":"1","name":"White Flowers","type":"b","cost":"25","cost_type":"g","xp":"3","groups":"","trains":"0","upgrades_to":"0","display_order":"77","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresBlancas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"64","in_store":"1","name":"Purple Flowers","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresLilas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"65","in_store":"1","name":"Red Flowers","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresRojas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"12","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"66","in_store":"1","name":"Pink Flowers","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresRosas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"67","in_store":"1","name":"Green Flowers","type":"b","cost":"225","cost_type":"g","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresVerdes","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"68","in_store":"1","name":"Maya Fire","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"65","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"fuegoMaya","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"14","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"69","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"70","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"70","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras2","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"71","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras3","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"72","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"72","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras4","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"73","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"73","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"74","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"74","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro2","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"75","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro3","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"76","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro4","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"77","in_store":"1","name":"Lumber Mill I","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"78","display_order":"26","activation":"21600","expiration":"0","collect":"200","collect_type":"w","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"5","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":150}"},{"id":"78","in_store":"1","name":"Lumber Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"79","display_order":"27","activation":"21600","expiration":"0","collect":"350","collect_type":"w","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":2000}"},{"id":"79","in_store":"1","name":"Lumber Mill III","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"205","display_order":"28","activation":"21600","expiration":"0","collect":"450","collect_type":"w","collect_xp":"15","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"27","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":15000}"},{"id":"80","in_store":"0","name":"Regenerating gold ...","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"10800","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"12","subcat_functional":"128","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"regOro","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"81","in_store":"0","name":"Regenerating stone ...","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"10800","expiration":"0","collect":"0","collect_type":"s","collect_xp":"0","category_id":"1","subcategory_id":"12","subcat_functional":"128","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"regPiedras","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"82","in_store":"0","name":"Treasure Chest","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"treasure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"83","in_store":"0","name":"Prisoner Princess","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"princess2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"84","in_store":"0","name":"Prisoner Villagers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisoners","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"85","in_store":"0","name":"Prisoner Arthur","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisonarthur","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"86","in_store":"0","name":"Prisoner Archers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisonarchers","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"87","in_store":"0","name":"Chained Troll","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisontroll","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"88","in_store":"0","name":"Power Gem","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"ag","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"powergem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"89","in_store":"0","name":"Golem Altar","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"813","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"golemstatue","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"90","in_store":"0","name":"Kidnapped Units","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"kidnapped","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"91","in_store":"0","name":"Trophy Totem","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"trophytotem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"92","in_store":"0","name":"Injured Cow","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vacaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"93","in_store":"0","name":"Injured Sheep","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"ovejaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"94","in_store":"0","name":"Lonely Knight","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"jinetePerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"95","in_store":"0","name":"Trojan Horse","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"caballoTroyano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"96","in_store":"0","name":"Mysterious Crate","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cajaSorpresaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"97","in_store":"0","name":"Mead Barrel","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"barrilPerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"98","in_store":"0","name":"Injured Troll","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"trolPerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"99","in_store":"0","name":"Golden Totem","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"totemOro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"100","in_store":"0","name":"Yellow Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"62","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolAmarillo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"0","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"101","in_store":"1","name":"Blue Tree","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"102","in_store":"0","name":"Happy Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"77","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"4","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolCara","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"103","in_store":"1","name":"Chinese Tree","type":"b","cost":"6","cost_type":"c","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"74","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolChino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"104","in_store":"1","name":"Purple Tree","type":"b","cost":"75","cost_type":"g","xp":"8","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolLila","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"105","in_store":"1","name":"Orange Tree","type":"b","cost":"225","cost_type":"g","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolNaranja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"106","in_store":"0","name":"Red Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"12","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolRojo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"107","in_store":"1","name":"Horror Tree","type":"b","cost":"390","cost_type":"g","xp":"39","groups":"","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolTerror","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"108","in_store":"1","name":"Green Tree","type":"b","cost":"60","cost_type":"g","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"64","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolVerde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"109","in_store":"0","name":"Blue Flag","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"banderaAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"5","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"110","in_store":"1","name":"Orange Flag","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaNaranja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"111","in_store":"0","name":"Red Flag","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"banderaRoja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"9","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"112","in_store":"1","name":"Eagle Flag","type":"b","cost":"425","cost_type":"g","xp":"43","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"12","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaRoja2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"113","in_store":"1","name":"Green Flag","type":"b","cost":"800","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"15","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaVerde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"114","in_store":"1","name":"Skulls","type":"b","cost":"350","cost_type":"g","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"calaverasFardo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"10","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"115","in_store":"0","name":"Roman Column","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"11","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"columnaRomana","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"4","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"116","in_store":"0","name":"World Cup","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"copaMundo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"117","in_store":"1","name":"Skeleton Statue","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaCalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"118","in_store":"0","name":"Helmet Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaCasco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"10","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"119","in_store":"1","name":"Minotaur Statue","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaCentauro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"120","in_store":"1","name":"Dragon Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"15","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"121","in_store":"1","name":"Mongol Statue","type":"b","cost":"15","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"66","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaMongol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"122","in_store":"1","name":"King Statue","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaRey","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"123","in_store":"1","name":"Soldier Statue","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"124","in_store":"1","name":"Soldier Statue","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"125","in_store":"0","name":"Soldier Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaSoldado3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"126","in_store":"1","name":"Soldier Statue","type":"b","cost":"10","cost_type":"c","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"68","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"127","in_store":"0","name":"Soldier Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaSoldado5","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"6","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"128","in_store":"1","name":"Viking Statue","type":"b","cost":"8","cost_type":"c","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaVikingo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"129","in_store":"1","name":"Fountain","type":"b","cost":"200","cost_type":"g","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"6","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"fuenteChica","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"130","in_store":"0","name":"Water well","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"pozoAgua","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"131","in_store":"1","name":"Ancient Ceramic","type":"b","cost":"10","cost_type":"c","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"70","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vasijaBarro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"132","in_store":"0","name":"Trojan Horse","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"caballoTroyano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"133","in_store":"0","name":"Golden Totem","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"totemOro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"134","in_store":"0","name":"Troll Hut","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trollhut","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"135","in_store":"0","name":"Troll Cave","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trollcave","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"136","in_store":"1","name":"Barracks IV","type":"b","cost":"1000","cost_type":"w","xp":"100","groups":"","trains":"539","upgrades_to":"390","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"28","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":15000}"},{"id":"137","in_store":"1","name":"Archery IV","type":"b","cost":"1250","cost_type":"w","xp":"125","groups":"","trains":"540","upgrades_to":"391","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"30","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":20000}"},{"id":"138","in_store":"1","name":"Stables IV","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"541","upgrades_to":"392","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"32","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":30000}"},{"id":"139","in_store":"0","name":"Town Hall II","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"500","upgrades_to":"140","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento2","elevation":"4","unit_capacity":"0","attack":"5","defense":"1","life":"2000","velocity":"0","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"140","in_store":"0","name":"Town Hall III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"500","upgrades_to":"141","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento3","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"4000","velocity":"0","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"141","in_store":"0","name":"Town Hall IV","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"500","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"35","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento4","elevation":"4","unit_capacity":"0","attack":"15","defense":"1","life":"8000","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"142","in_store":"0","name":"Isle 1","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isla1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"143","in_store":"0","name":"Isle 2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isla2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"144","in_store":"0","name":"Desert Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"145","in_store":"0","name":"Arctic Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islanieve","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"146","in_store":"0","name":"Key","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"key","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"147","in_store":"0","name":"Locked Gate","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"813","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"portonhielo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"148","in_store":"0","name":"Mysterious Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamysterious","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"149","in_store":"0","name":"Unknown Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaunknown","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"150","in_store":"1","name":"Altar of Heroes","type":"b","cost":"200","cost_type":"g","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"47","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"1211","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"altarheroes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"850","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"151","in_store":"3","name":"Small Refuge","type":"b","cost":"400","cost_type":"s","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"24","subcat_functional":"1311","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"refugio1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"3500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"152","in_store":"3","name":"Large Refuge","type":"b","cost":"5","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"24","subcat_functional":"1311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"refugio2","elevation":"4","unit_capacity":"5","attack":"0","defense":"1","life":"7000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"153","in_store":"1","name":"Argentina Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"154","in_store":"1","name":"Australia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"72","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagau","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"155","in_store":"1","name":"Belgium Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagbe","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"156","in_store":"1","name":"Bulgaria Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagbg","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"157","in_store":"1","name":"Canada Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"158","in_store":"1","name":"Catalonia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"78","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagcat","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"159","in_store":"1","name":"Switzerland Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagch","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"160","in_store":"1","name":"Chile Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagcl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"161","in_store":"1","name":"Colombia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"162","in_store":"1","name":"Germany Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"163","in_store":"1","name":"Spain Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flages","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"164","in_store":"1","name":"FC Barcelona Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagfcb","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"165","in_store":"1","name":"France Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagfr","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"166","in_store":"1","name":"UK Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flaggb","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"167","in_store":"1","name":"Israel Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagil","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"168","in_store":"1","name":"Italy Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagit","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"169","in_store":"1","name":"Mexico Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagmx","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"170","in_store":"1","name":"Netherlands Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagnl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"171","in_store":"1","name":"Philippines Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagph","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"172","in_store":"1","name":"Portugal Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagpt","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"173","in_store":"1","name":"Sweden Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagse","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"174","in_store":"1","name":"Turkey Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagtr","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"175","in_store":"1","name":"USA Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"176","in_store":"0","name":"Pyramid","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramide1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"177","in_store":"0","name":"Treasure Chest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cofre","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"178","in_store":"0","name":"Garden","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jardin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"179","in_store":"0","name":"Golden Fountain","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"fuentedorada","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"180","in_store":"0","name":"Frozen Mammoth","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"mamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"181","in_store":"1","name":"Wizard's Castle","type":"b","cost":"60000","cost_type":"g","xp":"200","groups":"","trains":"550","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo3","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"182","in_store":"0","name":"Undiscovered Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaundiscovered","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"183","in_store":"0","name":"Emergent Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaemergent","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"184","in_store":"0","name":"Rock Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islarock","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"185","in_store":"1","name":"Eagles I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"186","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"186","in_store":"1","name":"Eagles II","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"187","display_order":"35","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"16","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"187","in_store":"1","name":"Eagles III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"217","display_order":"36","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"188","in_store":"1","name":"Market II","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"189","display_order":"24","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"189","in_store":"1","name":"Market III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"25","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"190","in_store":"1","name":"Sheep Ranch II","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"0","upgrades_to":"191","display_order":"17","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"14","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"191","in_store":"1","name":"Sheep Ranch III","type":"b","cost":"5000","cost_type":"w","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"24","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"192","in_store":"1","name":"Cow Ranch II","type":"b","cost":"750","cost_type":"w","xp":"75","groups":"","trains":"0","upgrades_to":"193","display_order":"40","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"17","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"193","in_store":"1","name":"Cow Ranch III","type":"b","cost":"6500","cost_type":"w","xp":"650","groups":"","trains":"0","upgrades_to":"0","display_order":"41","activation":"90","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"26","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"194","in_store":"1","name":"House V","type":"b","cost":"1800","cost_type":"w","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"36","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"7","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"195","in_store":"1","name":"Wall IV","type":"b","cost":"100","cost_type":"s","xp":"10","groups":"","trains":"0","upgrades_to":"196","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"900","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"196","in_store":"1","name":"Wall V","type":"b","cost":"225","cost_type":"s","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"34","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"197","in_store":"1","name":"Healing Spring","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"54","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"137","min_level":"26","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"curacion","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"4","attack_interval":"15","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"198","in_store":"1","name":"Castle III","type":"b","cost":"35","cost_type":"c","xp":"400","groups":"","trains":"560","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo333","elevation":"4","unit_capacity":"0","attack":"30","defense":"1","life":"10000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"199","in_store":"3","name":"Fire Tower","type":"b","cost":"9","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa6","elevation":"4","unit_capacity":"0","attack":"20","defense":"1","life":"2000","velocity":"0","attack_range":"12","attack_interval":"30","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"200","in_store":"1","name":"Carrot Field","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"201","display_order":"13","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"28","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja4","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"201","in_store":"1","name":"Watermelon Field","type":"b","cost":"1100","cost_type":"w","xp":"110","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"32.4","expiration":"0","collect":"45","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"34","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja5","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"202","in_store":"1","name":"Mill IV","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"21600","expiration":"0","collect":"500","collect_type":"f","collect_xp":"17","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"32","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":25000}"},{"id":"203","in_store":"1","name":"Gold Mine IV","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"22","activation":"21600","expiration":"0","collect":"500","collect_type":"g","collect_xp":"17","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"38","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":35000}"},{"id":"204","in_store":"1","name":"Stone Mine IV","type":"b","cost":"24000","cost_type":"g","xp":"2400","groups":"","trains":"0","upgrades_to":"0","display_order":"33","activation":"21600","expiration":"0","collect":"550","collect_type":"s","collect_xp":"19","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"41","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":45000}"},{"id":"205","in_store":"1","name":"Lumber Mill IV","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"29","activation":"21600","expiration":"0","collect":"600","collect_type":"w","collect_xp":"20","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"35","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":30000}"},{"id":"206","in_store":"0","name":"Crocodile Pit","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"foso","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"207","in_store":"0","name":"Life Tree","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbolavatar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"208","in_store":"0","name":"Guillotine","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"guillotina","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"209","in_store":"0","name":"Prison","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"carcel","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"210","in_store":"0","name":"Water Well","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pozogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"211","in_store":"0","name":"Burning Mill","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinollamas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"212","in_store":"1","name":"Cathedral","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"569","upgrades_to":"0","display_order":"52","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"133","min_level":"23","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"catedraltorres","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"213","in_store":"1","name":"Mechanics","type":"b","cost":"1200","cost_type":"s","xp":"120","groups":"","trains":"570","upgrades_to":"0","display_order":"56","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"341","min_level":"29","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiamecanica","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":"{\"cost\":17500}"},{"id":"214","in_store":"3","name":"Lightning Tower","type":"b","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"18","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"electorre","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"2200","velocity":"0","attack_range":"12","attack_interval":"15","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"215","in_store":"1","name":"Kamikaze Center","type":"b","cost":"16","cost_type":"c","xp":"160","groups":"","trains":"575","upgrades_to":"0","display_order":"-699","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricakamikaze","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"216","in_store":"1","name":"Fire Workshop","type":"b","cost":"1600","cost_type":"w","xp":"160","groups":"","trains":"568","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"31","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"workshop5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":25000}"},{"id":"217","in_store":"1","name":"Eagles IV","type":"b","cost":"7","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"37","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"eagle4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"218","in_store":"1","name":"Treasure Mine","type":"b","cost":"325","cost_type":"g","xp":"33","groups":"","trains":"0","upgrades_to":"0","display_order":"46","activation":"86400","expiration":"0","collect":"1","collect_type":"t","collect_xp":"1","category_id":"1","subcategory_id":"13","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minatesoro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"219","in_store":"1","name":"Vineyard","type":"b","cost":"2000","cost_type":"w","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"32.4","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"37","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"vinedo","elevation":"4","unit_capacity":"1","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"220","in_store":"0","name":"Library","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"40","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isglesia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"221","in_store":"1","name":"Academy","type":"b","cost":"550","cost_type":"w","xp":"55","groups":"","trains":"0","upgrades_to":"0","display_order":"51","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiagimnasio","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"222","in_store":"1","name":"Minery Academy","type":"b","cost":"8000","cost_type":"g","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"57","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"31","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiamina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"223","in_store":"1","name":"Forestry Academy","type":"b","cost":"6500","cost_type":"g","xp":"650","groups":"","trains":"0","upgrades_to":"0","display_order":"55","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"28","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academialenador","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"224","in_store":"1","name":"Harbor","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"muelle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"225","in_store":"1","name":"Sacrifice Altar","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"52","activation":"1.08","expiration":"0","collect":"1","collect_type":"sk","collect_xp":"1","category_id":"1","subcategory_id":"13","subcat_functional":"124","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"sacrificio","elevation":"4","unit_capacity":"1","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"226","in_store":"1","name":"Nursery","type":"b","cost":"1000","cost_type":"w","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"53","activation":"32400","expiration":"0","collect":"1","collect_type":"h","collect_xp":"15","category_id":"1","subcategory_id":"13","subcat_functional":"123","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"picaderoanimal","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"227","in_store":"1","name":"Training Stables","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"123","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"adiestramientocaballos","elevation":"4","unit_capacity":"5","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"228","in_store":"1","name":"Noble Mansion","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"62","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casalujosa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"229","in_store":"1","name":"Temple","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"49","activation":"172800","expiration":"0","collect":"750","collect_type":"g","collect_xp":"25","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"templooro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"230","in_store":"1","name":"Baths","type":"b","cost":"6","cost_type":"c","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"42","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"9","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"banyos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"20","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"231","in_store":"1","name":"Tavern","type":"b","cost":"2200","cost_type":"w","xp":"220","groups":"","trains":"0","upgrades_to":"0","display_order":"59","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"35","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"taberna","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"232","in_store":"1","name":"Restaurant","type":"b","cost":"28000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"64","activation":"28800","expiration":"0","collect":"570","collect_type":"g","collect_xp":"19","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"45","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"restaurante","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"233","in_store":"1","name":"Bakery","type":"b","cost":"16000","cost_type":"g","xp":"1200","groups":"","trains":"0","upgrades_to":"0","display_order":"61","activation":"28800","expiration":"0","collect":"550","collect_type":"f","collect_xp":"19","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"40","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"bakery","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"650","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"234","in_store":"1","name":"Allies Building","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"111","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"235","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"0","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"236","in_store":"0","name":"Abandoned Mine","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedracandado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"237","in_store":"0","name":"Healer Prison","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"healersprisioneras","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"238","in_store":"0","name":"Trapped Allies","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliadosprisioneros","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"239","in_store":"1","name":"Heroes Grave","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"48","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"1211","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"temploresureccion","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"850","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"240","in_store":"0","name":"Chinese House","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casachina","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"241","in_store":"0","name":"Chinese Archery","type":"b","cost":"9","cost_type":"c","xp":"270","groups":"","trains":"577","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueriachina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"242","in_store":"0","name":"Chinese Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallachina2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"243","in_store":"0","name":"Chinese Tower","type":"b","cost":"4","cost_type":"c","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensachina","elevation":"4","unit_capacity":"0","attack":"6","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"10","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"244","in_store":"0","name":"Bamboo Mill","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"21600","expiration":"0","collect":"500","collect_type":"w","collect_xp":"17","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderochino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"245","in_store":"0","name":"Chinese Field","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoarroz","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"246","in_store":"0","name":"Panda","type":"b","cost":"2","cost_type":"c","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"osopanda","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"247","in_store":"0","name":"Geisha","type":"b","cost":"3","cost_type":"c","xp":"210","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"geisha","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"248","in_store":"0","name":"Kite","type":"b","cost":"7","cost_type":"c","xp":"490","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"chinocometa","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"249","in_store":"0","name":"Chinese Temple","type":"b","cost":"10","cost_type":"c","xp":"700","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pagoda","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"250","in_store":"0","name":"Maneki Neko","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"gatochino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"5","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"251","in_store":"0","name":"Noodles","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"bolchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"9","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"252","in_store":"0","name":"Drum","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"tamborchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"253","in_store":"0","name":"Chinese Tree","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"jardinchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"254","in_store":"0","name":"Dragon","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"dragondorado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"255","in_store":"0","name":"Buddha","type":"b","cost":"35000","cost_type":"g","xp":"3500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"budaoro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"256","in_store":"0","name":"Animals Cage","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"257","in_store":"0","name":"Captured Siege","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"catapultaspresas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"258","in_store":"0","name":"Skeleton","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"estatuaesqueleto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"259","in_store":"0","name":"Skeleton","type":"b","cost":"15","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"66","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaesqueleto2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"260","in_store":"0","name":"Stone","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"261","in_store":"3","name":"Saint Basil Basilica","type":"b","cost":"40","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"13","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"stbasil","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"25","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"262","in_store":"3","name":"Alexandria Library","type":"b","cost":"70","cost_type":"c","xp":"7","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"s","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"bibliotecaalejandria","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"50","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"263","in_store":"3","name":"Stonehenge","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"21600","expiration":"0","collect":"2000","collect_type":"f","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"stonehenge","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"264","in_store":"3","name":"Angkor","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"21600","expiration":"0","collect":"2000","collect_type":"w","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"angkor","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"265","in_store":"0","name":"Tree","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"266","in_store":"1","name":"Allies Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"45","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadoaliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"267","in_store":"0","name":"Aztec House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casaazteca","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"268","in_store":"0","name":"Aztec Quarters","type":"b","cost":"16","cost_type":"c","xp":"480","groups":"","trains":"578","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelazteca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"269","in_store":"0","name":"Aztec Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaazteca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"270","in_store":"0","name":"Aztec Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaazteca","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"271","in_store":"0","name":"Aztec Mill","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"450","collect_type":"f","collect_xp":"15","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinoazteca","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"272","in_store":"0","name":"Aztec Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaazteca","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"273","in_store":"0","name":"Snake Statue","type":"b","cost":"1","cost_type":"c","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturaserpiente","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"274","in_store":"0","name":"Aztec Boss","type":"b","cost":"2","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"jefeazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"275","in_store":"0","name":"Quetzacoatl","type":"b","cost":"6","cost_type":"c","xp":"420","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"quetzacoatl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"276","in_store":"0","name":"Aztec Ball Field","type":"b","cost":"3","cost_type":"c","xp":"210","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"277","in_store":"0","name":"Skull Statue","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"278","in_store":"0","name":"Golden Structure","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturaoro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"18","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"279","in_store":"0","name":"Solar Structure","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturasolar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"280","in_store":"0","name":"Aztec Calendar","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esculturacalendario","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"281","in_store":"0","name":"Aztec Decoration","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"paredgrabado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"282","in_store":"0","name":"Aztec Temple","type":"b","cost":"30000","cost_type":"g","xp":"3000","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"templosacrificio","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"283","in_store":"0","name":"Treasure","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinollamas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"284","in_store":"0","name":"Mineral Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islandbigboss3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"285","in_store":"0","name":"_DEV ACTIVATOR","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"286","in_store":"0","name":"_DEV TREASURE","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"287","in_store":"0","name":"Brazier","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"ag","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"brasero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"288","in_store":"0","name":"Rockdriller Skull","type":"b","cost":"5000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trofeogusano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"289","in_store":"0","name":"Troll Hall I","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"580","upgrades_to":"321","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"290","in_store":"2","name":"Troll Farm I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"310","display_order":"10","activation":"32.4","expiration":"0","collect":"15","collect_type":"f","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol1","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"291","in_store":"2","name":"Troll Tower I","type":"b","cost":"125","cost_type":"s","xp":"13","groups":"","trains":"0","upgrades_to":"303","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol1","elevation":"4","unit_capacity":"0","attack":"4","defense":"1","life":"300","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"292","in_store":"2","name":"Troll Wall I","type":"b","cost":"5","cost_type":"w","xp":"1","groups":"","trains":"0","upgrades_to":"305","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"150","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"293","in_store":"0","name":"Asian Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaasian","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"294","in_store":"0","name":"Aztec Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaaztec","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"295","in_store":"0","name":"Civilizated Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islacivilizated","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"296","in_store":"0","name":"Wild Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islawild","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"297","in_store":"0","name":"Conquered Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaxonquered","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"298","in_store":"0","name":"Hero Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islahero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"299","in_store":"1","name":"Zeppelin Tower","type":"b","cost":"3000","cost_type":"w","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"torrezepelin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"300","in_store":"2","name":"Troll Mill I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"301","display_order":"6","activation":"21600","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"301","in_store":"2","name":"Troll Mill II","type":"b","cost":"0","cost_type":"w","xp":"0","groups":"","trains":"0","upgrades_to":"302","display_order":"7","activation":"21600","expiration":"0","collect":"300","collect_type":"f","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"11","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"302","in_store":"2","name":"Troll Mill III","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"303","in_store":"2","name":"Troll Tower II","type":"b","cost":"250","cost_type":"s","xp":"25","groups":"","trains":"0","upgrades_to":"304","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol2","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"8","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"304","in_store":"2","name":"Troll Tower III","type":"b","cost":"375","cost_type":"s","xp":"38","groups":"","trains":"0","upgrades_to":"347","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol3","elevation":"4","unit_capacity":"0","attack":"12","defense":"1","life":"700","velocity":"0","attack_range":"9","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"305","in_store":"2","name":"Troll Wall II","type":"b","cost":"15","cost_type":"w","xp":"2","groups":"","trains":"0","upgrades_to":"306","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"306","in_store":"2","name":"Troll Wall III","type":"b","cost":"30","cost_type":"s","xp":"3","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"307","in_store":"2","name":"Troll House I","type":"b","cost":"30","cost_type":"w","xp":"3","groups":"","trains":"0","upgrades_to":"308","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"308","in_store":"2","name":"Troll House II","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"309","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"309","in_store":"2","name":"Troll House III","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"19","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"220","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"310","in_store":"2","name":"Troll Farm II","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"311","display_order":"11","activation":"32.4","expiration":"0","collect":"25","collect_type":"f","collect_xp":"2","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"9","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol2","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"311","in_store":"2","name":"Troll Farm III","type":"b","cost":"180","cost_type":"w","xp":"18","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"3","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"21","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol3","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"312","in_store":"2","name":"Troll Lumber Mill I","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"313","display_order":"26","activation":"21600","expiration":"0","collect":"200","collect_type":"w","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"5","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"313","in_store":"2","name":"Troll Lumber Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"314","display_order":"27","activation":"21600","expiration":"0","collect":"350","collect_type":"w","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"314","in_store":"2","name":"Troll Lumber Mill III","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"28","activation":"21600","expiration":"0","collect":"450","collect_type":"w","collect_xp":"15","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"27","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"315","in_store":"2","name":"Troll Gold Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"316","display_order":"19","activation":"21600","expiration":"0","collect":"200","collect_type":"g","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"4","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"316","in_store":"2","name":"Troll Gold Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"317","display_order":"20","activation":"21600","expiration":"0","collect":"275","collect_type":"g","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"317","in_store":"2","name":"Troll Gold Mine III","type":"b","cost":"4500","cost_type":"g","xp":"450","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"21600","expiration":"0","collect":"350","collect_type":"g","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"24","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"318","in_store":"2","name":"Troll Stone Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"319","display_order":"30","activation":"21600","expiration":"0","collect":"175","collect_type":"s","collect_xp":"6","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"6","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"319","in_store":"2","name":"Troll Stone Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"320","display_order":"31","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"17","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"320","in_store":"2","name":"Troll Stone Mine III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"32","activation":"21600","expiration":"0","collect":"400","collect_type":"s","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"29","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"321","in_store":"0","name":"Troll Hall II","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"580","upgrades_to":"322","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol2","elevation":"4","unit_capacity":"0","attack":"5","defense":"1","life":"2000","velocity":"0","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"322","in_store":"0","name":"Troll Hall III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"580","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol3","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"4000","velocity":"0","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"323","in_store":"2","name":"Troll Castle I","type":"b","cost":"15","cost_type":"c","xp":"200","groups":"","trains":"592","upgrades_to":"324","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillotrol1","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"324","in_store":"2","name":"Troll Castle II","type":"b","cost":"25","cost_type":"c","xp":"300","groups":"","trains":"591","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillotrol2","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"8000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"325","in_store":"2","name":"Coliseum","type":"b","cost":"100","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"coliseumtrol","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"326","in_store":"2","name":"Barracks 3","type":"b","cost":"425","cost_type":"w","xp":"43","groups":"","trains":"595","upgrades_to":"330","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"327","in_store":"2","name":"Barracks 6","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"600","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"24","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"328","in_store":"2","name":"Archery 2","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"598","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"329","in_store":"2","name":"Archery 1","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"589","upgrades_to":"328","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"4","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"330","in_store":"2","name":"Barracks 4","type":"b","cost":"650","cost_type":"w","xp":"65","groups":"","trains":"596","upgrades_to":"332","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"331","in_store":"2","name":"Boar Stable","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"599","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol6","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"332","in_store":"2","name":"Barracks 5","type":"b","cost":"2750","cost_type":"g","xp":"275","groups":"","trains":"597","upgrades_to":"327","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol7","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"725","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"333","in_store":"2","name":"Barracks 1","type":"b","cost":"125","cost_type":"w","xp":"13","groups":"","trains":"593","upgrades_to":"334","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol8","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"334","in_store":"2","name":"Barracks 2","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"594","upgrades_to":"326","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"6","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol9","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"335","in_store":"2","name":"Troll Market I","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"345","display_order":"23","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"336","in_store":"2","name":"Workshop I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"585","upgrades_to":"337","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"420","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"337","in_store":"2","name":"Workshop II","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"586","upgrades_to":"338","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"338","in_store":"2","name":"Workshop III","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"587","upgrades_to":"339","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"339","in_store":"2","name":"Workshop IV","type":"b","cost":"800","cost_type":"w","xp":"80","groups":"","trains":"588","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"26","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"340","in_store":"2","name":"Boar Ranch I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"341","display_order":"16","activation":"90","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"2","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"341","in_store":"2","name":"Boar Ranch II","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"0","upgrades_to":"342","display_order":"17","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"14","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"342","in_store":"2","name":"Boar Ranch III","type":"b","cost":"5000","cost_type":"w","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"24","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"343","in_store":"2","name":"Troll Harbour","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"muelle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"344","in_store":"2","name":"Troll Zeppelin","type":"b","cost":"3000","cost_type":"w","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"torrezepelin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"345","in_store":"2","name":"Troll Market II","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"346","display_order":"24","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"346","in_store":"2","name":"Troll Market III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"25","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"347","in_store":"2","name":"Troll Tower IV","type":"b","cost":"500","cost_type":"s","xp":"50","groups":"","trains":"0","upgrades_to":"348","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"23","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol4","elevation":"4","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"0","attack_range":"10","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"348","in_store":"2","name":"Troll Tower V","type":"b","cost":"625","cost_type":"s","xp":"63","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"33","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol5","elevation":"4","unit_capacity":"0","attack":"16","defense":"1","life":"1100","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"349","in_store":"2","name":"Troll Eagles I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"350","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"350","in_store":"2","name":"Troll Eagles II","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"351","display_order":"35","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"16","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"351","in_store":"2","name":"Troll Eagles III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"36","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"352","in_store":"2","name":"Allies Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"45","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadoaliadostrol","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"353","in_store":"2","name":"Troll Statue","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"354","in_store":"2","name":"Troll Statue","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"355","in_store":"2","name":"Troll Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"356","in_store":"2","name":"Troll Bathroom","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"retretetrol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"357","in_store":"0","name":"Troll Deco 5","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"358","in_store":"0","name":"Troll Deco 6","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"359","in_store":"0","name":"Troll Deco 7","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"360","in_store":"0","name":"Troll Deco 8","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"361","in_store":"0","name":"Allies Building","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"111","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"362","in_store":"2","name":"Voodoo Lounge","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"590","upgrades_to":"0","display_order":"50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"133","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"chamanahouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"363","in_store":"3","name":"Babylon Gardens","type":"b","cost":"70","cost_type":"c","xp":"7","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"23","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"jardinbabilonia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"50","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"364","in_store":"0","name":"Prisoner Archers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"365","in_store":"0","name":"Kidnapped Units","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"366","in_store":"1","name":"Odin Statue","type":"b","cost":"16","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"48","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaataque","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"367","in_store":"0","name":"Trapped Allies","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"368","in_store":"0","name":"Captured Siege","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"369","in_store":"1","name":"Oil Tower","type":"b","cost":"4","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"15","width":"1","height":"1","max_frame":"4","giftable":"0","img_name":"oiltower","elevation":"4","unit_capacity":"0","attack":"20","defense":"1","life":"2000","velocity":"0","attack_range":"12","attack_interval":"70","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"370","in_store":"1","name":"Elephant Stables","type":"b","cost":"18","cost_type":"c","xp":"500","groups":"","trains":"603","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchoelefantes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"371","in_store":"1","name":"Tower Workshop","type":"b","cost":"12","cost_type":"c","xp":"2","groups":"","trains":"602","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"311","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricatorremovil","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"372","in_store":"2","name":"Rhino Stables","type":"b","cost":"600","cost_type":"g","xp":"60","groups":"","trains":"601","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"17","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrolrino","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"373","in_store":"3","name":"Weather Machine","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"34","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"maquinatiempo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"374","in_store":"0","name":"Viking Quarters","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"606","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracavikinga","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"375","in_store":"0","name":"Viking Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallavikinga","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"376","in_store":"0","name":"Viking Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensavikinga","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"377","in_store":"0","name":"Viking Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjavikinga","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"378","in_store":"0","name":"Viking Mine","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minavikinga","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"379","in_store":"0","name":"Viking Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuavikinga1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"380","in_store":"0","name":"Viking Statue","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuavikinga2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"381","in_store":"0","name":"Viking Ship","type":"b","cost":"2","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barcovikingo1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"382","in_store":"0","name":"Viking Ship","type":"b","cost":"12000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barcovikingo2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"383","in_store":"0","name":"Viking Mistress","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vikingagordita","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"384","in_store":"3","name":"Ice Tower","type":"b","cost":"7","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torrehielo","elevation":"4","unit_capacity":"0","attack":"1","defense":"1","life":"2200","velocity":"0","attack_range":"14","attack_interval":"75","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"385","in_store":"2","name":"Barracks Drummer","type":"b","cost":"12","cost_type":"c","xp":"120","groups":"","trains":"604","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"311","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"bongotrolhouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"386","in_store":"2","name":"Barracks Boulder","type":"b","cost":"14","cost_type":"c","xp":"140","groups":"","trains":"605","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracalanzapiedras","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"387","in_store":"1","name":"Recruitment Prize","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"11","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"sorpresa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"388","in_store":"0","name":"Viking Axe Quarters","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"607","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracavikingolanzahachas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"389","in_store":"1","name":"Round Table","type":"b","cost":"100","cost_type":"s","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"7","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"mesaredonda","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"390","in_store":"1","name":"Barracks V","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"608","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"37","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracainfanteria5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":50000}"},{"id":"391","in_store":"1","name":"Archery V","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"609","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":75000}"},{"id":"392","in_store":"1","name":"Stables V","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"610","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"46","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":100000}"},{"id":"393","in_store":"0","name":"Anubis Temple","type":"b","cost":"18","cost_type":"c","xp":"540","groups":"","trains":"612","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelegipcio1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"394","in_store":"0","name":"Egyptian Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaegipcia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"395","in_store":"0","name":"Egyptian Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaegipcia","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2350","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"396","in_store":"0","name":"Egyptian Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaegipcia","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"397","in_store":"0","name":"Egyptian Mine","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"300","collect_type":"g","collect_xp":"10","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedraegipcia","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"398","in_store":"0","name":"Cleopatra","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cleopatra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"399","in_store":"0","name":"Camel","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"camello","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"400","in_store":"0","name":"Anubis Statue","type":"b","cost":"2","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"anubis","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"401","in_store":"0","name":"Cat Statue","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"bastet","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"402","in_store":"0","name":"Ra Statue","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"diosre","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"403","in_store":"0","name":"Sphynx","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfinge","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"404","in_store":"0","name":"Goat Sphynx","type":"b","cost":"15000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfingecabra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"405","in_store":"0","name":"Ra Sphynx","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfingere","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"406","in_store":"0","name":"Anubis Statue","type":"b","cost":"10000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"perrodorado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"407","in_store":"0","name":"Black Anubis","type":"b","cost":"8000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"perronegro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"408","in_store":"0","name":"Pharaoh","type":"b","cost":"4","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pharaoh","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"409","in_store":"0","name":"Egyptian Quarters","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"613","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelegipcio2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"410","in_store":"0","name":"Camel Stables","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"614","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcamellos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"411","in_store":"0","name":"Egyptian House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casaegipcia","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"412","in_store":"0","name":"Golden Hall","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"35","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalloro","elevation":"4","unit_capacity":"0","attack":"15","defense":"1","life":"8000","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"413","in_store":"0","name":"Golden Tower","type":"b","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torreoro","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2350","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"414","in_store":"0","name":"Golden Castle","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"508","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillooro","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"415","in_store":"1","name":"Mummy Pyramid","type":"b","cost":"16","cost_type":"c","xp":"500","groups":"","trains":"615","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramidemomia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"416","in_store":"1","name":"Wizardry Academy","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casamagia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"417","in_store":"0","name":"Hermit","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"ermitanoatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"418","in_store":"0","name":"Dolphin Fountain","type":"b","cost":"5000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"fuentedelfinesatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"419","in_store":"0","name":"Leviathan","type":"b","cost":"2","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"leviatanatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"420","in_store":"0","name":"Atlantis Decoration","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"peceraatlante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"421","in_store":"0","name":"Atlantis Quarters","type":"b","cost":"10000","cost_type":"g","xp":"250","groups":"","trains":"619","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelatlantida2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"422","in_store":"0","name":"Atlantis Archery","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"620","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelatlantida","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"423","in_store":"0","name":"Crab Stables","type":"b","cost":"18","cost_type":"c","xp":"550","groups":"","trains":"621","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcangrejoatlantis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"424","in_store":"0","name":"Seahorse Stables","type":"b","cost":"12","cost_type":"c","xp":"350","groups":"","trains":"622","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcaballito","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"425","in_store":"0","name":"Atlantis Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaatlantis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"426","in_store":"0","name":"Atlantis Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaatlantis","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2400","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"427","in_store":"0","name":"Atlantis Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoatlantis","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"428","in_store":"0","name":"Atlantis Mill","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"500","collect_type":"f","collect_xp":"17","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinoatlantida","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"429","in_store":"1","name":"Water Tower","type":"b","cost":"6","cost_type":"c","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"4","giftable":"0","img_name":"torreagua","elevation":"4","unit_capacity":"0","attack":"3","defense":"1","life":"2400","velocity":"0","attack_range":"11","attack_interval":"40","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"430","in_store":"1","name":"Neptune's Palace","type":"b","cost":"18","cost_type":"c","xp":"500","groups":"","trains":"623","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"palacioneptuno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"431","in_store":"0","name":"Misty Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamisty","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"432","in_store":"0","name":"Dune Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladune","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"433","in_store":"0","name":"Mythical Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamythical","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"434","in_store":"0","name":"Huge Egg","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"huevogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"435","in_store":"0","name":"Dangerous Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"436","in_store":"0","name":"Nest Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islanest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"437","in_store":"0","name":"Huge Egg","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"huevogrande2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"2500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"438","in_store":"0","name":"Elf Life Tree","type":"b","cost":"5000","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbolvidaelfo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"439","in_store":"0","name":"Elf Gazebo","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"cupulaverde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"440","in_store":"0","name":"Elf Hero Statue","type":"b","cost":"7","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaelfa","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"441","in_store":"0","name":"Elf Fountain","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fuenteelfica","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"442","in_store":"0","name":"Elf Barracks","type":"b","cost":"10000","cost_type":"g","xp":"250","groups":"","trains":"626","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaelfaespada","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"443","in_store":"0","name":"Elf Archer","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"627","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaarqueroelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"444","in_store":"0","name":"Druids' Council","type":"b","cost":"12","cost_type":"c","xp":"550","groups":"","trains":"628","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracamagoelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"445","in_store":"0","name":"Elf Stables","type":"b","cost":"20","cost_type":"c","xp":"550","groups":"","trains":"629","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracatigre","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"446","in_store":"0","name":"Elf Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaelfa","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"447","in_store":"0","name":"Elf Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torreelfa","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"2450","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"448","in_store":"0","name":"Elf Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaelfa","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"449","in_store":"0","name":"Elf Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"400","collect_type":"w","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderoelfo","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"450","in_store":"0","name":"Elf House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"49","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casaelfa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"451","in_store":"0","name":"Elf Eagle Aviary","type":"b","cost":"10","cost_type":"c","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pajaroelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"465","in_store":"0","name":"Royal Barrack","type":"b","cost":"16","cost_type":"c","xp":"450","groups":"","trains":"632","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaelfo2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"466","in_store":"0","name":"Druid's Hut","type":"b","cost":"15000","cost_type":"g","xp":"500","groups":"","trains":"628","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"466_barraca_druida","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"467","in_store":"0","name":"Royal Archery","type":"b","cost":"16","cost_type":"c","xp":"300","groups":"","trains":"633","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"467_barraca_arquero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"468","in_store":"0","name":"Elf Workshop","type":"b","cost":"20","cost_type":"c","xp":"400","groups":"","trains":"634","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"468_barraca_ballista","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"469","in_store":"1","name":"Fortress","type":"b","cost":"40","cost_type":"c","xp":"550","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"32","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"469_fortaleza","elevation":"4","unit_capacity":"6","attack":"35","defense":"1","life":"15000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"470","in_store":"1","name":"Great Church","type":"b","cost":"9000","cost_type":"g","xp":"350","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"600","collect_type":"g","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"139","min_level":"15","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"470_maravilla","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"10","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"471","in_store":"0","name":"Ent Barrack","type":"b","cost":"20","cost_type":"c","xp":"450","groups":"","trains":"635","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"471_barraca_ent","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"472","in_store":"0","name":"Black Castle","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"563","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"472_castillo","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"473","in_store":"0","name":"Infernal Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muroinfernal","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"474","in_store":"0","name":"Infernal Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensainferno","elevation":"4","unit_capacity":"0","attack":"27","defense":"1","life":"2500","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"475","in_store":"0","name":"Infernal Field","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"huertoinfernal","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"476","in_store":"0","name":"Infernal Barracks","type":"b","cost":"18","cost_type":"c","xp":"300","groups":"","trains":"644","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteriainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"477","in_store":"0","name":"Infernal Quarters","type":"b","cost":"12000","cost_type":"g","xp":"300","groups":"","trains":"645","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteriainferno2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"478","in_store":"0","name":"Infernal Archery","type":"b","cost":"20","cost_type":"c","xp":"300","groups":"","trains":"646","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueriainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"479","in_store":"0","name":"Infernal Stables","type":"b","cost":"24","cost_type":"c","xp":"550","groups":"","trains":"647","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"edificiohellhound","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"480","in_store":"0","name":"Torch","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"antorchainfernal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"481","in_store":"0","name":"Bleeding Sculpture","type":"b","cost":"5","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"faunosangrante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"482","in_store":"0","name":"Magma Fountain","type":"b","cost":"10","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fuentemagma","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"483","in_store":"0","name":"Infernal Sculpture","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"jardininferno","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"484","in_store":"0","name":"Infernal Halberdiery","type":"b","cost":"14","cost_type":"c","xp":"550","groups":"","trains":"648","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"edificioalabardainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"485","in_store":"0","name":"Infernal Headquarters","type":"b","cost":"30","cost_type":"c","xp":"250","groups":"","trains":"654","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"485_barraca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"486","in_store":"1","name":"Graveyard","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"486_cementerio","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"487","in_store":"0","name":"Chinese Festival","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"487_festivalchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"488","in_store":"0","name":"Stolen Fireworks","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"488_fuegoartificial","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"489","in_store":"0","name":"Golem Headquarters","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"refugio2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"490","in_store":"0","name":"Viking Festival","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"490_festivalvikingo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"491","in_store":"0","name":"Stolen Beer","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"491_cerveza","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"492","in_store":"0","name":"Black Yeti Cave","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"492_cuevayeti","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"493","in_store":"0","name":"Tl\u00e1loc Altar","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"493_altar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"494","in_store":"0","name":"Aztec Lamb","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"494_ovejaazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"495","in_store":"0","name":"Viper Nest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"495_nidoserpiente","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"496","in_store":"0","name":"Demonic Sculpture","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"496_demonic","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"497","in_store":"0","name":"Tree of Life","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"497_arbol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"498","in_store":"0","name":"Power Gem","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"powergem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"499","in_store":"0","name":"Sarcophagus","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"499_sarcofago","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"500","in_store":"0","name":"Villager I","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"worker","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"aldeanohombre","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"501","in_store":"0","name":"Villager I","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"worker","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"aldeanamujer","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"502","in_store":"0","name":"Healer","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"curandera","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"25","velocity":"3","attack_range":"5","attack_interval":"120","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Now your army can be healed during a battle!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"503","in_store":"0","name":"Settler","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"73","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"colonizador","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"3","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"504","in_store":"0","name":"Cow","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"cow","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"74","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"vaca1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"3","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"505","in_store":"0","name":"Sheep","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"sheep","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"75","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"oveja1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"7","velocity":"3","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"506","in_store":"0","name":"Ally Cart","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"cart","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"76","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"carretacaballo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"507","in_store":"0","name":"Elite Swordsman","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo1","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"110","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Use this Elite Swordsman as a leader of your Elite Army!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"508","in_store":"0","name":"Elite Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"150","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Lead your army to a glorious battle with this powerful unit!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"509","in_store":"0","name":"Spearman","type":"u","cost":"30","cost_type":"g","xp":"3","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad1","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"40","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Every Troll should meet personally the Spearman's Pike!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"510","in_store":"0","name":"Swordsman","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad2","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"45","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"9","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"With its sharp sword this unit can help you in battles!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"511","in_store":"0","name":"Long Swordsman","type":"u","cost":"90","cost_type":"g","xp":"9","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"3","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad3","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"55","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"18","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"He's even more deadly than his predecessors!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"512","in_store":"0","name":"Light Knight","type":"u","cost":"75","cost_type":"g","xp":"8","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"3","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"60","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"6","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Use a Light Knight for a Troll fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"513","in_store":"0","name":"Medium Knight","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo2","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"13","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Medium Knight should never be left out of sight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"514","in_store":"0","name":"Heavy Knight","type":"u","cost":"225","cost_type":"g","xp":"23","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"140","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"27","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Heavy Knight should be used in a Heavy Fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"515","in_store":"0","name":"Medium Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballoarquero","elevation":"1","unit_capacity":"0","attack":"7","defense":"1","life":"140","velocity":"5","attack_range":"6","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The arrows of this unit keep the trolls away from your empire!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"516","in_store":"0","name":"Light Archer","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero1","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"30","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"1","gift_level":"4","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"You have the Light Archer! It's time for Troll destruction!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"517","in_store":"0","name":"Medium Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero2","elevation":"1","unit_capacity":"0","attack":"7","defense":"1","life":"35","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"11","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"You have a Medium Archer! Your army is getting stronger!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"518","in_store":"0","name":"Heavy Archer","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero3","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"40","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"24","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"I'm the Heavy Archer who will serve you loyally in battles!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"519","in_store":"0","name":"Ram","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"102","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"ariete1","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"75","new_item":"0","population":"2","gift_level":"21","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The Ram will help you tear down all the wall of your enemies!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"520","in_store":"0","name":"Scorpion","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"siege","trains":"0","upgrades_to":"0","display_order":"103","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"ariete2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"40","velocity":"3","attack_range":"8","attack_interval":"175","new_item":"0","population":"3","gift_level":"30","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Add a Scorpion when you gether your troops agains the trolls!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"521","in_store":"0","name":"Catapult","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"siege","trains":"0","upgrades_to":"0","display_order":"104","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete3","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"50","velocity":"3","attack_range":"10","attack_interval":"175","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Catapult is your solution againt the deadly towers!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"522","in_store":"0","name":"Cannon","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete4","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"50","velocity":"3","attack_range":"11","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Cannon is a perfect weapon to bring down your enemy's towers!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"523","in_store":"0","name":"Wolf","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"106","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"82","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"lobo1","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"524","in_store":"0","name":"Elephant","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"107","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"82","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"animal2","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"525","in_store":"2","name":"Small Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"108","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"35","velocity":"2","attack_range":"1","attack_interval":"50","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"526","in_store":"2","name":"Devious Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"109","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol2","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"50","velocity":"4","attack_range":"1","attack_interval":"45","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"527","in_store":"2","name":"Big Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"528","in_store":"2","name":"Battle Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"529","in_store":"2","name":"War Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"200","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"530","in_store":"2","name":"Axethrower","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"125","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"531","in_store":"2","name":"Boar Rider","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"532","in_store":"0","name":"Rehabbed Troll","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"117","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"35","velocity":"2","attack_range":"1","attack_interval":"50","new_item":"0","population":"1","gift_level":"15","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Accept this Rehabbed Troll! He will serve you loyally!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"533","in_store":"0","name":"Warrior Princess","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"xena","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Who said women cannot fight? Test the power of Warrior Princess!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"534","in_store":"0","name":"Prince Arthur","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"princearthur","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"300","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Prince Arthur will lead you army into glorious victories!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"535","in_store":"0","name":"Ranger","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ranger","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"150","velocity":"5","attack_range":"6","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"With a Ranger on your side you can meet any danger on your way!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"536","in_store":"0","name":"Nice Troll","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3bueno","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"250","velocity":"2","attack_range":"1","attack_interval":"40","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"There's nothing nicer than a Nice Troll! Accept him in your empire!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"537","in_store":"0","name":"Stone Golem","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"stonegolem","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"538","in_store":"0","name":"Stone Golem","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss1","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"6500","velocity":"5","attack_range":"2","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"539","in_store":"0","name":"Powerful Swordsman","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteriaunidad4","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"175","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The Powerful Swordsman guarantees a Powerful Army!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"540","in_store":"0","name":"Powerful Archer","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquero4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"150","velocity":"3","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Try the deadly arrows of the Powreful Archer against the trolls!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"541","in_store":"0","name":"Powerful Knight","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballo4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"225","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Powerful Knight best fits a merciless fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"542","in_store":"0","name":"Ship","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ship","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"1000","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"543","in_store":"0","name":"Eagle","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"86","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"eagle","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"200","velocity":"10","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"1","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"544","in_store":"0","name":"Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"yetipequeno","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"545","in_store":"0","name":"Giant Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss2","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"15000","velocity":"5","attack_range":"2","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"546","in_store":"0","name":"Penguin","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pinguino","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"50","velocity":"4","attack_range":"8","attack_interval":"40","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"This Penguin is cute and also deadly!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"547","in_store":"2","name":"Ravager Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"300","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"548","in_store":"1","name":"Octopus","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pulpo","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"50","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"549","in_store":"1","name":"Kraken","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kraken","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"100","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"550","in_store":"0","name":"Wizard","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Never underestimate the Wizard! He can unleash deadly powers!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"551","in_store":"0","name":"Axethrower","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"125","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Axethrower is a unit you want as an ally and not an enemy!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"552","in_store":"0","name":"War Troll","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"200","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"War Troll is someone you should be afraid of!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"553","in_store":"0","name":"Wizard","type":"u","cost":"35000","cost_type":"g","xp":"300","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Use the Wizard wisely and with caution!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"554","in_store":"0","name":"Valkyrie","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"18","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"valkiria","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"7","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Use the healing powers of the beautiful Valkyrie, the nordic warrior.","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"555","in_store":"0","name":"Willy Wallace","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"wallace","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"450","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"8","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"They will never take our freedom with brave-hearted William Wallace!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"556","in_store":"0","name":"Thor","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"24","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"thor","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"500","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"9","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Feel the divine strengh of Thor's hammer! He always nails it!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"557","in_store":"0","name":"High Elf","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"27","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"375","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"9","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"558","in_store":"1","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"559","in_store":"1","name":"Skeleton","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"560","in_store":"0","name":"Elite Master Knight","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo3","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"300","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Elite Master Knight has the cooler armor of all knights. And it's heavy!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"561","in_store":"0","name":"Fly","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"pet","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"87","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"fly","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"6","attack_range":"1","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"562","in_store":"0","name":"Mishy","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"pet","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"87","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kuki","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"6","attack_range":"1","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"563","in_store":"0","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"1","race":"a","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"564","in_store":"0","name":"Ravager Troll","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"300","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"565","in_store":"0","name":"High Elf","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"375","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"566","in_store":"0","name":"Rockdriller","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"10000","velocity":"12","attack_range":"20","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"567","in_store":"0","name":"Sanddriller","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"gusanito","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"10000","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"568","in_store":"0","name":"Fire Cannon","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete5","elevation":"1","unit_capacity":"0","attack":"90","defense":"1","life":"60","velocity":"3","attack_range":"11","attack_interval":"150","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Bomb your enemies with the power of powder... Fire the Fire Cannon, sir!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"569","in_store":"0","name":"Monk","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"support slow","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"obispo","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"50","velocity":"3","attack_range":"7","attack_interval":"60","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The wise Monk will convert your enemies during battles. He is really convincing!","units_limit":"4","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"570","in_store":"0","name":"Engineer","type":"u","cost":"350","cost_type":"g","xp":"35","groups":"support normal","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mecanico","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"150","velocity":"5","attack_range":"1","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Repair your war machines with the Engineer: he also can assemble an IKEA cupboard!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"571","in_store":"0","name":"Horse","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"horse","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"88","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballosalvaje","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"572","in_store":"0","name":"Light Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballoarquero1","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"120","velocity":"5","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Light Archer knight is deadly combination of speed and rage!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"573","in_store":"0","name":"Heavy Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo3","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"160","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Trained as an Archer and a Knight! It's the unit you need in a fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"574","in_store":"0","name":"Powerful Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranger small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"180","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"It' is the best unit on a horse you'll find!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"575","in_store":"0","name":"Kamikaze","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kamikaze","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"200","velocity":"6","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":"{\"attack\":10}"},{"id":"576","in_store":"0","name":"Alliance Knight","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballeroaliado","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Represents the power of alliance and cooperation!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"577","in_store":"0","name":"Chinese Archer","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerochino","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"125","velocity":"4","attack_range":"7","attack_interval":"15","new_item":"0","population":"1","gift_level":"4","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"578","in_store":"0","name":"Aztec Warrior","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroazteca","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"200","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"579","in_store":"1","name":"Zombie","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"20","velocity":"1","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"580","in_store":"2","name":"Mr. Troll","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trolaldeano","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"581","in_store":"2","name":"Mrs. Troll","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trolaaldeana","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"582","in_store":"0","name":"Boat","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"barca","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"150","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"583","in_store":"0","name":"Zeppelin","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"zepelin","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"1000","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"584","in_store":"0","name":"Boar","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"boar","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"90","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"jabali","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"585","in_store":"2","name":"Troll Ram","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"102","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol1","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"75","new_item":"0","population":"2","gift_level":"21","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"586","in_store":"2","name":"Troll Scorpion","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"siege","trains":"0","upgrades_to":"0","display_order":"103","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"40","velocity":"3","attack_range":"8","attack_interval":"175","new_item":"0","population":"3","gift_level":"30","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"587","in_store":"2","name":"Troll Catapult","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"siege","trains":"0","upgrades_to":"0","display_order":"104","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol3","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"50","velocity":"3","attack_range":"10","attack_interval":"175","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"588","in_store":"2","name":"Troll Cannon","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol4","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"50","velocity":"3","attack_range":"11","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"589","in_store":"2","name":"Troll Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerotroll","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"75","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"590","in_store":"2","name":"Voodoo Healer","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"chamanatrol","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"60","velocity":"3","attack_range":"5","attack_interval":"120","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"4","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"591","in_store":"2","name":"Brute Swordsman","type":"u","cost":"1300","cost_type":"g","xp":"130","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"350","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"592","in_store":"2","name":"Brute Knight","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol2","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"593","in_store":"2","name":"Small Troll","type":"u","cost":"40","cost_type":"g","xp":"4","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"108","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"45","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"594","in_store":"2","name":"Devious Troll","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"109","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol2","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"70","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"595","in_store":"2","name":"Big Troll","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"140","velocity":"3","attack_range":"1","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"596","in_store":"2","name":"Battle Troll","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"150","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"597","in_store":"2","name":"War Troll","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"350","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"598","in_store":"2","name":"Axethrower","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"120","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"599","in_store":"2","name":"Boar Rider","type":"u","cost":"175","cost_type":"g","xp":"18","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"120","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"600","in_store":"2","name":"Ravager Troll","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"601","in_store":"2","name":"Rhino Rider","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rinocerontejinete","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"602","in_store":"0","name":"Mobile Tower","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"siege","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"torredefensamovil","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"3","attack_range":"10","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Mobile Tower is a powerful weapon, but receives no calls!","units_limit":"4","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"603","in_store":"0","name":"Elephant Rider","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"elefante","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"The Elephant Rider is a merciless fighter!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"604","in_store":"0","name":"Drummer","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bongotrol","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"605","in_store":"0","name":"Boulderthrower","type":"u","cost":"1300","cost_type":"g","xp":"130","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"lanzapiedras","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"350","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"606","in_store":"0","name":"Viking","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"vikingo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"230","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"607","in_store":"0","name":"Axe Viking","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"vikingolanzahachas","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"250","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"608","in_store":"0","name":"Royal Swordsman","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria5","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"225","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"This Royal Swordsman will protect your Royal lands!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"609","in_store":"0","name":"Royal Archer","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquero5","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"200","velocity":"3","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Royal Archers don't like getting on horses, but they have deadly forces!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"610","in_store":"0","name":"Royal Knight","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballo5","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"300","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Put the Royal Knight as a leader of your Royal army!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"611","in_store":"0","name":"Royal Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"180","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"612","in_store":"0","name":"Anubis Avatar","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"613","in_store":"0","name":"Egyptian Warrior","type":"u","cost":"700","cost_type":"g","xp":"70","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio2","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"614","in_store":"0","name":"Camel Rider","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"camelloguerrero","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"330","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"615","in_store":"0","name":"Mummy","type":"u","cost":"5000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"momia","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"Fighting along with a Mummy can be kind of funny!","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"616","in_store":"0","name":"Scarab","type":"u","cost":"100","cost_type":"g","xp":"0","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"escarabajo","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"80","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"617","in_store":"0","name":"Tornado","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornado","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"618","in_store":"0","name":"King Arthur","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballorey","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"325","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"10","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Let King Arthur be the head of your troops!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"619","in_store":"0","name":"Atlantis Warrior","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroatlantis","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"200","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"620","in_store":"0","name":"Atlantis Archer","type":"u","cost":"900","cost_type":"g","xp":"70","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroatlantis","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"150","velocity":"4","attack_range":"6","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"621","in_store":"0","name":"Crab Knight","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"cangrejo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"250","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"It comes from the sea to fight! It must be a Crab Knight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"622","in_store":"0","name":"Seahorse","type":"u","cost":"1150","cost_type":"g","xp":"80","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballitoatlantis","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"225","velocity":"5","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Seahorse is a mighty soldier of the Marine Force!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"623","in_store":"0","name":"Neptune","type":"u","cost":"5000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"neptunoatlante","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"Neptune is the God of the seas! Will make the enemies get down on their knees!","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"624","in_store":"0","name":"Octopus","type":"u","cost":"100","cost_type":"g","xp":"0","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pulpo","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"80","velocity":"7","attack_range":"5","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"625","in_store":"0","name":"Hurricane","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornadoagua","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"120","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"626","in_store":"0","name":"Elf Warrior","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"220","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"627","in_store":"0","name":"Elf Archer","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfico","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"160","velocity":"4","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"628","in_store":"0","name":"Elf Druid","type":"u","cost":"1000","cost_type":"g","xp":"140","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"628_druida","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"190","velocity":"4","attack_range":"6","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"629","in_store":"0","name":"Elf Tiger","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tigreelfo","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"350","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"630","in_store":"0","name":"Summoned Golem","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss1","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"631","in_store":"0","name":"Summoned Yeti","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss2","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"632","in_store":"0","name":"Royal Elf","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"elfoblanco","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"275","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"633","in_store":"0","name":"Elf Royal Archer","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"633_arquero","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"180","velocity":"4","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"634","in_store":"0","name":"Elf Ballista","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"634_ballista","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"70","velocity":"3","attack_range":"11","attack_interval":"150","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"635","in_store":"0","name":"Ent","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"800","velocity":"5","attack_range":"3","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"4","achievement":"1","achievement_desc":"The Ent, the walking tree, is going to crush you like a nasty bug. Eww!","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"636","in_store":"0","name":"Ent Spirit","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"20","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"637","in_store":"0","name":"Rockdriller","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"1250","velocity":"12","attack_range":"15","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"638","in_store":"0","name":"Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"250","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"639","in_store":"0","name":"White Eagle","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"639_aguila","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"350","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"640","in_store":"0","name":"Rhino Rider","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"640_rinoceronte","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"Yes, it's possible to ride a rhino. The Rhino Rider can do it: he's a tough troll!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"641","in_store":"0","name":"Golden Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"641_golem","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"642","in_store":"0","name":"Black Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"642_yeti","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"643","in_store":"0","name":"Black Elephant","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"643_elefante","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"575","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"The Black Elephant will stomp on all your enemies... except mices.","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"644","in_store":"0","name":"Infernal Warrior","type":"u","cost":"1400","cost_type":"g","xp":"140","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"644_if_footman","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"645","in_store":"0","name":"Infernal Demon","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"365","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"646","in_store":"0","name":"Infernal Archer","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroinfernounidad","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"175","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"647","in_store":"0","name":"Infernal Knight","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infernomontado","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"648","in_store":"0","name":"Infernal Halberdier","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria_infernal5","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"370","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"649","in_store":"0","name":"Furious Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"649_dragonbigred","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The Furious Dragon is here and he isn't happy, he's FURIOUS!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"650","in_store":"0","name":"Balrog","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"650_juggernaut","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1750","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"651","in_store":"0","name":"Lightning Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"651_bluedraggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"The Lightning Draggy gives you cramps when you pet it!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"652","in_store":"0","name":"Red Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"652_magorojo","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The Red Wizard can control magic flames... and light your fireplace!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"653","in_store":"0","name":"Giant Viper","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"653_serpiente","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"1000","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The Giant Viper devours his victims without chewing. Bring the fruit salt!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"654","in_store":"0","name":"Demon Crusher","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"654_demoniogrande","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"900","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The most fearful demon. The Demon Crusher builds his muscles on Hell's gym!","units_limit":"4","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"655","in_store":"0","name":"Winged Paladin","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"655_paladin","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"425","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"What if a paladin and a pigeon had kids? Here's the Winged Paladin!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"657","in_store":"0","name":"Crimson Scale Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"657_dragonbigred","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1500","velocity":"6","attack_range":"8","attack_interval":"45","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"658","in_store":"0","name":"Draggy Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"250","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"659","in_store":"0","name":"Infernal Minion","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"150","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"660","in_store":"0","name":"Spartan Champion","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"660_leonidas","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"750","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"661","in_store":"0","name":"Barbarian","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"661_conan","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"775","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"662","in_store":"0","name":"Winged Knight","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"662_pegasus2","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"380","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"663","in_store":"0","name":"Spartan Swordsman","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"663_miniespartan","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"460","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"664","in_store":"0","name":"Stone Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"stonegolem","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"2500","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"665","in_store":"0","name":"Golden Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"641_golem","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"4000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"666","in_store":"0","name":"Yeti","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"yetipequeno","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"667","in_store":"0","name":"Black Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"642_yeti","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"5000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"668","in_store":"0","name":"Giant Viper","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"653_serpiente","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"5500","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"669","in_store":"0","name":"Evil Mummy","type":"u","cost":"10","cost_type":"c","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"momia","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"5500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"670","in_store":"0","name":"Evil Anubis","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"671","in_store":"0","name":"Furious Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"649_dragonbigred","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"6000","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"672","in_store":"0","name":"Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"673","in_store":"0","name":"Infernal Warrior","type":"u","cost":"1400","cost_type":"g","xp":"140","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"644_if_footman","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"674","in_store":"0","name":"Infernal Demon","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"365","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"675","in_store":"0","name":"Infernal Archer","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroinfernounidad","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"175","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"676","in_store":"0","name":"Infernal Knight","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infernomontado","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"677","in_store":"0","name":"Infernal Halberdier","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria_infernal5","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"370","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"678","in_store":"0","name":"Neptune","type":"u","cost":"8","cost_type":"c","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"neptunoatlante","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"8000","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"679","in_store":"0","name":"Crab Knight","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"cangrejo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"680","in_store":"0","name":"Seahorse","type":"u","cost":"1150","cost_type":"g","xp":"80","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballitoatlantis","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"400","velocity":"5","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"681","in_store":"0","name":"Corrupted Ent","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"8000","velocity":"5","attack_range":"3","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"682","in_store":"0","name":"Unleashed Balrog","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"650_juggernaut","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"10000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"683","in_store":"0","name":"Earth Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"683_mago","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"400","velocity":"3","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"Summon the forces of Earth with the Earth Wizard. He's an old hippy!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"684","in_store":"0","name":"Stormy Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"684_dragon","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1650","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"Beware of the Stormy Dragon and his electric shocks, you filthy trolls!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"685","in_store":"0","name":"Aztec Warrior","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroazteca","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"200","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"686","in_store":"0","name":"Infernal Kamikaze","type":"u","cost":"1700","cost_type":"g","xp":"170","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"686_kamikaze","elevation":"1","unit_capacity":"0","attack":"575","defense":"1","life":"300","velocity":"7","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"687","in_store":"0","name":"Rhino Rider","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"687_rhino","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"688","in_store":"0","name":"Atlantis Warrior","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroatlantis","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"350","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"689","in_store":"0","name":"Atlantis Archer","type":"u","cost":"6","cost_type":"c","xp":"70","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroatlantis","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"250","velocity":"4","attack_range":"6","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"690","in_store":"0","name":"Corrupted wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"683_mago","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"691","in_store":"0","name":"Corrupted wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"652_magorojo","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"692","in_store":"0","name":"Corrupted Wizard","type":"u","cost":"6","cost_type":"c","xp":"300","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"693","in_store":"0","name":"Corrupted Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"651_bluedraggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"694","in_store":"0","name":"Red Samurai","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"694_samurai","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"700","velocity":"7","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The way of the Samurai is full of death... and sushi!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"695","in_store":"0","name":"Sayan Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"695_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"The fearsome Saiyan Dragon spits energy beams... and dragon balls!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"696","in_store":"0","name":"Rockdriller","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"6000","velocity":"12","attack_range":"15","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"697","in_store":"0","name":"Sanddriller","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"gusanito","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"698","in_store":"0","name":"Green Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"698_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"699","in_store":"0","name":"Celestial Priest","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"699_warriorpriest","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"400","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"700","in_store":"0","name":"Gryphon Knight","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"700_grifo","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"475","velocity":"7","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"1","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"701","in_store":"0","name":"Celestial Soldier","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"701_angelsoldier","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"702","in_store":"0","name":"Celestial Mech","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"702_mechangel","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"500","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"703","in_store":"0","name":"Celestial Archer","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"703_angelarquero","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"190","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"704","in_store":"0","name":"Celestial Reaper","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"704_death","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"705","in_store":"0","name":"Celestial Lancer","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"705_lancer","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"706","in_store":"0","name":"White Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"706_mage","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"425","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The White Wizard is the awesomest wizard of all time. Period.","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"707","in_store":"0","name":"Scary Zombie","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"707_zombie","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1500","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The Scary Zombie wants to eat trolls brains! Yummie!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"708","in_store":"0","name":"Golden Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"708_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"709","in_store":"0","name":"Colossal Cobra","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"709_cobra","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"1200","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"710","in_store":"0","name":"Golden Draggie","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"710_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"711","in_store":"0","name":"Celestial Supreme","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"711_arcangel2","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"800","velocity":"6","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"712","in_store":"0","name":"Black Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"712_mago","elevation":"1","unit_capacity":"0","attack":"21","defense":"1","life":"450","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"713","in_store":"0","name":"T-Rex","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"713_trex","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1500","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"714","in_store":"0","name":"Two-Headed Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"714_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"715","in_store":"0","name":"Grim Reaper","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"715_muerte","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"650","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"716","in_store":"0","name":"Monster Mole","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"716_topo","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"1300","velocity":"5","attack_range":"2","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"717","in_store":"0","name":"King Kong","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"717_kong","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"718","in_store":"0","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"60","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"719","in_store":"0","name":"Black Ninja","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"719_ninja","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"400","velocity":"8","attack_range":"9","attack_interval":"15","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"720","in_store":"0","name":"Chock Nurris","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"720_chock","elevation":"1","unit_capacity":"0","attack":"999","defense":"1","life":"50000","velocity":"8","attack_range":"20","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"721","in_store":"0","name":"Amazon Warrior","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"721_amazon","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"600","velocity":"7","attack_range":"1","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"722","in_store":"0","name":"Fire T-Rex","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"722_trex","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"1600","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"723","in_store":"0","name":"Black Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"723_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1750","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"724","in_store":"0","name":"Avenging Paladin","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"724_arcangel","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1000","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"725","in_store":"0","name":"Black Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"725_draggy","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"450","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"726","in_store":"0","name":"Boss Dragon 2","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"726_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"727","in_store":"0","name":"Water Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"727_mago","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"475","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"728","in_store":"0","name":"Whirlpool","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornadoagua","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"80","velocity":"5","attack_range":"1","attack_interval":"90","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"729","in_store":"0","name":"Mr. Bones","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"410","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"730","in_store":"0","name":"Scarecrow","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"730_espanta","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"200","velocity":"4","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"731","in_store":"0","name":"Black Witch","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"731_bruja","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"220","velocity":"6","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"732","in_store":"0","name":"Frankenstein","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"732_frank","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"600","velocity":"4","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"733","in_store":"0","name":"Dracula","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"733_dracula","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"240","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"734","in_store":"0","name":"Ghost","type":"u","cost":"5","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"734_fantasma","elevation":"1","unit_capacity":"0","attack":"21","defense":"1","life":"450","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"735","in_store":"0","name":"Werewolf","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"735_lobo","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1100","velocity":"6","attack_range":"1","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"736","in_store":"0","name":"Epic 2-Head Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"736_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"737","in_store":"0","name":"T-Rex Knight","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"737_trex","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1650","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"738","in_store":"0","name":"Scary Zombie","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"707_zombie","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1500","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"739","in_store":"0","name":"Golden Dragon Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"739_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"5","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"740","in_store":"0","name":"Deadly Dragon Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"740_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"741","in_store":"0","name":"Snowy Kong","type":"u","cost":"7","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"741_kong","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1600","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"742","in_store":"0","name":"Tiger Spider","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"742_spider","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"1200","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"743","in_store":"0","name":"Krazy Kamikaze","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kamikaze","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"350","velocity":"7","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"744","in_store":"0","name":"The Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"744_phoenix","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"745","in_store":"0","name":"Godzilla","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"745_godzilla","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1600","velocity":"6","attack_range":"5","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"746","in_store":"0","name":"Pumpkin Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"746_monster","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"45","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"747","in_store":"0","name":"Evil Pumpkin Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"746_monster","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"1","potion":"45","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"748","in_store":"0","name":"Cyclops","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"748_ciclope","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1500","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"749","in_store":"0","name":"Medusa","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"749_medusa","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"550","velocity":"6","attack_range":"9","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"750","in_store":"0","name":"Icarus","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"750_icaro","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"375","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"751","in_store":"0","name":"Hermes","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"751_hermes","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"150","velocity":"9","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"752","in_store":"0","name":"Minotaur","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"752_minotauro","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"750","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"753","in_store":"0","name":"Scorpion","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"753_escorpion","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"754","in_store":"0","name":"Cerberus","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"754_cancerbero","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"800","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"755","in_store":"0","name":"Pyros Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"755_titanpyros","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"5","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"756","in_store":"0","name":"Centaur","type":"u","cost":"2700","cost_type":"g","xp":"270","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"756_centauro","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"850","velocity":"6","attack_range":"5","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"757","in_store":"0","name":"Lythos Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"757_titanlythos","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"758","in_store":"0","name":"Infernal Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"758_infernaldragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"759","in_store":"0","name":"Valkyr","type":"u","cost":"1900","cost_type":"g","xp":"190","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"759_valkyr","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"325","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"760","in_store":"0","name":"Hermes Swordsman","type":"u","cost":"1700","cost_type":"g","xp":"170","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"760_hermes2","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"761","in_store":"0","name":"Hermes Spearman","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"761_hermes3","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"762","in_store":"0","name":"Stratos Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"762_titanstratos","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"763","in_store":"0","name":"Lythos Minion","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"757_titanlythos","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"175","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"764","in_store":"0","name":"Rodas Colossus","type":"u","cost":"7500","cost_type":"g","xp":"700","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"764_rodas","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"1000","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"765","in_store":"0","name":"Hades","type":"u","cost":"8000","cost_type":"g","xp":"700","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"765_hades","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1600","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"766","in_store":"0","name":"Heavy Dragon","type":"u","cost":"10","cost_type":"c","xp":"700","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"766_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1850","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"767","in_store":"0","name":"Advanced Catapult","type":"u","cost":"800","cost_type":"g","xp":"700","groups":"siege","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"767_lanzapiedras","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"100","velocity":"4","attack_range":"18","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"768","in_store":"0","name":"Heavy Draggy","type":"u","cost":"6","cost_type":"c","xp":"700","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"768_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"769","in_store":"0","name":"Dark Punky Draggy","type":"u","cost":"6","cost_type":"c","xp":"700","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"769_punky_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"770","in_store":"0","name":"Giant Mamooth","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"770_mamut","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"771","in_store":"0","name":"Antimatter Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"771_antimatter_wizard","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"500","velocity":"5","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"772","in_store":"0","name":"Hidros Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"772_titanhidros","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"773","in_store":"0","name":"Poseidon","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"773_god_poseidon","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"774","in_store":"0","name":"Aquiles","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"774_aquiles","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"775","in_store":"0","name":"Blue Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"775_blue_phoenix","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1750","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"776","in_store":"0","name":"Atomic Godzilla","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"776_nuclear_godzilla","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"777","in_store":"0","name":"Crystal Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"777_crystal_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"778","in_store":"0","name":"God Zeus","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"778_god_zeus","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"779","in_store":"0","name":"Ulises","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"779_ulises","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"780","in_store":"0","name":"Harpy","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"780_harpy","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"1000","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"781","in_store":"0","name":"Vulcano","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"781_hefesto","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"782","in_store":"0","name":"Spiky Spider","type":"u","cost":"7","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"782_spiky_spider","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1500","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"783","in_store":"0","name":"Little Spiky Spider","type":"u","cost":"3","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"782_spiky_spider","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"175","velocity":"8","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"784","in_store":"0","name":"Horned Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"784_horned_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"785","in_store":"0","name":"Furious Bull Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"785_bull_png","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"786","in_store":"0","name":"Manticora","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"786_manticora","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"787","in_store":"0","name":"Chimera","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"787_chimera","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"788","in_store":"0","name":"Ares","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"788_ares","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"789","in_store":"0","name":"Hercules","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"789_hercules","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1000","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"790","in_store":"0","name":"Crystal Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"790_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"791","in_store":"0","name":"Albino Werewolf","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"791_werewolf","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"792","in_store":"0","name":"Giant Cyclops","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"792_cyclops","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"793","in_store":"0","name":"Angelical Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"793_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"794","in_store":"0","name":"Necro Paladin","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"794_necropaladin","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1200","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"6","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"795","in_store":"0","name":"Necro Warrior","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"795_necrowarrior","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"760","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"796","in_store":"0","name":"Sun Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"796_wizard","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"550","velocity":"6","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"797","in_store":"1","name":"Axe Skeleton","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"797_axe_skeleton","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"240","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"798","in_store":"0","name":"Rubies Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"798_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"799","in_store":"0","name":"Necro Horseman","type":"u","cost":"2700","cost_type":"g","xp":"270","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"799_necro_horseman","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"700","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"800","in_store":"0","name":"Necro Gollum","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"800_necro_gollum","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"801","in_store":"0","name":"Necro Harvester","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"801_necro_harvester","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1100","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"802","in_store":"0","name":"Necro Fork Soldier","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"802_necro_fork_soldier","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"190","velocity":"8","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"803","in_store":"0","name":"Necro Multi-arms","type":"u","cost":"4000","cost_type":"g","xp":"400","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"803_necro_multi_arms","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"804","in_store":"0","name":"Necro Executioner","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"804_necro_executioner","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"805","in_store":"0","name":"Necro Shark Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"805_necro_shark_monster","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"806","in_store":"0","name":"Necro King","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"806_necro_king","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"807","in_store":"0","name":"Necro Abomination","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"807_necro_abomination","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"808","in_store":"0","name":"Sword Skeleton","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"808_sword_skeleton","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"809","in_store":"0","name":"Necro Archer","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"809_necro_archer","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"210","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"810","in_store":"0","name":"Necro Priest","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"810_necro_priest","elevation":"1","unit_capacity":"0","attack":"39","defense":"1","life":"950","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"811","in_store":"0","name":"Necro Winged Warrior","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"811_necro_winged_warrior","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"750","velocity":"7","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"812","in_store":"0","name":"Necro Gryphon Knight","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"812_necro_gryphon_knight","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"813","in_store":"0","name":"Rubies Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"813_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"814","in_store":"0","name":"Celestial Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"814_celestial_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"815","in_store":"0","name":"Necro Dark Lord","type":"u","cost":"6300","cost_type":"g","xp":"630","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"815_necro_big_sword","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"816","in_store":"0","name":"Necro Worm","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"816_necro_worm","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"817","in_store":"0","name":"Necro Rhino","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"817_necro_rhino","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1600","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"6","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"818","in_store":"0","name":"Skeleton Archer","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"818_skeleton_archer","elevation":"1","unit_capacity":"0","attack":"17","defense":"1","life":"220","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"819","in_store":"0","name":"Snake Charmer","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"819_snakes_charmer","elevation":"1","unit_capacity":"0","attack":"17","defense":"1","life":"220","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"820","in_store":"0","name":"Death Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"820_necro_draggy","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"821","in_store":"0","name":"Necro Ghost","type":"u","cost":"4000","cost_type":"g","xp":"400","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"821_necro_ghost","elevation":"1","unit_capacity":"0","attack":"41","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"822","in_store":"0","name":"Dragon Rider I","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"822_dragon_rider1","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"823","in_store":"0","name":"Dragon Rider II","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"823_dragon_rider2","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"650","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"824","in_store":"0","name":"Dragon Rider III","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"824_dragon_rider3","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"825","in_store":"0","name":"Necro Doublesword","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"825_necro_doublesword","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"425","velocity":"6","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"826","in_store":"0","name":"Death Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"826_necro_dragon_2","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"827","in_store":"0","name":"Evil Scorpion","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"827_necro_scorpion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"828","in_store":"0","name":"Furious Zeus","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"828_god_zeus","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1850","velocity":"5","attack_range":"9","attack_interval":"30","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"829","in_store":"0","name":"Punisher Knight","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"829_punisher_knight","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"830","in_store":"0","name":"Spectrum Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"830_dragon_king","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"831","in_store":"0","name":"Mad Balrog","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"831_balrog","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1750","velocity":"6","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"832","in_store":"0","name":"Furious Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"832_dragonbigred_jinete","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"833","in_store":"0","name":"Stormy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"833_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"1750","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"834","in_store":"0","name":"Sayan Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"834_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"835","in_store":"0","name":"Golden Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"835_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"1900","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"836","in_store":"0","name":"Two-Headed Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"836_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"837","in_store":"0","name":"Black Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"837_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"64","defense":"1","life":"1850","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"838","in_store":"0","name":"Epic 2-Head Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"838_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"68","defense":"1","life":"1950","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"839","in_store":"0","name":"Infernal Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"839_infernaldragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"840","in_store":"0","name":"Heavy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"840_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"841","in_store":"0","name":"Crystal Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"841_crystal_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2050","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"842","in_store":"0","name":"Furious Bull Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"842_furious_bull_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"843","in_store":"0","name":"Angelical Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"843_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"69","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"844","in_store":"0","name":"Rubies Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"844_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"845","in_store":"0","name":"Death Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"845_necro_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"2200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"846","in_store":"0","name":"Green Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"846_bahamut","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"847","in_store":"0","name":"Vulcano Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"847_vulcano_dragon","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"848","in_store":"0","name":"Giant Bat","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"848_giant_bat","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2100","velocity":"6","attack_range":"4","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"849","in_store":"0","name":"Vulcano Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"849_vulcano_draggy","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"475","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"850","in_store":"0","name":"Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"850_bahamut_draggy","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"851","in_store":"0","name":"Vulcano Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"851_vulcano_jinete","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"2300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"852","in_store":"0","name":"Green Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"852_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"83","defense":"1","life":"2400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"853","in_store":"0","name":"Red Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"853_bahamut","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"854","in_store":"0","name":"Red Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"854_bahamuty","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"855","in_store":"0","name":"Red Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"855_bahamut_jinete2","elevation":"1","unit_capacity":"0","attack":"85","defense":"1","life":"2450","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"856","in_store":"0","name":"Green Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"856_green_phoenix","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"7","attack_range":"10","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"857","in_store":"0","name":"Troll Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerotroll","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"75","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"858","in_store":"0","name":"Boar Rider","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"859","in_store":"0","name":"Brute Knight","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol2","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"860","in_store":"0","name":"Ramses II","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"860_ramses","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"861","in_store":"0","name":"Sphinx","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"861_esfinge","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"862","in_store":"0","name":"Electric Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"862_bahamut","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"2300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"863","in_store":"0","name":"Guardian Swordsman","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"863_brute_sworsdman","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"400","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"864","in_store":"0","name":"Electric Bahamut Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"864_bahamut_rider","elevation":"1","unit_capacity":"0","attack":"87","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"865","in_store":"0","name":"Guardian Archer","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"865_archer","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"200","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"866","in_store":"0","name":"Isis Healer","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"healer","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"866_healer","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"170","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"867","in_store":"0","name":"Horus Herald","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"867_horus","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"900","velocity":"7","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"868","in_store":"0","name":"Electric Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"868_bahamuty","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"869","in_store":"0","name":"Horus Gryphon","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"869_gryphon","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1600","velocity":"7","attack_range":"8","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"870","in_store":"0","name":"Guardian Axe","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"870_axe","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"250","velocity":"7","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"871","in_store":"0","name":"Cobra Rider","type":"u","cost":"5800","cost_type":"g","xp":"580","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"871_cobra","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"872","in_store":"0","name":"Dragon Hunter","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"872_dragon_hunter1","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1400","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"873","in_store":"0","name":"Dragon Hunter II","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"873_dragon_hunter2","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"874","in_store":"0","name":"Dragon Hunter III","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"874_dragon_hunter3","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"875","in_store":"0","name":"Golden Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"875_bahamut","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"2400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"876","in_store":"0","name":"Golden Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"876_bahamuty","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"525","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"877","in_store":"0","name":"Golden Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"877_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"90","defense":"1","life":"2600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"878","in_store":"0","name":"Mini Anubis","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"878_anubis","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"879","in_store":"0","name":"Anubis God","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"879_big_anubis","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1700","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"880","in_store":"0","name":"Turkish Swordsman","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"880_tk_sword","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"881","in_store":"0","name":"Turkish Axeman","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"881_tk_axe","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"882","in_store":"0","name":"Turkish Archer","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"882_tk_archer","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"500","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"883","in_store":"0","name":"Limit Wizard","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"91","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"883_limit_adder","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1500","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"884","in_store":"0","name":"Tuthankamon","type":"u","cost":"6200","cost_type":"g","xp":"620","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"884_tutankamon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"885","in_store":"0","name":"Turkish Horseman","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"885_tk_horseman","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1500","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"886","in_store":"0","name":"Megahealing Angel","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"886_angelical_super_healer","elevation":"1","unit_capacity":"0","attack":"200","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"130","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Now your army can be healed during a battle!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"887","in_store":"0","name":"Orc Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"887_orc_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"888","in_store":"0","name":"Pharaoh Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"888_egyptian_dragon","elevation":"1","unit_capacity":"0","attack":"67","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"889","in_store":"0","name":"Pharaoh Bahamut Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"889_egyptian_dragon_rider","elevation":"1","unit_capacity":"0","attack":"92","defense":"1","life":"2700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"890","in_store":"0","name":"Pharaoh Draggy","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"890_egyptian_draggy","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"550","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"891","in_store":"0","name":"Black Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"891_bahamut","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"892","in_store":"0","name":"Black Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"892_bahamuty","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"575","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"893","in_store":"0","name":"Black Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"893_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"95","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"894","in_store":"0","name":"Monster Hunter","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"894_monster_hunter1","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"895","in_store":"0","name":"Evil Orc Dragon","type":"u","cost":"10","cost_type":"g","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"887_orc_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"1","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"896","in_store":"0","name":"Chameleon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"896_chamaleon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"897","in_store":"0","name":"Scarab Rider","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"897_scarab_rider","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"898","in_store":"0","name":"Scarab Minion","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"898_scarab_minion","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"899","in_store":"0","name":"Super Chameleon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"896_chamaleon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"900","in_store":"0","name":"Palmera2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"palmera2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"901","in_store":"0","name":"Palmera4","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"palmera4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"902","in_store":"0","name":"Palmera8","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"8","height":"8","max_frame":"2","giftable":"0","img_name":"palmera8","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"903","in_store":"0","name":"Oasis","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"oasis","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"904","in_store":"0","name":"Cactus","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cactus1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"905","in_store":"0","name":"Cactus","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cactus2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"906","in_store":"0","name":"Mask","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"mascaraTutankamon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"907","in_store":"0","name":"Pile of skulls","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"calaveraDesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"908","in_store":"0","name":"Skeleton","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esqueletoDesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"909","in_store":"0","name":"Skeleton","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esqueletoRoca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"910","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramide1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"911","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"piramide2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"912","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piramide3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"913","in_store":"0","name":"Column","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"columna","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"914","in_store":"0","name":"ArbolNevado2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pinosnevados2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"915","in_store":"0","name":"ArbolNevado4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"pinosnevados4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"916","in_store":"0","name":"ArbolNevado8","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"8","height":"8","max_frame":"2","giftable":"0","img_name":"pinosnevados8x8","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"917","in_store":"0","name":"Lago2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"lake2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"918","in_store":"0","name":"Lago4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"lake4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"919","in_store":"0","name":"Mamut","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"920","in_store":"0","name":"Monticulo","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"icemontain4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"921","in_store":"0","name":"IslaVegetacion3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islavegetacion3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"922","in_store":"0","name":"IslaVegetacion2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islavegetacion2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"923","in_store":"0","name":"IslaRoca2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaroca2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"924","in_store":"0","name":"IslaGrande","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"12","height":"12","max_frame":"2","giftable":"0","img_name":"islagrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"925","in_store":"0","name":"IslaCalavera","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"926","in_store":"0","name":"IslaMineral2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islamineral2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"927","in_store":"0","name":"IslaMineral2b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islamineral2x2b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"928","in_store":"0","name":"IslaMineral3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islamineral3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"929","in_store":"0","name":"IslaMineral4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamineral4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"930","in_store":"0","name":"IslaSelvaGrande","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"12","height":"12","max_frame":"2","giftable":"0","img_name":"islaselvagrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"931","in_store":"0","name":"IslaSelva2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"932","in_store":"0","name":"IslaSelva3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islaselva3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"933","in_store":"0","name":"IslaSelva4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaselva4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"934","in_store":"0","name":"IslaSelva2b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"935","in_store":"0","name":"Islitas2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islitas2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"936","in_store":"0","name":"IslaSelva2c","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2c","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"937","in_store":"0","name":"Islitas4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"938","in_store":"0","name":"Islitas4b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"939","in_store":"0","name":"Islitas4c","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4c","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"940","in_store":"0","name":"IslaPinguino","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islapinguino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"941","in_store":"0","name":"PlacasHielo","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"placashielo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"942","in_store":"0","name":"IslaHielo2x2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islahielo2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"943","in_store":"0","name":"IslaHielo4x4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islahielo4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"944","in_store":"0","name":"Whirlpool","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"remolino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"945","in_store":"0","name":"RocaCalavera","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"rocacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"946","in_store":"0","name":"RocaMinerales2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"rocaminerales2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"947","in_store":"0","name":"RocaMinerales3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"rocaminerales3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"948","in_store":"0","name":"RocaMinerales3b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"rocaminerales3b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"949","in_store":"0","name":"RocaMinerales4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rocaminerales4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1000","in_store":"0","name":"Expandable Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terreno","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1001","in_store":"0","name":"Desierto Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenodesierto","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1002","in_store":"0","name":"Ice Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenohielo","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1003","in_store":"0","name":"Sea","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenomar2","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1004","in_store":"0","name":"Mineral Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenomineral","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1005","in_store":"0","name":"Selva Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenoselva","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1006","in_store":"0","name":"Cloud Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenonubes","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1200","in_store":"0","name":"Deep Hole","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1200_agujero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1201","in_store":"0","name":"Rock Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1201_estatua","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1202","in_store":"0","name":"Big Nest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1202_nidogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1203","in_store":"0","name":"Small Nest","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1203_nido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1204","in_store":"0","name":"Captive Cleopatra","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1204_cleopatra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1205","in_store":"0","name":"Atlantis Decoration","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"peceraatlante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1206","in_store":"0","name":"Treasure","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"treasure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1207","in_store":"0","name":"Infernal Field","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1208","in_store":"0","name":"Tree","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1209","in_store":"0","name":"Portal to Hell","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1209_portal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1210","in_store":"0","name":"Portal to Hell","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1210_miniportal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1211","in_store":"0","name":"Kamikaze Center","type":"b","cost":"24","cost_type":"c","xp":"160","groups":"","trains":"686","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"341","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1211_fabricakamikaze","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1212","in_store":"0","name":"Rhino Stables","type":"b","cost":"28","cost_type":"c","xp":"3","groups":"","trains":"687","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1212_casarhino","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1213","in_store":"0","name":"Orb of Power","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1213_boladepoder","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1214","in_store":"0","name":"Maya Fire","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"65","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"fuegoMaya","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"14","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1215","in_store":"0","name":"Celestial Shrine","type":"b","cost":"22","cost_type":"c","xp":"3","groups":"","trains":"699","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1215_priesthouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1216","in_store":"0","name":"Celestial Archery","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"703","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1216_angelbarracks2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1217","in_store":"0","name":"Celestial Barracks","type":"b","cost":"12500","cost_type":"g","xp":"300","groups":"","trains":"701","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1217_soldierbarrack2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1218","in_store":"0","name":"Celestial Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1218_angelwall2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1219","in_store":"0","name":"Celestial Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1219_angeltower","elevation":"4","unit_capacity":"0","attack":"28","defense":"1","life":"2600","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1220","in_store":"0","name":"Celestial Field","type":"b","cost":"1500","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1220_angelfarm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1221","in_store":"0","name":"Celestial House","type":"b","cost":"2500","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1221_angelcasa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1222","in_store":"0","name":"Mecha Barrack","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"702","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1222_mechabarrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1223","in_store":"0","name":"Gryphon Barracks","type":"b","cost":"30","cost_type":"c","xp":"350","groups":"","trains":"700","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1223_barracagrifo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1224","in_store":"0","name":"Reaper Barracks","type":"b","cost":"24","cost_type":"c","xp":"3","groups":"","trains":"704","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1224_barracadeath","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1225","in_store":"0","name":"Lancer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"400","groups":"","trains":"705","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1225_barracalancer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1226","in_store":"0","name":"Celestial Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1226_angelmolino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1227","in_store":"0","name":"Celestial Garden","type":"b","cost":"7","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1227_angelgarden","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1228","in_store":"0","name":"Celestial Cloud","type":"b","cost":"8000","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aldeanosnube","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1229","in_store":"0","name":"Celestial Statue","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"estatuanube","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1230","in_store":"1","name":"Legendary Castle","type":"b","cost":"80000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"35","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1230_castillo","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"10000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1231","in_store":"1","name":"Magnificent Castle","type":"b","cost":"40000","cost_type":"g","xp":"400","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"20","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1231_castillo","elevation":"4","unit_capacity":"0","attack":"18","defense":"1","life":"3500","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1232","in_store":"0","name":"Supreme Barracks","type":"b","cost":"32","cost_type":"c","xp":"400","groups":"","trains":"711","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1225_barracalancer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"6000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1233","in_store":"1","name":"Dragon Breeding Nest","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"20","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1233_criadero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1234","in_store":"1","name":"Diamond Castle","type":"b","cost":"450","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"25","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1234_castillo","elevation":"4","unit_capacity":"0","attack":"35","defense":"1","life":"20000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1235","in_store":"0","name":"Avenging Paladin Barracks","type":"b","cost":"36","cost_type":"c","xp":"600","groups":"","trains":"724","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1235_barracarcangel","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"6000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1236","in_store":"0","name":"Halloween Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1236_molino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1237","in_store":"0","name":"Halloween Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1237_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1238","in_store":"0","name":"Halloween Tower","type":"b","cost":"7","cost_type":"c","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1238_tower","elevation":"4","unit_capacity":"0","attack":"24","defense":"1","life":"2200","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1239","in_store":"0","name":"Halloween Farm","type":"b","cost":"2500","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1239_farm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1240","in_store":"0","name":"Halloween House","type":"b","cost":"3500","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1240_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1241","in_store":"0","name":"Mr. Bones Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"729","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1241_barracaesqueleto","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1242","in_store":"0","name":"Scarecrow Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"730","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1242_barracaespanta","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1243","in_store":"0","name":"Black Witch Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"731","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1243_barracabruja","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1244","in_store":"0","name":"Frankenstein Barracks","type":"b","cost":"22","cost_type":"c","xp":"300","groups":"","trains":"732","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1244_barracafrank","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1245","in_store":"0","name":"Werewolf Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"735","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1245_barracalobo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1246","in_store":"0","name":"Ghost Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"734","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1246_barracafantasma","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1247","in_store":"0","name":"Zombie Barracks","type":"b","cost":"19000","cost_type":"g","xp":"300","groups":"","trains":"738","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1247_barracazombie","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1248","in_store":"0","name":"Ghost","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1248_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1249","in_store":"0","name":"Cauldron","type":"b","cost":"7","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1249_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1250","in_store":"0","name":"Dracula Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"733","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1250_barracadracula","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1251","in_store":"0","name":"Halloween SuperTower","type":"b","cost":"15","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1251_tower","elevation":"4","unit_capacity":"0","attack":"35","defense":"1","life":"3500","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1252","in_store":"0","name":"Haunted House","type":"b","cost":"6000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1252_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1253","in_store":"0","name":"Relic","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"814","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1253_relic","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1254","in_store":"0","name":"Phoenix Egg","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"311","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1254_eggphoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1255","in_store":"1","name":"Monsters Nest","type":"b","cost":"6000","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"30","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1255_monsternest","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1256","in_store":"0","name":"Mythological Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1256_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1257","in_store":"0","name":"Mythological Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1257_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1258","in_store":"0","name":"Mythological Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1258_tower","elevation":"4","unit_capacity":"0","attack":"29","defense":"1","life":"2700","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1259","in_store":"0","name":"Mythological Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1259_farm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1260","in_store":"0","name":"Mythological House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1260_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1261","in_store":"0","name":"Icarus Barracks","type":"b","cost":"13500","cost_type":"g","xp":"300","groups":"","trains":"750","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1261_barrack_icaro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1262","in_store":"0","name":"Hermes Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"751","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1262_barrack_hermes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1263","in_store":"0","name":"Minotaur Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"752","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1263_barrack_minotauro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1264","in_store":"0","name":"Scorpion Barracks","type":"b","cost":"23","cost_type":"c","xp":"300","groups":"","trains":"753","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1264_barrack_escorpion","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1265","in_store":"0","name":"Cerberus Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"754","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1265_barrack_cancerbero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1266","in_store":"0","name":"Cyclops Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"748","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1266_barrack_ciclope","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1267","in_store":"0","name":"Medusa Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"749","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1267_barrack_medusa","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1268","in_store":"0","name":"Pyros Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"755","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1268_barrack_pyros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1269","in_store":"0","name":"Hercules Statue","type":"b","cost":"5","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1269_deco_hercules","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1270","in_store":"0","name":"Unicorn Statue","type":"b","cost":"7","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1270_deco_unicorn","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1271","in_store":"0","name":"Ancient Ruins","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1271_deco_3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1272","in_store":"0","name":"Myth Statue","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1272_deco_4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1273","in_store":"0","name":"Lythos Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"757","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1273_barrack_lythos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1274","in_store":"0","name":"Valkyr Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"759","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1274_barrack_valkyr","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1275","in_store":"0","name":"Hermes Swordman Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"760","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1275_barrack_hermes2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1276","in_store":"0","name":"Hermes Spearman Barracks","type":"b","cost":"16500","cost_type":"g","xp":"300","groups":"","trains":"761","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1276_barrack_hermes3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1277","in_store":"0","name":"Centaur Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"756","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1277_barrack_centaur","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1278","in_store":"0","name":"Rodhes Colossus Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"764","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1278_barrack_rodas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1279","in_store":"0","name":"Zeus Barrack","type":"b","cost":"15500","cost_type":"g","xp":"300","groups":"","trains":"779","upgrades_to":"0","display_order":"-10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1279_zeus_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1280","in_store":"0","name":"Poseidon Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"773","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1280_poseidon_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1281","in_store":"0","name":"Aquiles Barracks","type":"b","cost":"22","cost_type":"c","xp":"300","groups":"","trains":"774","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1281_aquiles_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1282","in_store":"0","name":"Phoenix Blue Egg","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1282_eggbluephoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1283","in_store":"1","name":"Survival arena","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"20","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1283_survival_arena","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1284","in_store":"1","name":"Unit Warehouse","type":"b","cost":"20","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"18","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"1284_unit_warehouse","elevation":"4","unit_capacity":"50","attack":"0","defense":"1","life":"7000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1286","in_store":"0","name":"Hades Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"765","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1286_hades_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1287","in_store":"0","name":"Chained Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1287_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1288","in_store":"0","name":"Chained Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1288_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1289","in_store":"0","name":"Chained Blue F\u00e9nix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1289_chained_blue_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1290","in_store":"0","name":"Ulises Barracks","type":"b","cost":"15000","cost_type":"g","xp":"50","groups":"","trains":"779","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1290_ulises_barrack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1291","in_store":"0","name":"Harpy Barracks","type":"b","cost":"26","cost_type":"c","xp":"50","groups":"","trains":"780","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1291_harpy_barrack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1292","in_store":"0","name":"Stratos Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"762","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1292_barrack_stratos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1293","in_store":"1","name":"Advanced Catapult Workshop","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"767","upgrades_to":"0","display_order":"-540","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1293_stonethrower_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1294","in_store":"0","name":"Chained Vulcano","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1294_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1295","in_store":"0","name":"Chained Furious Bull Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1295_chained_bull","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1296","in_store":"0","name":"Chained Manticora","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1296_chained_manticora","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1297","in_store":"0","name":"Chained Ares","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1297_chained_ares","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1298","in_store":"0","name":"Chained Quimera","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1298_chained_quimera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1299","in_store":"0","name":"Cash Wonder","type":"b","cost":"50","cost_type":"c","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"86400","expiration":"0","collect":"1","collect_type":"c","collect_xp":"1","category_id":"12","subcategory_id":"121","subcat_functional":"139","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1299_cash_wonder","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1300","in_store":"0","name":"Morocco Dealer","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1300_morocco_dealer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1301","in_store":"0","name":"Hercules Barracks","type":"b","cost":"29","cost_type":"c","xp":"300","groups":"","trains":"789","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1301_barrack_hercules","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1302","in_store":"0","name":"Pyros Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"755","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1302_barrack_pyros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1303","in_store":"0","name":"Hydros Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"772","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1303_barrack_hydros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1304","in_store":"0","name":"Coliseum Stands","type":"b","cost":"0","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"20","height":"20","max_frame":"8","giftable":"0","img_name":"1304_gradas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1305","in_store":"0","name":"Sword Skeleton Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"808","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1305_sword_skeleton_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1306","in_store":"0","name":"Necro Archer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"809","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1306_necro_archer_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1307","in_store":"0","name":"Necro Warrior Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"795","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1307_necro_warrior_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1308","in_store":"0","name":"Beholder Eye","type":"b","cost":"7500","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1308_necro_deco_1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1309","in_store":"0","name":"Necro Priest Castle","type":"b","cost":"35","cost_type":"c","xp":"300","groups":"","trains":"810","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"231","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1309_necro_priest_castle","elevation":"4","unit_capacity":"0","attack":"32","defense":"1","life":"12000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1310","in_store":"0","name":"Winged Warrior Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"811","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1310_winged_warrior_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1311","in_store":"0","name":"Necro Paladin Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"794","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1311_necro_paladin_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1312","in_store":"0","name":"Dark Lord Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"815","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1312_necro_big_sword_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1313","in_store":"0","name":"Green Emerald","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1313_necro_deco_2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1314","in_store":"0","name":"Draco Fountain","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1314_necro_deco_3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1315","in_store":"0","name":"Necro Deco 4","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1315_necro_deco_4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1316","in_store":"0","name":"Necro Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1316_necro_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1317","in_store":"0","name":"Necro Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1317_necro_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1318","in_store":"0","name":"Necro Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1318_necro_tower","elevation":"4","unit_capacity":"0","attack":"30","defense":"1","life":"2800","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1319","in_store":"0","name":"Necro Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1319_necro_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1320","in_store":"0","name":"Necro House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1320_necro_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1321","in_store":"0","name":"Axe Skeleton Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"797","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1321_axe_skeleton_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1322","in_store":"0","name":"Necro Horseman Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"799","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1322_necro_horseman_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1323","in_store":"0","name":"Necro Fork Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"802","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1323_necro_fork_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1324","in_store":"0","name":"Necro Gollum Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"800","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1324_necro_gollum_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1325","in_store":"0","name":"Necro Harvester Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"801","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1325_necro_harvester_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1326","in_store":"0","name":"Necro Multiarms Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"803","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1326_necro_multiarms_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1327","in_store":"0","name":"Necro Executioner Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"804","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1327_necro_executioner_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1328","in_store":"0","name":"Necro Shark Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"805","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1328_necro_shark_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1329","in_store":"0","name":"Necro King Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"806","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1329_necro_king_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1330","in_store":"0","name":"Necro Gryphon Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1330_necro_gryphon_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1331","in_store":"0","name":"Necro Abomination Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1331_necro_abomination_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1332","in_store":"0","name":"Necro Worm Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1332_necro_worm_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1333","in_store":"0","name":"Chained Cyclops","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1333_chained_cyclops","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1334","in_store":"0","name":"Chained Rubies","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1334_chained_rubies","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1335","in_store":"0","name":"Chained Angelical Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1335_chained_celestial","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1336","in_store":"0","name":"Chained Necro Paladin","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1336_chained_necropaladin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1337","in_store":"0","name":"Chained Necro Worm","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1337_chained_necroworm","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1338","in_store":"0","name":"Chained Dark Lord","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1338_chained_darklord","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1339","in_store":"0","name":"Chained Necro King","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1339_chained_necroking","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1340","in_store":"0","name":"Chained Necro Gryphon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1340_chained_gryphon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1341","in_store":"0","name":"Chained Necro Abomination","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1341_chained_abomination","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1342","in_store":"0","name":"Necro Rhino Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"817","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1342_necro_rhino_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1343","in_store":"0","name":"Skeleton Archer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"818","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1343_skeleton_archer_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1344","in_store":"0","name":"Social Wars","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1344_social_wars","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1345","in_store":"1","name":"Rider Academy","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1345_dragonrider_training","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1346","in_store":"1","name":"Dragon Riding","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-750","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1346_dragon_taming","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1347","in_store":"0","name":"Necro Doublesword Barracks","type":"b","cost":"16500","cost_type":"g","xp":"300","groups":"","trains":"825","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1347_necro_doublesword_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1348","in_store":"0","name":"Necro Ghost Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"821","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1348_necro_ghost_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1349","in_store":"0","name":"Chained Necro Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1349_chained_necro_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1350","in_store":"0","name":"Chained Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1350_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1351","in_store":"0","name":"Chained Spectrum Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1351_chained_spectrum","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1352","in_store":"0","name":"Chained Vulcano Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1352_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1353","in_store":"0","name":"Chained Mad Balrog","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1353_chained_balrog","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1354","in_store":"0","name":"Chained Green Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1354_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1355","in_store":"0","name":"Chained Red Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1355_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1356","in_store":"0","name":"Chained Green Phoenix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1356_chained_green_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1357","in_store":"0","name":"Dome Protection descartado","type":"b","cost":"100000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-570","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1357_protection_dome","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"5","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1358","in_store":"1","name":"Protection Dome","type":"b","cost":"50000","cost_type":"g","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1358_protection_dome","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"10","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1359","in_store":"1","name":"Tower Enhancer","type":"b","cost":"30","cost_type":"c","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"47","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1359_tower_enhancer_dome_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"10","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1360","in_store":"1","name":"Sky Tower II","type":"b","cost":"15","cost_type":"c","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"50","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1360_tower","elevation":"4","unit_capacity":"0","attack":"40","defense":"1","life":"3000","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1361","in_store":"1","name":"Sky Tower","type":"b","cost":"10000","cost_type":"s","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"40","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1361_tower","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2900","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1362","in_store":"0","name":"Guardian Swordman Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"863","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1362_barracks_swordman","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1363","in_store":"0","name":"Guardian Archer Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"865","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1363_barracks_archer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1364","in_store":"0","name":"Isis Healer Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"866","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1364_barracks_healer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1365","in_store":"0","name":"Horus Herald Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"867","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1365_barracks_horus","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1366","in_store":"0","name":"Ramses II Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"860","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1366_barracks_ramses","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1367","in_store":"0","name":"Sphinx Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"861","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1367_barracks_sphinx","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1368","in_store":"0","name":"Sarcophagus","type":"b","cost":"6000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1368_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1369","in_store":"0","name":"Isis Statue","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1369_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1370","in_store":"0","name":"Keops Pyramid","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1370_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1371","in_store":"0","name":"Abu Simbel Statue","type":"b","cost":"7","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1371_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1372","in_store":"0","name":"Pharaohs Gold Mine","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1372_mine","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1373","in_store":"0","name":"Pharaohs Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1373_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1374","in_store":"0","name":"Pharaohs Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1374_tower","elevation":"4","unit_capacity":"0","attack":"32","defense":"1","life":"2850","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1375","in_store":"0","name":"Pharaohs Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1375_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1376","in_store":"0","name":"Pharaohs House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1376_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1377","in_store":"0","name":"Chained Electric Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1377_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1378","in_store":"0","name":"Chained Golden Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1378_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1379","in_store":"0","name":"Guardian Axe Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"870","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1379_barracks_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1380","in_store":"0","name":"Horus Gryphon Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"869","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1380_barracks_gryphon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1381","in_store":"0","name":"Cobra Rider Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"871","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1381_barracks_cobra","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1382","in_store":"0","name":"Anubis God Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"879","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1382_barracks_anubis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1383","in_store":"0","name":"Tutankamon Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"884","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1383_barracks_tutankamon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1384","in_store":"0","name":"Celestial Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1385","in_store":"0","name":"Mythological Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1386","in_store":"0","name":"Necro Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1387","in_store":"0","name":"Dragons Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1388","in_store":"0","name":"Monsters Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1389","in_store":"0","name":"Chained Dragon Hunter","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1389_chained_hunter","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1390","in_store":"0","name":"Chained Monster Hunter","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1390_chained_hunter","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1391","in_store":"0","name":"Chained Egyptian Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1391_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1392","in_store":"0","name":"Chained Black Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1392_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1393","in_store":"0","name":"Chained Dragon Hunter II","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1393_chained_hunter2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1394","in_store":"1","name":"Supreme Dragon Temple","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-5250","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1394_temple_invocation_bahamut_supreme","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1395","in_store":"0","name":"Chained Chameleon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1395_chained_chameleon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1396","in_store":"0","name":"Scarab Rider Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"897","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1396_barracks_scarab","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1397","in_store":"0","name":"Elf Swordman Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2005","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1397_barracks_swordman","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1398","in_store":"0","name":"Elf Archer Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2006","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1398_barracks_archer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1399","in_store":"0","name":"Elf Priest Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"2007","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1399_barracks_healer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1400","in_store":"0","name":"Elf Knight Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"2009","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1400_barracks_knight","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1401","in_store":"0","name":"Elf Reptile Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2008","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1401_barracks_raptor","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1402","in_store":"0","name":"Elf Fountain","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1402_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1403","in_store":"0","name":"Emerald Sculpture","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1403_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1404","in_store":"0","name":"Reptile Knight Statue","type":"b","cost":"7000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1404_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1405","in_store":"0","name":"Imperial Elf Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1405_mine","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1406","in_store":"0","name":"Imperial Elf Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1406_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1407","in_store":"0","name":"Imperial Elf Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1407_tower","elevation":"4","unit_capacity":"0","attack":"33","defense":"1","life":"2900","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1408","in_store":"0","name":"Imperial Elf Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1408_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1409","in_store":"0","name":"Imperial Elf House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1409_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1410","in_store":"0","name":"Bahamut Heart","type":"b","cost":"0","cost_type":"c","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"1611","subcat_functional":"1611","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1410_bahamut_heart","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1411","in_store":"0","name":"Chained Megahealing Angel","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1411_chained_angelical","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1412","in_store":"0","name":"Chained Paladin Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1412_chained_paladin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1413","in_store":"0","name":"Chained Red Phoenix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1413_chained_red_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1414","in_store":"0","name":"Elf Axe Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"2010","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1414_barracks_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1415","in_store":"0","name":"Elf Gryphon Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2011","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1415_barracks_gryphon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1416","in_store":"0","name":"Elf Catapult Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2012","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1416_barracks_catapult","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1417","in_store":"0","name":"Chained Dynasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1417_chained_snake_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1418","in_store":"0","name":"Chained Balrogs","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1418_chained_balrogs","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1419","in_store":"0","name":"Chained Electric Dinasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1419_chained_snake_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1420","in_store":"0","name":"Red Bull Rider Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2019","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1420_barracks_bull_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1421","in_store":"0","name":"Silver Paladin Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2020","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1421_barracks_silver_paladin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1422","in_store":"0","name":"Chained Red Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1422_chained_fire_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1423","in_store":"0","name":"Chained Frostfire Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1423_chained_frostfire_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1424","in_store":"0","name":"Elven Crossbow Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2021","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1424_barracks_elf_crossbow","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1425","in_store":"0","name":"Elven Eagle Rider Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2022","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1425_barracks_elf_eagle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1426","in_store":"0","name":"Dragon Killer Fortress","type":"b","cost":"1000","cost_type":"c","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-8000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"1711","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1426_castle_dragon","elevation":"4","unit_capacity":"0","attack":"400","defense":"1","life":"17000","velocity":"0","attack_range":"15","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1427","in_store":"0","name":"Upgrade1","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"upgrade1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1428","in_store":"0","name":"Upgrade2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"upgrade2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1429","in_store":"0","name":"Upgrade3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"upgrade3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1430","in_store":"0","name":"Upgrade4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"upgrade4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1431","in_store":"0","name":"Chained Golden Bahamut Raider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1431_chained_golden_bahamut_raider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1432","in_store":"0","name":"Chained Jade Dinasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1432_chained_jade_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1433","in_store":"0","name":"Crusher Orc Barrack","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2027","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1433_barracks_crusher_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1434","in_store":"0","name":"Archer Orc Barrack","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2028","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1434_barracks_archer_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1435","in_store":"0","name":"Boar Axe Rider Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2029","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1435_barracks_boar_axe_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1436","in_store":"0","name":"Orc Spear Warrior Barrack","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2030","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1436_barracks_orc_spear_warrior","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1437","in_store":"0","name":"Spider Orc Rider Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2031","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1437_barracks_spider_orc_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1438","in_store":"0","name":"Skullz Big Amulet","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1438_deco1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1439","in_store":"0","name":"Dark Orks Banner","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1439_deco2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1440","in_store":"0","name":"Dark Orc Deco 3 Cash","type":"b","cost":"7000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1440_deco3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1441","in_store":"0","name":"Dark Orc Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1441_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1442","in_store":"0","name":"Dark Orc Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1442_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1443","in_store":"0","name":"Dark Orc Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1443_tower","elevation":"4","unit_capacity":"0","attack":"34","defense":"1","life":"2950","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1444","in_store":"0","name":"Dark Orc Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1444_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1445","in_store":"0","name":"Dark Orc House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1445_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1446","in_store":"0","name":"Chained Black Dragon Rider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1446_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1447","in_store":"0","name":"Chained Limit Wizard","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1447_chained_wizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1448","in_store":"0","name":"Chained Chest","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1448_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1449","in_store":"0","name":"Chained Mythological Chest 2","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1449_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1450","in_store":"0","name":"Chained Colossal Cobra","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1450_chained_cobra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1451","in_store":"0","name":"Chained Burning Tiger","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1451_chained_tiger","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1452","in_store":"0","name":"Chained Ramses II","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1452_chained_ramses","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1453","in_store":"0","name":"Chained Rainbow Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1453_chained_rainbow","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1454","in_store":"0","name":"Golden Paladin Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2036","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1454_barracks_golden_paladin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1455","in_store":"0","name":"Chained Double Cash Offer","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1455_chained_double_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1456","in_store":"1","name":"Dragons Statue","type":"b","cost":"250000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"-6500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1456_dragon_statue","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1457","in_store":"1","name":"Vulcano","type":"b","cost":"250000","cost_type":"s","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"-6600","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1457_vulcano","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1458","in_store":"0","name":"Banyan Tree","type":"b","cost":"7000","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1458_banyan_tree","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1459","in_store":"0","name":"Chained Dragon Hunters","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1459_chained_hunters","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1460","in_store":"0","name":"Chained Furious Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1460_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1461","in_store":"0","name":"Chained Titan Lithos","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1461_chained_lithos","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1462","in_store":"0","name":"Chained Solar Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1462_chained_sun","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1463","in_store":"0","name":"Time Machine","type":"b","cost":"300000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-6700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"139","min_level":"55","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1463_time_machine","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1464","in_store":"0","name":"Chained Rockdriller","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1464_chained_rockdriller","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1465","in_store":"0","name":"Chained Vulcano","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1465_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1466","in_store":"0","name":"Chained 2-Head Holydeath Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1466_chained_dual","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1467","in_store":"0","name":"Chained Dark Chest","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1467_chained_dark","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1468","in_store":"0","name":"Chained Tiger Spider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1468_chained_tiger_spider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1469","in_store":"0","name":"Chained Punisher Knight","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1469_chained_punisher_knight","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1470","in_store":"0","name":"Chained Draggy","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1470_chained_draggy_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1471","in_store":"0","name":"Chained Metal T-Rex","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1471_chained_metal_trex","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1472","in_store":"0","name":"Chained Soul Eater","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1472_chained_soul_eater","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1473","in_store":"0","name":"Chained Galaxy Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1473_chained_galaxy_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1474","in_store":"0","name":"TNT Orc Barrack","type":"b","cost":"34","cost_type":"c","xp":"300","groups":"","trains":"2046","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1474_barracks_kamikaze_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1475","in_store":"0","name":"Big Basher Orc Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2047","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1475_barracks_hammer_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1476","in_store":"0","name":"Chained Attack Booster Wizard","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1476_chained_attack_wizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1477","in_store":"0","name":"Chained Epic 2-Headed Dragon Rider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1477_chained_epic_rider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1478","in_store":"0","name":"Level Up Statue","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1478_levelup_statue","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1479","in_store":"0","name":"Chained Level Up Statue","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1479_chained_levelup","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1480","in_store":"0","name":"Chained Stratos","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1480_chained_stratos","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1481","in_store":"0","name":"Chained 75% Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1481_chained_75bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1482","in_store":"0","name":"Priest Orc Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2054","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1482_barrack_priest_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1483","in_store":"0","name":"Black Lizard Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2056","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1483_barrack_monster_orc_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1484","in_store":"0","name":"Dual Axe Orc Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2061","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1484_barrack_dual_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1485","in_store":"0","name":"Wyvern Rider Barracks","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2062","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1483_barrack_spectrum","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1486","in_store":"0","name":"Boomerang Orc Barracks","type":"b","cost":"34","cost_type":"c","xp":"300","groups":"","trains":"2068","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1486_barrack_boomerang","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1487","in_store":"0","name":"Grove","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arboles_2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1488","in_store":"0","name":"Forest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arboles_3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1489","in_store":"0","name":"Pharaohs Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1490","in_store":"0","name":"Elven Empire","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1491","in_store":"0","name":"Orc Battering Ram Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2074","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1491_battering_ram_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1492","in_store":"1","name":"Barrack Sword Gladiator","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2105","upgrades_to":"0","display_order":"-3700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1492_barracks_sword_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1493","in_store":"1","name":"Barrack Spearman Gladiator","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2106","upgrades_to":"0","display_order":"-3800","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1493_barracks_spartan_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1494","in_store":"1","name":"Barrack Knight Gladiator","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2107","upgrades_to":"0","display_order":"-4000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1494_barracks_rider_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1495","in_store":"1","name":"Barrack Demolisher Gladiator","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2108","upgrades_to":"0","display_order":"-3900","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1495_barracks_demolisher","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1496","in_store":"1","name":"Barrack Lizard Gladiator","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2109","upgrades_to":"0","display_order":"-4300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1496_barracks_monster_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1497","in_store":"1","name":"Gladiator Bust Deco","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-1500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1497_deco1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1498","in_store":"1","name":"Golden Gladiator Statue","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-1400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1498_deco2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1499","in_store":"1","name":"Gladiator Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-1800","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1499_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1500","in_store":"1","name":"Gladiator Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"-1900","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1500_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1501","in_store":"1","name":"Gladiator Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"-2000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1501_tower","elevation":"4","unit_capacity":"0","attack":"34","defense":"1","life":"2950","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1502","in_store":"1","name":"Gladiator Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"-1600","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1502_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1503","in_store":"1","name":"Gladiator House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"-1700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1503_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1504","in_store":"0","name":"Antimatter Golem Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2111","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1504_barracks_antimatter_golem","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1505","in_store":"0","name":"Evil Demon Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2112","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1505_barracks_evil_demon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1506","in_store":"0","name":"God Isle 1","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1507","in_store":"0","name":"God Isle 2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1508","in_store":"1","name":"Mace Gladiator Barrack","type":"b","cost":"25000","cost_type":"g","xp":"300","groups":"","trains":"2116","upgrades_to":"0","display_order":"-3825","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1508_axeman_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1509","in_store":"1","name":"Priest Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2117","upgrades_to":"0","display_order":"-4200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1509_priest_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1510","in_store":"0","name":"Death Warrior Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2120","upgrades_to":"0","display_order":"-4100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1510_death_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1511","in_store":"1","name":"God Isle 3","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1512","in_store":"1","name":"Lion Soul Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2125","upgrades_to":"0","display_order":"-4600","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1512_big_glad_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1513","in_store":"1","name":"Bull Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2126","upgrades_to":"0","display_order":"-4500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1513_bull_glad_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1514","in_store":"1","name":"Burning Tiger Barrack","type":"b","cost":"42","cost_type":"c","xp":"300","groups":"","trains":"2035","upgrades_to":"0","display_order":"-4400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1514_burning_tiger_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1515","in_store":"1","name":"T-Rex Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2139","upgrades_to":"0","display_order":"-4700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1515_trex_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1516","in_store":"1","name":"4-Weapons Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2135","upgrades_to":"0","display_order":"-4800","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1516_4weap_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1517","in_store":"1","name":"Centaur Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2136","upgrades_to":"0","display_order":"-4900","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1517_centaur_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1518","in_store":"1","name":"Blade Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2143","upgrades_to":"0","display_order":"-5100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1518_bigwarrior_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1519","in_store":"1","name":"Minotaur Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2144","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1519_minotaur_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1520","in_store":"1","name":"Devil Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2150","upgrades_to":"0","display_order":"-5300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1520_devil_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1521","in_store":"1","name":"Chariot Gladiator Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2151","upgrades_to":"0","display_order":"-5200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1521_chariot_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1522","in_store":"1","name":"Caesar Gladiator Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2157","upgrades_to":"0","display_order":"-5400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1522_cesar_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1523","in_store":"0","name":"Dwarf Axe Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2150","upgrades_to":"0","display_order":"-5300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1523_dwarfAxe_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1524","in_store":"0","name":"Dwarf Priest Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2151","upgrades_to":"0","display_order":"-5200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1524_dwarfPriest_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1525","in_store":"0","name":"Dwarven Catapult","type":"b","cost":"48","cost_type":"c","xp":"300","groups":"","trains":"2157","upgrades_to":"0","display_order":"-5200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1525_dwarvenCatapult_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1526","in_store":"1","name":"Punisher Knight Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"829","upgrades_to":"0","display_order":"-5500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1526_punisherKnight_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1527","in_store":"0","name":"Dragon City","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1527_dragonCity_cross","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2000","in_store":"0","name":"Paladin Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2000_bahamut","elevation":"1","unit_capacity":"0","attack":"72","defense":"1","life":"2700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2001","in_store":"0","name":"Paladin Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2001_bahamuty","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"600","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2002","in_store":"0","name":"Paladin Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2002_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"97","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2003","in_store":"0","name":"Supreme Bahamut Dragon","type":"u","cost":"200","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2003_bahamut_supreme","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"10000","velocity":"6","attack_range":"15","attack_interval":"35","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"20","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2004","in_store":"0","name":"Supreme Bahamut Draggy","type":"u","cost":"20","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2004_bahamuty_supreme","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"1","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2005","in_store":"0","name":"Imperial Elf Sword","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2005_elf_sword","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2006","in_store":"0","name":"Imperial Elf Archer","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2006_elf_archer","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"225","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2007","in_store":"0","name":"Elf Priest","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2007_elf_priest","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"1300","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2008","in_store":"0","name":"Reptile Knight","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2008_elf_raptor","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1400","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2009","in_store":"0","name":"Imperial Elf Knight","type":"u","cost":"5200","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2009_elf_knight","elevation":"1","unit_capacity":"0","attack":"39","defense":"1","life":"1200","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2010","in_store":"0","name":"Imperial Elf Axe","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2010_elf_axe","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"1400","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2011","in_store":"0","name":"Imperial Elf Gryphon","type":"u","cost":"6800","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2011_elf_gryphon","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2012","in_store":"0","name":"Imperial Elf Catapult","type":"u","cost":"4000","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2012_elf_catapult","elevation":"1","unit_capacity":"0","attack":"130","defense":"1","life":"300","velocity":"4","attack_range":"15","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2013","in_store":"0","name":"Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2013_snake_dragon","elevation":"1","unit_capacity":"0","attack":"74","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2014","in_store":"0","name":"Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2014_snake_draggy","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2015","in_store":"0","name":"Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2015_snake_rider","elevation":"1","unit_capacity":"0","attack":"99","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2016","in_store":"0","name":"Electric Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2016_snake_dragon","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2017","in_store":"0","name":"Electric Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2017_snake_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2018","in_store":"0","name":"Electric Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2018_snake_rider","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2019","in_store":"0","name":"Red Bull Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2019_elf_bull_rider","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2020","in_store":"0","name":"Silver Paladin","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2020_elf_silver_paladin","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1700","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2021","in_store":"0","name":"Elven Crossbow","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2021_elf_crossbow","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"600","velocity":"4","attack_range":"13","attack_interval":"110","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2022","in_store":"0","name":"Elven Eagle Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2022_elf_eagle","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2023","in_store":"0","name":"2-Head Frostfire Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2023_frostfire_bahamut","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2024","in_store":"0","name":"Frostfire Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2024_frost_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2025","in_store":"0","name":"Fire Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2025_fire_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2026","in_store":"0","name":"2-Head Frostfire Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2026_frostfire_bahamut_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2027","in_store":"0","name":"Crusher Orc","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2027_crusher_orc","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"450","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2028","in_store":"0","name":"Archer Orc","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2028_archer_orc","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"250","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2029","in_store":"0","name":"Boar Axe Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2029_boar_axe_rider","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1350","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2030","in_store":"0","name":"Orc Spear Warrior","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2030_orc_spear_warrior","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1200","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2031","in_store":"0","name":"Spider Orc Rider","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2031_spider_orc_rider","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1850","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2032","in_store":"0","name":"Jade Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2032_jade_dragon","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2033","in_store":"0","name":"Jade Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2033_jade_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2034","in_store":"0","name":"Jade Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2034_jade_dragon_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2035","in_store":"0","name":"Burning Tiger","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2035_burning_tiger","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2036","in_store":"0","name":"Golden Paladin","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2036_golden_paladin","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2037","in_store":"0","name":"Rainbow Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2037_rainbow_dragon","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2038","in_store":"0","name":"Rainbow Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2038_rainbow_dragon_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2039","in_store":"0","name":"Solar Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2039_sun_dragon","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2040","in_store":"0","name":"Solar Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2040_sun_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2041","in_store":"0","name":"Solar Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2041_sun_dragon_rider","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2042","in_store":"0","name":"Vulcano Golem","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2042_vulcano_golem","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"2100","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2043","in_store":"0","name":"2-Head Holydeath Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2043_dual_dragon","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2044","in_store":"0","name":"2-Head Holydeath Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2044_dual_draggy","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2045","in_store":"0","name":"2-Head Holydeath Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2045_dual_dragon_rider","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2046","in_store":"0","name":"TNT Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2046_orc_kamikaze","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"800","velocity":"5","attack_range":"11","attack_interval":"60","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"12","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2047","in_store":"0","name":"Big Basher Orc","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2047_hammer_orc","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2048","in_store":"0","name":"Galaxy Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2048_galaxy_dragon","elevation":"1","unit_capacity":"0","attack":"78","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2049","in_store":"0","name":"Galaxy Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2049_galaxy_draggy","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2050","in_store":"0","name":"Galaxy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2050_galaxy_dragon_rider","elevation":"1","unit_capacity":"0","attack":"103","defense":"1","life":"3300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2051","in_store":"0","name":"Chuck Norris Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2051_chuck_dragon","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2052","in_store":"0","name":"Attack Booster Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2052_attack_wizard","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2053","in_store":"0","name":"Metal T-Rex","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2053_metal_trex","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2100","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2054","in_store":"0","name":"Priest Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2054_priest_orc","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1300","velocity":"4","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2055","in_store":"0","name":"Soul Eater","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2055_soul_eater","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2056","in_store":"0","name":"Black Lizard Rider","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2056_monster_orc","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2057","in_store":"0","name":"3-Head Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2057_3h_dragon","elevation":"1","unit_capacity":"0","attack":"79","defense":"1","life":"3150","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2058","in_store":"0","name":"3-Head Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2058_3h_dragon_rider","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"3350","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2059","in_store":"0","name":"Sword Lion Warrior","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2059_sword_lion","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2150","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2060","in_store":"0","name":"Brutal Slasher","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2060_slasher_orc","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2061","in_store":"0","name":"Dual Axe Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2061_dual_swords","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1500","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2062","in_store":"0","name":"Wyvern Rider","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2062_spectrum_orc","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2063","in_store":"0","name":"Star Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2063_star_dragon","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2064","in_store":"0","name":"Star Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2064_star_draggy","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2065","in_store":"0","name":"Star Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2065_star_dragon_rider","elevation":"1","unit_capacity":"0","attack":"105","defense":"1","life":"3400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2066","in_store":"0","name":"2-Head Orc","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2066_twohead_orc","elevation":"1","unit_capacity":"0","attack":"59","defense":"1","life":"2200","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2067","in_store":"0","name":"Invisible Killer","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2067_invisible_killer","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"1800","velocity":"8","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2068","in_store":"0","name":"Boomerang Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2068_boomerang_orc","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2069","in_store":"0","name":"Golden Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2069_golden_dragon","elevation":"1","unit_capacity":"0","attack":"81","defense":"1","life":"3250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2070","in_store":"0","name":"Golden Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2070_golden_draggy","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2071","in_store":"0","name":"Golden Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2071_golden_dragon_rider","elevation":"1","unit_capacity":"0","attack":"106","defense":"1","life":"3450","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2072","in_store":"0","name":"Evil Demon","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2072_evil_demon","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2073","in_store":"0","name":"Death Warrior","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2073_death_warrior","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"2300","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2074","in_store":"0","name":"Orc Battering Ram","type":"u","cost":"14000","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2074_battering_ram","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"5000","velocity":"4","attack_range":"2","attack_interval":"80","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"15","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2075","in_store":"0","name":"Elemental Fire God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2075_elemental_red_god","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2076","in_store":"0","name":"Vulcano Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2076_vulcano_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2077","in_store":"0","name":"Elemental Fire Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2077_fire_colossus","elevation":"1","unit_capacity":"0","attack":"94","defense":"1","life":"3500","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2078","in_store":"0","name":"Elemental Forest Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2078_forest_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2079","in_store":"0","name":"Elemental Forest God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2079_elemental_forest_god","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3900","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2080","in_store":"0","name":"Elemental Forest Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2080_forest_colossus","elevation":"1","unit_capacity":"0","attack":"92","defense":"1","life":"3600","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2081","in_store":"0","name":"Fire Soul Eater","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2081_fire_soul_eater","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2200","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2082","in_store":"0","name":"Elemental Forest Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2082_forest_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"2","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2083","in_store":"0","name":"Evil Crows Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2083_evil_crow_whirlwinds","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2084","in_store":"0","name":"Elemental Water Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2084_water_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2085","in_store":"0","name":"Elemental Water God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2085_elemental_water_god","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"4100","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2086","in_store":"0","name":"Elemental Water Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2086_water_colossus","elevation":"1","unit_capacity":"0","attack":"96","defense":"1","life":"3400","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2087","in_store":"0","name":"Luring Warrior","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2087_big_lure","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2088","in_store":"0","name":"Infraworld Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2088_infra_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2089","in_store":"0","name":"Elemental Soul God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2089_elemental_infra_god","elevation":"1","unit_capacity":"0","attack":"108","defense":"1","life":"4250","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2090","in_store":"0","name":"Elemental Soul Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2090_infra_colossus","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"3800","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2091","in_store":"0","name":"Elemental Soul Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2091_infra_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2092","in_store":"0","name":"Elemental Light Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2092_heaven_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2093","in_store":"0","name":"Elemental Light God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"92","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2093_elemental_heaven_god","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"3800","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2094","in_store":"0","name":"Elemental Light Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"92","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2094_heaven_colossus","elevation":"1","unit_capacity":"0","attack":"95","defense":"1","life":"3450","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2095","in_store":"0","name":"Heaven Colossus Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2095_heaven_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2096","in_store":"0","name":"Elemental Water Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2084_water_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2097","in_store":"0","name":"Black Phoenix","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2097_black_phoenix","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2098","in_store":"0","name":"Antimatter Golem","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2098_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2099","in_store":"0","name":"Medieval Golden Slayer","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2099_medieval_slayer","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"3000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2100","in_store":"0","name":"Reptile Warrior","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2100_reptile_warrior","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2101","in_store":"0","name":"Medieval Ether Messiah","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2101_medieval_messiah","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2800","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2102","in_store":"0","name":"Medieval Samurai","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2102_medieval_samurai2","elevation":"1","unit_capacity":"0","attack":"78","defense":"1","life":"2600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2103","in_store":"0","name":"Slayer Minion","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2103_slayer_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"400","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2104","in_store":"0","name":"Tornado Heaven","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2104_tornado_heaven","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"400","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2105","in_store":"0","name":"Sword Gladiator","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2105_sword_glad","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"450","velocity":"5","attack_range":"2","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2106","in_store":"0","name":"Spearman Gladiator","type":"u","cost":"3200","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2106_spartan_glad","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"300","velocity":"6","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2107","in_store":"0","name":"Knight Gladiator","type":"u","cost":"6800","cost_type":"g","xp":"680","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2107_rider_glad","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2108","in_store":"0","name":"Demolisher Gladiator","type":"u","cost":"6800","cost_type":"g","xp":"680","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2108_demolisher","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2109","in_store":"0","name":"Lizard Gladiator","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2109_monster_glad","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2110","in_store":"0","name":"Souls Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2110_souls_whirlwinds","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2111","in_store":"0","name":"Antimatter Golem","type":"u","cost":"16000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2098_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2112","in_store":"0","name":"Evil Demon","type":"u","cost":"15000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2072_evil_demon","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2113","in_store":"0","name":"Dark Evil God","type":"u","cost":"15","cost_type":"c","xp":"100","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2113_evil_god","elevation":"1","unit_capacity":"0","attack":"110","defense":"1","life":"4500","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2114","in_store":"0","name":"Atlas Titan","type":"u","cost":"9","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2114_atlas_titan","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2115","in_store":"0","name":"Dark Evil God Minion","type":"u","cost":"6","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2115_evil_god_minion","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"600","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2116","in_store":"0","name":"Mace Gladiator","type":"u","cost":"3600","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2116_axeman_glad","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2117","in_store":"0","name":"Priest Gladiator","type":"u","cost":"6000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2117_priest_glad","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1400","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"12","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2118","in_store":"0","name":"Priest Gladiator Pet","type":"u","cost":"5","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2118_priest_minion_glad","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"450","velocity":"9","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2119","in_store":"0","name":"Dark Evil God","type":"u","cost":"15","cost_type":"c","xp":"100","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2113_evil_god","elevation":"1","unit_capacity":"0","attack":"110","defense":"1","life":"50000","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2120","in_store":"0","name":"Death Warrior","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2073_death_warrior","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"2300","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2121","in_store":"0","name":"Sky Bahamut Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2121_sky_bahamut","elevation":"1","unit_capacity":"0","attack":"108","defense":"1","life":"4000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2122","in_store":"0","name":"Sky Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2122_sky_draggy","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2123","in_store":"0","name":"Sky Bahamut Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2123_sky_dragon_rider","elevation":"1","unit_capacity":"0","attack":"133","defense":"1","life":"4250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2124","in_store":"0","name":"Sky Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2124_sky_whirlwind","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2125","in_store":"0","name":"Lion Soul Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2125_big_glad","elevation":"1","unit_capacity":"0","attack":"54","defense":"1","life":"2000","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2126","in_store":"0","name":"Bull Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2126_bull_glad","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2200","velocity":"8","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2127","in_store":"0","name":"Queen Beast","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2127_mother","elevation":"1","unit_capacity":"0","attack":"66","defense":"1","life":"2600","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2128","in_store":"0","name":"Queen Beast Spawn","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2128_mother_son","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"1500","velocity":"9","attack_range":"2","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2129","in_store":"0","name":"Hell Abyss Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2129_hell_dragon","elevation":"1","unit_capacity":"0","attack":"112","defense":"1","life":"4600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2130","in_store":"0","name":"Hell Abyss Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2130_hell_draggy","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2131","in_store":"0","name":"Hell Abyss Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2131_hell_rider","elevation":"1","unit_capacity":"0","attack":"137","defense":"1","life":"4850","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2132","in_store":"0","name":"3-Head Primal Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2132_3head_dragon","elevation":"1","unit_capacity":"0","attack":"114","defense":"1","life":"4700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2133","in_store":"0","name":"3-Head Primal Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2133_3head_draggy","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2134","in_store":"0","name":"3-Head Primal Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2134_3head_rider","elevation":"1","unit_capacity":"0","attack":"139","defense":"1","life":"4950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2135","in_store":"0","name":"4-Weapons Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2135_4weap_glad","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2136","in_store":"0","name":"Centaur Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2136_centaur_glad","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"11","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2137","in_store":"0","name":"Swamp Monster","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2137_swamp_monster","elevation":"1","unit_capacity":"0","attack":"69","defense":"1","life":"2800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2138","in_store":"0","name":"Predator Lizard","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2138_blacklizard","elevation":"1","unit_capacity":"0","attack":"68","defense":"1","life":"2700","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2139","in_store":"0","name":"T-Rex","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"713_trex","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1500","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2140","in_store":"0","name":"Green Extreme Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2140_4wings_dragon","elevation":"1","unit_capacity":"0","attack":"115","defense":"1","life":"4800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2141","in_store":"0","name":"Green Extreme Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2141_4wings_draggy","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2142","in_store":"0","name":"Green Extreme Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2142_4wings_rider","elevation":"1","unit_capacity":"0","attack":"140","defense":"1","life":"5050","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2143","in_store":"0","name":"Blade Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2143_bigwarrior_glad","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2144","in_store":"0","name":"Minotaur Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2144_minotaur_glad","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2145","in_store":"0","name":"Ice Golem","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2145_ice_golem","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2146","in_store":"0","name":"Swamp Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2146_swamp_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"500","velocity":"8","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2147","in_store":"0","name":"Whirlwind Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2147_whirlwind_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"11","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2148","in_store":"0","name":"Genesis Earth God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2148_earth_god","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"5200","velocity":"7","attack_range":"4","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2149","in_store":"0","name":"Genesis Earth God Minion","type":"u","cost":"6","cost_type":"g","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2149_earth_minion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2150","in_store":"0","name":"Devil Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2150_devil_glad","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1800","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2151","in_store":"0","name":"Chariot Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2151_chariot_glad","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"2200","velocity":"10","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2152","in_store":"0","name":"Genesis Earth Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2152_earth_colossus","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"4600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2153","in_store":"0","name":"Tiny Fire God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2153_tiny_fire","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2154","in_store":"0","name":"Sand Storm Whirlwind","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2154_sand_whirl","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"11","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2155","in_store":"0","name":"Tiny Water God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2155_tiny_water","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"4100","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2156","in_store":"0","name":"Genesis Wind God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2156_wind_god","elevation":"1","unit_capacity":"0","attack":"118","defense":"1","life":"5300","velocity":"7","attack_range":"11","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2157","in_store":"0","name":"Caesar Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2157_cesar_glad","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2158","in_store":"0","name":"Caesar Gladiator Minion","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2158_cesar_glad_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2159","in_store":"0","name":"Genesis Wind Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2159_wind_minion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2160","in_store":"0","name":"Genesis Shadow God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2160_genesisShadowGod","elevation":"1","unit_capacity":"0","attack":"124","defense":"1","life":"5000","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2161","in_store":"0","name":"Genesis Shadow Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2161_genesisShadowMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2162","in_store":"0","name":"Genesis Wind Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2162_genesisWindColossus","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"4600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2163","in_store":"0","name":"Dwarf Axe","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2163_dwarfAxe","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2164","in_store":"0","name":"Dwarf Priest","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2164_dwarfPriest","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2165","in_store":"0","name":"Dwarven Catapult","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2165_dwarvenCatapult","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2166","in_store":"0","name":"Tiny Light God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2166_tinyLightGod","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2167","in_store":"0","name":"Genesis Ice God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2167_genesisIceGod","elevation":"1","unit_capacity":"0","attack":"122","defense":"1","life":"5100","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2168","in_store":"0","name":"Genesis Ice Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2168_genesisICeMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3001","in_store":"0","name":"Chained 30% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3001_chained_30","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3002","in_store":"0","name":"Chained Soul Eater","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3002_chained_soul_eater","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3003","in_store":"0","name":"Chained 3-Head Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3003_chained_3h_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3004","in_store":"0","name":"Chained 60% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3004_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3005","in_store":"0","name":"Chained 100% Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3005_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3006","in_store":"0","name":"Chained Monster Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3006_chained_monster_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3007","in_store":"0","name":"Chained King Kong","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3007_chained_kong","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3008","in_store":"0","name":"Chained Sword Lion","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3008_chained_sword_lion","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3009","in_store":"0","name":"Chained Brutal Slasher","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3009_chained_slasher_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3010","in_store":"0","name":"Chained Star Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3010_chained_star_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3011","in_store":"0","name":"Chained 35% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3011_chained_35_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3012","in_store":"0","name":"Chained Atomic Godzilla","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3012_chained_atomic_godzilla","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3013","in_store":"0","name":"Chained 100% Egyptian Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3013_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3014","in_store":"0","name":"Chained Imperial Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3014_chained_imperial_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3015","in_store":"0","name":"Chained 2 Headed Orc","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3015_chained_twohead_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3016","in_store":"0","name":"Chained Invisible","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"3016_chained_invisible","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3017","in_store":"0","name":"Chained Golden Dynasty Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3017_chained_golden_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3018","in_store":"0","name":"Chained 50% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3018_chained_50_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3019","in_store":"0","name":"Chained 2 Headed Orc","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3019_chained_twohead_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3020","in_store":"0","name":"Chained Evil Demon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3020_chained_evil_demon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3021","in_store":"0","name":"Chained Black Magic Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3021_chained_new","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3022","in_store":"0","name":"Chained Death Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3022_chained_death_warrior","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3023","in_store":"0","name":"Chained 90 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3023_chained_90","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3024","in_store":"0","name":"Chained 100 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3024_chained_100","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3025","in_store":"0","name":"Chained Elemental Fire God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3025_chained_red_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3026","in_store":"0","name":"Chained Super Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3026_chained_super_pack_v3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3027","in_store":"0","name":"Chained Fire Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3027_chained_fire_colossus_2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3028","in_store":"0","name":"Chained Forest God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3028_chained_forest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3029","in_store":"0","name":"Chained Evil Demon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3029_chained_evil","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3030","in_store":"0","name":"Chained Forest Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3030_chained_forest_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3031","in_store":"0","name":"Chained Fire Soul Eater","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3031_chained_fire_soul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3032","in_store":"0","name":"Chained Creatures Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3032_chained_creatures","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3033","in_store":"0","name":"Chained Titans Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3033_chained_titans","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3034","in_store":"0","name":"Chained Luring Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3034_chained_lure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3035","in_store":"0","name":"Chained Elemental Water God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3035_chained_water_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3036","in_store":"0","name":"Chained Water Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3036_chained_water_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3037","in_store":"0","name":"Chained Elemental Soul God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3037_chained_infra_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3038","in_store":"0","name":"Chained Soul Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3038_chained_infra_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3039","in_store":"0","name":"Chained Elemental Light God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3039_chained_heaven_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3040","in_store":"0","name":"Chained Light Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3040_chained_heaven_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3041","in_store":"0","name":"Chained 60 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3041_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3042","in_store":"0","name":"Chained Reptile Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3042_chained_reptile_warrior","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3043","in_store":"0","name":"Chained Antimatter Golem","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3043_chained_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3044","in_store":"0","name":"Chained Black Phoenix","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3044_chained_black_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3045","in_store":"0","name":"Chained Battering Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3045_chained_battering_pack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3046","in_store":"0","name":"Chained Medieval Golden Slayer","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3046_chained_medieval_slayer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3047","in_store":"0","name":"Chained Medieval Ether Messiah","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3047_chained_medieval_messiah","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3048","in_store":"0","name":"Chained Medieval Samurai","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3048_chained_medieval_samurai","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3049","in_store":"0","name":"Chained Half Price Party Weekend","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3049_half_weekend","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3050","in_store":"0","name":"Chained 99% Bonus Revolution","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3050_99_bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3051","in_store":"0","name":"Chained Battle Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3051_chained_battle_pack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3052","in_store":"0","name":"Chained +150% Extra Cash","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3052_chained_150_extra_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3053","in_store":"0","name":"Chained 40% off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3053_chained_40_percent_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3054","in_store":"0","name":"Chained Power Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3054_chained_power","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3055","in_store":"0","name":"Chained Dark Evil God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3055_chained_evil_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3056","in_store":"0","name":"Chained Atlas Titan","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3056_chained_atlas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3057","in_store":"0","name":"Chained Water God & Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"10","height":"10","max_frame":"2","giftable":"0","img_name":"3057_chained_watergc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3058","in_store":"0","name":"Chained Supreme Bahamut","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3058_chained_supreme","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3059","in_store":"0","name":"Chained 100% Bonus Frostfire Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3059_chained_100_frostfire","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3060","in_store":"0","name":"Chained Brutal Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3060_chained_sixpm","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3061","in_store":"0","name":"Chained Sky Bahamut Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3061_chained_sky_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3062","in_store":"0","name":"Chained 100% Bonus Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3062_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3063","in_store":"0","name":"Chained Hell Abyss Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3063_chained_hell","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3064","in_store":"0","name":"Chained Legendary Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3064_chained_newchest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3065","in_store":"0","name":"Chained Queen Beast","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3065_chained_queen_beast","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3066","in_store":"0","name":"Chained 95% Brutal Slasher","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3066_chained_95_brutal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3067","in_store":"0","name":"Chained 3-Head Primal Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3067_chained_3head_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3068","in_store":"0","name":"Chained Swamp Monster","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3068_chained_swamp","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3069","in_store":"0","name":"Chained Brutal Monster Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3069_chained_brutalmonsters","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3070","in_store":"0","name":"Chained Predator Lizard","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3070_chained_blacklizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3071","in_store":"0","name":"Chained 60% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3071_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3072","in_store":"0","name":"Chained Green Extreme Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3072_chained_4wings_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3073","in_store":"0","name":"Chained Ice Golem","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3073_chained_ice_golem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3074","in_store":"0","name":"Chained Struggle Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3074_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3075","in_store":"0","name":"Chained 125% Bonus + Galaxy Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3075_chained_100_small","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3076","in_store":"0","name":"Chained 60% + Off Star Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3076_chained_60_star","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3077","in_store":"0","name":"Chained Genesis Earth God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3077_chained_earth_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3078","in_store":"0","name":"Chained Genesis Earth Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3078_chained_earth_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3079","in_store":"0","name":"Chained Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3079_golden_slayer_cannon_mech","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3080","in_store":"0","name":"Chained Tiny Fire God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3080_chained_tiny_fire","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3081","in_store":"0","name":"Chained 125% Extra Cash","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3081_chained_125_extracash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3082","in_store":"0","name":"Chained Tiny Water God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3082_chained_tiny_water","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3083","in_store":"0","name":"Chained Genesis Wind God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3083_chained_wind_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3084","in_store":"0","name":"Chained Light God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3084_chained_light_god_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3085","in_store":"0","name":"Chained Pharaohs Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3085_chained_pharaohs_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3086","in_store":"0","name":"Chained 110% Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3086_chained_110Bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3087","in_store":"0","name":"Chained Genesis Shadow God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3087_chained_genesisShadowGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3088","in_store":"0","name":"Chained Genesis Wind Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3088_chained_genesisWindColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3089","in_store":"0","name":"Chained Tiny Light God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3089_chained_tinyLightGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3090","in_store":"0","name":"Chained Soul God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3090_chained_soulGodColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3091","in_store":"0","name":"Chained Genesis Ice God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3091_chained_genesisIceGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3092","in_store":"0","name":"Chained Creepy Monsters Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3092_chained_creepyMonstersChest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3093","in_store":"0","name":"Chained Mounted Furious Bull Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3093_chained_mountedFuriousBullDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3094","in_store":"0","name":"Chained Fire God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3094_chained_fireGodColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"49987","in_store":"0","name":"Wood Wall","type":"b","cost":"2500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"49988","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone1","elevation":"4","unit_capacity":"0","attack":"50","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49988","in_store":"0","name":"Reenforced Wall","type":"b","cost":"5000","cost_type":"w","xp":"250","groups":"","trains":"0","upgrades_to":"49989","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"13","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone2","elevation":"4","unit_capacity":"0","attack":"200","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49989","in_store":"0","name":"Stone Wall","type":"b","cost":"10000","cost_type":"s","xp":"500","groups":"","trains":"0","upgrades_to":"49990","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone3","elevation":"4","unit_capacity":"0","attack":"500","defense":"1","life":"15000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49990","in_store":"0","name":"Steel Wall","type":"b","cost":"20000","cost_type":"s","xp":"1000","groups":"","trains":"0","upgrades_to":"49991","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone4","elevation":"4","unit_capacity":"0","attack":"1000","defense":"1","life":"30000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49991","in_store":"0","name":"Royal Wall","type":"b","cost":"100000","cost_type":"s","xp":"3000","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"34","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone5","elevation":"4","unit_capacity":"0","attack":"2000","defense":"1","life":"75000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49992","in_store":"0","name":"Heroes Hall","type":"b","cost":"2000","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"21600","expiration":"0","collect":"1","collect_type":"u","collect_xp":"100","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50002_heroes_hall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"SpecialWonders","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49993","in_store":"0","name":"Winged Knight Barracks","type":"b","cost":"28000","cost_type":"g","xp":"4500","groups":"","trains":"662","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49993_winged_knight_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49994","in_store":"0","name":"Troll Barracks","type":"b","cost":"26000","cost_type":"g","xp":"4000","groups":"","trains":"857","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"39","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49994_troll_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49995","in_store":"0","name":"Ninja Barracks","type":"b","cost":"22000","cost_type":"g","xp":"4000","groups":"","trains":"50031","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"36","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49995_ninja_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49996","in_store":"0","name":"Elephants Barracks","type":"b","cost":"21000","cost_type":"g","xp":"3500","groups":"","trains":"603","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"34","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49996_elephant_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49997","in_store":"0","name":"Buey Ranch","type":"b","cost":"5000","cost_type":"w","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"2000","collect_type":"f","collect_xp":"67","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"21","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49997_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Ranch","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49998","in_store":"0","name":"Pig ranch","type":"b","cost":"2500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"1500","collect_type":"f","collect_xp":"50","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"15","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49998_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49999","in_store":"0","name":"Chicken Ranch","type":"b","cost":"600","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"1000","collect_type":"f","collect_xp":"34","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"9","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49999_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50001","in_store":"0","name":"Town Hall I","type":"b","cost":"1000","cost_type":"g","xp":"150","groups":"","trains":"500","upgrades_to":"50007","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"4","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50001_townhall1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50003","in_store":"0","name":"Embassy I","type":"b","cost":"4000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50009","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"6","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50003_embassy1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50004","in_store":"0","name":"Stone Mine(Erase)","type":"b","cost":"125","cost_type":"w","xp":"14","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"90","expiration":"0","collect":"100","collect_type":"s","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"7","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50004_stone_mine","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"50005","in_store":"0","name":"Harbour I","type":"b","cost":"6000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50005_forest_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50006","in_store":"0","name":"Blacksmith I","type":"b","cost":"2000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50012","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50006_blacksmith1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50007","in_store":"0","name":"Town Hall II","type":"b","cost":"7500","cost_type":"g","xp":"1000","groups":"","trains":"500","upgrades_to":"50015","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50007_townhall2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50008","in_store":"0","name":"University I","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"50014","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"13","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50008_university1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50009","in_store":"0","name":"Embassy II","type":"b","cost":"15000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50016","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"15","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50009_embassy2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50010","in_store":"0","name":"Oracle","type":"b","cost":"30000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"16","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50010_oracle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Oracle","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"1","iphone_adjustments":""},{"id":"50011","in_store":"0","name":"Harbour II","type":"b","cost":"20000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"18","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50011_snow_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50012","in_store":"0","name":"Blacksmith II","type":"b","cost":"25000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"50025","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"19","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50012_blacksmith2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50014","in_store":"0","name":"University II","type":"b","cost":"20000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"50028","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"21","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50014_university2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50015","in_store":"0","name":"Town Hall III","type":"b","cost":"30000","cost_type":"g","xp":"1250","groups":"","trains":"500","upgrades_to":"50018","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"22","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50015_townhall3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50016","in_store":"0","name":"Embassy III","type":"b","cost":"60000","cost_type":"g","xp":"1250","groups":"","trains":"0","upgrades_to":"50020","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"26","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50016_embassy3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50018","in_store":"0","name":"Town Hall IV","type":"b","cost":"80000","cost_type":"g","xp":"2250","groups":"","trains":"500","upgrades_to":"50019","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"31","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50018_townhall4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50019","in_store":"0","name":"Town Hall V","type":"b","cost":"150000","cost_type":"g","xp":"5000","groups":"","trains":"500","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"42","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50019_townhall5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50020","in_store":"0","name":"Embassy IV","type":"b","cost":"85000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"50021","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"33","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50020_embassy4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50021","in_store":"0","name":"Embassy V","type":"b","cost":"200000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"43","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50021_embassy5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50022","in_store":"0","name":"Harbour III","type":"b","cost":"65000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50022_japan_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50023","in_store":"0","name":"Harbour IV","type":"b","cost":"90000","cost_type":"g","xp":"4500","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"36","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50023_mineral_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50024","in_store":"0","name":"Harbour V","type":"b","cost":"250000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"44","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50024_mountain_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50025","in_store":"0","name":"Blacksmith III","type":"b","cost":"70000","cost_type":"g","xp":"1750","groups":"","trains":"0","upgrades_to":"50026","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"28","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50025_blacksmith3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50026","in_store":"0","name":"Blacksmith IV","type":"b","cost":"95000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"50027","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"37","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50026_blacksmith4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50027","in_store":"0","name":"Blacksmith V","type":"b","cost":"300000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"45","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50027_blacksmith5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50028","in_store":"0","name":"University III","type":"b","cost":"75000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"50029","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"30","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50028_university3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50029","in_store":"0","name":"University IV","type":"b","cost":"100000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"50030","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"38","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50029_university4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50030","in_store":"0","name":"University V","type":"b","cost":"400000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"47","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50030_university5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50031","in_store":"0","name":"Black Ninja","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"719_ninja","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"400","velocity":"8","attack_range":"9","attack_interval":"15","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""}],"expansion_prices":[{"coins":4000,"cash":20,"neighbors":1},{"coins":40000,"cash":25,"neighbors":3},{"coins":80000,"cash":30,"neighbors":5},{"coins":100000,"cash":35,"neighbors":8},{"coins":150000,"cash":40,"neighbors":10},{"coins":300000,"cash":45,"neighbors":12},{"coins":400000,"cash":50,"neighbors":14},{"coins":500000,"cash":60,"neighbors":16}],"levels":[{"name":"Slave","exp_required":0,"reward_type":"s","reward_amount":50},{"name":"Servant","exp_required":29,"reward_type":"w","reward_amount":50},{"name":"Peon","exp_required":60,"reward_type":"f","reward_amount":50},{"name":"Peasant","exp_required":100,"reward_type":"w","reward_amount":400},{"name":"Villager","exp_required":200,"reward_type":"c","reward_amount":1},{"name":"Scout","exp_required":350,"reward_type":"c","reward_amount":1},{"name":"Cadet","exp_required":550,"reward_type":"c","reward_amount":1},{"name":"Squire","exp_required":800,"reward_type":"c","reward_amount":1},{"name":"Soldier","exp_required":1113,"reward_type":"c","reward_amount":1},{"name":"Footman","exp_required":1504,"reward_type":"c","reward_amount":1},{"name":"Swordsman","exp_required":1993,"reward_type":"c","reward_amount":1},{"name":"Spearman","exp_required":2604,"reward_type":"c","reward_amount":1},{"name":"Lancer","exp_required":3368,"reward_type":"c","reward_amount":1},{"name":"Grunt","exp_required":4323,"reward_type":"c","reward_amount":1},{"name":"Knight","exp_required":5517,"reward_type":"c","reward_amount":1},{"name":"Private","exp_required":7010,"reward_type":"c","reward_amount":1},{"name":"Second Lieutenant","exp_required":8876,"reward_type":"c","reward_amount":1},{"name":"Lieutenant","exp_required":11209,"reward_type":"c","reward_amount":1},{"name":"Corporal","exp_required":13659,"reward_type":"c","reward_amount":1},{"name":"Marauder","exp_required":16232,"reward_type":"c","reward_amount":1},{"name":"Captain","exp_required":18934,"reward_type":"c","reward_amount":1},{"name":"Sergeant","exp_required":21771,"reward_type":"c","reward_amount":1},{"name":"Senior Sergeant","exp_required":24750,"reward_type":"c","reward_amount":1},{"name":"First Sergeant","exp_required":27878,"reward_type":"c","reward_amount":1},{"name":"Master Sergeant","exp_required":31162,"reward_type":"c","reward_amount":1},{"name":"Sergeant Major","exp_required":34610,"reward_type":"c","reward_amount":1},{"name":"Major","exp_required":38230,"reward_type":"c","reward_amount":1},{"name":"Centurion","exp_required":42031,"reward_type":"c","reward_amount":1},{"name":"Legionnaire","exp_required":46022,"reward_type":"c","reward_amount":1},{"name":"Gladiator","exp_required":50213,"reward_type":"c","reward_amount":1},{"name":"Champion","exp_required":54614,"reward_type":"c","reward_amount":1},{"name":"Lieutenant General","exp_required":59235,"reward_type":"c","reward_amount":1},{"name":"General","exp_required":64087,"reward_type":"c","reward_amount":1},{"name":"Colonel","exp_required":69182,"reward_type":"c","reward_amount":1},{"name":"Lieutenant Commander","exp_required":74532,"reward_type":"c","reward_amount":1},{"name":"Commander","exp_required":80150,"reward_type":"c","reward_amount":1},{"name":"Marshal","exp_required":86049,"reward_type":"c","reward_amount":1},{"name":"Field Marshal","exp_required":92243,"reward_type":"c","reward_amount":1},{"name":"Grand Marshal","exp_required":98747,"reward_type":"c","reward_amount":1},{"name":"Paladin","exp_required":105576,"reward_type":"c","reward_amount":1},{"name":"Corporal","exp_required":112746,"reward_type":"c","reward_amount":1},{"name":"Admiral","exp_required":120275,"reward_type":"c","reward_amount":1},{"name":"Commodore","exp_required":128180,"reward_type":"c","reward_amount":1},{"name":"Battlemaster","exp_required":136480,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":145195,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":154346,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":163955,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":174044,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":184637,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":195760,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":207439,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":219702,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":232578,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":246098,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":260294,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":275200,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":290851,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":307285,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":324541,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":342660,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":361685,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":381661,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":402636,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":424660,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":447785,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":472066,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":497561,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":524331,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":552440,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":581954,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":612944,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":645484,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":679651,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":715526,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":756782,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":804226,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":858787,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":921532,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":993689,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1076670,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1172098,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1281840,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1408043,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1553176,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1720079,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1912017,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2132746,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2386584,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2678498,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3014199,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3400255,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3844219,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":4354778,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":4941921,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":5617135,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":6393631,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":7286601,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":8313517,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":9494470,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2016089205,"reward_type":"c","reward_amount":1}],"honor_levels":[{"id":1,"points":0,"rank":"Peasant with Spear"},{"id":2,"points":50,"rank":"Count's Squire"},{"id":3,"points":100,"rank":"Troll Slayer"},{"id":4,"points":150,"rank":"Baron's Knight"},{"id":5,"points":200,"rank":"Captain of Duke's Army"},{"id":6,"points":250,"rank":"Kingdom's Protector"},{"id":7,"points":300,"rank":"Citadel's Protector"},{"id":8,"points":350,"rank":"Spearmen's Commander"},{"id":9,"points":400,"rank":"Archery Lord"},{"id":10,"points":500,"rank":"Master Warlord"},{"id":11,"points":600,"rank":"Swords' Master"},{"id":12,"points":700,"rank":"Head of the Cavalry"},{"id":13,"points":800,"rank":"Great Lord of Tactics"},{"id":14,"points":900,"rank":"Siege's Master"},{"id":15,"points":1000,"rank":"Elite King's Warlord"}],"neighbor_assists":[{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! Some trolls are attacking my villagers!","action":"Click OKAY to eliminate the trolls","notification":"helped to eliminate the trolls"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! Some of my fighters got sick and I need them for the battle!","action":"Click OKAY to heal sick fighters","notification":"helped to heal sick fighters"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! A heavy storm has damaged my houses!","action":"Click OKAY to repair damaged houses","notification":"helped to repair damaged houses"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! We ran out of water and our villagers are thirsty!","action":"Click OKAY to provide some water","notification":"provided you some water"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! A little villager girl is lost and her mum can't find her!","action":"Click OKAY to find the little villager girl","notification":"helped to find the little villager girl"}],"town_prices":[{"coins":100000,"cash":20,"level":15},{"coins":300000,"cash":20,"level":25},{"coins":550000,"cash":20,"level":35},{"coins":1000000,"cash":20,"level":45}],"map_prices":[{"coins":100000,"cash":20,"level":15},{"coins":300000,"cash":20,"level":25},{"coins":550000,"cash":20,"level":35},{"coins":1000000,"cash":20,"level":45}],"findable_items":[{"id":1,"title":"Clown","description":"You've found a sad Clown on your park. Share it with your friends to find a new home for him!","coins":100},{"id":2,"title":"Little Boy","description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100},{"id":3,"title":"Little Girl","description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100},{"id":4,"title":"Teddy Bear","description":"You've found a Teddy Bear on your Park. Share it with your friends to find his owner!","coins":100},{"id":5,"title":"Budget","description":"Ohh, it seems somebody lost his wallet! Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":6,"title":"Bolso","description":"Ohh, a girl lost her Handbag on your Park!! Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":7,"title":"Globo","description":"A little child lost his balloon !! Help him to find it !!","coins":100},{"id":8,"title":"Llaves","description":"Ohh, One of your visitors lost his keys on your Park. Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":9,"title":"Gorra","description":"A teenager visitor lost his Cup!! On sunny days it's indispensable. Give the cup back by sharing it with your friends !!","coins":100},{"id":10,"title":"Movil","description":"Ohh, an old man lost his Handy on your park. Share it with your friends to find the owner !!","coins":100}],"missions":[{"id":2,"title":"Train villager","hint":"","description":"You need villagers to collect resources. Click on your Town Hall and then on the TRAIN button at the bottom panel.","reward":10},{"id":3,"title":"Send villager to farm land","hint":"","description":"Your farm land needs villagers to produce food. First click on a villager and then click on the farm land.","reward":10},{"id":4,"title":"Collect food","hint":"","description":"When the food is ready to be collected an icon appears. Click on it to get the resources!","reward":10},{"id":5,"title":"Cut trees and get wood","hint":"","description":"You got food, but you'll also need wood. Click on a villager and the click again on a tree. The villager will automatically cut all surrounding trees!","reward":10},{"id":6,"title":"Move mouse wheel to zoom","hint":"","description":"Rotate the mouse wheel or click and drag the slider at the lower right of the screen to zoom in\/out. It will help you to spot buildings or units!","reward":10},{"id":7,"title":"Build another farm land","hint":"","description":"Farm lands are essential to increase your empire because they provide you with food. Go to BUILD > Buildings > Resources and place another farm land.","reward":12},{"id":8,"title":"Build another house","hint":"","description":"Villagers and warriors live in houses! The more houses you build, the more units you can train. Go to BUILD > Buildings > Houses and place a House I.","reward":14},{"id":9,"title":"Build barracks","hint":"","description":"You'll need an army for coming battles! Click on the 'Build' button, select the 'Attack' category and finally click on the Barracks I building.","reward":16},{"id":10,"title":"Train 3 Spearmen","hint":"","description":"Start building your army with some spearmen. Click on the barracks building, and then click on the TRAIN button at the lower interface. Repeat this 3 times.","reward":18},{"id":11,"title":"Train 2 villagers","hint":"","description":"Click on the Town Hall and then on the Train button at the lower interface. Do this twice to train two villagers.","reward":20},{"id":12,"title":"Build mill","hint":"","description":"Mills will provide you with food, like farm lands. Go to BUILD > Buildings > Resources to build a mill.","reward":22},{"id":13,"title":"Send villager to mill","hint":"","description":"Mills don't work alone! They need villagers. Select a villager and click on the mill to put him in.","reward":24},{"id":14,"title":"Select food on mill","hint":"","description":"Choose one of the options to start producing the quantity of food you want!","reward":26},{"id":15,"title":"Put another villager on mill","hint":"","description":"Increase your food outcome adding another villager to your mill! (if you don't have any villagers available, you can train them at your Town Hall)","reward":28},{"id":16,"title":"Get villager out of mill","hint":"","description":"If you don't have resources to train villagers, you can get them out your buildings. Click on your mill and then click on a villager portrait at the lower interface to get it out of your mill.","reward":30},{"id":17,"title":"Extract 3 Gold","hint":"","description":"Gold will make you more powerful! It is used to train the best units. Select a villager and click on a gold vein (Explore the map to find gold veins)","reward":32},{"id":18,"title":"Select with double click","hint":"","description":"Double click 1 spearman to select the 3 at one, and move them near your Town Hall fountain. Double-clicking is very useful!","reward":34},{"id":19,"title":"Kill 3 trolls","hint":"","description":"Click on the Square Tool at the lower right of interface, and click and drag to select your units. (You can also use , it's easier and faster!). Then attack 3 trolls.","reward":36},{"id":20,"title":"Build sheep ranch","hint":"","description":"Sheeps are funny... and tasty! But they need a sheep ranch! Build one going to BUILD > Buildings > Resources. It will provide you with some food!","reward":38},{"id":21,"title":"Capture sheep","hint":"","description":"Ok! If you already got a sheep ranch, now go for some sheeps. Select a villager and click on a sheep to capture it.","reward":40},{"id":22,"title":"Send sheep to ranch","hint":"","description":"If you already captured a sheep with a villager, select the sheep and send it to the ranch!","reward":42},{"id":23,"title":"Collect sheep ranch","hint":"","description":"When a sheep ranch is ready to collect (you will see a food icon), click on it!","reward":44},{"id":24,"title":"Build 3 more farm lands","hint":"","description":"Build 3 more farm lands to feed your soldiers! Remember you can train villagers at your Town Hall and then direct them towards your farms to produce more food simultaneously.","reward":46},{"id":25,"title":"Collect 5 farm lands","hint":"","description":"Collect 5 farm lands. Important: Farm lands needs wood to be rebuilded, try to have always some on your inventory (see stats at the upper left of the screen).","reward":48},{"id":26,"title":"Build 4 more houses","hint":"","description":"Build 4 more houses to increase your population limit. (BUILD > Buildings > Houses)","reward":52},{"id":27,"title":"Build gold mine","hint":"","description":"Gold can also be obtained from gold mines, buy you can only own one. Go to Buildings > Resources and build it now!","reward":54},{"id":28,"title":"Put villager on gold mine","hint":"","description":"Gold mines need villagers to extract the gold. Bring one of them to the mine (if you don't have any villager available, remember to create them at your Town Hall).","reward":56},{"id":29,"title":"Build Archery","hint":"","description":"An archery will allow you to train archer infantry. Archers have a longer range than normal infantry. You can find the Archery in the Attack section of the BUILD menu.","reward":58},{"id":30,"title":"Train 3 Light Archers","hint":"","description":"Train 3 light archers at your archery! Remember, click the archery an then click the train button at the bottom.","reward":60},{"id":31,"title":"Kill 5 more trolls","hint":"","description":"It's time to kill trolls! Select your units with the SQUARE TOOL at the bottom right OR directly with a double click. Then click on an evil troll to attack him!","reward":62},{"id":32,"title":"Build 5 decorations","hint":"","description":"It's not all about battling! Put some decorations to your empire to make it more beautiful! Go to BUILD > Decorations and place 5 of them.","reward":64},{"id":33,"title":"Put name to empire","hint":"","description":"Every empire has a name! Put a name to yours too! Click at your empire name at the top right corner.","reward":66},{"id":34,"title":"Cut 10 trees","hint":"","description":"Click on a villager and click on a tree to cut it. If the tree is near a group of trees, the villager will cut them all automatically!","reward":68},{"id":35,"title":"Collect 10 stones","hint":"","description":"Stone is very important to build your defensive structures! Use your villagers to collect 10 stone!","reward":70},{"id":36,"title":"Build 2 towers near Town Hall","hint":"","description":"Build 2 towers near your Town Hall to protect it from your enemies. It's your most important building! (BUILD > Defense)","reward":72},{"id":37,"title":"Build wall","hint":"","description":"Build a row of 20 Wall I in the lower left border of your empire to start creating a defensive wall! Go to BUILD > Defense > Walls.","reward":74},{"id":38,"title":"Move wall","hint":"","description":"Choose a Wall I and then Move it with the Move option on the interface (directional cross icon).","reward":76},{"id":39,"title":"Build stables I","hint":"","description":"Your army needs cavalry! Build an stable to train light knights. (BUILD > Attack)","reward":78},{"id":40,"title":"Train 3 Light Knights","hint":"","description":"You'll need more warriors before facing your first real battle! Train 3 light knights at your new Stables I!","reward":80},{"id":41,"title":"Select unit with Square Tool","hint":"","description":"Choose multiple units with the Square Tool at the lower right of the interface (you can also use the bar, is much faster!)","reward":82},{"id":42,"title":"Kill all trolls","hint":"","description":"Kill all trolls in your empire! You can check how many of them are left on the counter at the lower right of the screen. Try to destroy their towers first!","reward":84},{"id":43,"title":"Rescue Princess!","hint":"","description":"When you finish with all the trolls, free the Princess and get the treasure!","reward":150},{"id":44,"title":"Visit #0#!","hint":"","description":"Click on the portrait of #0# on the lower interface and see how beautiful an empire can look like!","reward":88},{"id":45,"title":"Build lumber mill \/ Put peasant","hint":"","description":"Build a lumber mill and put a villager in to start producing wood! (You can find it at BUILD > Buildings > Resources).","reward":90},{"id":46,"title":"Select wood option","hint":"","description":"Choose one of the options to start producing the quantity of wood you want!","reward":92},{"id":47,"title":"Put another villager on lumber mill","hint":"","description":"Increase your wood outcome adding another villager to your lumber mill! (if you don't have available villagers on your map, remember you can train them on your Town Hall)","reward":94},{"id":48,"title":"Build cow ranch","hint":"","description":"Build a cow ranch to hold your cows. (BUILD > Buildings > Resources)","reward":96},{"id":49,"title":"Put cow on ranch","hint":"","description":"Bring a cow into the cow ranch to start producing some food.","reward":98},{"id":50,"title":"Build Market","hint":"","description":"Build a Market to buy and sell resources! (Market is at BUILD > Buildings > Miscellaneous)","reward":100},{"id":51,"title":"Recruit Friend Market","hint":"","description":"Recruit a friend to help you on the opening of your fabulous Market!","reward":102},{"id":52,"title":"Spend 1 cash","hint":"","description":"Cash is useful to buy units, buildings, friends for social buildings, etc. Make yourself a gift and spend 1 cash in what you wish!","reward":104},{"id":53,"title":"Open Market","hint":"","description":"Once you have filled up your Market with friends, click on the Open building to open it and be able to use it!","reward":106},{"id":54,"title":"Check collections","hint":"","description":"Click on the gift icon at the lower right of the screen, then click on the Trophy icon. If you complete these collections you can get unique warriors and items!","reward":108},{"id":55,"title":"Get Daily Bonus 3 days","hint":"","description":"Play 3 days in a row and click on the Daily Bonus bag at the left of the screen to get extra gold!","reward":150},{"id":56,"title":"Reach 40 population","hint":"","description":"Reach 40 of population. It will be a sign of your empire expansion!","reward":112},{"id":57,"title":"Harvest 10 Gold veins","hint":"","description":"Get 10 gold veins to increase your resource account, soon you'll need to use it!","reward":114},{"id":58,"title":"Build Stone Mine I","hint":"","description":"Stone is very necessary to build defensive buildings. Build a Stone Mine to start producing this needful resource! (BUILD > Buildings > Resources)","reward":116},{"id":59,"title":"Attack 1 player","hint":"","description":"Attacking other players provides much gold and xp! Click on the WORLD icon (blue) at the top, then click on the Attack button of a player. Read the Battle Help before starting!","reward":118},{"id":60,"title":"Defensive Strategy","hint":"","description":"Click on the WORLD button (blue icon on top right) and then click on the OPTIONS button at the top of the screen. Select the 'My defensive strategy' button and choose your units behavior.","reward":120},{"id":61,"title":"Collect mill","hint":"","description":"Pick up the food your mill produced to feed your troops!","reward":122},{"id":62,"title":"Collect lumber mill","hint":"","description":"Pick up the wood your lumber mill produced to keep building stuff!","reward":124},{"id":63,"title":"Collect stone mine","hint":"","description":"Pick up the stone your stone mine produced to keep building more defensive structures!","reward":126},{"id":64,"title":"Collect gold mine","hint":"","description":"Pick up the gold your gold mine produced to keep building more defensive structures!","reward":128},{"id":65,"title":"Get 200 stone in Market","hint":"","description":"Get 200 stone units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the stone icon.","reward":130},{"id":66,"title":"Get 100 wood in Market","hint":"","description":"Get 100 wood units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the wood icon.","reward":132},{"id":67,"title":"Attack 1 friend!","hint":"","description":"Click on the WORLD word in one of your friends portrait (if you can't see it, first click on the Assist word and come back to your empire) and attack him. For once he'll forgive you! =P","reward":134},{"id":68,"title":"Check Attacks","hint":"","description":"Click on the WORLD button (blue) and then click on the BATTLE RESULTS button at the top of the screen. Then check your attacks and who attacked you!","reward":136},{"id":69,"title":"Build house II","hint":"","description":"Houses II allow you to put in more people! Build one or update a House I clicking on one and using the UPGRADE option at the lower interface.","reward":138},{"id":70,"title":"Store decoration","hint":"","description":"Click on a decoration and then click again on the STORE icon at the lower interface. You can retrieve your decoration (or sell it) clicking on BUILD > Storage.","reward":140},{"id":71,"title":"Build\/Open Eagles I","hint":"","description":"Eagles allow you to spy your enemy before attacking him! Build one and hire friends to open it! (BUILD > Buildings > Miscellaneous)","reward":142},{"id":72,"title":"Sell 100 wood","hint":"","description":"Sell 100 wood units in the Market. Click on the Sell button to get gold in exchange!","reward":144},{"id":73,"title":"Expand 2 Acres","hint":"","description":"Click on a FOR SALE post on your empire to buy land and continue your expansion!","reward":146},{"id":74,"title":"Build Workshop I","hint":"","description":"Build a workshop I to build rams and be able to destroy doors of enemies' fortifications (BUILD > Attack).","reward":148},{"id":75,"title":"Free 3 archers","hint":"","description":"Free the 3 archers kidnapped by trolls! (daily mission)","reward":150},{"id":76,"title":"Kill 5 Devious trolls","hint":"","description":"Kill 5 Devious Trolls. They are implied in the complot to destroy your empire!","reward":152},{"id":77,"title":"Coordinated Attack","hint":"","description":"Send 5 archers to attack the same tower, and afterwards send your melee units against the same tower!","reward":154},{"id":78,"title":"Use Eagle","hint":"","description":"Click on the world icon at the upper part and then on the SPY button on any player to spy his empire!","reward":156},{"id":79,"title":"Defeat two players","hint":"","description":"Defeat two players (including your friends!) to get gold... and glory!","reward":158},{"id":80,"title":"Build Harbor","hint":"","description":"Build a Harbor (Buildings > Miscellaneous), invite your friends and click on the OPEN button to explore the seas!","reward":160},{"id":81,"title":"Check the map","hint":"","description":"Once your Harbor is open, click on it and then press the Let's Sail button to see the map!","reward":162},{"id":82,"title":"Complete Mysterious Isle on 1 star","hint":"","description":"Use the Harbor to travel to Mysterious Isle and retrieve the treasure that the trolls stole to your ancestors! Complete Mysterious Island (1 star).","reward":164},{"id":83,"title":"Upgrade Barracks II","hint":"","description":"Upgrade your Barracks II to train stronger units! (Buildings > Attack or UPGRADE button in Barracks I interface)","reward":166},{"id":84,"title":"Train 3 Swordsmen","hint":"","description":"Train 3 Swordsmen in your Barracks II... you'll need them soon!","reward":168},{"id":85,"title":"Sail in another way","hint":"","description":"Access the map in another way: click on the world icon on top and then click on the ship surrounding the island.","reward":170},{"id":86,"title":"Complete Unknown Isle (1 star)","hint":"","description":"Unknown Isle is a cold, hostile place, but in the loot that the Ravager Trolls protect lies hidden a nice amount of gold! Complete Unknown Isle (1 star).","reward":172},{"id":87,"title":"Build 2 tower II","hint":"","description":"Build two Tower II in your empire. You will get rid of enemies faster! (BUILD > Defense)","reward":174},{"id":88,"title":"Build 20 Wall II","hint":"","description":"Build 20 Wall II in the lower left row of your 1st acre (BUILD > Defense). You can also upgrade the Wall I you already have if you click on one wall and then click UPGRADE on the lower interface.","reward":176},{"id":89,"title":"Build 2 Pumpkin Crop","hint":"","description":"Build 2 Pumpkin Crop to obtain more food.","reward":178},{"id":90,"title":"Invoke allies","hint":"","description":"Build an Allies Building and get 9 allies to open it!","reward":180},{"id":91,"title":"Upgrade to Archery II","hint":"","description":"Upgrade you Archery to train better archers! (Buildings > Attack)","reward":182},{"id":93,"title":"Rescue Kidnapped Soldiers","hint":"","description":"The trolls have kidnapped some soldiers! Free them! (daily mission)","reward":186},{"id":94,"title":"Defeat 3 players","hint":"","description":"Prove yourself and defeat 3 players... including your friends!","reward":188},{"id":95,"title":"Build Mill II","hint":"","description":"Build the Mill II to increase food production.","reward":190},{"id":96,"title":"Recruit 6 friends for Mill II","hint":"","description":"Recruit 6 friends to open the mill.","reward":192},{"id":97,"title":"Hire all villagers in Mill II","hint":"","description":"Hire all villagers in your new mill to take full advantage of it!","reward":194},{"id":98,"title":"8 hours Mill","hint":"","description":"Leave the mill collecting for 8 hours.","reward":196},{"id":99,"title":"Upgrade Market","hint":"","description":"Upgrade your Market to Market II to buy or sell more resources.","reward":198},{"id":100,"title":"Build 8 towers","hint":"","description":"Build 8 towers in your empire... the trolls will attack soon and you must protect yourself!","reward":200},{"id":101,"title":"Extinguish fire","hint":"","description":"If the trolls set fire to buildings of your empire, click on a villager and then click again on the fire to extinguish it!","reward":202},{"id":102,"title":"Help a friend","hint":"","description":"Visit a friend and help him to collect as many resources as you can!","reward":204},{"id":103,"title":"Build Prize Building","hint":"","description":"Build a Prize building and get allies to obtain fabulous special units! (Buildings > Miscellaneous)","reward":206},{"id":104,"title":"Get recruitment prize","hint":"","description":"Tell 3 friends to help you get a fantastic special unit on your Prize Building!","reward":208},{"id":105,"title":"Build Traning Stables","hint":"","description":"Build the Training Stables to improve the mobility of your units!","reward":210},{"id":106,"title":"Capture a horse and...","hint":"","description":"Capture a horse with a villager or warrior and take it to the Training Stables.","reward":212},{"id":107,"title":"Lead Swordsman to Stables...","hint":"","description":"Once you have put a horse, lead a Swordsman to the Training Stables to turn him into a medium knight!","reward":214},{"id":108,"title":"Complete Mysterious Isle (2 stars)","hint":"","description":"Complete Mysterious Isle on 2 stars to obtain much more gold and XP!","reward":216},{"id":109,"title":"Upgrade Town Hall","hint":"","description":"Upgrade your Town Hall. Select it and click on UPGRADE at the bottom part of the interface.","reward":218},{"id":110,"title":"Train 2 villagers","hint":"","description":"Train 2 villagers in your new Town Hall. Now they will run as fast as a hare!","reward":220},{"id":111,"title":"Upgrade Stables","hint":"","description":"Upgrade Stables to Stables II to train heavier mounted units!","reward":222},{"id":112,"title":"Train 3 Medium Knights","hint":"","description":"Train 3 Medium Knights... You're getting stronger every day!","reward":224},{"id":113,"title":"Get Treasure Chest!","hint":"","description":"Get the Treasure Chest, defended by the trolls! (Daily mission)","reward":226},{"id":114,"title":"Build Allies Market","hint":"","description":"Build the Allies Market so your friends can send you free resources! (Buildings > Miscellaneous)","reward":228},{"id":115,"title":"Get wood Allies Market","hint":"","description":"Tell your friends to help you and get at least 500 units of wood in the allies market!","reward":230},{"id":116,"title":"Undiscovered Isle (1 star)","hint":"","description":"Discover the secrets of the Undiscovered Isle (1 star). Beware of the evil skeletons!","reward":232},{"id":117,"title":"Build Gold Mine II","hint":"","description":"The more gold the better! Build a Gold Mine II to increase the production.","reward":234},{"id":118,"title":"Put 4 villagers in Gold Mine II","hint":"","description":"Take the most out of the Gold Mine II adding 4 villagers to it.","reward":236},{"id":119,"title":"Build Treasure Mine","hint":"","description":"Need help to complete the collections? Build a Treasure Mine to get one item EACH DAY!","reward":238},{"id":120,"title":"Collect object in Treasure Mine","hint":"","description":"Collect the surprise item in the Treasure Mine (lapse of 24h. since the last picked up gift).","reward":240},{"id":121,"title":"Build Workshop II","hint":"","description":"Build a Workshop II to enjoy a high damage weapon: \u00a1scorpions! (BUILD > Attack)","reward":242},{"id":122,"title":"Open Workshop II","hint":"","description":"Tell your friends to help you open the Workshop II... scorpions wreak havoc against enemy towers!","reward":244},{"id":123,"title":"Build 3 Scorpions","hint":"","description":"Build 3 scorpions in the Workshop II and get ready for the last stage of the process!","reward":246},{"id":124,"title":"Destroy 1 tower with Scorpions","hint":"","description":"When the next troll camp appears, destroy one tower with a group of 3 Scorpions... notice that weak enemy towers don't have enough range to destroy your scorpions!","reward":248},{"id":125,"title":"Build Tower III","hint":"","description":"Build a Tower III to protect yourself better against incoming attacks!","reward":250},{"id":126,"title":"Build Altar of Heroes","hint":"","description":"Build an Altar of Heroes to purchase powerful special units!","reward":252},{"id":127,"title":"Get a hero","hint":"","description":"Get a hero in the Altar of Heroes to help you defeat your enemies more easily! (Click on the GET HERO button)","reward":254},{"id":128,"title":"Kill Axethrower","hint":"","description":"Kill an Axethrower. These depictable beings won't hesitate to kill your units from the distance!","reward":256},{"id":129,"title":"Rescue villagers","hint":"","description":"Rescue the villagers captured by trolls! They would do the same for you! (daily mission)","reward":258},{"id":130,"title":"Put a hero on your map","hint":"","description":"Play 5 days in a row and get your special unit. To put your hero on the map, go to BUILD > STORAGE.","reward":260},{"id":131,"title":"Save the penguins!","hint":"","description":"Go to Arctic Isle (1 star) and save the penguins... Beware, a big beast is waiting for you!","reward":262},{"id":132,"title":"Fight against two player from your same level","hint":"","description":"Fight against two players from your same level and show up your skills! you don't need to win, but must finish the combat!","reward":264},{"id":133,"title":"Build Lumber Mill II","hint":"","description":"Build a Lumber Mill II to produce more wood!","reward":266},{"id":134,"title":"Put 4 villager into Lumber Mill II","hint":"","description":"Put 4 villagers into the Lumber Mill II to increase its production outcome!","reward":268},{"id":135,"title":"Build Small Refuge","hint":"","description":"Build a Small Refuge and before logging out put in 2 of your most valuable units so other players don't destroy them!","reward":270},{"id":136,"title":"Build Big Church","hint":"","description":"Invoke heavenly powers and build a Big Church to raise your population limit. (BUILD > Wonders)","reward":272},{"id":137,"title":"More Ravager Trolls!","hint":"","description":"Trolls hid more treasures yet, and this time they have doubled its number to protect it! Complete Unknown Isle on 2 stars!","reward":274},{"id":138,"title":"Build Barracks III","hint":"","description":"Build a Barracks III to train the renowned Long Swordsman!","reward":276},{"id":139,"title":"Train 3 Long Swordsman","hint":"","description":"Train 3 Long Swordsman, they will help you defeat your enemies more quickly!","reward":278},{"id":140,"title":"Upgrade to Eagles II","hint":"","description":"Upgrade to Eagles II so your eagles have more life and can explore more enemy terrain!","reward":280},{"id":141,"title":"Build Heroes Grave","hint":"","description":"Build a Heroes Grave to have the chance of resurrecting your lost special units!","reward":282},{"id":142,"title":"Liberate Prisoner Troll","hint":"","description":"Liberate the Prisoner Troll. He never bent his knee against the evil behavior of his tribe and has always tried to be a good troll!","reward":284},{"id":143,"title":"Kill 1 Boar Rider","hint":"","description":"Kill 1 Boar Rider! This mounted beast won't dare to kill your fighters when you are not watching!","reward":286},{"id":144,"title":"Thrice Trolls!","hint":"","description":"Complete Mysterious Isle on 3 stars and defeat all the evil trolls!","reward":288},{"id":145,"title":"Build Stone Mine II","hint":"","description":"Build a Stone Mine II to keep producing more stone for the welfare of your Empire!","reward":290},{"id":146,"title":"Build 20 Wall III","hint":"","description":"Build 20 Wall III in the bottom left row or upgrade your current walls there. This way your enemies will have a hard time trying to put their foot on your empire!","reward":292},{"id":147,"title":"Build Cow Ranch II","hint":"","description":"Build Cow Ranch II\u2026 if the meat is tasty now, it will be tastier with this improvement!","reward":294},{"id":148,"title":"Lead a cow to ranch","hint":"","description":"Lead a cow to the ranch to get a good portion of food!","reward":296},{"id":149,"title":"Build Round Table","hint":"","description":"Build a Round Table so your allies can help you getting incredible bonuses!","reward":298},{"id":150,"title":"Put 4 allies to Round Table","hint":"","description":"Recruit 4 allies to the Round Table to get the first prize!","reward":300},{"id":151,"title":"Destroy 2 Troll Towers III","hint":"","description":"Destroy 2 Troll Towers III and let those ugly beasts know who rules this empire!!","reward":302},{"id":152,"title":"Rescue Prince Arthur!","hint":"","description":"Prince Arthur has been kidnapped by evil trolls! Save him before it's too late!","reward":304},{"id":153,"title":"Build Archery II","hint":"","description":"Build an Archery III to train lethal Heavy Archers!","reward":306},{"id":154,"title":"Train 3 heavy archers","hint":"","description":"Train 3 heavy archers. You'll be more dreaded by your enemies!","reward":308},{"id":155,"title":"Build Temple","hint":"","description":"Build a Temple to obtain more gold resources!","reward":310},{"id":156,"title":"Avenge Ancestors","hint":"","description":"Trolls conquered this island and killed all its human dwellers. Avenge your ancestors and conquer Emergent Isle (1 star)!!","reward":312},{"id":157,"title":"Update House II","hint":"","description":"Update 4 House I to House II to put more citizens in!","reward":314},{"id":158,"title":"Expand 3 acres","hint":"","description":"Expand 3 acres","reward":316},{"id":159,"title":"Open Church","hint":"","description":"Open a Church so you can train healers!","reward":318},{"id":160,"title":"Train 3 healers","hint":"","description":"Train 3 healers so they can heal your units during the combat!","reward":320},{"id":161,"title":"Attack 2 player more level","hint":"","description":"Attack 2 players of more level than yours and show them who's the best!","reward":322},{"id":162,"title":"Free the wells","hint":"","description":"Trolls have cut the water supply! Kill them to retrieve control of the wells!","reward":324},{"id":163,"title":"Build Stable III","hint":"","description":"Build a Stable III to be able to train the dreaded heavy knights!","reward":326},{"id":164,"title":"Save Healers","hint":"","description":"Save the captive healers from trolls' hands! They will join your army afterwards!","reward":328},{"id":165,"title":"Complete Misty Isle on 1 star","hint":"","description":"Visit Misty Isle (1 star) and destroy the Town Hall of your Viking enemies before they come to conquer your land!","reward":330},{"id":166,"title":"Complete Unknown Isle 3 stars","hint":"","description":"Visit Unknown Isle (3 stars) and let Ravager Trolls know who has the power!","reward":332},{"id":167,"title":"Build 3 eggplant farms","hint":"","description":"Build 3 eggplant farms to increase your food outcome!","reward":334},{"id":168,"title":"Build 1 wall door","hint":"","description":"Build 1 wall door so your units can come in and out of your empire easily and securely!","reward":336},{"id":169,"title":"Build Academy","hint":"","description":"Build an Academy (Buildings > Investigation) to train your villagers to go faster and pile up more resources to gather!","reward":338},{"id":170,"title":"Build workshop III","hint":"","description":"Build a Workshop III to be able to build destructive catapults!","reward":340},{"id":171,"title":"Sacrifice unit","hint":"","description":"Build a sacrifice altar and sacrifice a unit to get part of the resources back to your inventory.","reward":342},{"id":172,"title":"Free 4 stone mines!","hint":"","description":"Free the 4 stone mines from trolls control! This resource is basic for your survival! (daily mission)","reward":344},{"id":173,"title":"Complete Undiscovered Isle 2 stars","hint":"","description":"Visit the Undiscovered Isle (2 stars) and kill all the skeletons that have spawned to end with the undead menace!","reward":346},{"id":174,"title":"Build Mill III","hint":"","description":"Build a Mill III to increase your food outcome even more!","reward":348},{"id":175,"title":"Build 2 Tower IV","hint":"","description":"Build 2 Tower IV to destroy your enemies almost with no hassles!","reward":350},{"id":176,"title":"Open Cathedral","hint":"","description":"Open a Cathedral to train hypnotist monks! They are very powerful!","reward":352},{"id":177,"title":"Convert enemy with a monk","hint":"","description":"Convert an enemy using a monk. Afterwards you can control that enemy for your purposes!","reward":354},{"id":178,"title":"Build Nursery","hint":"","description":"Build a Nursery to help animals to breed.","reward":356},{"id":179,"title":"Put 2 horses inside","hint":"","description":"Put 2 horses inside and wait for getting your new horse! You can produce as many as you need!","reward":358},{"id":180,"title":"Complete Dune Isle on 1 star","hint":"","description":"Visit Dune Isle (1 star) and destroy the Golden Hall where the treacherous Mummy lives. Take care with Anubis servants!","reward":360},{"id":181,"title":"Build Gold Mine III","hint":"","description":"Build a Gold Mine III to increase your gold resources!","reward":362},{"id":182,"title":"Put 6 villagers inside","hint":"","description":"Put 6 villagers inside your new gold mine to make it work at its fullest.","reward":364},{"id":184,"title":"Build 2 Archer Knight","hint":"","description":"Train 2 Archer Knights to increase the speed of your range units!","reward":368},{"id":185,"title":"Rescue the captured allies","hint":"","description":"Rescue the captured allies by the trolls before they kill them!","reward":370},{"id":186,"title":"Build a Zeppelin Tower","hint":"","description":"Build a Zeppelin Tower to fly over the Eastern Sea and visit more isles!!","reward":372},{"id":187,"title":"Update Town Hall to Town Hall III","hint":"","description":"Update Town Hall to Town Hall III. Your villagers will go as faster as the best runner!","reward":374},{"id":188,"title":"Train 2 villagers III","hint":"","description":"Train 2 villagers III and try their super speed","reward":376},{"id":189,"title":"Update the Market to Market III","hint":"","description":"Update the Market to Market III to deal with more resources with each transaction.","reward":378},{"id":190,"title":"Build 10 walls IV","hint":"","description":"Build 10 walls IV on the left bottom row of your empire 1rst acre.","reward":380},{"id":191,"title":"Complete Arctic Isle 2 stars","hint":"","description":"Visit the Arctic Isle (2 stars) and pay a visit to your 'friend' the Yeti to save the penguins\u2026 take care, he has called for help!","reward":382},{"id":192,"title":"Free the captured animals","hint":"","description":"Free the animals closed in the cage, they are suffering!","reward":384},{"id":193,"title":"Build Workshop IV","hint":"","description":"Build the Workshop IV to be able to build cannons! Woo hoo!!","reward":386},{"id":194,"title":"Train 3 cannons","hint":"","description":"Train 3 cannons\u2026 and try them on your enemies when you wish!","reward":388},{"id":195,"title":"Heal a damaged unit.","hint":"","description":"Build the Healing Spring and heal a damaged unit after a battle. This tree is miraculous!","reward":390},{"id":196,"title":"Build a Cow Ranch III","hint":"","description":"Build a Cow Ranch III to increase your food outcome. Cows won't like it, but your empire's survival depends on it!!","reward":392},{"id":197,"title":"Build a Lumber Mill III","hint":"","description":"Build a Lumber Mill III to increase your wood outcome!","reward":394},{"id":198,"title":"Complete the Emergent Isle 2 stars","hint":"","description":"Visit the Emergent Isle (2 stars) and try to get the treasure protected by the trolls. Beware, now they are much more dangerous!","reward":396},{"id":199,"title":"Build Barracks IV","hint":"","description":"Build a Barracks IV to train Powerful Swordsmen! Your enemies will be terrified now!","reward":398},{"id":200,"title":"Train 3 swordsmen IV","hint":"","description":"Train 3 swordsmen IV and show your enemies some sword skill lessons!","reward":400},{"id":201,"title":"Build 2 carrot farms","hint":"","description":"Build 2 carrot farms to increase your food outcome. Your warriors are not rabbits, but they also like carrots!","reward":402},{"id":202,"title":"Build Forestry Academy","hint":"","description":"Build a Forestry Academy and your villagers will cut trees faster than any professional woodcutter!","reward":404},{"id":203,"title":"Open a Stone Mine III","hint":"","description":"Open a Stone Mine III to increase your stone resources.","reward":406},{"id":204,"title":"Build Mechanics","hint":"","description":"Build a Mechanics building. You can train Engineers to repair siege weapons!","reward":408},{"id":205,"title":"Free the Siege Weapons!","hint":"","description":"Free the Siege Weapons seized by the trolls! Why the hell they steal them if they don't know how to use them?","reward":410},{"id":206,"title":"Build Archery IV","hint":"","description":"Build an Archery IV to train Powerful Archers. If you started to be dreaded by your enemies, many will now run away from you!","reward":412},{"id":207,"title":"Train 3 Powerful Archers","hint":"","description":"Train 3 Powerful Archers and let them know how piercing are your new arrows!","reward":414},{"id":208,"title":"Build Eagles III","hint":"","description":"Build an Eagles III to breed stronger eagles!","reward":416},{"id":209,"title":"Explore the Skeleton Statue","hint":"","description":"Explore the Skeleton Statue and discover its hidden secret! (daily mission)","reward":418},{"id":210,"title":"Complete the Desert Isle on 1 star","hint":"","description":"Visit the Desert Isle (1 star) and kill all the trolls. Beware, a great peril looms under the sands\u2026","reward":420},{"id":211,"title":"Build House IV","hint":"","description":"Build a House IV to be able to put more population in.","reward":422},{"id":212,"title":"Open a Fire Workshop","hint":"","description":"Open a Fire Workshop to be able to build fire cannons! Super Whoo Hoo!","reward":424},{"id":213,"title":"Build Minery Academy","hint":"","description":"Build a Minery Academy so your villager learn to collect gold and stone faster.","reward":426},{"id":214,"title":"Open Mill IV","hint":"","description":"Open a Mill IV to increase your food outcome. Your warriors are always hungry!","reward":428},{"id":215,"title":"Build Stables IV","hint":"","description":"Build a Stables IV to train Powerful Knights. You are now stronger than ever!","reward":430},{"id":216,"title":"Train 3 Knights","hint":"","description":"Train 3 Powerful Knights and invite your enemies to eat dust!","reward":432},{"id":217,"title":"Build a Blacksmith","hint":"","description":"Build a Blacksmith so melee, ranged and mounted troops spend less resources to be trained! That's really good news!!","reward":434},{"id":218,"title":"Build 5 Towers IV","hint":"","description":"Build 5 Towers IV to improve your empire defenses. Put them strategically and they will badly hurt your enemies, promised!","reward":436},{"id":219,"title":"Build 10 Walls V","hint":"","description":"Build 10 Walls V on the lower left row of your empire to improve you defensive structures.","reward":438},{"id":220,"title":"Build a Weather Machine","hint":"","description":"Build a Weather Machine to be able to change the landscape at your will! That's magic, baby!!","reward":440},{"id":221,"title":"Build 2 watermelon Farms","hint":"","description":"Build 2 watermelon Farms to increase your food outcome. Eating fruit is very healthy, but you already know that!","reward":442},{"id":222,"title":"Update Town Hall IV","hint":"","description":"Update the Town Hall IV. If your villagers were really fast, now they will almost fly!","reward":444},{"id":223,"title":"Build Lumber Mill IV","hint":"","description":"Build a Lumber Mill IV to increase your wood outcome.","reward":446},{"id":224,"title":"Build the Tavern","hint":"","description":"Build a Tavern and you'll increase your maximum population capacity by 10 units\u2026 people that go to the Tavern don't need any home to live in!","reward":448},{"id":225,"title":"Build Wizardry Academy!","hint":"","description":"Build the Wizardry Academy to be able to cast spells! The power to destroy that the Spell Book gives you is immeasurable! (You'll see the Spell Book in your next game session)","reward":450},{"id":226,"title":"Expand to 4 acres","hint":"","description":"Expand the territory of your empire to 4 acres and show who the real king of Social Empires is!","reward":452},{"id":227,"title":"Defeat the Dragon!","hint":"","description":"Visit Nest Isle (1 star) and defeat the Furious Dragon! Take care, is very powerful!","reward":454},{"id":1008,"title":"Take care of the Dragon Egg!","hint":"","description":"Click on the Dragon Breeding Nest, and click again on the ENTER button at the lower interface. Now press the 'Take Care' button to take care of the Dragon Egg!","reward":14},{"id":1,"title":"Build farm land","hint":"","description":"A farm land provides food to your empire. Go to the BUILD menu and place a farm land near your Town Hall!","reward":10},{"id":92,"title":"Train 8 Medium Archer","hint":"","description":"Train 8 Medium Archer... the danger is imminent!","reward":184},{"id":183,"title":"Build Archery Stables","hint":"","description":"Build Archery Stables to train medium archer knights!","reward":366}],"offer_packs":[{"id":1,"position":22,"cost_cash":25,"gold":5000,"stone":5000,"food":5000,"wood":5000,"xp":500,"items":[27,550,555],"mana":0,"enabled":1,"pack_type":0},{"id":2,"position":21,"cost_cash":35,"gold":0,"stone":0,"food":0,"wood":0,"xp":750,"items":[199,199,369,369,384,384,214,214],"mana":0,"enabled":0,"pack_type":0},{"id":3,"position":20,"cost_cash":25,"gold":0,"stone":0,"food":0,"wood":0,"xp":500,"items":[152,553,554,555,556,557],"mana":0,"enabled":1,"pack_type":0},{"id":4,"position":19,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":625,"items":[241,268,388,577,578,607],"mana":0,"enabled":0,"pack_type":0},{"id":5,"position":18,"cost_cash":20,"gold":0,"stone":0,"food":0,"wood":0,"xp":400,"items":[575,575,575,575,502,502,568,568,568,568,541,541,541,541,541,540,540,540,540,540,539,539,539,539,539],"mana":0,"enabled":1,"pack_type":0},{"id":6,"position":17,"cost_cash":50,"gold":0,"stone":0,"food":0,"wood":0,"xp":900,"items":[608,608,608,608,608,609,609,609,609,609,610,610,610,610,610,569,569,414],"mana":0,"enabled":1,"pack_type":0},{"id":7,"position":16,"cost_cash":60,"gold":25000,"stone":25000,"food":25000,"wood":25000,"xp":1000,"items":[618,469],"mana":50,"enabled":1,"pack_type":0},{"id":8,"position":15,"cost_cash":100,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[630,631],"mana":0,"enabled":0,"pack_type":0},{"id":9,"position":14,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":800,"items":[[469,35],[56,70],[414,90],[642,100]],"mana":0,"enabled":0,"pack_type":1},{"id":10,"position":13,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":800,"items":[[57,35],[472,70],[652,90],[638,100]],"mana":0,"enabled":0,"pack_type":1},{"id":11,"position":12,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[60,35],[662,70],[660,90],[651,100]],"mana":0,"enabled":1,"pack_type":1},{"id":12,"position":11,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[649,684,650],[651,638,694,661,683],[687,643,655,635,615,646,629]],"mana":0,"enabled":0,"pack_type":2},{"id":13,"position":10,"cost_cash":150,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[638,651,698,710],"mana":0,"enabled":0,"pack_type":0},{"id":14,"position":9,"cost_cash":200,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[638,651,698,710],"mana":0,"enabled":0,"pack_type":0},{"id":15,"position":8,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[649,695,684],[709,710,698,712,707,706,660,612,641],[679,623,687,621,643,629]],"mana":0,"enabled":0,"pack_type":2},{"id":16,"position":7,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":17,"position":6,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"mana":0,"enabled":0,"pack_type":2},{"id":18,"position":5,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":19,"position":4,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"mana":0,"enabled":0,"pack_type":2},{"id":20,"position":3,"cost_cash":125,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[550,652,683,706,712,727],"mana":0,"enabled":0,"pack_type":0},{"id":21,"position":2,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[550,652,683,706,712,727],"mana":0,"enabled":0,"pack_type":0},{"id":22,"position":1,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[723,714,744],[722,745,741,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":23,"position":1,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[744,736,758],[724,755,644,702,745,700,647,742],[711,648,641,765,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":24,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,758,714],[757,713,724],[642,709,711]],"mana":0,"enabled":0,"pack_type":2},{"id":25,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,708,736],[723,714,769],[695,710,651]],"mana":0,"enabled":0,"pack_type":2},{"id":26,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[758,775,777],[776,753,700,773,770,754,774,755],[711,648,641,742,687,733,752]],"mana":0,"enabled":0,"pack_type":2},{"id":27,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,723,785],[775,815,650,762,792,757,772,794],[817,786,769,773,768,774,742]],"mana":0,"enabled":0,"pack_type":2},{"id":28,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[798,793,785],[775,776,756,762,792,755,772,794],[749,786,813,773,814,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":29,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[826,793,830],[828,829,776,762,792,831,772,806],[796,787,813,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":30,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[847,785,830],[744,788,776,755,791,831,772,806],[771,787,849,807,820,781,637]],"mana":0,"enabled":0,"pack_type":2},{"id":31,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[846,847,758],[856,829,828,788,755,827,791,746],[781,771,717,849,702,850,637]],"mana":0,"enabled":0,"pack_type":2},{"id":32,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[853,766,846],[764,815,829,737,827,752,631,746],[716,683,702,787,850,717,854]],"mana":0,"enabled":0,"pack_type":2},{"id":33,"position":1,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":750,"items":[1360,1361,1358,1359],"mana":0,"enabled":1,"pack_type":0},{"id":34,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":35,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":36,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[875,862,798],[775,788,776,762,791,831,772,815],[786,771,876,807,813,781,637]],"mana":0,"enabled":0,"pack_type":2},{"id":37,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[875,847,723],[856,829,828,788,757,794,791,815],[781,771,890,786,711,876,637]],"mana":0,"enabled":0,"pack_type":2},{"id":38,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[785,847,793],[830,788,776,792,831,772,791,829],[796,787,807,784,774,849,782]],"mana":0,"enabled":0,"pack_type":2},{"id":39,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[798,847,766],[830,884,778,792,831,879,745,896],[765,770,807,769,801,814,789]],"mana":5,"enabled":0,"pack_type":2},{"id":40,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[758,798,826],[1299,815,778,897,884,762,776,896],[765,770,871,784,861,820,789]],"mana":5,"enabled":0,"pack_type":2},{"id":41,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,777,826],[830,897,856,792,831,776,886,829],[771,637,861,790,816,769,774]],"mana":5,"enabled":0,"pack_type":2},{"id":42,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[846,777,723],[775,884,788,897,786,772,753,896],[683,637,850,2035,725,869,774]],"mana":5,"enabled":0,"pack_type":2},{"id":43,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,847,846],[830,2019,1299,788,776,801,772,667],[683,2008,2014,765,849,770,810]],"mana":5,"enabled":0,"pack_type":2},{"id":44,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,785],[2042,2022,1299,884,776,815,762,742],[2008,796,871,868,765,769,537]],"mana":5,"enabled":0,"pack_type":2},{"id":45,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,847,777],[2019,788,897,792,884,757,794,745],[765,770,879,849,756,790,821]],"mana":5,"enabled":0,"pack_type":2},{"id":46,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,826,793],[2022,2053,897,886,806,757,2008,745],[762,2020,879,820,799,814,711]],"mana":5,"enabled":0,"pack_type":2},{"id":47,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,798],[2059,2042,2053,772,2067,776,886,742],[765,813,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":48,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,798],[830,2073,2052,772,2067,2008,742,724],[828,2014,796,868,810,654,774]],"mana":5,"enabled":0,"pack_type":2},{"id":49,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,847],[2055,2042,2066,896,776,2059,886,753],[757,2017,770,683,811,892,779]],"mana":5,"enabled":0,"pack_type":2},{"id":50,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,847,777],[2060,2059,2066,2035,896,2053,886,831],[772,2024,717,727,811,849,779]],"mana":5,"enabled":0,"pack_type":2},{"id":51,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,777],[2055,830,2053,772,806,776,886,742],[762,790,771,892,810,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":52,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2043,891,793],[2099,2042,772,788,2067,757,742,717],[762,814,683,892,756,709,821]],"mana":5,"enabled":0,"pack_type":2},{"id":53,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,2043,846],[2056,2055,884,828,2067,757,2008,717],[776,2014,2066,683,2044,709,642]],"mana":5,"enabled":0,"pack_type":2},{"id":54,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2039,2016,891],[2099,897,2052,2055,772,886,880,724],[828,2017,2066,796,2040,753,650]],"mana":5,"enabled":0,"pack_type":2},{"id":55,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,891,798],[2099,2042,2052,2055,2059,886,880,829],[831,2024,722,796,892,753,544]],"mana":5,"enabled":0,"pack_type":2},{"id":56,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,862,847],[2114,897,884,792,2067,881,2011,724],[762,868,2029,849,799,654,544]],"mana":5,"enabled":0,"pack_type":2},{"id":57,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,777],[2102,2055,2114,2042,896,880,886,742],[828,757,879,2017,796,892,650]],"mana":5,"enabled":0,"pack_type":2},{"id":58,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2039,846,785],[2102,830,2042,815,896,2047,886,776],[828,762,2008,2040,771,850,717]],"mana":5,"enabled":0,"pack_type":2},{"id":59,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,777],[2101,2060,2053,772,2067,776,886,742],[765,790,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":60,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2043,891,846],[2099,2144,897,2055,772,2052,880,724],[828,2044,2066,796,892,753,650]],"mana":5,"enabled":1,"pack_type":2}],"images":{"470_maravilla_popup.jpg":"en","agregar-juego.jpg":"","aguila2.jpg":"","aldeana-regalos.png":"","alert_allies.jpg":"","alert_human_camp.jpg":"","alert_magic.jpg":"","alert_ship.jpg":"","alert_ship2.jpg":"","alert_troll_camp.jpg":"","alert_zep.jpg":"","alert_zep2.jpg":"","aliadosprisionerospopup.jpg":"","antimatter_evildemon.jpg":"en","ataque_ganado.jpg":"","ataque_perdido.jpg":"","BahamutSupremeInvocationTemple.swf":"","barca.jpg":"","barco.jpg":"","barril.png":"","bg_quest_progress_ship1.jpg":"","bg_quest_progress_ship2.jpg":"","bg_quest_progress_ship3.jpg":"","boss2_end.jpg":"","boss2_ini.jpg":"","b_1.png":"","b_10.png":"","b_11.png":"","b_12.png":"","b_13.png":"","b_14.png":"","b_15.png":"","b_2.png":"","b_3.png":"","b_4.png":"","b_5.png":"","b_6.png":"","b_7.png":"","b_8.png":"","b_9.png":"","caballotroyano.png":"","caja200.png":"","catapultaspresas_SCREEN.jpg":"","CESPED.jpg":"","CIVorks2.jpg":"en","cofre.png":"","collectibles.png":"","collectibles_new.png":"","collect_f0.jpg":"","collect_f1.jpg":"","collect_f2.jpg":"","collect_f3.jpg":"","collect_g0.jpg":"","collect_g1.jpg":"","collect_g2.jpg":"","collect_g3.jpg":"","COLLECT_GEMS.jpg":"","collect_s0.jpg":"","collect_s1.jpg":"","collect_s2.jpg":"","collect_s3.jpg":"","collect_w0.jpg":"","collect_w1.jpg":"","collect_w2.jpg":"","collect_w3.jpg":"","conquer_the_world.png":"en","DESIERTO.jpg":"","dragonmuenfadao.jpg":"","dragonmuerto.jpg":"","dragonNestInactive.jpg":"","dragonRiderProgress1.swf":"","dragonRiderProgress2.swf":"","dragonRiderProgress3.swf":"","dragonsattack.jpg":"","dragon_limit.jpg":"en","estatuaesqueletopopup.jpg":"","expand.png":"en","flag.png":"","ganas_defensa.jpg":"","goal_001.jpg":"","goal_002.jpg":"","goal_003.jpg":"","goal_004.jpg":"","goal_005.jpg":"","goal_006.jpg":"","goal_007.jpg":"","goal_008.jpg":"","goal_008_.jpg":"","goal_009.jpg":"","goal_010.jpg":"","goal_011.jpg":"","goal_012.jpg":"","goal_013.jpg":"","goal_014.jpg":"","goal_015.jpg":"","goal_016.jpg":"","goal_017.jpg":"","goal_018.jpg":"","goal_019.jpg":"","goal_020.jpg":"","goal_021.jpg":"","goal_023.jpg":"","goal_024.jpg":"","goal_025.jpg":"","goal_026.jpg":"","goal_027.jpg":"","goal_028.jpg":"","goal_029.jpg":"","goal_030.jpg":"","goal_031.jpg":"","goal_032.jpg":"","goal_033.jpg":"","goal_034.jpg":"","goal_035.jpg":"","goal_036.jpg":"","goal_037.jpg":"","goal_038.jpg":"","goal_039.jpg":"","goal_040.jpg":"","goal_041.jpg":"","goal_042.jpg":"","goal_043.jpg":"","goal_044.jpg":"","goal_045.jpg":"","goal_046.jpg":"","goal_047.jpg":"","goal_048.jpg":"","goal_049.jpg":"","goal_050.jpg":"","goal_051.jpg":"","goal_052.jpg":"","goal_053.jpg":"","goal_054.jpg":"","goal_055.jpg":"","goal_056.jpg":"","goal_057.jpg":"","goal_058.jpg":"","goal_059.jpg":"","goal_060.jpg":"","goal_061.jpg":"","goal_062.jpg":"","goal_063.jpg":"","goal_064.jpg":"","goal_065.jpg":"","goal_066.jpg":"","goal_067.jpg":"","goal_068.jpg":"","goal_069.jpg":"","goal_070.jpg":"","goal_071.jpg":"","goal_072.jpg":"","goal_073.jpg":"","goal_074.jpg":"","goal_075.jpg":"","goal_076.jpg":"","goal_077.jpg":"","goal_078.jpg":"","goal_079.jpg":"","goal_080.jpg":"","goal_081.jpg":"","goal_082.jpg":"","goal_083.jpg":"","goal_084.jpg":"","goal_085.jpg":"","goal_086.jpg":"","goal_087.jpg":"","goal_088.jpg":"","goal_089.jpg":"","goal_090.jpg":"","goal_091.jpg":"","goal_092.jpg":"","goal_093.jpg":"","goal_094.jpg":"","goal_095.jpg":"","goal_096.jpg":"","goal_097.jpg":"","goal_098.jpg":"","goal_099.jpg":"","goal_100.jpg":"","gods_1.jpg":"","gods_2.jpg":"","gods_3.jpg":"","gods_4.jpg":"","gods_5.jpg":"","gods_6.jpg":"","gods_7.jpg":"","healersprisioneraspopup.jpg":"","help_dragon_nest.jpg":"","help_island_image.jpg":"","human-defeated.png":"","install.jpg":"en","island_location.png":"","jaulaanimal_SCREEN.jpg":"","jinete.png":"","kidnapped.png":"","llibre.png":"","magic_black_hole.jpg":"","magic_crack.jpg":"","magic_dragon.jpg":"","magic_enlarge.jpg":"","magic_fire.jpg":"","magic_frozen.jpg":"","magic_full_limit.jpg":"","magic_golem.jpg":"","magic_heal.jpg":"","magic_lightning.jpg":"","magic_poison.jpg":"","magic_range_increaser.jpg":"","magic_shield.jpg":"","magic_speed_increaser.jpg":"","magic_stone.jpg":"","magic_yeti.jpg":"","mago_altar.png":"","mapa1.jpg":"","mapa2.jpg":"","mapa3.jpg":"","mapa4.jpg":"","mapa5.jpg":"","minapiedracandado_SCREEN.jpg":"","MINERAL.jpg":"","molinollamaspopup.jpg":"","monsterNestInactive.jpg":"","morocco_dealer.png":"","motivation1.jpg":"","motivation2.jpg":"","news_aceite.jpg":"en","news_angel2.jpg":"en","news_angeles.jpg":"en","news_atlantis.jpg":"en","news_atlantis2.jpg":"en","news_barco.jpg":"en","news_bossdrac.jpg":"en","news_catedral.jpg":"en","news_cementerio.jpg":"en","news_civ.jpg":"en","news_criadero.jpg":"en","news_demonio.jpg":"en","news_egypt.jpg":"en","news_elefante.jpg":"en","news_elfos.jpg":"en","news_elfos2.jpg":"en","news_fortress.jpg":"en","news_heroes.jpg":"en","news_inferno.jpg":"en","news_kamirino.jpg":"en","news_magic.jpg":"en","news_map.jpg":"en","news_mitologic_3.jpg":"en","news_mitologic_4.jpg":"en","news_mummy.jpg":"en","news_mummy2.jpg":"en","news_myth.jpg":"en","news_neptune.jpg":"en","news_newangel.jpg":"en","news_newtowers.jpg":"en","news_odin.jpg":"en","news_pack.jpg":"en","news_paladin.jpg":"en","news_recruit.jpg":"en","news_squad2.jpg":"en","news_supreme.jpg":"en","news_tiempo.jpg":"en","news_tierv.jpg":"en","news_torrehielo.jpg":"en","news_torremovil.jpg":"en","news_tower_2.jpg":"en","news_trolls.jpg":"en","news_trolls_discount.jpg":"en","news_tsunami.jpg":"en","news_vikingos.jpg":"en","news_warehouse.jpg":"en","news_watertower.jpg":"en","news_watertower2.jpg":"en","news_wonders.jpg":"en","news_world.jpg":"en","news_zepelin.jpg":"en","new_2hard.jpg":"en","new_470maravilla.jpg":"en","new_635_ent.jpg":"en","new_bahamut_riders.jpg":"en","new_bestciv2_4.jpg":"en","new_bestciv2_5.jpg":"en","new_bestciv2_6.jpg":"en","new_bestciv2_7.jpg":"en","new_bestcivs2.jpg":"en","new_bestcivs2_2.jpg":"en","new_bestcivs2_3.jpg":"en","new_boss2.jpg":"en","new_castledragon.jpg":"en","new_civelv.jpg":"en","new_civelv2.jpg":"en","new_civelv3.jpg":"en","new_civelv4.jpg":"en","new_civelv5.jpg":"en","new_civglad.jpg":"en","new_civglad2.jpg":"en","new_civglad3.jpg":"en","new_civglad4.jpg":"en","new_civglad5.jpg":"en","new_civglad6.jpg":"en","new_civglad7.jpg":"en","new_civork1.jpg":"en","new_civork3.jpg":"en","new_civork4.jpg":"en","new_civork5.jpg":"en","new_decos.jpg":"en","new_dragonrider.jpg":"en","new_dragon_riders.jpg":"en","new_elitearmy.jpg":"en","new_gods.jpg":"en","new_gods2.jpg":"en","new_halloween.jpg":"en","new_halloween2.jpg":"en","new_hardcore.jpg":"en","new_hardgods.jpg":"en","new_lanza.jpg":"en","new_lanza2.jpg":"en","new_monday.jpg":"en","new_multiciv.jpg":"en","new_multiciv1.jpg":"en","new_multiciv2.jpg":"en","new_multiciv3.jpg":"en","new_multiciv4.jpg":"en","new_myth2.jpg":"en","new_myth5.jpg":"en","new_myth6.jpg":"en","new_myth6b.jpg":"en","new_myth7.jpg":"en","new_necro1.jpg":"en","new_necro2.jpg":"en","new_necro3.jpg":"en","new_necro4.jpg":"en","new_necro5.jpg":"en","new_necro_feature.jpg":"en","new_nestmonster.jpg":"en","new_newmagics.jpg":"en","new_pharaohs.jpg":"en","new_pharaohs2.jpg":"en","new_pharaohs3.jpg":"en","new_pharaohs4.jpg":"en","new_punisherknight.jpg":"en","new_supreme.jpg":"en","new_survival.jpg":"en","new_tiger.jpg":"en","new_time.jpg":"en","new_tourney.jpg":"en","new_trex.jpg":"en","NIEVE.jpg":"","nino_00.png":"","nino_01.png":"","nino_02.png":"","nino_03.png":"","nino_04.png":"","nino_05.png":"","nino_06.png":"","nino_07.png":"","nino_08.png":"","nino_09.png":"","nino_10.png":"","nino_11.png":"","nino_12.png":"","nino_13.png":"","nino_14.png":"","nino_15.png":"","nino_16.png":"","nino_17.png":"","nino_18.png":"","nino_19.png":"","nino_20.png":"","nino_21.png":"","nino_22.png":"","nino_23.png":"","nino_24.png":"","NoGiftsIcon.png":"","nubes.jpg":"","offer_pack_1.png":"en","offer_pack_10.png":"en","offer_pack_11.png":"en","offer_pack_12.png":"en","offer_pack_13.png":"en","offer_pack_14.png":"en","offer_pack_15.png":"en","offer_pack_16.png":"en","offer_pack_17.png":"en","offer_pack_18.png":"en","offer_pack_19.png":"en","offer_pack_2.png":"en","offer_pack_20.png":"en","offer_pack_21.png":"en","offer_pack_22.png":"en","offer_pack_23.png":"en","offer_pack_24.png":"en","offer_pack_25.png":"en","offer_pack_26.png":"en","offer_pack_27.png":"en","offer_pack_28.png":"en","offer_pack_29.png":"en","offer_pack_3.png":"en","offer_pack_30.png":"en","offer_pack_31.png":"en","offer_pack_32.png":"en","offer_pack_33.png":"en","offer_pack_34.png":"en","offer_pack_35.png":"en","offer_pack_36.png":"en","offer_pack_37.png":"en","offer_pack_38.png":"en","offer_pack_39.png":"en","offer_pack_4.png":"en","offer_pack_40.png":"en","offer_pack_41.png":"en","offer_pack_42.png":"en","offer_pack_43.png":"en","offer_pack_44.png":"en","offer_pack_45.png":"en","offer_pack_46.png":"en","offer_pack_47.png":"en","offer_pack_48.png":"en","offer_pack_49.png":"en","offer_pack_5.png":"en","offer_pack_50.png":"en","offer_pack_51.png":"en","offer_pack_52.png":"en","offer_pack_53.png":"en","offer_pack_54.png":"en","offer_pack_55.png":"en","offer_pack_56.png":"en","offer_pack_57.png":"en","offer_pack_58.png":"en","offer_pack_59.png":"en","offer_pack_6.png":"en","offer_pack_60.png":"en","offer_pack_7.png":"en","offer_pack_8.png":"en","offer_pack_9.png":"en","oveja.png":"","pierdes_defensa.jpg":"","popupDragonProgress1.swf":"","popupDragonProgress2.swf":"","popupDragonProgress3.swf":"","popupDragonProgress4.swf":"","popupDragonProgress5.swf":"","popupDragonProgress6.swf":"","popupMonsterProgress1.swf":"","popupMonsterProgress2.swf":"","popupMonsterProgress3.swf":"","popupMonsterProgress4.swf":"","pop_up5_sueno2.jpg":"","pop_up_nieve.jpg":"","prev_magic_black_hole.jpg":"","prev_magic_crack.jpg":"","prev_magic_dragon.jpg":"","prev_magic_enlarge.jpg":"","prev_magic_fire.jpg":"","prev_magic_frozen.jpg":"","prev_magic_full_limit.jpg":"","prev_magic_golem.jpg":"","prev_magic_heal.jpg":"","prev_magic_poison.jpg":"","prev_magic_range_increaser.jpg":"","prev_magic_shield.jpg":"","prev_magic_speed_increaser.jpg":"","prev_magic_stone.jpg":"","prev_magic_yeti.jpg":"","princess.png":"","princess2.png":"","principecolgado.png":"","prisonarchers.png":"","prisontroll.png":"","quests_manager_img1.jpg":"","quests_manager_img2.jpg":"","quests_manager_img3.jpg":"","quests_manager_img4.jpg":"","quests_manager_img5.jpg":"","quests_manager_img_1.jpg":"","quests_manager_img_2.jpg":"","quests_manager_img_3.jpg":"","quests_manager_img_4.jpg":"","quests_manager_img_5.jpg":"","quests_manager_img_6.jpg":"","quests_manager_img_7.jpg":"","quest_allies.jpg":"","quest_altar_azteca.jpg":"","quest_arbolvida.jpg":"","quest_archers.jpg":"","quest_atlantes_tesoro.jpg":"","quest_balrog.jpg":"","quest_cages.jpg":"","quest_chinos_dragones.jpg":"","quest_chinos_fuegos.jpg":"","quest_cleopatra.jpg":"","quest_egypt_golem.jpg":"","quest_egypt_sarcofago.jpg":"","quest_ent.jpg":"","quest_healers.jpg":"","quest_kidnapped.jpg":"","quest_magos.jpg":"","quest_map.png":"","quest_mill.jpg":"","quest_portales.jpg":"","quest_prince.jpg":"","quest_princess.jpg":"","quest_rockdriller.jpg":"","quest_siege.jpg":"","quest_stone_mine.jpg":"","quest_treasure.jpg":"","quest_troll.jpg":"","quest_undead.jpg":"","quest_vibora.jpg":"","quest_vikingos_cerveza.jpg":"","quest_villagers.jpg":"","quest_yeti_negro.jpg":"","recruitprize_556.jpg":"","recruitprize_569.jpg":"","recruitprize_602.jpg":"","recruitprize_603.jpg":"","recruitprize_606.jpg":"","rockdriller_start.jpg":"","rockdriller_win.jpg":"","SELVA.jpg":"","ship.png":"","ship2.png":"","SURVIVAL_DESIERTO.jpg":"","SURVIVAL_MINERAL.jpg":"","SURVIVAL_NIEVE.jpg":"","SURVIVAL_NUBES.jpg":"","SURVIVAL_SELVA.jpg":"","TESORO.jpg":"","thumbprincess.jpg":"","thumbrey.jpg":"","totem.png":"","tournament_friends.jpg":"","tournament_weekly_cash.jpg":"","tournament_weekly_gold.jpg":"","townHuman.png":"","townTroll.png":"","troll_civ.png":"en","trols.png":"","trolsentado.png":"","vaca.png":"","victoryYETI.jpg":"","villagers.png":"","vs-nivel1.jpg":"","vs-nivel2.jpg":"","vs-nivel3.jpg":"","vs-nivel4.jpg":"","vs-nivel5.jpg":"","vs-nivel6.jpg":"","vs-nivel7.jpg":"","weekly_tournament_bot1.png":"","weekly_tournament_bot2.png":"","weekly_tournament_bot3.png":"","win-golem.jpg":"","zeppelin.jpg":""},"social_items":[{"id":6,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"},{"id":16,"worker_cost":2,"workers":"Geologist,Miner"},{"id":18,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner,Supervisor"},{"id":23,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer"},{"id":24,"worker_cost":2,"workers":"Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl"},{"id":49,"worker_cost":2,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":50,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":185,"worker_cost":4,"workers":"Veterinary,Trainer,Waterboy,Assistant,Supervisor"},{"id":189,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"},{"id":202,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic"},{"id":212,"worker_cost":3,"workers":"Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl,Prayer boy,Prayer girl"},{"id":216,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist,Supervisor,Boss"},{"id":224,"worker_cost":3,"workers":"Captain,Cabin boy,Helmsman"},{"id":234,"worker_cost":3,"workers":"1st Ally,2nd Ally,3rd Ally,4th Ally,5th Ally,6th Ally,7th Ally,8th Ally,9th Ally"},{"id":266,"worker_cost":2,"workers":"+125,+125,+125,+125,+125,+125,+125,+125"},{"id":299,"worker_cost":5,"workers":"Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway"},{"id":301,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"},{"id":318,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner"},{"id":320,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner,Supervisor"},{"id":335,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer"},{"id":337,"worker_cost":2,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":338,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":343,"worker_cost":3,"workers":"Captain,Grummet,Helmsman,Boatswain,Sailor,Engineer,Cook,Skipper,Traveller,Stowaway"},{"id":344,"worker_cost":5,"workers":"Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway,Engineer,Assistant"},{"id":346,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"},{"id":349,"worker_cost":4,"workers":"Veterinary,Trainer,Waterboy,Assistant,Supervisor"},{"id":352,"worker_cost":2,"workers":"+125,+125,+125,+125,+125,+125,+125,+125"},{"id":362,"worker_cost":2,"workers":"Shaman,Farseer,Altar boy, Altar Girl,Follower boy,Follower Girl,Card reader,Voodoo Doll,Incense Boy,Incense Girl"},{"id":387,"worker_cost":0,"workers":"New Recruit,New Recruit,New Recruit"},{"id":389,"worker_cost":0,"workers":"1,2,3,4,5,6,7,8"},{"id":470,"worker_cost":0,"workers":"New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit"}],"globals":{"MARKET_BASE_COSTS":{"w":100,"s":150,"f":100},"MARKET_INCREMENT":0.02,"MARKET_SELL_PERCENTAGE":0.75,"MARKET_MAX_INCREMENTS":200,"MARKET_MAX_DECREMENTS":25,"MARKET_PERIOD_HOURS":20,"EXCHANGE_CASH":5,"EXCHANGE_GOLD":2500,"COLLECTION_REWARDS":[0,176,177,178,179,180,551,546,544,552,553,206,207,208,209,124,561,562,563,564,565,875,853,1410],"COLLECTION_PRICES":"DEPRECATED","HEROES":[533,534,535,550,554,555,556,557],"COLLECT_BUILDINGS_SUBCAT_FUNCS":[511,124,121],"ATTACKS_PERIOD_HOURS":6,"ATTACKS_PERIOD_MAX":3,"ASSIST_REWARD_GOLD":10,"ASSIST_REWARD_XP":3,"RESURRECT_COST_MULT":500,"LIMITED_EDITION_EXPIRATION":"2012-07-27","ALLIES_BUILDING":234,"SUBCAT_FARMS":122,"ALLIES_MARKET":266,"ALLIES_MARKET_INCREMENTAL_COLLECT":{"w":125,"s":125,"f":125,"g":125},"ALLIES_MARKET_INITIAL_COLLECT":{"w":125,"s":125,"f":125,"g":125},"ENERGY_COSTS":{"15":4,"30":8,"60":15},"COST_UNLOCK_SKIN":20,"ALLIES_MARKET_TROLLS":352,"COLLECT_HELP_SECONDS":3600,"NEWFRIENDS_REWARD_ID_UNIT":"603.1,606.2,569.2,556.1,602.1","NEWFRIENDS_REWARD_DESCRIPTION":"615,616,617,618,619","NEWS_IMAGE":"DEPRECATED","NEWS_STORE":"DEPRECATED","NEWFRIENDS_REWARD_SCALE_UNIT":"0.9,1.1,1.1,1.1,0.8","ROUND_TABLE":389,"MAX_FEEDS_ROUND_TABLE":60,"RECRUITMENT_PRIZE":387,"MAX_GOLD_ASSAULT":20000,"EXPIRABLE_UNITS":[615],"RESURRECTABLE_UNITS":{"533":"533","534":"534","535":"535","550":"550","554":"554","555":"555","556":"556","557":"557","553":"550","565":"557"},"COST_MANA_GOLD":20000,"COST_MANA_CASH":1,"ISLE_ORDER":["100000006","100000007","100000008","100000002","100000012","100000021","100000022","100000003","100000028","100000014","100000013","100000020","100000015","100000019","100000018","100000023","100000011","100000033","100000041","100000042","100000043","100000044","100000045","100000046","100000047","100000090","100000091","100000092"],"UNIT_ENLARGE_DURATION":30000,"NUM_SPELL_USES_LVL2":25,"NUM_SPELL_USES_LVL3":50,"MANA_PER_PURCHASE":5,"START_LEVEL_MANA_REWARD":36,"MANA_REWARD_PER_LEVEL":2,"SHOW_GRATS_PACK":0,"MAX_GOLD_QUEST":25000,"POPULATION_WONDER_ID":470,"POPULATION_INCREASE":10,"POPULATION_INCREASE_QTY":5,"COLLECT_VARIABLE_IDS":[5,6,7,202,13,14,15,203,16,17,18,204,77,78,79,205],"ANIMALS_PER_DAY":20,"SPEED_HACK_CONTROL":0,"SURVIVAL_UNLOCK_MAP_CASH":[0,0,0,20,30],"SURVIVAL_WAIT_HOURS_MAP_REPEAT":1,"SURVIVAL_BUY_LIVE_CASH":3,"SURVIVAL_HOURS_LIVE_REGENERATE":3,"PVP_BUY_TERRITORY_CASH":5,"PVP_BUY_ISLAND_CASH":30,"WAREHOUSE_CAPACITIES":[50,100,150,200,250,300,350,400,450,500,550,600,650,700,750,800,850,900,950,1000],"WAREHOUSE_CAPACITY_INCREASE_PRICE":[0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50],"WAREHOUSE_CAPACITY_INCREASE_PRICE_SINGLE":2,"WAREHOUSE_MAX_CAPACITY":1000,"SPAWN_MOROCCO_DEALER":1,"TOURNAMENT_MAX_NUMBER_COMPLEX_UNITS":10,"TOURNAMENT_UNITS_NOT_ALLOWED":[762,683,716,765,791,735,569,879,2007,2003,2145],"TOURNAMENT_ACTIVATED":1,"SPAWN_MENVSWOMEN_ADVERTISING":1,"NEWS_ITEM":[{"news_image":"new_punisherknight.jpg","news_store":"12.121.0"},{"news_image":"new_civglad7.jpg","news_store":"12.121.0"},{"news_image":"new_gods2.jpg","news_store":"gods"},{"news_image":"new_2hard.jpg","news_store":""},{"news_image":"new_hardgods.jpg","news_store":"godsquests"},{"news_image":"new_decos.jpg","news_store":"2.45.0"},{"news_image":"new_supreme.jpg","news_store":"1.13.0"},{"news_image":"new_newmagics.jpg","news_store":"1.13.0"},{"news_image":"new_hardcore.jpg","news_store":null},{"news_image":"new_bahamut_riders.jpg","news_store":"1.13.0"}],"DRAGONS":{"649":{"rider":"1","tamedId":"832"},"684":{"rider":"1","tamedId":"833"},"695":{"rider":"1","tamedId":"834"},"708":{"rider":"1","tamedId":"835"},"714":{"rider":"1","tamedId":"836"},"723":{"rider":"1","tamedId":"837"},"736":{"rider":"2","tamedId":"838"},"758":{"rider":"2","tamedId":"839"},"766":{"rider":"2","tamedId":"840"},"777":{"rider":"2","tamedId":"841"},"785":{"rider":"2","tamedId":"842"},"793":{"rider":"2","tamedId":"843"},"798":{"rider":"3","tamedId":"844"},"826":{"rider":"3","tamedId":"845"},"847":{"rider":"3","tamedId":"851"},"846":{"rider":"3","tamedId":"852"},"853":{"rider":"3","tamedId":"855"},"862":{"rider":"3","tamedId":"864"},"875":{"rider":"3","tamedId":"877"},"888":{"rider":"3","tamedId":"889"},"891":{"rider":"3","tamedId":"893"},"2000":{"rider":"3","tamedId":"2002"},"2013":{"rider":"3","tamedId":"2015"},"2016":{"rider":"3","tamedId":"2018"},"2023":{"rider":"3","tamedId":"2026"},"2037":{"rider":"3","tamedId":"2038"},"2043":{"rider":"3","tamedId":"2045"},"2039":{"rider":"3","tamedId":"2041"},"2048":{"rider":"3","tamedId":"2050"},"2057":{"rider":"3","tamedId":"2058"},"2063":{"rider":"3","tamedId":"2065"},"2069":{"rider":"3","tamedId":"2071"},"2121":{"rider":"3","tamedId":"2123"},"2129":{"rider":"3","tamedId":"2131"},"2132":{"rider":"3","tamedId":"2134"},"2140":{"rider":"3","tamedId":"2142"}},"DRAGON_RIDERS":{"1":{"unlockLevel":35,"steps":5,"stepCost":15},"2":{"unlockLevel":40,"steps":6,"stepCost":15},"3":{"unlockLevel":45,"steps":7,"stepCost":15}},"MONDAY_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"PRICE_COMPLETE_GOAL":2,"HEAVY_SIEGE_COST_CASH":20,"POLICY_FILES":["https:\/\/fbcdn-profile-a.akamaihd.net","http:\/\/profile.ak.fbcdn.net\/","https:\/\/s-assets.tp-cdn.com"],"CASH_WONDER":1299,"MAX_GOLD_HARDCORE_QUEST":30000,"DART_COST_CASH":20,"ACTIVATE_DRAGON_NEST_CASH":50,"ACTIVATE_DRAGON_NEST_GOLD":100000,"ACTIVATE_MONSTER_NEST_CASH":50,"ACTIVATE_MONSTER_NEST_GOLD":100000,"PERCENT_UNITS_RECOVERED_ATTACKER_L9":95,"PERCENT_UNITS_RECOVERED_ATTACKER_L9_MD":65,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15":75,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15_MD":55,"PERCENT_UNITS_RECOVERED_ATTACKER_L16":50,"PERCENT_UNITS_RECOVERED_ATTACKER_L16_MD":30,"PERCENT_UNITS_RECOVERED_DEFENDER":95,"PERCENT_UNITS_RECOVERED_DEFENDER_MD":75,"PERCENT_UNITS_RECOVERED_BOSS":70,"PERCENT_UNITS_RECOVERED_BOSS_MD":50,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND":60,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND_MD":30,"PERCENT_UNITS_RECOVERED_ISLE":60,"PERCENT_UNITS_RECOVERED_ISLE_MD":30,"DAILY_BONUS_CONFIG":[{"qty":250,"type":"g"},{"qty":1,"type":"hero"},{"qty":1,"type":"c"},{"qty":1,"type":"hero"},{"qty":3,"type":"c"}],"DAILY_BONUS_CONFIG_HEROES":[555,554,534,533,550,557,535,556],"DRAGON_NEST_FEED_CASH":1,"DRAGON_NEST_TAKE_CARE_CASH":1,"MONSTER_NEST_FEED_CASH":1,"MONSTER_NEST_TAKE_CARE_CASH":1,"MONDAY_BONUS_UNITS":[784,699,761,644,863],"COMEBACK_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"COMEBACK_BONUS_UNITS":[768,712],"TIME_MACHINE":[{"hours":0.5,"price":2},{"hours":1,"price":4},{"hours":4,"price":12},{"hours":8,"price":25},{"hours":12,"price":40},{"hours":24,"price":75}],"ID_BUILDING_LEVELUP_STATUE":1478,"REWARD_QUESTS_CHAPTERS_MULTIPLIER":0.3,"QUESTS_MIN_LEVELS":{"100000046":40,"100000047":40},"UNLOCKED_FOREVER_QUESTS":["100000090","100000091","100000092"],"MAX_GOLD_GOD_QUEST":35000,"MAX_XP_QUEST":7500,"MAX_XP_GOD_QUEST":8500},"magics":[{"id":2,"name":"Fire Havoc","description":"A fire tempest hits the battlefield. More effective against units.","mana":5,"area":"[5,7,9]","level":35,"gold":1000,"cash":35,"img_name":"magic_fire","target":2},{"id":3,"name":"Ultimate Hail","description":"Hundreds of boulders fall from the sky. More effective against buildings.","mana":7,"area":"[5,7,9]","level":45,"gold":60000,"cash":55,"img_name":"magic_stone","target":2},{"id":4,"name":"Deadly Frostbite","description":"Units are dead frozen, unable to move or attack for some time.","mana":5,"area":"[5,7,9]","level":43,"gold":15000,"cash":35,"img_name":"magic_frozen","target":2},{"id":5,"name":"Sacred Rain","description":"A healing rain pours over wounded units and replenishes their life.","mana":3,"area":"[5,7,9]","level":36,"gold":10000,"cash":38,"img_name":"magic_heal","target":1},{"id":6,"name":"Golem's Wrath","description":"A powerful Stone Golem ally is summoned on the battlefield.","mana":15,"area":"[1,1,1]","level":40,"gold":25000,"cash":45,"img_name":"magic_golem","target":0},{"id":7,"name":"Hell Abyss","description":"Earth crumbles and swallows small units and buildings for life.","mana":10,"area":"[5,7,9]","level":38,"gold":15000,"cash":40,"img_name":"magic_crack","target":2},{"id":8,"name":"Poisonous Flood","description":"A poisonous flood infects units and deals damage over time. Higher levels infect nearby targets.","mana":10,"area":"[5,7,9]","level":43,"gold":10000,"cash":30,"img_name":"magic_poison","target":2},{"id":9,"name":"Ether Shield","description":"A shield made of solid ether absorbs some damage inflicted to your units.","mana":6,"area":"[5,7,9]","level":38,"gold":50000,"cash":40,"img_name":"magic_shield","target":1},{"id":10,"name":"Yeti's Trail","description":"An abominable Yeti is summoned, wrecking havoc on enemy units.","mana":8,"area":"[1,1,1]","level":45,"gold":70000,"cash":60,"img_name":"magic_yeti","target":0},{"id":11,"name":"Age of Colossus","description":"Your units increase in size and deal more damage for some time.","mana":8,"area":"[5,7,9]","level":40,"gold":25000,"cash":45,"img_name":"magic_enlarge","target":1},{"id":12,"name":"Summon Dragon","description":"Summons a powerful Dragon to assist you on the battle.","mana":18,"area":"[1,1,1]","level":53,"gold":300000,"cash":80,"img_name":"magic_dragon","target":0},{"id":13,"name":"Instant Limit","description":"Instantly fills up the Limit Bar of your units.","mana":14,"area":"[5,7,9]","level":49,"gold":250000,"cash":70,"img_name":"magic_full_limit","target":0},{"id":14,"name":"2x Speed","description":"Doubles the movement speed of your units.","mana":10,"area":"[5,7,9]","level":47,"gold":150000,"cash":60,"img_name":"magic_speed_increaser","target":0},{"id":15,"name":"2x Range","description":"Doubles the attack range of your units.","mana":12,"area":"[5,7,9]","level":47,"gold":200000,"cash":60,"img_name":"magic_range_increaser","target":0},{"id":16,"name":"Black Hole","description":"Swallows enemies and buildings during certain amount of time.","mana":16,"area":"[5,7,9]","level":49,"gold":300000,"cash":80,"img_name":"magic_black_hole","target":0}],"units_collections_categories":{"1":{"category_id":1,"category_lang_id":1055,"units":[509,510,511,539,608],"rewards":608,"cost":1,"costs":null,"position":5},"2":{"category_id":2,"category_lang_id":1056,"units":[516,517,518,540,609],"rewards":609,"cost":1,"costs":null,"position":10},"3":{"category_id":3,"category_lang_id":1057,"units":[572,515,573,574],"rewards":574,"cost":2,"costs":null,"position":15},"4":{"category_id":4,"category_lang_id":1058,"units":[512,513,514,541,610],"rewards":610,"cost":2,"costs":null,"position":20},"5":{"category_id":5,"category_lang_id":1060,"units":[569,570,502,576],"rewards":576,"cost":3,"costs":null,"position":25},"6":{"category_id":6,"category_lang_id":1090,"units":[603,643,687,575],"rewards":575,"cost":5,"costs":[5,7,9,5],"position":30},"7":{"category_id":7,"category_lang_id":1091,"units":[635,654,615,623],"rewards":623,"cost":15,"costs":[20,25,15,15],"position":35},"33":{"category_id":33,"category_lang_id":1141,"units":[719,721],"rewards":721,"cost":15,"costs":[15,20],"position":40},"61":{"category_id":61,"category_lang_id":1431,"units":[872,894,886,896,883],"rewards":872,"cost":100,"costs":[260,250,240,250,245],"position":42},"8":{"category_id":8,"category_lang_id":1062,"units":[553,652,683,706],"rewards":706,"cost":10,"costs":[10,12,14,16],"position":45},"34":{"category_id":34,"category_lang_id":1142,"units":[712,727,771,796],"rewards":796,"cost":10,"costs":[18,20,22,24],"position":50},"9":{"category_id":9,"category_lang_id":1063,"units":[507,508,560,563],"rewards":563,"cost":5,"costs":[5,5,5,5],"position":55},"10":{"category_id":10,"category_lang_id":1065,"units":[519,520,521,522,568],"rewards":568,"cost":5,"costs":null,"position":60},"11":{"category_id":11,"category_lang_id":1216,"units":[544,631,642,537,641],"rewards":641,"cost":25,"costs":[20,25,30,25,30],"position":65},"12":{"category_id":12,"category_lang_id":1068,"units":[533,534,535,554],"rewards":554,"cost":6,"costs":null,"position":70},"13":{"category_id":13,"category_lang_id":1069,"units":[555,556,557],"rewards":557,"cost":9,"costs":null,"position":75},"14":{"category_id":14,"category_lang_id":1092,"units":[660,661,694],"rewards":694,"cost":25,"costs":null,"position":80},"15":{"category_id":15,"category_lang_id":1070,"units":[525,526,527,596],"rewards":596,"cost":5,"costs":[5,6,7,8],"position":85},"16":{"category_id":16,"category_lang_id":1071,"units":[529,547,530,531,589],"rewards":589,"cost":10,"costs":[10,12,14,14],"position":90},"17":{"category_id":17,"category_lang_id":1072,"units":[590,591,592,604,605],"rewards":605,"cost":15,"costs":[10,16,18,16,16],"position":95},"18":{"category_id":18,"category_lang_id":1073,"units":[585,586,587,588],"rewards":588,"cost":10,"costs":null,"position":100},"19":{"category_id":19,"category_lang_id":1074,"units":[606,607],"rewards":607,"cost":10,"costs":null,"position":105},"20":{"category_id":20,"category_lang_id":1075,"units":[577,578],"rewards":578,"cost":10,"costs":null,"position":110},"21":{"category_id":21,"category_lang_id":1076,"units":[612,613,614],"rewards":614,"cost":10,"costs":null,"position":115},"22":{"category_id":22,"category_lang_id":1077,"units":[619,620,621,622],"rewards":622,"cost":10,"costs":null,"position":120},"23":{"category_id":23,"category_lang_id":1078,"units":[626,627,628,629],"rewards":629,"cost":15,"costs":[15,15,18,20],"position":125},"24":{"category_id":24,"category_lang_id":1079,"units":[632,633,634],"rewards":634,"cost":15,"costs":[18,15,15],"position":130},"25":{"category_id":25,"category_lang_id":1081,"units":[644,645,646,647,648],"rewards":648,"cost":30,"costs":[35,30,30,40,35],"position":135},"26":{"category_id":26,"category_lang_id":1082,"units":[699,701,702,703,700],"rewards":700,"cost":30,"costs":[35,30,40,30,35],"position":140},"27":{"category_id":27,"category_lang_id":1083,"units":[704,705,711,715,724],"rewards":724,"cost":30,"costs":[30,30,40,35,40],"position":145},"28":{"category_id":28,"category_lang_id":1084,"units":[649,684,695,708,723],"rewards":723,"cost":100,"costs":[100,100,110,120,130],"position":150},"39":{"category_id":39,"category_lang_id":1147,"units":[714,736,758,766,785],"rewards":766,"cost":100,"costs":[140,150,160,170,180],"position":155},"47":{"category_id":47,"category_lang_id":1243,"units":[777,793,798,826,830],"rewards":777,"cost":100,"costs":[190,200,210,220,230],"position":160},"55":{"category_id":55,"category_lang_id":1328,"units":[847,846,862],"rewards":847,"cost":240,"costs":[240,240,240],"position":165},"29":{"category_id":29,"category_lang_id":1064,"units":[638,651,698,710,725],"rewards":725,"cost":35,"costs":[35,37,39,41,43],"position":190},"46":{"category_id":46,"category_lang_id":1240,"units":[768,769,784,790,813],"rewards":769,"cost":35,"costs":[45,47,49,51,53],"position":195},"52":{"category_id":52,"category_lang_id":1296,"units":[814,820,849],"rewards":820,"cost":35,"costs":[55,57,59],"position":196},"30":{"category_id":30,"category_lang_id":1087,"units":[655,662],"rewards":662,"cost":5,"costs":null,"position":210},"31":{"category_id":31,"category_lang_id":1088,"units":[561,562],"rewards":562,"cost":10,"costs":null,"position":215},"32":{"category_id":32,"category_lang_id":1089,"units":[637,653,707,650,709],"rewards":709,"cost":75,"costs":[75,80,85,85,85],"position":220},"40":{"category_id":40,"category_lang_id":1148,"units":[716,717,741,742,745],"rewards":745,"cost":75,"costs":[75,80,85,75,85],"position":225},"44":{"category_id":44,"category_lang_id":1217,"units":[770,776,757,772,762,782],"rewards":782,"cost":75,"costs":[75,85,85,90,85],"position":230},"57":{"category_id":57,"category_lang_id":1331,"units":[829,831],"rewards":831,"cost":100,"costs":[100,110],"position":231},"35":{"category_id":35,"category_lang_id":1143,"units":[729,730,731,732,733],"rewards":733,"cost":30,"costs":[30,30,30,35,30],"position":235},"36":{"category_id":36,"category_lang_id":1144,"units":[735,738,746],"rewards":746,"cost":30,"costs":[35,35,50],"position":240},"41":{"category_id":41,"category_lang_id":1149,"units":[713,722,737],"rewards":737,"cost":75,"costs":[75,80,85],"position":245},"37":{"category_id":37,"category_lang_id":1145,"units":[748,749,750,751,752],"rewards":752,"cost":40,"costs":[70,50,40,40,45],"position":250},"38":{"category_id":38,"category_lang_id":1146,"units":[755,753,754,778,828],"rewards":775,"cost":75,"costs":[85,75,75,90,95],"position":255},"42":{"category_id":42,"category_lang_id":1218,"units":[781,773,764,765,792],"rewards":792,"cost":75,"costs":[80,75,75,85,80],"position":260},"43":{"category_id":43,"category_lang_id":1219,"units":[759,760,761,779,774],"rewards":774,"cost":60,"costs":null,"position":265},"45":{"category_id":45,"category_lang_id":1239,"units":[786,787,788,789,780,778],"rewards":778,"cost":75,"costs":[85,85,80,75,75],"position":270},"48":{"category_id":48,"category_lang_id":1264,"units":[809,808,797,802,818],"rewards":795,"cost":60,"costs":null,"position":275},"49":{"category_id":49,"category_lang_id":1265,"units":[811,810,799,794,801],"rewards":794,"cost":75,"costs":[75,80,75,85,80],"position":280},"50":{"category_id":50,"category_lang_id":1292,"units":[803,805,807,812,795],"rewards":807,"cost":75,"costs":[75,80,85,85,75],"position":285},"51":{"category_id":51,"category_lang_id":1293,"units":[815,816,817,806,821],"rewards":806,"cost":75,"costs":[85,80,75,90,75],"position":290},"54":{"category_id":54,"category_lang_id":1327,"units":[827,825],"rewards":827,"cost":75,"costs":[85,60],"position":295},"53":{"category_id":53,"category_lang_id":1330,"units":[744,775,856],"rewards":778,"cost":75,"costs":[80,85,90],"position":300},"58":{"category_id":58,"category_lang_id":1400,"units":[867,866,869,897,860],"rewards":867,"cost":90,"costs":[80,90,90,100,110],"position":310},"59":{"category_id":59,"category_lang_id":1401,"units":[879,884],"rewards":884,"cost":120,"costs":[120,130],"position":315},"62":{"category_id":62,"category_lang_id":1500,"units":[2005,2006,2007,2008,2009],"rewards":2009,"cost":100,"costs":[35,35,70,90,60],"position":320},"63":{"category_id":63,"category_lang_id":1502,"units":[2010,2011,2012,2019,2020],"rewards":2019,"cost":150,"costs":[70,100,55,125,90],"position":325},"64":{"category_id":64,"category_lang_id":1505,"units":[2021,2022,2036],"rewards":2022,"cost":150,"costs":[90,125,130],"position":330}},"level_ranking_reward":[{"level":50,"cash":1,"units":{"640":1,"117":1}},{"level":49,"cash":1,"units":{"553":1}},{"level":48,"cash":1,"units":{"629":1}},{"level":47,"cash":1,"units":{"703":1}},{"level":46,"cash":1,"units":{"612":1}},{"level":45,"cash":1,"units":{"647":1,"119":1}},{"level":44,"cash":1,"units":{"633":1}},{"level":43,"cash":1,"units":null},{"level":42,"cash":1,"units":{"632":1}},{"level":41,"cash":1,"units":null},{"level":40,"cash":1,"units":null},{"level":39,"cash":1,"units":{"518":1}},{"level":38,"cash":1,"units":{"560":1}},{"level":37,"cash":1,"units":{"556":1}},{"level":36,"cash":1,"units":{"608":1}},{"level":35,"cash":1,"units":{"603":1,"123":1}},{"level":34,"cash":1,"units":{"540":1}},{"level":33,"cash":1,"units":{"565":1}},{"level":32,"cash":1,"units":{"534":1}},{"level":31,"cash":1,"units":{"507":1}},{"level":30,"cash":1,"units":{"655":1,"124":1}},{"level":29,"cash":1,"units":{"573":1}},{"level":28,"cash":1,"units":{"578":1}},{"level":27,"cash":1,"units":{"555":1}},{"level":26,"cash":1,"units":{"541":1}},{"level":25,"cash":1,"units":{"643":1,"128":1}},{"level":23,"cash":1,"units":{"574":1}},{"level":22,"cash":1,"units":{"633":1}},{"level":21,"cash":1,"units":{"606":1}},{"level":20,"cash":1,"units":{"615":1,"126":1}},{"level":19,"cash":1,"units":{"620":1}},{"level":24,"cash":1,"units":{"577":1}},{"level":18,"cash":1,"units":{"627":1}},{"level":17,"cash":1,"units":{"652":1}},{"level":16,"cash":1,"units":{"623":1}},{"level":15,"cash":1,"units":{"638":1,"121":1}},{"level":14,"cash":1,"units":{"662":1}},{"level":13,"cash":1,"units":{"644":1}},{"level":12,"cash":1,"units":{"683":1}},{"level":11,"cash":1,"units":{"626":1}},{"level":10,"cash":1,"units":{"651":10,"122":1}},{"level":9,"cash":1,"units":{"699":1}},{"level":8,"cash":1,"units":{"646":1}},{"level":7,"cash":1,"units":{"706":1}},{"level":6,"cash":1,"units":{"686":10}},{"level":5,"cash":1,"units":{"660":1,"575":10}},{"level":4,"cash":1,"units":{"661":1}},{"level":3,"cash":1,"units":{"694":1}},{"level":2,"cash":1,"units":{"712":1}},{"level":1,"cash":1,"units":{"650":1,"686":10}}],"tournament_type":{"1":{"id":1,"name":"NEWBIES","resource_type":"g","cost":500,"prize":[{"g":1500,"u":{"662":1}},{"g":1500,"u":{"729":1}},{"g":1500,"u":{"699":1}},{"g":1500,"u":{"712":1}},{"g":1500,"u":{"751":1}}],"num_players":4,"duration":24,"picture":"vs-nivel1.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"2":{"id":2,"name":"ADVANCED","resource_type":"c","cost":15,"prize":[{"c":30,"u":{"831":1}},{"c":30,"u":{"755":1}},{"c":30,"u":{"745":1}},{"c":30,"u":{"861":1}},{"c":30,"u":{"786":1}}],"num_players":4,"duration":24,"picture":"vs-nivel2.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"3":{"id":3,"name":"BEGINNERS","resource_type":"g","cost":2000,"prize":[{"g":6000,"u":{"771":1}},{"g":6000,"u":{"795":1}},{"g":6000,"u":{"711":1}},{"g":6000,"u":{"753":1}},{"g":6000,"u":{"749":1}}],"num_players":4,"duration":24,"picture":"vs-nivel3.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"4":{"id":4,"name":"PROFESSIONAL","resource_type":"c","cost":30,"prize":[{"c":60,"u":{"737":1}},{"c":60,"u":{"736":1}},{"c":60,"u":{"764":1}},{"c":60,"u":{"829":1}},{"c":60,"u":{"714":1}}],"num_players":4,"duration":24,"picture":"vs-nivel4.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"5":{"id":5,"name":"AMATEURS","resource_type":"g","cost":5000,"prize":[{"g":15000,"u":{"814":1}},{"g":15000,"u":{"867":1}},{"g":15000,"u":{"782":1}},{"g":15000,"u":{"768":1}},{"g":15000,"u":{"784":1}}],"num_players":4,"duration":24,"picture":"vs-nivel5.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"6":{"id":6,"name":"THE BEST","resource_type":"c","cost":50,"prize":[{"c":100,"u":{"847":1}},{"c":100,"u":{"793":1}},{"c":100,"u":{"884":1}},{"c":100,"u":{"766":1}},{"c":100,"u":{"826":1}}],"num_players":4,"duration":24,"picture":"vs-nivel6.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"7":{"id":7,"name":"MID-LEVEL","resource_type":"g","cost":15000,"prize":[{"g":45000,"u":{"749":1}},{"g":45000,"u":{"748":1}},{"g":45000,"u":{"722":1}},{"g":45000,"u":{"803":1}},{"g":45000,"u":{"789":1}}],"num_players":4,"duration":24,"picture":"vs-nivel7.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"8":{"id":8,"name":"WEEKLY GOLD","resource_type":"g","cost":500,"prize":[{"g":100000,"u":{"847":1}},{"g":75000,"u":{"777":1}},{"g":50000,"u":{"766":1}},{"g":25000,"u":{"766":1}},{"g":15000,"u":{"758":1}},{"g":10000,"u":{"736":1}},{"g":5000,"u":{"714":1}},{"g":5000,"u":{"695":1}},{"g":5000,"u":{"684":1}},{"g":5000,"u":{"649":1}}],"num_players":4,"duration":24,"picture":"tournament_weekly_gold.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":7,"weekly_opponent":{"10000001":{"user_name":"Bot 1","picture":"weekly_tournament_bot1.png","xp":1256,"level":15,"country":"ES","team":[643,643,643,649,684,684,649,643,643,643,638,638,638,638,638,651,651,651,651,651]},"10000002":{"user_name":"Bot 2","picture":"weekly_tournament_bot2.png","xp":1256,"level":15,"country":"ES","team":[752,752,752,695,714,714,695,752,752,752,749,749,749,749,749,724,724,724,724,724]},"10000003":{"user_name":"Bot 3","picture":"weekly_tournament_bot3.png","xp":1256,"level":15,"country":"ES","team":[745,745,744,736,708,708,736,744,745,745,781,781,781,781,781,754,754,754,754,754]}}}},"darts_items":[{"id":1,"start_date":"2012-01-31 23:00:00","items":[735,849,687,683,633,774],"extra_item":837},{"id":2,"start_date":"2012-02-05 23:00:00","items":[641,820,661,652,632,552],"extra_item":835},{"id":3,"start_date":"2012-02-12 23:00:00","items":[642,814,660,727,721,555],"extra_item":838},{"id":4,"start_date":"2012-02-19 23:00:00","items":[724,813,635,712,654,564],"extra_item":834},{"id":5,"start_date":"2012-02-26 23:00:00","items":[732,790,694,706,645,577],"extra_item":836},{"id":6,"start_date":"2012-03-04 23:00:00","items":[706,719,533,609,532,577],"extra_item":838},{"id":7,"start_date":"2012-03-11 23:00:00","items":[655,699,534,730,627,572],"extra_item":834},{"id":8,"start_date":"2012-03-18 23:00:00","items":[725,771,560,537,563,515],"extra_item":836},{"id":9,"start_date":"2012-03-25 23:00:00","items":[712,774,610,779,576,620],"extra_item":837},{"id":10,"start_date":"2012-04-01 23:00:00","items":[555,554,564,619,507,535],"extra_item":833},{"id":11,"start_date":"2012-04-08 23:00:00","items":[702,727,618,578,551,573],"extra_item":839},{"id":12,"start_date":"2012-04-15 23:00:00","items":[663,647,759,552,508,540],"extra_item":832},{"id":13,"start_date":"2012-04-22 23:00:00","items":[700,825,614,575,573,513],"extra_item":835},{"id":14,"start_date":"2012-04-29 23:00:00","items":[514,627,628,688,796,555],"extra_item":833},{"id":15,"start_date":"2012-05-06 23:00:00","items":[572,535,550,633,749,647],"extra_item":766},{"id":16,"start_date":"2012-05-13 23:00:00","items":[620,563,701,648,825,727],"extra_item":835},{"id":17,"start_date":"2012-05-20 23:00:00","items":[515,507,651,629,554,655],"extra_item":777},{"id":18,"start_date":"2012-05-27 23:00:00","items":[508,646,539,731,615,663],"extra_item":837},{"id":19,"start_date":"2012-06-03 23:00:00","items":[576,573,645,574,556,712],"extra_item":785},{"id":20,"start_date":"2012-06-10 23:00:00","items":[513,540,626,687,603,725],"extra_item":839},{"id":21,"start_date":"2012-06-17 23:00:00","items":[751,573,622,541,719,623],"extra_item":793},{"id":22,"start_date":"2012-06-24 23:00:00","items":[514,703,628,644,702,555],"extra_item":841},{"id":23,"start_date":"2012-07-01 23:00:00","items":[628,535,652,633,749,768],"extra_item":793},{"id":24,"start_date":"2012-07-08 23:00:00","items":[574,802,662,648,825,771],"extra_item":840},{"id":25,"start_date":"2012-07-15 23:00:00","items":[633,507,651,704,699,655],"extra_item":798},{"id":26,"start_date":"2012-07-22 23:00:00","items":[508,551,539,731,882,663],"extra_item":839},{"id":27,"start_date":"2012-07-29 23:00:00","items":[783,573,750,574,774,712],"extra_item":826},{"id":28,"start_date":"2012-08-05 23:00:00","items":[539,540,626,759,603,790],"extra_item":838},{"id":29,"start_date":"2012-08-12 23:00:00","items":[751,573,622,609,719,854],"extra_item":837},{"id":30,"start_date":"2012-08-19 23:00:00","items":[577,535,609,533,719,706],"extra_item":785},{"id":31,"start_date":"2012-08-26 23:00:00","items":[572,627,730,534,699,655],"extra_item":839},{"id":32,"start_date":"2012-09-02 23:00:00","items":[515,563,537,560,771,725],"extra_item":847},{"id":33,"start_date":"2012-09-09 23:00:00","items":[],"extra_item":0}],"iphone_missions":{"1":{"missionGroupId":1,"icon":"..\/img\/iPhone\/missions\/desert.png","background":"..\/img\/iPhone\/missions\/desert_background.png","harbourIid":0,"name":"Lost Sands","rank":1,"rankUpUnitsGived":[730,779,865,626,733,629,652],"missions":{"1":{"missionId":1,"name":"Anubis God","totalSteps":3,"currentStep":0,"stepEnergy":5,"itemsRequired":[],"reward":[{"qtyMin":40,"qtyMax":50,"type":"g"},{"qty":2,"type":"x"}],"lootUnits":[612,613,614],"lootChance":10},"2":{"missionId":2,"name":"The Hyksos","totalSteps":3,"currentStep":0,"stepEnergy":10,"itemsRequired":[{"item_id":509,"quantity":3}],"reward":[{"qtyMin":80,"qtyMax":100,"type":"g"},{"qty":3,"type":"x"}],"lootUnits":[577,578,607],"lootChance":20},"3":{"missionId":3,"name":"The Evil Mummy","totalSteps":4,"currentStep":0,"stepEnergy":10,"itemsRequired":[{"item_id":509,"quantity":5}],"reward":[{"qtyMin":90,"qtyMax":110,"type":"g"},{"qty":5,"type":"x"}],"lootUnits":[614,615,616],"lootChance":10},"4":{"missionId":4,"name":"Neptune","totalSteps":5,"currentStep":0,"stepEnergy":15,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":1}],"reward":[{"qtyMin":120,"qtyMax":150,"type":"g"},{"qty":7,"type":"x"}],"lootUnits":[619,620,623],"lootChance":10},"5":{"missionId":5,"name":"Detestable Ra","totalSteps":6,"currentStep":0,"stepEnergy":15,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":3}],"reward":[{"qtyMin":70,"qtyMax":80,"type":"w"},{"qty":10,"type":"x"}],"lootUnits":[603,718,535],"lootChance":10},"6":{"missionId":6,"name":"The Ruler Priest","totalSteps":7,"currentStep":0,"stepEnergy":20,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5}],"reward":[{"qtyMin":180,"qtyMax":200,"type":"g"},{"qty":12,"type":"x"}],"lootUnits":[603,533,535],"lootChance":10},"7":{"missionId":7,"name":"The Sphynx","totalSteps":8,"currentStep":0,"stepEnergy":20,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":3}],"reward":[{"qtyMin":190,"qtyMax":220,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[626,606,618],"lootChance":10},"8":{"missionId":8,"name":"Big Pyramid","totalSteps":9,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":5}],"reward":[{"qtyMin":230,"qtyMax":250,"type":"f"},{"qty":18,"type":"x"}],"lootUnits":[628,638,539],"lootChance":10},"9":{"missionId":9,"name":"Sacrifice Ritual","totalSteps":10,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":509,"quantity":7},{"item_id":516,"quantity":5},{"item_id":512,"quantity":7}],"reward":[{"qtyMin":240,"qtyMax":260,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[652,608,662],"lootChance":10},"10":{"missionId":10,"name":"The Greek BIG BOSS","totalSteps":10,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":509,"quantity":9},{"item_id":516,"quantity":7},{"item_id":512,"quantity":7},{"item_id":519,"quantity":3}],"reward":[{"qtyMin":300,"qtyMax":320,"type":"g"},{"qty":22,"type":"x"}],"lootUnits":[687,698,540],"lootChance":10}}},"2":{"missionGroupId":2,"icon":"..\/img\/iPhone\/missions\/forest.png","background":"..\/img\/iPhone\/missions\/forest_background.png","harbourIid":50005,"name":"Britania","rank":1,"rankUpUnitsGived":[651,701,750,683,729,2005,702],"missions":{"1":{"missionId":1,"name":"Willy Wallace","totalSteps":3,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":510,"quantity":7}],"reward":[{"qtyMin":350,"qtyMax":380,"type":"g"},{"qty":10,"type":"x"}],"lootUnits":[612,628,614],"lootChance":10},"2":{"missionId":2,"name":"Skirt Issues","totalSteps":3,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":510,"quantity":10}],"reward":[{"qtyMin":375,"qtyMax":400,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[622,578,607],"lootChance":10},"3":{"missionId":3,"name":"Camelot path","totalSteps":4,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":510,"quantity":15}],"reward":[{"qtyMin":420,"qtyMax":440,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[614,520,616],"lootChance":10},"4":{"missionId":4,"name":"Round Table","totalSteps":5,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":5}],"reward":[{"qtyMin":215,"qtyMax":225,"type":"w"},{"qty":30,"type":"x"}],"lootUnits":[619,627,623],"lootChance":10},"5":{"missionId":5,"name":"Lady's Lake","totalSteps":6,"currentStep":0,"stepEnergy":35,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":10}],"reward":[{"qtyMin":500,"qtyMax":525,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[603,719,535],"lootChance":10},"6":{"missionId":6,"name":"Sacred Sword","totalSteps":7,"currentStep":0,"stepEnergy":35,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15}],"reward":[{"qtyMin":510,"qtyMax":540,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[751,533,535],"lootChance":10},"7":{"missionId":7,"name":"The Holy Grial","totalSteps":8,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":5}],"reward":[{"qtyMin":580,"qtyMax":600,"type":"f"},{"qty":60,"type":"x"}],"lootUnits":[502,606,618],"lootChance":10},"8":{"missionId":8,"name":"Druids Council","totalSteps":9,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":10}],"reward":[{"qtyMin":600,"qtyMax":620,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[628,683,539],"lootChance":10},"9":{"missionId":9,"name":"Finding herbs","totalSteps":10,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15}],"reward":[{"qtyMin":675,"qtyMax":680,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[779,608,662],"lootChance":10},"10":{"missionId":10,"name":"Free Nessy","totalSteps":10,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15},{"item_id":520,"quantity":5}],"reward":[{"qtyMin":750,"qtyMax":800,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[687,706,540],"lootChance":10}}},"3":{"missionGroupId":3,"icon":"..\/img\/iPhone\/missions\/snow.png","background":"..\/img\/iPhone\/missions\/snow_background.png","harbourIid":50011,"name":"North Kingdom","rank":1,"rankUpUnitsGived":[769,648,704,866,712,2027,749],"missions":{"1":{"missionId":1,"name":"Winter is coming","totalSteps":3,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":511,"quantity":10}],"reward":[{"qtyMin":760,"qtyMax":800,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[802,613,614],"lootChance":10},"2":{"missionId":2,"name":"Ice Lake","totalSteps":3,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":511,"quantity":15}],"reward":[{"qtyMin":780,"qtyMax":800,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[577,712,607],"lootChance":10},"3":{"missionId":3,"name":"Cold Mountain","totalSteps":4,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":511,"quantity":20}],"reward":[{"qtyMin":880,"qtyMax":900,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[557,615,616],"lootChance":10},"4":{"missionId":4,"name":"Penguin runaway","totalSteps":5,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":5}],"reward":[{"qtyMin":440,"qtyMax":450,"type":"w"},{"qty":40,"type":"x"}],"lootUnits":[619,870,623],"lootChance":10},"5":{"missionId":5,"name":"Alpine Trolls","totalSteps":6,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":10}],"reward":[{"qtyMin":950,"qtyMax":1000,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[603,718,508],"lootChance":10},"6":{"missionId":6,"name":"Avalanche","totalSteps":7,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":15}],"reward":[{"qtyMin":980,"qtyMax":1000,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[603,721,535],"lootChance":10},"7":{"missionId":7,"name":"Frozen Cave","totalSteps":8,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":7}],"reward":[{"qtyMin":1100,"qtyMax":1200,"type":"f"},{"qty":80,"type":"x"}],"lootUnits":[768,606,618],"lootChance":10},"8":{"missionId":8,"name":"White Forest","totalSteps":9,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":12}],"reward":[{"qtyMin":1150,"qtyMax":1200,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[628,825,539],"lootChance":10},"9":{"missionId":9,"name":"Let it snow","totalSteps":10,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":20},{"item_id":514,"quantity":15}],"reward":[{"qtyMin":1380,"qtyMax":1400,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[652,651,662],"lootChance":10},"10":{"missionId":10,"name":"Yeti's Patriarch","totalSteps":10,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":511,"quantity":30},{"item_id":518,"quantity":25},{"item_id":514,"quantity":20},{"item_id":521,"quantity":10}],"reward":[{"qtyMin":1450,"qtyMax":1500,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[652,698,540],"lootChance":10}}},"4":{"missionGroupId":4,"icon":"..\/img\/iPhone\/missions\/japan.png","background":"..\/img\/iPhone\/missions\/japan_background.png","harbourIid":50022,"name":"Oriental War","rank":1,"rankUpUnitsGived":[790,655,771,721,732,715,822],"missions":{"1":{"missionId":1,"name":"Samurai Path","totalSteps":3,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":603,"quantity":15}],"reward":[{"qtyMin":1450,"qtyMax":1500,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[612,613,554],"lootChance":10},"2":{"missionId":2,"name":"Cherry Blossom","totalSteps":3,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":603,"quantity":20}],"reward":[{"qtyMin":1480,"qtyMax":1500,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[705,578,607],"lootChance":10},"3":{"missionId":3,"name":"Hidden Village","totalSteps":4,"currentStep":0,"stepEnergy":65,"itemsRequired":[{"item_id":603,"quantity":25}],"reward":[{"qtyMin":1500,"qtyMax":1600,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[614,729,616],"lootChance":10},"4":{"missionId":4,"name":"Fireworks night","totalSteps":5,"currentStep":0,"stepEnergy":65,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":10}],"reward":[{"qtyMin":750,"qtyMax":800,"type":"w"},{"qty":50,"type":"x"}],"lootUnits":[619,620,623],"lootChance":10},"5":{"missionId":5,"name":"The Shogunate","totalSteps":6,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":15}],"reward":[{"qtyMin":1600,"qtyMax":1700,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[750,718,535],"lootChance":10},"6":{"missionId":6,"name":"Kung Fu lessons","totalSteps":7,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20}],"reward":[{"qtyMin":1650,"qtyMax":1700,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[603,533,761],"lootChance":10},"7":{"missionId":7,"name":"Seven Swords","totalSteps":8,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":10}],"reward":[{"qtyMin":1800,"qtyMax":1900,"type":"f"},{"qty":100,"type":"x"}],"lootUnits":[797,606,618],"lootChance":10},"8":{"missionId":8,"name":"Katana Forge","totalSteps":9,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":15}],"reward":[{"qtyMin":1850,"qtyMax":1900,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[628,635,539],"lootChance":10},"9":{"missionId":9,"name":"Dragon Mountain","totalSteps":10,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20}],"reward":[{"qtyMin":1900,"qtyMax":2000,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[652,608,629],"lootChance":10},"10":{"missionId":10,"name":"The Ocher Ninja","totalSteps":10,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20},{"item_id":541,"quantity":10}],"reward":[{"qtyMin":1950,"qtyMax":2000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[699,698,540],"lootChance":10}}},"5":{"missionGroupId":5,"icon":"..\/img\/iPhone\/missions\/mineral.png","background":"..\/img\/iPhone\/missions\/mineral_background.png","harbourIid":50023,"name":"Ancient Greece","rank":1,"rankUpUnitsGived":[813,663,796,643,694,661,635],"missions":{"1":{"missionId":1,"name":"Spartan meeting","totalSteps":3,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":568,"quantity":20}],"reward":[{"qtyMin":2000,"qtyMax":2100,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[612,648,614],"lootChance":10},"2":{"missionId":2,"name":"This is madness","totalSteps":3,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":568,"quantity":25}],"reward":[{"qtyMin":2050,"qtyMax":2100,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[644,578,607],"lootChance":10},"3":{"missionId":3,"name":"Olympia crisis","totalSteps":4,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":568,"quantity":30}],"reward":[{"qtyMin":2300,"qtyMax":2400,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[614,663,616],"lootChance":10},"4":{"missionId":4,"name":"Zeus request","totalSteps":5,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":15}],"reward":[{"qtyMin":1100,"qtyMax":1200,"type":"w"},{"qty":60,"type":"x"}],"lootUnits":[655,620,623],"lootChance":10},"5":{"missionId":5,"name":"Scylla's crossing","totalSteps":6,"currentStep":0,"stepEnergy":90,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":20}],"reward":[{"qtyMin":2600,"qtyMax":2700,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[603,647,535],"lootChance":10},"6":{"missionId":6,"name":"Temple run","totalSteps":7,"currentStep":0,"stepEnergy":90,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25}],"reward":[{"qtyMin":2650,"qtyMax":2700,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[603,533,700],"lootChance":10},"7":{"missionId":7,"name":"Pan's Flute","totalSteps":8,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":15}],"reward":[{"qtyMin":2900,"qtyMax":3000,"type":"f"},{"qty":125,"type":"x"}],"lootUnits":[626,774,618],"lootChance":10},"8":{"missionId":8,"name":"Colossus' shadow","totalSteps":9,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":20}],"reward":[{"qtyMin":2950,"qtyMax":3000,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[749,638,539],"lootChance":10},"9":{"missionId":9,"name":"Row of the Titans","totalSteps":10,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":25}],"reward":[{"qtyMin":2975,"qtyMax":3000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[652,702,662],"lootChance":10},"10":{"missionId":10,"name":"The Thunderbirds","totalSteps":10,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":541,"quantity":25},{"item_id":662,"quantity":15}],"reward":[{"qtyMin":2990,"qtyMax":3100,"type":"g"},{"qty":200,"type":"x"}],"lootUnits":[687,660,540],"lootChance":10}}},"6":{"missionGroupId":6,"icon":"..\/img\/iPhone\/missions\/mountain.png","background":"..\/img\/iPhone\/missions\/mountain_background.png","harbourIid":50024,"name":"Mountain","rank":1,"rankUpUnitsGived":[814,700,711,754,867,872,765],"missions":{"1":{"missionId":1,"name":"The ascent","totalSteps":3,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":609,"quantity":25}],"reward":[{"qtyMin":3400,"qtyMax":3500,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[612,752,614],"lootChance":10},"2":{"missionId":2,"name":"Vertical limit","totalSteps":3,"currentStep":0,"stepEnergy":120,"itemsRequired":[{"item_id":609,"quantity":30}],"reward":[{"qtyMin":4100,"qtyMax":4200,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[795,578,607],"lootChance":10},"3":{"missionId":3,"name":"Cliffhanger","totalSteps":4,"currentStep":0,"stepEnergy":140,"itemsRequired":[{"item_id":609,"quantity":35}],"reward":[{"qtyMin":4700,"qtyMax":4900,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[614,661,616],"lootChance":10},"4":{"missionId":4,"name":"Crumbling","totalSteps":5,"currentStep":0,"stepEnergy":150,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":20}],"reward":[{"qtyMin":2400,"qtyMax":2600,"type":"w"},{"qty":80,"type":"x"}],"lootUnits":[715,620,623],"lootChance":10},"5":{"missionId":5,"name":"127 hours","totalSteps":6,"currentStep":0,"stepEnergy":160,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":25}],"reward":[{"qtyMin":5400,"qtyMax":5600,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[603,724,535],"lootChance":10},"6":{"missionId":6,"name":"To the top","totalSteps":7,"currentStep":0,"stepEnergy":170,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30}],"reward":[{"qtyMin":5700,"qtyMax":5950,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[603,533,789],"lootChance":10},"7":{"missionId":7,"name":"The conquest","totalSteps":8,"currentStep":0,"stepEnergy":180,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":20}],"reward":[{"qtyMin":6150,"qtyMax":6300,"type":"f"},{"qty":150,"type":"x"}],"lootUnits":[756,606,618],"lootChance":10},"8":{"missionId":8,"name":"Rocks & dust","totalSteps":9,"currentStep":0,"stepEnergy":200,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":25}],"reward":[{"qtyMin":6800,"qtyMax":7000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[628,764,539],"lootChance":10},"9":{"missionId":9,"name":"Going down","totalSteps":10,"currentStep":0,"stepEnergy":220,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30}],"reward":[{"qtyMin":7500,"qtyMax":7700,"type":"g"},{"qty":200,"type":"x"}],"lootUnits":[799,608,662],"lootChance":10},"10":{"missionId":10,"name":"The Third Man","totalSteps":10,"currentStep":0,"stepEnergy":250,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30},{"item_id":610,"quantity":20}],"reward":[{"qtyMin":8500,"qtyMax":8750,"type":"g"},{"qty":250,"type":"x"}],"lootUnits":[742,698,540],"lootChance":10}}}},"iphone_config":{"BANNERS":[{"url":"img\/iPhone\/banners\/test_banner.jpg","link":"link"}],"APP_RATED_CASH":5,"SPECIAL_BUILDS_MODIFIERS_VALUES":{"Blacksmith":{"50006":5,"50012":15,"50025":20,"50026":25,"50027":30},"University":{"50008":5,"50014":15,"50028":20,"50029":25,"50030":30},"Townhall":{"50001":2,"50007":4,"50015":6,"50018":9,"50019":12},"Oracle":{"50010":5},"Embassy":{"50003":50,"50009":100,"50016":150,"50020":200,"50021":250}},"UNIT_COLLECT_WONDERS":{"49992":[661,555,534,533]},"ALLOWED_REQUEST_TYPES":["gift","spe_gift","hire","help_collect","potion"],"APP_RATED_MAIN_SCREEN_ENABLED":1,"NEWS_EN":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"NEWS_ES":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"DEFAULT_MAX_PVP_ATTACKS":3,"PVP_OPPONENT_DEFENCE_DIVISOR":2,"TOWERS_LIMIT_BY_LEVEL":5,"PVP_ALGORITHM_PERCENTAGE_ALTER":20,"PVP_MAX_PERCENTAGE_OPPONENT_LOST":10,"NOT_ENOUGH_ENERGY_ATTACKS_POPUP_LEVEL":1,"PVP_ATTACK_RELOAD_TIME":300,"PVP_XP_WIN":2,"PVP_MIN_RESOURCES_MULT_LESS_10":25,"PVP_MAX_RESOURCES_MULT_LESS_10":50,"PVP_MIN_RESOURCES_MULT_GREATER_10":25,"PVP_MAX_RESOURCES_MULT_GREATER_10":100,"PVP_AND_ENERGY_REFILL_COST":5,"PVP_GIVE_GOLD_PROBABILITY":30,"PVP_GIVE_FOOD_PROBABILITY":30,"PVP_GIVE_WOOD_PROBABILITY":30,"PVP_GIVE_STONE_PROBABILITY":10,"INITIAL_MAX_ARMY_SIZE":25,"ARMY_SIZE_BY_LEVEL":5,"ARMY_SIZE_BY_FRIEND":20,"MAX_FRIENDS_FOR_ARMY_SIZE":10,"GOAL_LEVELS":{"1":3,"6":4,"10":5},"MINIMUM_GIFT_INTERVAL":86400,"MINIMUM_REFILL_NOTIFICATION_TIME":300,"MAXIMUM_COLLECT_NOTIFICATION_BY_DAY":6,"RESOURCE_NOTIFICATION_MAXIMUM_GROUP_TIME":3600,"DRAGON_NOTIFICATION_MAXIMUM_GROUP_TIME":21600,"MISS_YOU_NOTIFICATION_TIME":[86400,259200,604800],"MAXIMUM_PVP_NOTIFICATION_BY_DAY":2,"MAXIMUM_GIFT_NOTIFICATION_BY_DAY":5,"GIFTS":[635,694,702,752,867,866,796,661,754,683,784,863,768,2005,2027,727,771,774,623,556],"MAXIMUM_COLLECT_REMINDER_NOTIFICATIONS":2,"MAXIMUM_DRAGON_REMINDER_NOTIFICATIONS":3,"MAXIMUM_ENERGY_ATTACKS_REMINDER_NOTIFICATIONS":4,"COLLECT_REMINDER_INTERVAL":3600,"DRAGON_REMINDER_INTERVAL":3600,"ENERGY_ATTACKS_REMINDER_INTERVAL":3600,"FACEBOOK_LOGIN_REMINDER_INTERVAL":5,"INCREASE_POPULATION_LIMIT_COST":5,"INCREASE_POPULATION_LIMIT_AMOUNT":50,"AFTER_LOSING_PVP_UNITS":{"736":[75,50],"758":[80,50],"777":[95,50],"785":[90,50],"793":[100,50],"798":[105,50],"847":[120,50],"888":[125,50],"891":[130,50],"2000":[135,50],"2013":[140,50],"2016":[150,50],"766":[155,50],"2037":[155,50],"2039":[160,50],"2043":[160,50],"2048":[160,50],"2063":[160,50],"2069":[160,50],"2121":[160,50]},"AFTER_LOSING_PVP_UNITS_POPUP_BY_SES":1},"iphone_goals":[{"goalId":"1","stepId":"1","name":"Complete Anubis God Adventure","goalDescription":"Complete Anubis God Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"1_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-1","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"2","stepId":"1","name":"Attack 2 players and win","goalDescription":"Attack 2 players and win the battle to earn resources and xp!","goalHintImage":"2_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"2","itemId":"win","title":"You Attacked","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"3","stepId":"1","name":"Complete The Hyksos Adventure","goalDescription":"Complete The Hyksos Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"3_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-2","title":"You completed","category":"","reward":[{"s":100}],"FBUsers":"1"},{"goalId":"4","stepId":"1","name":"Complete Neptune Adventure","goalDescription":"Complete Neptune Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"4_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-4","title":"You completed","category":"","reward":[{"s":100}],"FBUsers":"1"},{"goalId":"5","stepId":"1","name":"Build Archery I","goalDescription":"Build Archery I. It will allow you to train Light Archer.","goalHintImage":"5_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"41","title":"","category":"barrack","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"6","stepId":"1","name":"Train 5 more Light Archers","goalDescription":"Train 5 more Light Archers. The more you train, the more powerful your army will be!","goalHintImage":"6_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"516","title":"You trained","category":"","reward":[{"f":100}],"FBUsers":"1"},{"goalId":"7","stepId":"1","name":"Complete Detestable Ra Adventure","goalDescription":"Complete Detestable Ra Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"7_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-5","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"8","stepId":"1","name":"Attack 3 players and win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalHintImage":"8_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"3","itemId":"win","title":"You Attacked","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"9","stepId":"1","name":"Build Mill I","goalDescription":"Build Mill I. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"9_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"5","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"10","stepId":"1","name":"Select time for Mill I","goalDescription":"Select work time for Mill I to start producing food.","goalHintImage":"10_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"5","title":"","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"11","stepId":"1","name":"Build Gold Mine I","goalDescription":"Build Gold Mine I. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"11_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"13","title":"","category":"resourceManager","reward":[{"g":100}],"FBUsers":"0"},{"goalId":"12","stepId":"1","name":"Select time for Gold Mine I","goalDescription":"Select work time for Gold Mine I to start producing gold.","goalHintImage":"12_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"13","title":"","category":"","reward":[{"w":500}],"FBUsers":"1"},{"goalId":"13","stepId":"1","name":"Build Stables I","goalDescription":"Build Stables I. It will allow you to train Light Knight.","goalHintImage":"13_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"44","title":"","category":"barrack","reward":[{"f":700}],"FBUsers":"1"},{"goalId":"14","stepId":"1","name":"Train 5 more Light Knights","goalDescription":"Train 5 more Light Knights. The more you train, the more powerful your army will be!","goalHintImage":"14_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"512","title":"You trained","category":"","reward":[{"s":150}],"FBUsers":"1"},{"goalId":"15","stepId":"1","name":"Complete Sphinx Adventure","goalDescription":"Complete Sphinx Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"15_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-7","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"16","stepId":"1","name":"Attack 3 players and win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalHintImage":"16_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"3","itemId":"win","title":"You Attacked","category":"","reward":[{"u":620}],"FBUsers":"1"},{"goalId":"17","stepId":"1","name":"Collect Gold Mine I","goalDescription":"Collect gold from Gold Mine I.","goalHintImage":"17_goalhint.png","goalNotificationType":"Collect Resource","totalQuantity":"1","itemId":"13","title":"","category":"","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"18","stepId":"1","name":"Build Lumber Mill I","goalDescription":"Build Lumber Mill I. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"18_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"77","title":"","category":"resourceManager","reward":[{"g":150}],"FBUsers":"0"},{"goalId":"19","stepId":"1","name":"Build Stone Mine I","goalDescription":"Build Stone Mine I. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"19_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"16","title":"","category":"resourceManager","reward":[{"w":500}],"FBUsers":"0"},{"goalId":"20","stepId":"1","name":"Build Town Hall I","goalDescription":"Build Town Hall I and increase your number of attacks in Battles mode from 3 to 5.","goalHintImage":"20_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50001","title":"","category":"special","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"21","stepId":"1","name":"Build Workshop I","goalDescription":"Build Workshop I. It will allow you to train Ram.","goalHintImage":"21_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"48","title":"","category":"barrack","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"22","stepId":"1","name":"Train 3 more Ram","goalDescription":"Train 3 more Ram. The more you train, the more powerful your army will be!","goalHintImage":"22_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"3","itemId":"519","title":"You trained","category":"","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"23","stepId":"1","name":"Attack 5 players and win","goalDescription":"Attack 5 players and win the battle to earn resources and xp!","goalHintImage":"23_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"5","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"24","stepId":"1","name":"Complete Big Pyramid Adventure","goalDescription":"Complete Big Pyramid on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"24_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-8","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"25","stepId":"1","name":"Build Barracks II","goalDescription":"Build Barracks II. It will allow you to train Swordsmen.","goalHintImage":"25_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"39","title":"","category":"barrack","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"26","stepId":"1","name":"Train 5 more Swordsman","goalDescription":"Train 5 more Swordsman. The more you train, the more powerful your army will be!","goalHintImage":"26_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"510","title":"You trained","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"27","stepId":"1","name":"Invite friends","goalDescription":"Invite your friends by Facebook option to Mobile Social Empires. More friends more fun!","goalHintImage":"27_goalhint.png","goalNotificationType":"Invite Friend","totalQuantity":"1","itemId":"","title":"","category":"","reward":[{"u":759}],"FBUsers":"1"},{"goalId":"28","stepId":"1","name":"Build Chicken Ranch","goalDescription":"Build Chicken Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"28_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49999","title":"","category":"resourceManager","reward":[{"f":100}],"FBUsers":"1"},{"goalId":"29","stepId":"1","name":"Collect Resources 4 times","goalDescription":"Collect any of your resources 4 times.","goalHintImage":"29_goalhint.png","goalNotificationType":"Collect Resource","totalQuantity":"4","itemId":"","title":"You collected","category":"","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"30","stepId":"1","name":"Increase Your Army Size to 50","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 50.","goalHintImage":"30_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"5","itemId":"50","title":"Current army","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"31","stepId":"1","name":"Complete Sacrifice Ritual Adventure","goalDescription":"Complete Sacrifice Ritual Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"31_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-9","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"32","stepId":"1","name":"Attack 6 players and win","goalDescription":"Attack 6 players and win the battle to earn resources and xp!","goalHintImage":"32_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"6","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"33","stepId":"1","name":"Rate the Application","goalDescription":"Give us your opinion and rate Mobile Social Empires!","goalHintImage":"33_goalhint.png","goalNotificationType":"Rate App","totalQuantity":"0","itemId":"","title":"","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"34","stepId":"1","name":"Build Archery II","goalDescription":"Build Archery II. It will allow you to train Medium Archer.","goalHintImage":"34_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"42","title":"","category":"barrack","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"35","stepId":"1","name":"Train 5 more Medium Archers","goalDescription":"Train 5 more Medium Archers. You can train them if you have Archery II. The more you train, the more powerful your army will be!","goalHintImage":"35_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"517","title":"You trained","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"36","stepId":"1","name":"Build Embassy I","goalDescription":"Build Embassy I and increase your energy in Adventures from 200 to 250.","goalHintImage":"36_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50003","title":"","category":"special","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"37","stepId":"1","name":"Build Wood Wall","goalDescription":"Build Wood Wall to protect your Empire better.","goalHintImage":"37_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49987","title":"","category":"defense","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"38","stepId":"1","name":"Complete all Lost Sands Adventures","goalDescription":"Complete all Lost Sands Adventures and begin rank 2.","goalHintImage":"38_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"1","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"39","stepId":"1","name":"Build Harbour I","goalDescription":"Build Harbour I. It will unlock new a localization called Britania. It will allow you to do more Adventures.","goalHintImage":"39_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50005","title":"","category":"special","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"40","stepId":"1","name":"Build Mill II","goalDescription":"Build Mill II. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"40_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"6","title":"","category":"resourceManager","reward":[{"g":250}],"FBUsers":"0"},{"goalId":"41","stepId":"1","name":"Attack 7 players and win","goalDescription":"Attack 7 players and win the battle to earn resources and xp!","goalHintImage":"41_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"7","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"42","stepId":"1","name":"Build Heroes Hall","goalDescription":"Build Heroes Hall. It will give you good units. Every time you collect it you will get one of these four: Barbarian, Willy Wallace, Prince Arthur and Warrior Princess.","goalHintImage":"42_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49992","title":"","category":"wonder","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"43","stepId":"1","name":"Build Stables II","goalDescription":"Build Stables II. It will allow you to train Medium Knight.","goalHintImage":"43_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"45","title":"","category":"barrack","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"44","stepId":"1","name":"Train 5 more Medium Knights","goalDescription":"Train 5 more Medium Knights. The more you train, the more powerful your army will be!","goalHintImage":"44_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"513","title":"You trained","category":"","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"45","stepId":"1","name":"Build Blacksmith I","goalDescription":"Build Blacksmith I. It will provide you +5% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"45_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50006","title":"","category":"special","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"46","stepId":"1","name":"Build Town Hall II","goalDescription":"Build Town Hall II and increase your number of attacks in Battles mode from 5 to 7.","goalHintImage":"46_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50007","title":"","category":"special","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"47","stepId":"1","name":"Build Gold Mine II","goalDescription":"Build Gold Mine II. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"47_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"14","title":"","category":"resourceManager","reward":[{"f":250}],"FBUsers":"0"},{"goalId":"48","stepId":"1","name":"Attack 8 players and win","goalDescription":"Attack 8 players and win the battle to earn resources and xp!","goalHintImage":"48_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"8","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"49","stepId":"1","name":"Upgrade your wall to Reenforced Wall","goalDescription":"Upgrade Your Empire wall to Reenforced Wall to protect it better.","goalHintImage":"49_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49988","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"50","stepId":"1","name":"Build University I","goalDescription":"Build University I. It will provide you +5% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"50_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50008","title":"","category":"special","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"51","stepId":"1","name":"Build Workshop II","goalDescription":"Build Workshop II. It will allow you to train Scorpions.","goalHintImage":"51_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49","title":"","category":"barrack","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"52","stepId":"1","name":"Train 10 more Scorpion","goalDescription":"Train 10 more Scorpions. The more you train, the more powerful your army will be!","goalHintImage":"52_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"520","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"53","stepId":"1","name":"Increase Your Army Size to 80","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 80.","goalHintImage":"53_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"80","itemId":"80","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"54","stepId":"1","name":"Complete all Britania Adventures","goalDescription":"Complete all Britania and begin rank 2.","goalHintImage":"54_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"2","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"55","stepId":"1","name":"Build Lumber Mill II","goalDescription":"Build Lumber Mill II. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"55_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"78","title":"","category":"resourceManager","reward":[{"f":250}],"FBUsers":"0"},{"goalId":"56","stepId":"1","name":"Attack 10 players and win","goalDescription":"Attack 10 players and win the battle to earn resources and xp!","goalHintImage":"56_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"10","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"57","stepId":"1","name":"Build Pig Ranch","goalDescription":"Build Pig Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"57_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49998","title":"","category":"resourceManager","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"58","stepId":"1","name":"Build Embassy II","goalDescription":"Build Embassy II and increase your energy in Adventures from 250 to 300.","goalHintImage":"58_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50009","title":"","category":"special","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"59","stepId":"1","name":"Build Barracks III","goalDescription":"Build Barracks III. It will allow you to train Long Swordsmen.","goalHintImage":"59_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"40","title":"","category":"barrack","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"60","stepId":"1","name":"Train 10 more Long Swordsmen","goalDescription":"Train 10 more Long Swordsman. The more you train, the more powerful your army will be!","goalHintImage":"60_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"511","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"61","stepId":"1","name":"Build Stone Mine II","goalDescription":"Build Stone Mine II. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"61_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"17","title":"","category":"resourceManager","reward":[{"g":300}],"FBUsers":"0"},{"goalId":"62","stepId":"1","name":"Upgrade your wall to Stone Wall","goalDescription":"Upgrade Your Empire wall to Stone Wall to protect it better.","goalHintImage":"62_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49989","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"63","stepId":"1","name":"Attack 12 players and win","goalDescription":"Attack 12 players and win the battle to earn resources and xp!","goalHintImage":"63_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"12","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"64","stepId":"1","name":"Build Archery III","goalDescription":"Build Archery III. It will allow you to train Heavy Archer.","goalHintImage":"64_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"43","title":"","category":"barrack","reward":[{"f":300}],"FBUsers":"1"},{"goalId":"65","stepId":"1","name":"Train 10 more Heavy Archers","goalDescription":"Train 10 more Heavy Archers. You can train them if you have Archery III. The more you train, the more powerful your army will be!","goalHintImage":"65_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"518","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"66","stepId":"1","name":"Build Harbour II","goalDescription":"Build Harbour II. It will unlock new a localization called North Kingdom. It will allow you to do more Adventures.","goalHintImage":"66_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50011","title":"","category":"special","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"67","stepId":"1","name":"Build Blacksmith II","goalDescription":"Build Blacksmith II. It provides you +15% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"67_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50012","title":"","category":"special","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"68","stepId":"1","name":"Build Stables III","goalDescription":"Build Stables III. It will allow you to train Heavy Knight.","goalHintImage":"68_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"46","title":"","category":"barrack","reward":[{"f":300}],"FBUsers":"1"},{"goalId":"69","stepId":"1","name":"Train 15 more Heavy Knights","goalDescription":"Train 15 more Heavy Knights. The more you train, the more powerful your army will be!","goalHintImage":"69_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"514","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"70","stepId":"1","name":"Attack 14 players and win","goalDescription":"Attack 14 players and win the battle to earn resources and xp!","goalHintImage":"70_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"14","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"71","stepId":"1","name":"Build a Magnificent Castle","goalDescription":"Build a Magnificent Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"71_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"1231","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"72","stepId":"1","name":"Build Buey Ranch","goalDescription":"Build Buey Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"72_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49997","title":"","category":"resourceManager","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"73","stepId":"1","name":"Increase Your Army Size to 125","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 125.","goalHintImage":"73_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"125","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"74","stepId":"1","name":"Build University II","goalDescription":"Build University II. It will provide you +15% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"74_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50014","title":"","category":"special","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"75","stepId":"1","name":"Build Workshop III","goalDescription":"Build Workshop III. It will allow you to train Catapults.","goalHintImage":"75_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50","title":"","category":"barrack","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"76","stepId":"1","name":"Train 10 more Catapult","goalDescription":"Train 10 more Catapult. The more you train, the more powerful your army will be!","goalHintImage":"76_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"521","title":"You trained","category":"","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"77","stepId":"1","name":"Build Town Hall III","goalDescription":"Build Town Hall III and increase your number of attacks in Battles mode from 7 to 9.","goalHintImage":"77_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50015","title":"","category":"special","reward":[{"u":702}],"FBUsers":"1"},{"goalId":"78","stepId":"1","name":"Attack 16 players and win","goalDescription":"Attack 16 players and win the battle to earn resources and xp!","goalHintImage":"78_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"16","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"79","stepId":"1","name":"Complete all North Kingdom Adventures","goalDescription":"Complete all North Kingdom Adventures and begin rank 2.","goalHintImage":"79_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"3","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"80","stepId":"1","name":"Build Mill III","goalDescription":"Build Mill III. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"80_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"7","title":"","category":"resourceManager","reward":[{"g":350}],"FBUsers":"0"},{"goalId":"81","stepId":"1","name":"Select time for Mill III","goalDescription":"Select work time for Mill III to start producing food.","goalHintImage":"81_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"7","title":"","category":"","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"82","stepId":"1","name":"Build 5 Towers IV","goalDescription":"Build 5 Towers IV to protect Your Empire better.","goalHintImage":"82_goalhint.png","goalNotificationType":"Build","totalQuantity":"5","itemId":"32","title":"You built","category":"defense","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"83","stepId":"1","name":"Build Gold Mine III","goalDescription":"Build Gold Mine III. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"83_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"15","title":"","category":"resourceManager","reward":[{"f":350}],"FBUsers":"0"},{"goalId":"84","stepId":"1","name":"Build Archery Stables","goalDescription":"Build Archery Stables. It will allow you to train Medium Archer Knight.","goalHintImage":"84_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"47","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"85","stepId":"1","name":"Train 10 more Medium Archer Knight","goalDescription":"Train 10 more Medium Archer Knight. The more you train, the more powerful your army will be!","goalHintImage":"85_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"515","title":"You trained","category":"","reward":[{"f":400}],"FBUsers":"1"},{"goalId":"86","stepId":"1","name":"Attack 18 players and win","goalDescription":"Attack 18 players and win the battle to earn resources and xp!","goalHintImage":"86_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"18","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"87","stepId":"1","name":"Build a Wizard's Castle","goalDescription":"Build a Wizard's Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"87_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"181","title":"","category":"defense","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"88","stepId":"1","name":"Upgrade your wall to Steel Wall","goalDescription":"Upgrade Your Empire wall to Steel Wall to protect it better.","goalHintImage":"88_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49990","title":"","category":"defense","reward":[{"u":749}],"FBUsers":"1"},{"goalId":"89","stepId":"1","name":"Build Workshop IV","goalDescription":"Build Workshop IV. It will allow you to train Cannons.","goalHintImage":"89_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"51","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"90","stepId":"1","name":"Train 15 more Cannons","goalDescription":"Train 15 more Cannons. The more you train, the more powerful your army will be!","goalHintImage":"90_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"522","title":"You trained","category":"","reward":[{"f":400}],"FBUsers":"1"},{"goalId":"91","stepId":"1","name":"Build Embassy III","goalDescription":"Build Embassy III and increase your energy in Adventures from 300 to 350.","goalHintImage":"91_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50016","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"92","stepId":"1","name":"Build Lumber Mill III","goalDescription":"Build Lumber Mill III. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"92_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"79","title":"","category":"resourceManager","reward":[{"f":400}],"FBUsers":"0"},{"goalId":"93","stepId":"1","name":"Increase Your Army Size to 150","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 150.","goalHintImage":"93_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"150","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"94","stepId":"1","name":"Build Harbour III","goalDescription":"Build Harbour III. It will unlock new a localization called Oriental War. It will allow you to do more Adventures.","goalHintImage":"94_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50022","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"95","stepId":"1","name":"Build Barracks IV","goalDescription":"Build Barracks IV. It will allow you to train Powerful Swordsmen.","goalHintImage":"95_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"136","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"96","stepId":"1","name":"Train 25 more Powerful Swordmen","goalDescription":"Train 25 more Powerful Swordmen. The more you train, the more powerful your army will be!","goalHintImage":"96_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"539","title":"You trained","category":"","reward":[{"u":721}],"FBUsers":"1"},{"goalId":"97","stepId":"1","name":"Build Blacksmith III","goalDescription":"Build Blacksmith III. It will provide you +20% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"97_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50025","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"98","stepId":"1","name":"Build Stone Mine III","goalDescription":"Build Stone Mine III. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"98_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"18","title":"","category":"resourceManager","reward":[{"f":400}],"FBUsers":"0"},{"goalId":"99","stepId":"1","name":"Build Archery IV","goalDescription":"Build Archery IV. It will allow you to train Powerful Archers.","goalHintImage":"99_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"137","title":"","category":"barrack","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"100","stepId":"1","name":"Train 20 more Powerful Archers","goalDescription":"Train 20 more Powerful Archers. The more you train, the more powerful your army will be!","goalHintImage":"100_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"540","title":"You trained","category":"","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"101","stepId":"1","name":"Attack 20 players and win","goalDescription":"Attack 20 players and win the battle to earn resources and xp!","goalHintImage":"101_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"20","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"102","stepId":"1","name":"Build University III","goalDescription":"Build University. It will provide you +20% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"102_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50028","title":"","category":"special","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"103","stepId":"1","name":"Build Fire Workshop","goalDescription":"Build Fire Workshop. It will allow you to train Fire Cannons.","goalHintImage":"103_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"216","title":"","category":"barrack","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"104","stepId":"1","name":"Train 15 more Fire Cannons","goalDescription":"Train 15 more Fire Cannons. The more you train, the more powerful your army will be!","goalHintImage":"104_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"568","title":"You trained","category":"","reward":[{"u":715}],"FBUsers":"1"},{"goalId":"105","stepId":"1","name":"Complete all Oriental War Adventures","goalDescription":"Complete all Oriental War Adventures and begin rank 2.","goalHintImage":"105_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"4","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"106","stepId":"1","name":"Build Town Hall IV","goalDescription":"Build Town Hall IV and increase your number of attacks in Battles mode from 9 to 12.","goalHintImage":"106_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50018","title":"","category":"special","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"107","stepId":"1","name":"Build Stables IV","goalDescription":"Build Stables IV. It will allow you to train Powerful Knight.","goalHintImage":"107_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"138","title":"","category":"barrack","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"108","stepId":"1","name":"Train 25 more Powerful Knights","goalDescription":"Train 25 more Powerful Knights. The more you train, the more powerful your army will be!","goalHintImage":"108_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"541","title":"You trained","category":"","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"109","stepId":"1","name":"Build Mill IV","goalDescription":"Build Mill IV. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"109_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"202","title":"","category":"resourceManager","reward":[{"g":500}],"FBUsers":"0"},{"goalId":"110","stepId":"1","name":"Build Embassy IV","goalDescription":"Build Embassy IV and increase your energy in Adventures from 350 to 400.","goalHintImage":"110_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50020","title":"","category":"special","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"111","stepId":"1","name":"Attack 22 players and win","goalDescription":"Attack 22 players and win the battle to earn resources and xp!","goalHintImage":"111_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"22","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"112","stepId":"1","name":"Upgrade your wall to Royal Wall","goalDescription":"Upgrade Your Empire wall to Royal Wall to protect it better.","goalHintImage":"112_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49991","title":"","category":"defense","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"113","stepId":"1","name":"Build Elephants Barracks","goalDescription":"Build Elephants Barracks. It will allow you to train Elephant Riders.","goalHintImage":"113_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49996","title":"","category":"barrack","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"114","stepId":"1","name":"Train 15 more Elephant Riders","goalDescription":"Train 15 more Elephant Riders. The more you train, the more powerful your army will be!","goalHintImage":"114_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"603","title":"You trained","category":"","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"115","stepId":"1","name":"Build Lumber Mill IV","goalDescription":"Build Lumber Mill IV. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"115_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"205","title":"","category":"resourceManager","reward":[{"g":600}],"FBUsers":"0"},{"goalId":"116","stepId":"1","name":"Build a Legendary Castle","goalDescription":"Build a Legendary Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"116_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"1230","title":"","category":"defense","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"117","stepId":"1","name":"Build Ninja Barracks","goalDescription":"Build Ninja Barracks. It will allow you to train Black Ninjas.","goalHintImage":"117_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49995","title":"","category":"barrack","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"118","stepId":"1","name":"Train 20 more Black Ninjas","goalDescription":"Train 20 more Black Ninjas. The more you train, the more powerful your army will be!","goalHintImage":"118_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"50031","title":"You trained","category":"","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"119","stepId":"1","name":"Build Harbour IV","goalDescription":"Build Harbour IV. It will unlock new a localization called Ancient Greece. It will allow you to do more Adventures.","goalHintImage":"119_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50023","title":"","category":"special","reward":[{"u":694}],"FBUsers":"1"},{"goalId":"120","stepId":"1","name":"Build Barracks V","goalDescription":"Build Barracks V. It will allow you to train Royal Swordsmen.","goalHintImage":"120_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"390","title":"","category":"barrack","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"121","stepId":"1","name":"Increase Your Army Size to 175","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 175.","goalHintImage":"121_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"175","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"122","stepId":"1","name":"Train 25 more Royal Swordsmen","goalDescription":"Train 25 more Royal Swordsmen. The more you train, the more powerful your army will be!","goalHintImage":"122_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"608","title":"You trained","category":"","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"123","stepId":"1","name":"Attack 24 players and win","goalDescription":"Attack 24 players and win the battle to earn resources and xp!","goalHintImage":"123_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"24","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"124","stepId":"1","name":"Build Blacksmith IV","goalDescription":"Build Blacksmith IV. It will provide you +25% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"124_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50026","title":"","category":"special","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"125","stepId":"1","name":"Build Gold Mine IV","goalDescription":"Build Gold Mine IV. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"125_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"203","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"126","stepId":"1","name":"Build University IV","goalDescription":"Build University IV. It will provide you +25% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"126_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50029","title":"","category":"special","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"127","stepId":"1","name":"Build Troll Barracks","goalDescription":"Build Troll Barracks. It will allow you to train Troll Archers.","goalHintImage":"127_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49994","title":"","category":"barrack","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"128","stepId":"1","name":"Train 20 more Troll Archers","goalDescription":"Train 20 more Troll Archers. The more you train, the more powerful your army will be!","goalHintImage":"128_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"857","title":"You trained","category":"","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"129","stepId":"1","name":"Build Winged Knight Barracks","goalDescription":"Build Winged Knight Barracks. It will allow you to train Winged Knights.","goalHintImage":"129_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49993","title":"","category":"barrack","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"130","stepId":"1","name":"Train 20 more Winged Knights","goalDescription":"Train 20 more Winged Knights. The more you train, the more powerful your army will be!","goalHintImage":"130_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"662","title":"You trained","category":"","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"131","stepId":"1","name":"Complete all Ancient Greece Adventures","goalDescription":"Complete all Ancient Greece Adventures and begin rank 2.","goalHintImage":"131_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"5","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"132","stepId":"1","name":"Build Stone Mine IV","goalDescription":"Build Stone Mine IV. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"132_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"204","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"133","stepId":"1","name":"Build Archery V","goalDescription":"Build Archery V. It will allow you to train Royal Archers.","goalHintImage":"133_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"391","title":"","category":"barrack","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"134","stepId":"1","name":"Train 25 more Royal Archers","goalDescription":"Train 25 more Royal Archers. The more you train, the more powerful your army will be!","goalHintImage":"134_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"609","title":"You trained","category":"","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"135","stepId":"1","name":"Attack 30 players and win","goalDescription":"Attack 30 players and win the battle to earn resources and xp!","goalHintImage":"135_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"30","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"136","stepId":"1","name":"Build Town Hall V","goalDescription":"Build Town Hall V and increase your number of attacks in Battles mode from 12 to 15.","goalHintImage":"136_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50019","title":"","category":"special","reward":[{"u":711}],"FBUsers":"1"},{"goalId":"137","stepId":"1","name":"Build Harbour V","goalDescription":"Build Harbour V. It will unlock new a localization called Mountain. It will allow you to do more Adventures.","goalHintImage":"137_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50024","title":"","category":"special","reward":[{"u":789}],"FBUsers":"1"},{"goalId":"138","stepId":"1","name":"Build Blacksmith V","goalDescription":"Build Blacksmith V. It will provide you +30% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"138_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50027","title":"","category":"special","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"139","stepId":"1","name":"Build Stables V","goalDescription":"Build Stables V. It will allow you to train Royal Knights.","goalHintImage":"139_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"392","title":"","category":"barrack","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"140","stepId":"1","name":"Train 25 more Royal Knights","goalDescription":"Train 25 more Royal Knights. The more you train, the more powerful your army will be!","goalHintImage":"140_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"610","title":"You trained","category":"","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"141","stepId":"1","name":"Increase Your Army Size to 250","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 250.","goalHintImage":"141_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"250","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"142","stepId":"1","name":"Build University V","goalDescription":"Build University V. It will provide you +30% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"142_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50030","title":"","category":"special","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"143","stepId":"1","name":"Complete all Mountain Adventures","goalDescription":"Complete all Mountain Adventures and begin rank 2.","goalHintImage":"143_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"6","title":"Completed adventures","category":"","reward":[{"f":1000}],"FBUsers":"1"}]}
\ No newline at end of file
diff --git a/config/game_config_20120826.json b/config/game_config_20120826.json
new file mode 100644
index 0000000..0ae7067
--- /dev/null
+++ b/config/game_config_20120826.json
@@ -0,0 +1 @@
+{"localization_strings":[{"id":1,"name":"TUTORIAL_INTRO_TITULO","text":"Welcome to your Empire!"},{"id":2,"name":"TUTORIAL_INTRO_LECCION","text":"Hi, I'm #0#! I'm here to show you how to manage your Empire.\n\nLet's get started!"},{"id":3,"name":"TUTORIAL_AYTO_TITULO","text":"Select townhall"},{"id":4,"name":"TUTORIAL_AYTO_LECCION","text":"This is your Town Hall. It will let you train villagers.\n\nTo select the Town Hall, click on it."},{"id":5,"name":"TUTORIAL_ALDEANO_TITULO","text":"Train a villager"},{"id":6,"name":"TUTORIAL_ALDEANO_LECCION","text":"The bottom panel will show the available actions.\n\nClick on the villager button to begin training a villager."},{"id":7,"name":"TUTORIAL_SELECCIONAR_ALDEANO_TITULO","text":"Select the villager"},{"id":8,"name":"TUTORIAL_SELECCIONAR_ALDEANO_LECCION","text":"Well done! You have trained a villager.\n\nSelect it using the mouse!"},{"id":9,"name":"TUTORIAL_MOVER_ALDEANO_TITULO","text":"Move the villager"},{"id":10,"name":"TUTORIAL_MOVER_ALDEANO_LECCION","text":"When you select a unit, you can move it by clicking on the desired place of the map.\n\nTry it, click on the selected area!"},{"id":11,"name":"TUTORIAL_ARBOL_TITULO","text":"Collect a tree"},{"id":12,"name":"TUTORIAL_ARBOL_LECCION","text":"Villagers perform collecting tasks!\n\nClick on a tree to cut it!"},{"id":13,"name":"TUTORIAL_ESPERA_TITULO","text":"Wait"},{"id":14,"name":"TUTORIAL_ESPERA_LECCION","text":"It will only take a few seconds... :)"},{"id":15,"name":"TUTORIAL_RECOLECCION_TITULO","text":"Collect the wood"},{"id":16,"name":"TUTORIAL_RECOLECCION_LECCION","text":"When the cutting has finished, click on the resource to pick up the wood."},{"id":17,"name":"TUTORIAL_CONSTRUIR_TITULO","text":"Building"},{"id":18,"name":"TUTORIAL_CONSTRUIR_LECCION","text":"Well done! Now I will show you how to create buildings. First, click the BUILD button."},{"id":19,"name":"TUTORIAL_CASA_TITULO","text":"Select house"},{"id":20,"name":"TUTORIAL_CASA_LECCION","text":"The next step is to select the desired building. Choose \"House I\"."},{"id":21,"name":"TUTORIAL_COLOCAR_TITULO","text":"Place the house"},{"id":22,"name":"TUTORIAL_COLOCAR_LECCION","text":"Now click on the terrain to choose the placement of the house. The construction will begin!"},{"id":23,"name":"TUTORIAL_CABALLERO_TITULO","text":"Select the knight"},{"id":24,"name":"TUTORIAL_CABALLERO_LECCION","text":"Well done! You are ready for your first battle.\n\nClick on this knight to select it!"},{"id":25,"name":"TUTORIAL_ATACAR_TITULO","text":"Attack the trol"},{"id":26,"name":"TUTORIAL_ATACAR_LECCION","text":"Trolls are your enemies! Defeat them or they will eliminate you!\n\nClick on the troll to attack him!"},{"id":27,"name":"TUTORIAL_BATALLA_TITULO","text":"Wait for the battle"},{"id":28,"name":"TUTORIAL_BATALLA_LECCION","text":"The units are attacking each other right now. The bars over them show their life. Don't worry, they are just weak trolls!"},{"id":29,"name":"TUTORIAL_ENHORABUENA_TITULO","text":"Congratulations!"},{"id":30,"name":"TUTORIAL_ENHORABUENA_LECCION","text":"\nVery good! Now you're ready to build the biggest Social Empire on Facebook! Good luck!!"},{"id":31,"name":"TUTORIAL_EI","text":"EIIII"},{"id":32,"name":"TUTORIAL_EDIFICIO","text":"Building"},{"id":33,"name":"TUTORIAL_CASA","text":"Select house"},{"id":34,"name":"TUTORIAL_COLOCAR","text":"Place the house"},{"id":35,"name":"TUTORIAL_ARTURO","text":"click King Arthur"},{"id":36,"name":"TUTORIAL_OK2","text":"click ok twice"},{"id":37,"name":"TUTORIAL_AYTO","text":"click townhall"},{"id":38,"name":"TUTORIAL_ALDEANO","text":"Train a villager"},{"id":39,"name":"TUTORIAL_FLECHA","text":"Arrow points the villager"},{"id":40,"name":"TUTORIAL_GRANJA","text":"Select farm"},{"id":41,"name":"TUTORIAL_ESPERAR","text":"Wait for a villager to collect"},{"id":42,"name":"TUTORIAL_LISTO","text":"Ready for collecting"},{"id":43,"name":"TUTORIAL_OK5","text":"Click ok 5 times"},{"id":44,"name":"TUTORIAL_SELECCIONA_ALDEANO","text":"Select peon"},{"id":45,"name":"TUTORIAL_ARBOL","text":"Click tree"},{"id":46,"name":"MISC_SEGURO","text":"Are you sure?"},{"id":47,"name":"MISC_FAVOR","text":"Do you want to accept the favor?"},{"id":48,"name":"STORE_EDIFICIO_EXP","text":"#0# exp"},{"id":49,"name":"STORE_EDIFICIO_NIVEL","text":"Requires: Level #0#"},{"id":50,"name":"STORE_EDIFICIO_LIMITE","text":"LIMITED #0# DAYS LEFT"},{"id":51,"name":"STORE_EDIFICIO_REFUERZOS","text":"\n\nAllows you to get reinforcements from your allies!"},{"id":52,"name":"STORE_EDIFICIO_DESBLOQUEO","text":"Unlock cost: #0# cash"},{"id":53,"name":"STORE_EDIFICIO_SACRIFICIO","text":"\n\nSacrifice a unit and obtain some resources back"},{"id":54,"name":"STORE_EDIFICIO_TESORO","text":"\n\nDiscovers a collectible item every day"},{"id":55,"name":"STORE_EDIFICIO_ESTABLO","text":"\n\nAllows you to convert swordmans and archers to mounted units."},{"id":56,"name":"STORE_EDIFICIO_CRIADERO","text":"\n\nPut two animals inside to make them breed."},{"id":57,"name":"STORE_EDIFICIO_ZEPPELIN","text":"\n\nAllows you to build a zeppelin to explore the Ancient Sea!"},{"id":58,"name":"STORE_EDIFICIO_BARCO","text":"\n\nAllows you to build a ship to explore the Great Sea!"},{"id":59,"name":"STORE_EDIFICIO_COLISEO","text":"\n\nAllows your villagers to move faster and to queue more resources to gather."},{"id":60,"name":"STORE_EDIFICIO_ESTATUA","text":"\n\nThe statue increases your limit of 3 attacks per day to 4."},{"id":61,"name":"STORE_EDIFICIO_MINA","text":"\n\nAllows your villagers to mine gold and stone very fast."},{"id":62,"name":"STORE_EDIFICIO_SERRADERO","text":"\n\nAllows your villagers to cut down trees very fast."},{"id":63,"name":"STORE_EDIFICIO_MERCADO_ALIADOS","text":"\n\nAllows you to collect the resource you desire with the aid of your allies."},{"id":64,"name":"STORE_EDIFICIO_MAQUINA_DEL_TIEMPO","text":"\n\nAllows to change the terrain theme of your map!"},{"id":65,"name":"STORE_EDIFICIO_RECLUTAMIENTO_ALIADOS","text":"\n\nAllows you to obtain powerful units through new recruits!"},{"id":66,"name":"STORE_EDIFICIO_MESA_REDONDA","text":"\n\nAllows you to obtain rewards through friends aid!"},{"id":67,"name":"STORE_EDIFICIO_HECHICERIA","text":"\n\nAllows you to learn and cast magic spells!"},{"id":68,"name":"STORE_EDIFICIO_MARAVILLA_SOCIAL","text":"\n\nRaises your population limit up to 50 more units!"},{"id":69,"name":"STORE_EDIFICIO_DESCONOCIDO","text":"\n\nCASE NOT FOUND!"},{"id":70,"name":"STORE_EDIFICIO_IGLESIA_1","text":"Healers can restore the health of your units"},{"id":71,"name":"STORE_EDIFICIO_CATEDRAL","text":"Monks convert enemy units to your units"},{"id":72,"name":"STORE_EDIFICIO_IGLESIA","text":"Healers can restore the health of your units"},{"id":73,"name":"STORE_EDIFICIO_TALLER","text":"Engineers repair siege weapons"},{"id":74,"name":"STORE_EDIFICIO_DEMOLICION","text":"Kamikazes explode and harm all nearby units and buildings"},{"id":75,"name":"STORE_EDIFICIO_ELEFANTE","text":"Elephants stomp the ground to stun nearby opponents"},{"id":76,"name":"STORE_EDIFICIO_CUARTEL1","text":"Anubis Avatar creates 2 shadows of himself to annihilate the enemy!"},{"id":77,"name":"STORE_EDIFICIO_TAMBORILERO","text":"The drums inspire your troops making them attack faster!"},{"id":78,"name":"STORE_EDIFICIO_RINOCERONTE","text":"Rhinos charge their enemies and make them fly away"},{"id":79,"name":"STORE_EDIFICIO_TORRE_MOVIL","text":"Defensive tower that can move. You can use it in attacks"},{"id":80,"name":"STORE_EDIFICIO_PIRAMIDE","text":"Use Mummy's 4 special attacks to defeat your enemies"},{"id":81,"name":"STORE_EDIFICIO_TORRE_HIELO","text":"Freezes enemy units for a time. While frozen, enemy units cannot move or attack."},{"id":82,"name":"STORE_EDIFICIO_TORRE_AGUA","text":"Unleashes waves of water to throw away incoming enemies."},{"id":83,"name":"STORE_EDIFICIO_FORTALEZA_1","text":"Entrench archers inside to increase attack power!"},{"id":84,"name":"STORE_EDIFICIO_TORRE_ACEITE","text":"Puts a barrier of flaming oil in front of it. The oil sets enemies in flames."},{"id":85,"name":"STORE_EDIFICIO_HEROES_ALTAR","text":"\n\nAllows you to acquire special heroes!"},{"id":86,"name":"STORE_EDIFICIO_HEROES_CEMENTERIO","text":"\n\n\nAllows you to revive your lost heroes."},{"id":87,"name":"STORE_EDIFICIO_MARAVILLA","text":"\n\nThis wonder increases the #0# population limit by #1#"},{"id":88,"name":"AUX_ATERRIZANDO","text":"Landing..."},{"id":89,"name":"AUX_RECOLECTANDO","text":"Collecting..."},{"id":90,"name":"AUX_ACEPTAR","text":"Accept"},{"id":91,"name":"AUX_ACELERAR","text":"Hurry Up?"},{"id":92,"name":"AUX_ABSORBER","text":"#0# absorbed\n"},{"id":93,"name":"AUX_PUNTOS","text":"points"},{"id":94,"name":"AUX_EXP","text":"XP: #0#"},{"id":95,"name":"AUX_FUERA_DE_RANGO","text":"Giant mummy"},{"id":96,"name":"AUX_ENTRENANDO","text":"Training..."},{"id":97,"name":"AUX_CONSTRUYENDO","text":"Constructing"},{"id":98,"name":"AUX_MODIFICADOR_HORA","text":"#0# hour"},{"id":99,"name":"AUX_CARGANDO_TU_IMPERIO","text":"Loading your Empire..."},{"id":100,"name":"AUX_CARGANDO_IMPERIO","text":"Loading Empire..."},{"id":101,"name":"AUX_CARGANDO_EDIFICIOS","text":"Loading Empire Buildings..."},{"id":102,"name":"AUX_NO_ESTA_LISTO","text":"Not ready yet!"},{"id":103,"name":"AUX_RECOMPENSA","text":"Reward"},{"id":104,"name":"AUX_MAS_ATAQUES","text":"More attacks in"},{"id":105,"name":"AUX_ATAQUES_RESTANTES","text":"Attacks left"},{"id":106,"name":"AUX_COMIDA","text":"food"},{"id":107,"name":"AUX_MADERA","text":"wood"},{"id":108,"name":"AUX_PIEDRA","text":"stone"},{"id":109,"name":"EXPANSION_COST","text":"Cost: #0#"},{"id":110,"name":"EXPANSION_FALTAN_VECINOS","text":"YOU NEED #0# MORE NEIGHBORS TO \nPURCHASE THIS EXPANSION WITH GOLD!"},{"id":111,"name":"EXPANSION_CABECERA","text":"Buy your #0# expansion with:"},{"id":112,"name":"MENU_VECINOS","text":"Neighbors"},{"id":113,"name":"MENU_CASAS","text":"Houses and resources"},{"id":114,"name":"MENU_DECORACIONES","text":"Decorations"},{"id":115,"name":"MENU_DEFENSAS","text":"Defenses"},{"id":116,"name":"MENU_EJERCITO","text":"Army"},{"id":117,"name":"MENU_EXPANSION","text":"Expand"},{"id":118,"name":"MENU_REGALOS","text":"Gifts and Storage"},{"id":119,"name":"MENU_MARAVILLAS","text":"Wonders"},{"id":120,"name":"TOOLTIP_ORO","text":"Gold"},{"id":121,"name":"TOOLTIP_CASH","text":"Cash"},{"id":122,"name":"TOOLTIP_TROFEOS","text":"Trophies"},{"id":123,"name":"TOOLTIP_FALTA_POCO","text":"Coming Soon"},{"id":124,"name":"TOOLTIP_MUSICA","text":"Music"},{"id":125,"name":"TOOLTIP_EFECTOS_SONIDO","text":"Sound Effects"},{"id":126,"name":"TOOLTIP_FOTOS","text":"Take Photos: Coming soon ..."},{"id":127,"name":"TOOLTIP_PANTALLA_COMPLETA","text":"Toggle Fullscreen"},{"id":128,"name":"TOOLTIP_CALIDAD","text":"Toggle Quality"},{"id":129,"name":"TOOLTIP_VOLVER","text":"Come back faster"},{"id":130,"name":"TOOLTIP_TE_GUSTA","text":"Do you like the Game?"},{"id":131,"name":"TOOLTIP_MULTI","text":"Multi-Tool"},{"id":132,"name":"TOOLTIP_ELIMINAR","text":"Remove Tool"},{"id":133,"name":"TOOLTIP_INVITACIONES_AMIGOS","text":"You have 20 friend invites to send today"},{"id":134,"name":"TOOLTIP_REGALOS","text":"You have 20 gifts to send to friends today"},{"id":135,"name":"TOOLTIP_RECOLECTAR","text":"Collection Tool"},{"id":136,"name":"TOOLTIP_TIENDA","text":"Store"},{"id":137,"name":"TOOLTIP_REGALOS_ALMACEN","text":"Gifts \/ Storage"},{"id":138,"name":"TOOLTIP_CAMBIAR_NOMBRE","text":"Change Empire Name"},{"id":139,"name":"TOOLTIP_LUCHA","text":"Fight against other empires"},{"id":140,"name":"TOOLTIP_TE_GUSTA_ESTE","text":"Do you like this Game?"},{"id":141,"name":"TOOLTIP_BONO_DIARIO","text":"Get your daily Bonus!"},{"id":142,"name":"TOOLTIP_GANAR_ORO","text":"Add gold to the game"},{"id":143,"name":"TOOLTIP_CONQUISTA","text":"Conquer the World"},{"id":144,"name":"TOOLTIP_RECURSO_COMIDA","text":"Food: Used to feed units"},{"id":145,"name":"TOOLTIP_RECURSO_MADERA","text":"Wood: Used to build basic constructions"},{"id":146,"name":"TOOLTIP_RECURSO_PIEDRA","text":"Stone: Used to build defensive constructions"},{"id":147,"name":"TOOLTIP_RECURSO_ORO","text":"Gold: Used to pay military units"},{"id":148,"name":"TOOLTIP_REGALOS_VECINOS","text":"Send New Gifts To Your Neighbors"},{"id":149,"name":"TOOLTIP_INVITACIONES","text":"You have 20 invites to send today"},{"id":150,"name":"TOOLTIP_XP_GANADO","text":"XP gained"},{"id":151,"name":"TOOLTIP_HONOR_GANADO","text":"Honor gained"},{"id":152,"name":"TOOLTIP_ORO_GANADO","text":"Gold gained"},{"id":153,"name":"AVISO_REGALO_FACCION","text":"You can't use gifts of the opposite faction"},{"id":154,"name":"AVISO_POCO_NIVEL_PARA_CONQUISTAR","text":"\nYour empire is too small to conquer the world. Reach level #0# to unlock the world explorer."},{"id":155,"name":"AVISO_COLECCION_FACCION","text":"\n\nYou cannot access the collections from this faction"},{"id":156,"name":"AVISO_GRIMORIO_TITULO","text":"Spellbook available!"},{"id":157,"name":"AVISO_GRIMORIO_DESCRIPCION","text":"You have unlocked the spellbook!\nNow you can learn and cast powerful spells!\nYou will find the book in the bottom left of the screen."},{"id":158,"name":"AVISO_TOPE_UNIDADES","text":"\nYou can't have more units of this kind."},{"id":159,"name":"AVISO_TOPE_POBLACION","text":"\nYou have reached the maximum population."},{"id":160,"name":"AVISO_TOPE_ALOJAMIENTO","text":"\nYou can't accommodate more population. Build more houses."},{"id":161,"name":"AVISO_NIVEL_MEJORAR","text":"\nYou need to be level #0# to upgrade this building."},{"id":162,"name":"AVISO_SIN_MADERA_GRANJA","text":"\nOh no! You don't have enough wood to rebuild the farm!"},{"id":163,"name":"AVISO_MUELLE_TITULO","text":"Dock operative!"},{"id":164,"name":"AVISO_MUELLE_DESCRIPCION","text":"Click in the Harbour to sail through the Great Sea!"},{"id":165,"name":"AVISO_ZEPPELIN_TITULO","text":"Zeppelin operative!"},{"id":166,"name":"AVISO_ZEPPELIN_DESCRIPCION","text":"Click in the Zeppelin Tower to fly through the Ancient Sea!"},{"id":167,"name":"AVISO_SIN_AYUDAS","text":"\n No more assists available! \n Come back tomorrow!"},{"id":168,"name":"AVISO_TOPE_TORRES","text":"You can only have #0# towers in your empire for every expansion you own."},{"id":169,"name":"AVISO_BOCADILLOS","text":"\nSpeech bubbles enabled!\n\nEnjoy freak!"},{"id":170,"name":"AVISO_SANGRE","text":"\nBlood mode enabled!\n\nYou were asking for it.. freak!"},{"id":171,"name":"AVISO_PACK_COMPRADO","text":"Congratulations!\nYou acquired the pack!\n\nCheck your store"},{"id":172,"name":"AVISO_PACK_FALTA_DINERO","text":"You don't have enough cash to get the pack. Do you want to get some cash?"},{"id":173,"name":"AVISO_UNIDAD_UNICA","text":"\nYou can't have two of this unit at the same time."},{"id":174,"name":"AVISO_SUFICIENTE_ORO","text":"Oh no! You don't have enough gold! Would you like to get some more?"},{"id":175,"name":"AVISO_SUFICIENTE_CASH","text":"Oh no! You don't have enough cash! Would you like to get some more?"},{"id":176,"name":"AVISO_SUFICIENTE_COMIDA","text":"\nYou don't have enough food!\nGet food from farms, mills and ranchs."},{"id":177,"name":"AVISO_SUFICIENTE_MADERA","text":"\nYou don't have enough wood!\nHarvest more trees."},{"id":178,"name":"AVISO_SUFICIENTE_PIEDRA","text":"\nYou don't have enough stone!\nHarvest more stone veins."},{"id":179,"name":"AVISO_REFRESCO","text":"Sorry, the are some problems. Try to refresh the game."},{"id":180,"name":"AVISO_NAVEGAR_SIN_TROPAS","text":"\nYou don't have any troop to set sail!"},{"id":181,"name":"AVISO_TORRE_ZEPPELIN","text":"\nYou need a Zeppelin Tower to build the zeppelin and fill it with crew!"},{"id":182,"name":"AVISO_VOLAR_SIN_TROPAS","text":"\nYou don't have any troop to fly!"},{"id":183,"name":"AVISO_MERCADO_AGOTADO","text":"\nMarket resources have been exhausted. Come back in 24 hours to trade more!"},{"id":184,"name":"AVISO_MERCANCIA_AGOTADA","text":"You don't have enough wood to sell!"},{"id":185,"name":"AVISO_JUGADOR_NO_ENCONTRADO","text":"\nCouldn't find player"},{"id":186,"name":"AVISO_SERVICIO_NO_DISPONIBLE","text":"\nCouldn't use the service"},{"id":187,"name":"AVISO_DEMASIADOS_POSTS","text":"\n\nYou have sent enough posts today"},{"id":188,"name":"AVISO_BARCO_SIN_MUELLE","text":"\nYou can't land with the boat.\nBuild a harbour to construct a bigger ship and carry your army!"},{"id":189,"name":"AVISO_QUEST_BLOQUEADA","text":"\nYou have not unlocked this mission yet!"},{"id":190,"name":"AVISO_QUEST_GASTADA","text":"\nEach island can only be played every 4 hours"},{"id":191,"name":"TIMER_PROXIMA_RECOLECCION","text":"Next Collection"},{"id":192,"name":"TIMER_RECOLECCION_LISTA","text":"Ready to Collect!"},{"id":193,"name":"TIMER_CAMPAMENTO_ENEMIGO","text":"Enemy Camp"},{"id":194,"name":"TIMER_EJERCITO_ENEMIGO","text":"Enemy's army"},{"id":195,"name":"UNIT_MOMIA_ESCARABAJOS","text":"Scarabs"},{"id":196,"name":"UNIT_MOMIA_TORNADO","text":"Tornado"},{"id":197,"name":"UNIT_MOMIA_ACEITE","text":"Oil spillage"},{"id":198,"name":"UNIT_MOMIA_GIGANTE","text":"Giant mummy"},{"id":199,"name":"UNIT_MOMIA_EXPIRADO","text":"My time has gone!..."},{"id":200,"name":"UNIT_NEPTUNO_PULPO","text":"Octopus"},{"id":201,"name":"UNIT_NEPTUNO_HURACAN","text":"Hurricane"},{"id":202,"name":"UNIT_NEPTUNO_OLAS","text":"Neptune's waves"},{"id":203,"name":"UNIT_NEPTUNO_GIGANTE","text":"Giant Neptune"},{"id":204,"name":"UNIT_NOMBRE_CAMPESINO_HUMANO","text":"Villager #0#"},{"id":205,"name":"UNIT_NOMBRE_CAMPESINO_TROLL","text":"Peasant #0#"},{"id":206,"name":"SPELL_CRACK_DESCRIPCION","text":"Area: #0#x#1#"},{"id":207,"name":"SPELL_ENLARGE_DESCRIPCION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":208,"name":"SPELL_FIREBALL_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2#+#3#"},{"id":209,"name":"SPELL_FORCESHIELD_DESCRIPCION","text":"Area: #0#x#1# \/ Lasts: #2#s \/ DMG reduction: #3#%"},{"id":210,"name":"SPELL_HEALINGRAIN_DESCRIPCION_1","text":"Area: #0#x#1# \/ Lasts: #2#"},{"id":211,"name":"SPELL_HEALINGRAIN_DESCRIPCION_2","text":"Area: #0#x#1# \/ Lasts: #2#+#3#"},{"id":212,"name":"SPELL_ICEBALL_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2# \/ Freeze Time: #3#s"},{"id":213,"name":"SPELL_POISON_DESCRIPCION_1","text":"Area: #0#x#1# \/ Damage: #2#"},{"id":214,"name":"SPELL_POISON_DESCRIPCION_2","text":"Area: #0#x#1# \/ Damage: #2# + infects #3# nearby"},{"id":215,"name":"SPELL_STONERAIN_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2#"},{"id":216,"name":"SPELL_SUMMON_DESCRIPCION","text":"Life: #0#"},{"id":217,"name":"SPELL_ESTADO_APRENDIDO","text":"learned"},{"id":218,"name":"SPELL_ESTADO_DISPONIBLE","text":"available"},{"id":219,"name":"SPELL_ESTADO_BLOQUEADO","text":"locked"},{"id":220,"name":"ERROR_GENERICO","text":"Oh no! An error occurred! Press ok to refresh the page and keep playing!"},{"id":221,"name":"ERROR_SYNC","text":"Oh no! Things must no longer be in sync! Press ok to refresh the page and keep playing!"},{"id":222,"name":"ERROR_TIMEOUT","text":"Oh no! The connection with the server was lost! Press ok to refresh the page and keep playing!"},{"id":223,"name":"ERROR_EXPIRADO","text":"Oh no! Your session has expired! Press ok to refresh the page and keep playing!"},{"id":224,"name":"ERROR_INFO","text":"We're experiencing problems with our servers, please check back later."},{"id":225,"name":"ERROR_CONEXION_1","text":"We're experiencing problems with our servers, please check back later. 1"},{"id":226,"name":"ERROR_CONEXION_2","text":"We're experiencing problems with our servers, please check back later. 2"},{"id":227,"name":"ERROR_DEFECTO","text":"There is a problem. Please try reloading."},{"id":228,"name":"ERROR_SYNC_2","text":"Oh no! Things must not be in sync any more! Refresh the page to keep playing!"},{"id":229,"name":"APRILFOOLS_QUEJA_1","text":"We hate chopping trees!"},{"id":230,"name":"APRILFOOLS_QUEJA_2","text":"No more picking under the sun!"},{"id":231,"name":"APRILFOOLS_QUEJA_3","text":"Stop abusing us!"},{"id":232,"name":"APRILFOOLS_QUEJA_4","text":"We deserve higher wages!"},{"id":233,"name":"APRILFOOLS_QUEJA_5","text":"We need holidays!"},{"id":234,"name":"APRILFOOLS_QUEJA_6","text":"Respect our rights!"},{"id":235,"name":"MES_ABR_ENERO","text":"Jan"},{"id":236,"name":"MES_ABR_FEBRERO","text":"Feb"},{"id":237,"name":"MES_ABR_MARZO","text":"Mar"},{"id":238,"name":"MES_ABR_ABRIL","text":"Apr"},{"id":239,"name":"MES_ABR_MAYO","text":"May"},{"id":240,"name":"MES_ABR_JUNIO","text":"Jun"},{"id":241,"name":"MES_ABR_JULIO","text":"Jul"},{"id":242,"name":"MES_ABR_AGOSTO","text":"Aug"},{"id":243,"name":"MES_ABR_SEPTIEMBRE","text":"Sep"},{"id":244,"name":"MES_ABR_OCTUBRE","text":"Oct"},{"id":245,"name":"MES_ABR_NOVIEMBRE","text":"Nov"},{"id":246,"name":"MES_ABR_DICIEMBRE","text":"Dec"},{"id":247,"name":"CONTADOR_ENEMIGOS_VIVOS_SINGULAR","text":"1 enemy alive"},{"id":248,"name":"CONTADOR_ENEMIGOS_VIVOS_PLURAL","text":"#0# enemies alive"},{"id":249,"name":"CONTADOR_GEMAS_SINGULAR","text":"#0# gem left"},{"id":250,"name":"CONTADOR_GEMAS_SINGULAR_ESPIA","text":"#0# gem"},{"id":251,"name":"CONTADOR_GEMAS_PLURAL","text":"#0# gems left"},{"id":252,"name":"CONTADOR_GEMAS_PLURAL_ESPIA","text":"#0# gems"},{"id":253,"name":"CONTADOR_OBJETIVOS_SINGULAR","text":"#0# target left"},{"id":254,"name":"CONTADOR_OBJETIVOS_SINGULAR_ESPIA","text":"#0# target"},{"id":255,"name":"CONTADOR_OBJETIVOS_PLURAL","text":"#0# targets left"},{"id":256,"name":"CONTADOR_OBJETIVOS_PLURAL_ESPIA","text":"#0# targets"},{"id":257,"name":"INFO_COSECHA","text":"Select a villager and click this resource to harvest it"},{"id":258,"name":"INFO_REGENERACION","text":"Wait for the resource to regenerate"},{"id":259,"name":"INFO_COFRE","text":"Defeat all enemies to open the Chest!"},{"id":260,"name":"INFO_PRINCESA","text":"Defeat all enemies to rescue the Princess!"},{"id":261,"name":"INFO_ALDEANOS","text":"Defeat all enemies to rescue your Villagers!"},{"id":262,"name":"INFO_ARQUEROS","text":"Defeat all enemies to rescue the Rangers!"},{"id":263,"name":"INFO_TROLL","text":"Defeat all enemies to liberate the Troll!"},{"id":264,"name":"INFO_SOLDADOS","text":"Defeat all enemies to rescue your Soldiers!"},{"id":265,"name":"INFO_ARTURO","text":"Defeat all enemies to rescue Prince Arthur!"},{"id":266,"name":"INFO_EXTINGUIR","text":"Get water from the 3 Water Wells to extinguish the fire!"},{"id":267,"name":"INFO_CURANDEROS","text":"Defeat all enemies to rescue your Healers!"},{"id":268,"name":"INFO_ALIADOS","text":"Defeat all enemies to rescue your Allies!"},{"id":269,"name":"INFO_ASEDIO","text":"Defeat all enemies to rescue the siege machines!"},{"id":270,"name":"INFO_ESTATUA_ESQUELETO","text":"A great skeleton statue."},{"id":271,"name":"INFO_GEMA_PODER","text":"Defeat all nearby enemies to safely activate this device!"},{"id":272,"name":"INFO_PINGUINOS","text":"Defeat all nearby enemies to get the key and free the penguins!"},{"id":273,"name":"INFO_POZO","text":"Defeat all nearby enemies to get water from the well!"},{"id":274,"name":"INFO_PIEDRA","text":"Defeat all nearby enemies to get the stone!"},{"id":275,"name":"INFO_ANIMALES","text":"Defeat all nearby enemies to rescue the animals!"},{"id":276,"name":"INFO_ESTATUA_MISTERIOSA","text":"A mysterious skeleton statue"},{"id":277,"name":"INFO_GEMAS_ALTAR","text":"Put the 4 gems in the altar!"},{"id":278,"name":"INFO_LLAVES","text":"Get the 4 keys to open the door!"},{"id":279,"name":"INFO_ESPIAR","text":"Now you can spy your enemies through the world explorer.\n"},{"id":280,"name":"INFO_ESPIAR_AGUILAS","text":"Your eagles have #0# health."},{"id":281,"name":"INFO_HOSPITAL","text":"Heals nearby units when they are not in combat."},{"id":282,"name":"INFO_HERRERO","text":"Allows you to reduce the cost of your footman, archers and mounted troops by #0#%."},{"id":283,"name":"INFO_UNIVERSIDAD","text":"Allows you to reduce the cost of producing siege engines by #0#%."},{"id":284,"name":"INFO_HECHICERIA","text":"Browse and learn magic spells"},{"id":285,"name":"INFO_MUELLE","text":"Now you can sail through the Great Sea!"},{"id":286,"name":"INFO_AERODROMO","text":"Now you can fly through the Ancient Sea!"},{"id":287,"name":"INFO_ASERRADERO","text":"Your villagers are now trained to cut down trees very fast."},{"id":288,"name":"INFO_MINEROS","text":"Your villagers are now trained to mine gold and stone very fast."},{"id":289,"name":"INFO_ATLETAS","text":"Your villagers are now trained to run faster and to queue #0# additional resources."},{"id":290,"name":"INFO_ESTATUA_LIDERAZGO","text":"The statue increases your limit of 3 attacks per day to 4."},{"id":291,"name":"INFO_CORRAL_OVEJAS","text":"Put sheeps inside to produce food"},{"id":292,"name":"INFO_CORRAL_VACAS","text":"Put cows inside to produce food"},{"id":293,"name":"INFO_CORRAL_JABALIS","text":"Put boars inside to produce food"},{"id":294,"name":"INFO_CORRAL_CABALLOS","text":"Put horses inside to allow soldiers to mount them"},{"id":295,"name":"INFO_POBLACION","text":"Provides you with population"},{"id":296,"name":"INFO_ALIMENTACION","text":"Provides you with food regularly"},{"id":297,"name":"INFO_COLECCIONABLE","text":"Discovers a collectible item every day"},{"id":298,"name":"INFO_MATADERO","text":"Sacrifice a unit and obtain some resources back"},{"id":299,"name":"INFO_CRIADERO","text":"Put a pair of the same animal to make them breed"},{"id":300,"name":"INFO_BUNKER","text":"Put units inside to protect them from player assaults"},{"id":301,"name":"INFO_DANYO_ATAQUE","text":"Attack Damage"},{"id":302,"name":"INFO_RETARDO_ATAQUE","text":"Attack Delay"},{"id":303,"name":"INFO_RANGO_ATAQUE","text":"Attack Range"},{"id":304,"name":"INFO_VELOCIDAD_UNIDAD","text":"Unit Speed"},{"id":305,"name":"INFO_CAPACIDAD_POBLACION","text":"Population Capacity"},{"id":306,"name":"INFO_LIMIT_RECOLECCION_SINGULAR","text":"They can collect #0# tree in a row"},{"id":307,"name":"INFO_LIMIT_RECOLECCION_PLURAL","text":"They can collect #0# trees in a row"},{"id":308,"name":"INFO_CAPACIDAD","text":"CAPACITY #0#\/#1#"},{"id":309,"name":"INFO_CONFIRMAR_VENTA","text":"Do you really want to sell this for #0# #1#?"},{"id":310,"name":"INFO_ORO_SINGULAR","text":"gold"},{"id":311,"name":"INFO_ORO_PLURAL","text":"golds"},{"id":312,"name":"INFO_COMIDA_SINGULAR","text":"unit of food"},{"id":313,"name":"INFO_COMIDA_PLURAL","text":"units of food"},{"id":314,"name":"INFO_MADERA_SINGULAR","text":"unit of wood"},{"id":315,"name":"INFO_MADERA_PLURAL","text":"units of wood"},{"id":316,"name":"INFO_PIEDRA_SINGULAR","text":"unit of stone"},{"id":317,"name":"INFO_PIEDRA_PLURAL","text":"units of stone"},{"id":318,"name":"INFO_CASH_SINGULAR","text":"cash"},{"id":319,"name":"INFO_CASH_PLURAL","text":"cash"},{"id":320,"name":"COLECCION_MISTERIOS_ARENA","text":"Mysteries of the Sand"},{"id":321,"name":"COLECCION_VIEJO_BAUL","text":"Ye Olde Chest"},{"id":322,"name":"COLECCION_PODER_FLOR","text":"Flower Power"},{"id":323,"name":"COLECCION_TOQUE_RENACIMIENTO","text":"A Renaissance Touch"},{"id":324,"name":"COLECCION_DESCUBRIMIENTO_ANTIGUO","text":"An Ancient Discovery"},{"id":325,"name":"COLECCION_AMENAZA_CAZADORA","text":"The Hunting Threat"},{"id":326,"name":"COLECCION_DESCUBRIMIENTO_ARTICO","text":"An Arctic Discovery"},{"id":327,"name":"COLECCION_VIAJE_NEVADO","text":"Snow Journeys"},{"id":328,"name":"COLECCION_APARICION_DIABOLICA","text":"The Diabolic Appearance"},{"id":329,"name":"COLECCION_FRAGANCIA_MAGICA","text":"Scent of Magic"},{"id":330,"name":"COLECCION_TRAMPA_MORTAL","text":"A Mortal Trap"},{"id":331,"name":"COLECCION_CIRCULO_VIDA","text":"The Circle of Life"},{"id":332,"name":"COLECCION_SENTENCIA_MUERTE","text":"Sentence of Death"},{"id":333,"name":"COLECCION_ATRAPADO_OSCURIDAD","text":"Trapped in Darkness"},{"id":334,"name":"COLECCION_TRIBUTO_HEROE","text":"Hero Tribute"},{"id":335,"name":"COLECCION_AMIGO_TROLL","text":"Troll's best friend"},{"id":336,"name":"COLECCION_BOLA_PELO","text":"Little ball of fur"},{"id":337,"name":"COLECCION_HUESOS","text":"Bare Bones"},{"id":338,"name":"COLECCION_ALIADO_MONSTRUOSO","text":"A Monstruous Ally"},{"id":339,"name":"COLECCION_SONIDO_BOSQUE","text":"Sound of the Forest"},{"id":340,"name":"COLECCION_JEROGLIFO_EGIPCIO","text":"Egyptian Hieroglyph"},{"id":341,"name":"COLECCION_MASCARA_FARAON","text":"The Pharaon Mask"},{"id":342,"name":"COLECCION_VIEJA_CERAMICA","text":"Old Ceramics"},{"id":343,"name":"COLECCION_PAPIRO_ESCRITO","text":"Written Papyrus"},{"id":344,"name":"COLECCION_ESTATUILLA_HORUS","text":"Horus Statuette"},{"id":345,"name":"COLECCION_SUPERFICIE_MADERA","text":"Wooden Surface"},{"id":346,"name":"COLECCION_TABLA_CURVA","text":"Curved Plank"},{"id":347,"name":"COLECCION_CERRADURA_ORO","text":"Golden Lock"},{"id":348,"name":"COLECCION_MAPA_TESORO","text":"Treasure Map"},{"id":349,"name":"COLECCION_CLAVOS_LARGOS","text":"Large Nails"},{"id":350,"name":"COLECCION_ROSA_ROJA","text":"Red Rose"},{"id":351,"name":"COLECCION_GIRASOL","text":"Sunflower"},{"id":352,"name":"COLECCION_LIRIO_BLANCO","text":"White Lily"},{"id":353,"name":"COLECCION_GERANIO_AZUL","text":"Blue Geranium"},{"id":354,"name":"COLECCION_FERTILIZANTE","text":"Soil Fertilizer"},{"id":355,"name":"COLECCION_REMACHE_ORO","text":"Golden Rivet"},{"id":356,"name":"COLECCION_ESTATUA_ORO","text":"Golden Statue"},{"id":357,"name":"COLECCION_COLUMNA_SOLIDA","text":"Solid Column"},{"id":358,"name":"COLECCION_LADRILLO_DECORADO","text":"Intricate Brick"},{"id":359,"name":"COLECCION_AGUA_PURA","text":"Pure Water"},{"id":360,"name":"COLECCION_PIEL_MARRON","text":"Brown Fur"},{"id":361,"name":"COLECCION_COLMILLO_MARFIL","text":"Ivory Tusk"},{"id":362,"name":"COLECCION_BLOQUE_HIELO","text":"Ice Block"},{"id":363,"name":"COLECCION_ANTIGUO_CACAHUETE","text":"Ancient Peanut"},{"id":364,"name":"COLECCION_HUELLA_FOSSIL","text":"Fossil Footprint"},{"id":365,"name":"COLECCION_PULSERA_CUERO","text":"Leather Bracers"},{"id":366,"name":"COLECCION_COLMILLO_GRANDE","text":"Large Fang"},{"id":367,"name":"COLECCION_ARNES_CUERO","text":"Leather Harness"},{"id":368,"name":"COLECCION_CASCO_CORNUDO","text":"Horns Helmet"},{"id":369,"name":"COLECCION_HACHA_AFILADA","text":"Sharp Axe"},{"id":370,"name":"COLECCION_AGUA_FRIA","text":"Cold Water"},{"id":371,"name":"COLECCION_PESCADO_MALOLIENTE","text":"Smelly Fish"},{"id":372,"name":"COLECCION_IGLU_SOLIDO","text":"Solid Igloo"},{"id":373,"name":"COLECCION_BOLA_NIEVE","text":"Snowball"},{"id":374,"name":"COLECCION_HUEVO_ENTERO","text":"Unhatched Egg"},{"id":375,"name":"COLECCION_PIEL_AZUL","text":"Blue Pelt"},{"id":376,"name":"COLECCION_COLMILLO_AFILADO","text":"Sharp Tusk"},{"id":377,"name":"COLECCION_PIEL_BLANCA","text":"White Fur"},{"id":378,"name":"COLECCION_CUERNO_PARTIDO","text":"Chipped Horn"},{"id":379,"name":"COLECCION_GARRA_GIGANTE","text":"Giant Claw"},{"id":380,"name":"COLECCION_BOTAS_ORO","text":"Golden boots"},{"id":381,"name":"COLECCION_CINTURON_CALAVERA","text":"Skull Belt"},{"id":382,"name":"COLECCION_PENDIENTE_ORO","text":"Golden Earring"},{"id":383,"name":"COLECCION_COLETA_NEGRA","text":"Black Ponytail"},{"id":384,"name":"COLECCION_CIMITARRA","text":"Scimitar"},{"id":385,"name":"COLECCION_GORRO_TELA","text":"Cloth Hat"},{"id":386,"name":"COLECCION_TUNICA_TELA","text":"Cloth Tunic"},{"id":387,"name":"COLECCION_BASTON_MADERA","text":"Wooden rod"},{"id":388,"name":"COLECCION_BARBA_BLANCA","text":"White Beard"},{"id":389,"name":"COLECCION_LIBRO_HECHIZOS","text":"Magic Spellbook"},{"id":390,"name":"COLECCION_BARRO_SUCIO","text":"Filthy Mud"},{"id":391,"name":"COLECCION_ROCA_SUCIA","text":"Dirty Rock"},{"id":392,"name":"COLECCION_SAPO_MARRON","text":"Brown Toad"},{"id":393,"name":"COLECCION_PIRANYA_CANIBAL","text":"Cannibal Piranha"},{"id":394,"name":"COLECCION_COCODRILO_FEROZ","text":"Ferocious Crocodile"},{"id":395,"name":"COLECCION_ESTATUA_DELICADA","text":"Delicate Statue"},{"id":396,"name":"COLECCION_RAICES_FUERTES","text":"Strong Roots"},{"id":397,"name":"COLECCION_RAMA_PEQUENYA","text":"Small Branch"},{"id":398,"name":"COLECCION_HOJAS_ROSAS","text":"Pink Leaves"},{"id":399,"name":"COLECCION_SEMILLAS_VIDA","text":"Life Seeds"},{"id":400,"name":"COLECCION_GRILLETES_MADERA","text":"Wooden Shackles"},{"id":401,"name":"COLECCION_PLANCHAS_FUERTES","text":"Strong Planks"},{"id":402,"name":"COLECCION_CESTO_MIMBRE","text":"Wicker Basket"},{"id":403,"name":"COLECCION_CUERDA_FUERTE","text":"Strong Rope"},{"id":404,"name":"COLECCION_HOJA_GUILLOTINA","text":"Guillotine Blade"},{"id":405,"name":"COLECCION_CERRADURA_HIERRO","text":"Iron Lock"},{"id":406,"name":"COLECCION_BARRA_HIERRO","text":"Iron Bar"},{"id":407,"name":"COLECCION_CADENAS_HIERRO","text":"Iron Chains"},{"id":408,"name":"COLECCION_GRILLETES_HIERRO","text":"Iron Shackles"},{"id":409,"name":"COLECCION_TRAJE_PRESO","text":"Prisoner Suit"},{"id":410,"name":"COLECCION_PEDESTAL_PIEDRA","text":"Stone Pedestal"},{"id":411,"name":"COLECCION_PIERNAS_PIEDRA","text":"Stone Legs"},{"id":412,"name":"COLECCION_PECHO_PIEDRA","text":"Stone Chest"},{"id":413,"name":"COLECCION_CABEZA_PIEDRA","text":"Stone Head"},{"id":414,"name":"COLECCION_ESPADA_PIEDRA","text":"Stone Sword"},{"id":415,"name":"COLECCION_COLGANTE_ROJO","text":"Red Necklace"},{"id":416,"name":"COLECCION_HUESO_RICO","text":"Tasty Bone"},{"id":417,"name":"COLECCION_PELO_MARRON","text":"Brown Fur"},{"id":418,"name":"COLECCION_GLOBO_ROJO","text":"Red Balloon"},{"id":419,"name":"COLECCION_GORRO_PILOTO","text":"Pilot Bonnet"},{"id":420,"name":"COLECCION_COLGANTE_MONO","text":"Cute Necklace"},{"id":421,"name":"COLECCION_LATA_ATUN","text":"Tuna Can"},{"id":422,"name":"COLECCION_PELO_AZUL","text":"Blue Fur"},{"id":423,"name":"COLECCION_CASCABEL_PEQUENYO","text":"Small Sleighbell"},{"id":424,"name":"COLECCION_BOLA_LANA","text":"Wool Ball"},{"id":425,"name":"COLECCION_HUESO_CARNE","text":"Fleshy Bone"},{"id":426,"name":"COLECCION_ESPADA_OXIDADA","text":"Rusty Sword"},{"id":427,"name":"COLECCION_YELMO_PODRIDO","text":"Rotten Skullcap"},{"id":428,"name":"COLECCION_ESCUDO_DANYADO","text":"Shriveled Shield"},{"id":429,"name":"COLECCION_CALAVERA_MALVADA","text":"Evil Skull"},{"id":430,"name":"COLECCION_HOMBRERA_CUERO","text":"Leather Shoulderpad"},{"id":431,"name":"COLECCION_YELMO_ESPELUZNANTE","text":"Eerie Helmet"},{"id":432,"name":"COLECCION_BRAZALETES_REFORZADOS","text":"Reinforced Bracers"},{"id":433,"name":"COLECCION_MANDIBULAS_HUESO","text":"Bone Jaws"},{"id":434,"name":"COLECCION_MARTILLO_PUNTA","text":"Spiked Hammer"},{"id":435,"name":"COLECCION_ARCO_LARGO","text":"Long Bow"},{"id":436,"name":"COLECCION_DIADEMA_ORO","text":"Golden Diadem"},{"id":437,"name":"COLECCION_FLECHA_AFILADA","text":"Sharp Arrow"},{"id":438,"name":"COLECCION_CARCAJ_CUERO","text":"Leather Quiver"},{"id":439,"name":"COLECCION_OCARINA_MADERA","text":"Wooden Ocarina"},{"id":440,"name":"POPUP_REPINTAR_OK","text":"Click OKAY to repaint it."},{"id":441,"name":"POPUP_REPINTAR_DESCRIPCION","text":"This paint on this building is getting faded."},{"id":442,"name":"POPUP_TOPE_EDIFICIOS","text":"You've reached the limit of #0# for your Empire"},{"id":443,"name":"POPUP_TOPE_EDIFICIOS_TIER","text":"You'll be able to build the next tier of #0# when you reach the appropiate level"},{"id":444,"name":"POPUP_MISION_OBJETIVO","text":"Goal #0#"},{"id":445,"name":"POPUP_MISION_COMPLETADO","text":"(Completed #0#\/#1#)"},{"id":446,"name":"POPUP_ATAQUE_VICTORIA","text":"YOU WON"},{"id":447,"name":"POPUP_ATAQUE_DERROTA","text":"YOU LOST"},{"id":448,"name":"POPUP_EDIFICIO_ENHORABUENA","text":"Congratulations on your #0#!"},{"id":449,"name":"POPUP_COMPRAR_ASALTO_TIEMPO","text":"#0#h #1#min"},{"id":450,"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ATAQUES","text":"BUY ATTACKS"},{"id":451,"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ESPIONAJES","text":"BUY SPIES"},{"id":452,"name":"POPUP_COMPRAR_ASALTO_ATAQUES","text":"attacks"},{"id":453,"name":"POPUP_COMPRAR_ASALTO_ESPIONAJES","text":"spies"},{"id":454,"name":"POPUP_COMPRAR_ASALTO_SIN_ACCIONES","text":"You don't have more #0#,\n"},{"id":455,"name":"POPUP_COMPRAR_ASALTO_RECARGA","text":"you will get 3 more in #0#\n\n"},{"id":456,"name":"POPUP_COMPRAR_ASALTO_COMPRAR","text":"Do you want to buy #0# extra #1#?"},{"id":457,"name":"POPUP_COMPRAR_ASALTO_PRECIO","text":"#0# #1# = #2#"},{"id":458,"name":"POPUP_COMPRAR_ORO","text":"#0# cash"},{"id":459,"name":"POPUP_HEROES_RANGER","text":"The hard trained ranger, fast and lethal from far away!"},{"id":460,"name":"POPUP_HEROES_XENA","text":"She can slash multiple trolls with her whirlwind attack!"},{"id":461,"name":"POPUP_HEROES_ARTURO","text":"Prince of the Empire, casts a powerful fire from his blade!"},{"id":462,"name":"POPUP_HEROES_MERLIN","text":"A powerful wizard that strikes his foes with lightning!"},{"id":463,"name":"POPUP_HEROES_VALKIRIA","text":"She strikes fiercely and heals nearby units in the heat of battle!"},{"id":464,"name":"POPUP_HEROES_WALLACE","text":"His powerful roar inspires courage to nearby allies!"},{"id":465,"name":"POPUP_HEROES_THOR","text":"Smashes back his foes with his mighty lightning hammer!"},{"id":466,"name":"POPUP_HEROES_ALTOELFO","text":"Uses the ancient triplication technique to hunt the enemy!"},{"id":467,"name":"POPUP_NIVEL_TITULO","text":"LEVEL #0#!"},{"id":468,"name":"POPUP_NIVEL_CONFIRMACION","text":"You've reached #0# rank"},{"id":469,"name":"POPUP_NIVEL_HEADER_2","text":"You can now buy:"},{"id":470,"name":"POPUP_NIVEL_HEADER_3","text":"Level reward:"},{"id":471,"name":"POPUP_NIVEL_FOOTER","text":"YEAH! Share your success with your friends!"},{"id":472,"name":"POPUP_ASALTO_PREPARANDO_ESPIONAJE","text":"Preparing To SPY"},{"id":473,"name":"POPUP_ASALTO_LISTO_ESPIONAJE","text":"Your Eagle is ready to spy Enemy"},{"id":474,"name":"POPUP_ASALTO_EMPEZAR_ESPIONAJE","text":"Start Spying"},{"id":475,"name":"POPUP_ASALTO_AYUDA_TITULO","text":"Battle Help"},{"id":476,"name":"POPUP_ASALTO_AYUDA_TEXTO","text":"\u00b7 The objective is to destroy the Town Hall of your enemy. If you do so, you will receive a reward!\n \u00b7 All of your Army goes to the battle.\n \u00b7 On the \"Battle Menu\" button you'll see the status of the battle.\n \u00b7 Once the battle is finished, most of your dead soldiers will resurrect on your empire!"},{"id":477,"name":"POPUP_ASALTO_ARMADA_LISTA","text":"Your Army is ready!\n\n Destroy the Town Hall to WIN the battle!"},{"id":478,"name":"POPUP_ASALTO_TITULO","text":"GOING TO BATTLE"},{"id":479,"name":"POPUP_ASALTO_MAPA_HEADER","text":"Select the starting position of your army"},{"id":480,"name":"POPUP_QUEST_YETI","text":"Rescue the penguins and defeat the evil Yeti!"},{"id":481,"name":"POPUP_QUEST_GUSANO","text":"Find the braziers and defeat the hidden menace!"},{"id":482,"name":"POPUP_QUEST_CARGANDO","text":"Loading World"},{"id":483,"name":"POPUP_QUEST_EXPLORA","text":"Explore the world and discover the Missions!"},{"id":484,"name":"POPUP_QUEST_SIN_MUELLE","text":"You will need a harbour to invade the islands!"},{"id":485,"name":"POPUP_QUEST_BARCO","text":"Your ship is ready"},{"id":486,"name":"POPUP_QUEST_ZEPPELIN","text":"Your Zeppelin is ready"},{"id":487,"name":"POPUP_QUEST_TROLLS","text":"Defeat the trolls to win the chest!"},{"id":488,"name":"POPUP_QUEST_ESQUELETOS","text":"Defeat the skeletons to win the chest!"},{"id":489,"name":"POPUP_QUEST_CHINOS","text":"Defeat the chinese to win the chest!"},{"id":490,"name":"POPUP_QUEST_AZTECAS","text":"Defeat the aztecs to win the chest!"},{"id":491,"name":"POPUP_QUEST_HUMANOS","text":"Defeat the Humans to win the chest!"},{"id":492,"name":"POPUP_QUEST_HEROES","text":"Defeat the Heroes to win the chest!"},{"id":493,"name":"POPUP_QUEST_KAMIKAZES","text":"Use your kamikazes to destroy the Town Hall!"},{"id":494,"name":"POPUP_QUEST_VIKINGOS","text":"Defeat the vikings to win!"},{"id":495,"name":"POPUP_QUEST_ATLANTES","text":"Defeat the atlantis tribe to win!"},{"id":496,"name":"POPUP_QUEST_EGIPCIOS","text":"Defeat the egyptians to win!"},{"id":497,"name":"POPUP_QUEST_HUEVO","text":"You find a huge egg.."},{"id":498,"name":"POPUP_QUEST_ELIGE_DIFICULTAD","text":"Choose difficulty"},{"id":499,"name":"POPUP_QUEST_DIFICULTAD","text":"Difficulty"},{"id":500,"name":"POPUP_QUEST_COMPLETAR","text":"Complete the quest with #0# to unlock"},{"id":501,"name":"POPUP_QUEST_ESTRELLA_1","text":"1 star"},{"id":502,"name":"POPUP_QUEST_ESTRELLA_2","text":"2 stars"},{"id":503,"name":"POPUP_NUEVO_DIARIO_ORO","text":"#0# gold"},{"id":504,"name":"POPUP_NUEVO_DIARIO_HEROE","text":"1 Hero!"},{"id":505,"name":"POPUP_NUEVO_DIARIO_GANADO","text":"You won #0# gold!"},{"id":506,"name":"POPUP_NUEVO_DIARIO_GANADO_HEROE","text":"You won a hero!"},{"id":507,"name":"POPUP_JUGADOR_HOY","text":"Today at #0#:#1#"},{"id":508,"name":"POPUP_JUGADOR_AYER","text":"Yesterday at #0#:#1#"},{"id":509,"name":"POPUP_JUGADOR_HACE","text":"#0# days ago"},{"id":510,"name":"POPUP_JUGADOR_NUNCA","text":"n\/a"},{"id":511,"name":"POPUP_RAZA_TITULO_CIUDAD","text":"SELECT TOWN"},{"id":512,"name":"POPUP_RAZA_NIVEL_TROLL","text":"\nYou have to reach level #0# to unlock the Troll Race."},{"id":513,"name":"POPUP_RECLUTAMIENTO_RECOMPENSA","text":"Get reward"},{"id":514,"name":"POPUP_RECLUTAMIENTO_RECLUTAS_LISTOS","text":"All your new recruits are ready! Get your reward!"},{"id":515,"name":"POPUP_RECLUTAMIENTO_RECLUTA","text":"Recruit!"},{"id":516,"name":"POPUP_RECLUTAMIENTO_INVITA_AMIGOS","text":"Invite 3 new friends and get Special Units for free!"},{"id":517,"name":"POPUP_RECLUTAMIENTO_AMIGO","text":"Get a friend!"},{"id":518,"name":"POPUP_RECLUTAMIENTO_ALDEANO","text":"Villager"},{"id":519,"name":"POPUP_RESURRECCION_TITULO","text":"Heroes' Graveyard"},{"id":520,"name":"POPUP_RESURRECCION_DESCRIPCION","text":"This building allows you to revive your dead heroes"},{"id":521,"name":"POPUP_RESURRECCION_RESUCITAR","text":"Resurrect"},{"id":522,"name":"POPUP_EDIFICIO_ALIADOS","text":"Get allies"},{"id":523,"name":"POPUP_EDIFICIO_REFUERZOS","text":"All your allies are ready! Get your reinforcements!"},{"id":524,"name":"POPUP_EDIFICIO_ABRIR","text":"Open Building"},{"id":525,"name":"POPUP_EDIFICIO_PERSONAL","text":"All your staff is ready! You can now open your #0#!"},{"id":526,"name":"POPUP_EDIFICIO_CONTRATAR","text":"Hire Friends"},{"id":527,"name":"POPUP_EDIFICIO_TROPAS_ALIADAS","text":"This building needs to be filled with troops of your allies."},{"id":528,"name":"POPUP_EDIFICIO_CONTRATAR_AMIGOS","text":"Hire your friends to work in your #0#."},{"id":529,"name":"POPUP_FEED_COMPLETADO","text":"Completed!"},{"id":530,"name":"POPUP_FEED_RECOMPENSA","text":"Get rewards!"},{"id":531,"name":"POPUP_TESORO_TITULO","text":"Next enemy camp"},{"id":532,"name":"POPUP_TESORO_DESCRIPCION","text":"There have been spotted more enemies in the surroundings. They should arrive at your kingdom in 4 hours"},{"id":533,"name":"POPUP_UNLOCK","text":"Do you want to unlock #0# early?"},{"id":534,"name":"POPUP_UNLOCK_LBLUNLOCK","text":"Cost to unlock:"},{"id":535,"name":"POPUP_METEO_PRADERA","text":"Grassy Meadows"},{"id":536,"name":"POPUP_METEO_DESIERTO","text":"Sunny Desert"},{"id":537,"name":"POPUP_METEO_ESTEPA","text":"Snowy Plains"},{"id":538,"name":"POPUP_METEO_MONTANYA","text":"Rocky Mountains"},{"id":539,"name":"POPUP_METEO_JUNGLA","text":"Lush Jungle"},{"id":540,"name":"POPUP_GRIMORIO_PAGINA","text":"page #0# \/ #1#"},{"id":541,"name":"POPUP_TUTORIAL_PAGINA","text":"#0# of #1#"},{"id":542,"name":"QUEST_DESIERTO","text":"Desert Mission"},{"id":543,"name":"QUEST_ARTICO","text":"Arctic Mission"},{"id":544,"name":"QUEST_GUSANO","text":"Rockdriller Mission"},{"id":545,"name":"QUEST_MISTERIOSA","text":"Mysterious Island"},{"id":546,"name":"QUEST_DESCONOCIDA","text":"Unknown Island"},{"id":547,"name":"QUEST_NO_DESCUBIERTA","text":"Undiscovered Island"},{"id":548,"name":"QUEST_EMERGENTE","text":"Emergent Island"},{"id":549,"name":"QUEST_BARCO","text":"SHIP"},{"id":550,"name":"QUEST_ZEPPELIN","text":"ZEPPELIN"},{"id":551,"name":"QUEST_MOLINO","text":"Burning Mill"},{"id":552,"name":"QUEST_CURANDEROS","text":"Captive Healers"},{"id":553,"name":"QUEST_ANIMALES","text":"Caged Animals"},{"id":554,"name":"QUEST_ESQUELETOS","text":"Skeleton Menace"},{"id":555,"name":"QUEST_CHINOS","text":"Chinese Island"},{"id":556,"name":"QUEST_AZTECAS","text":"Aztec Island"},{"id":557,"name":"QUEST_HUMANOS","text":"Humans Island"},{"id":558,"name":"QUEST_HEROES","text":"Heroes Island"},{"id":559,"name":"QUEST_MITICA","text":"Mythical Island"},{"id":560,"name":"QUEST_NUBLADA","text":"Misty Island"},{"id":561,"name":"QUEST_DUNAS","text":"Dune Island"},{"id":562,"name":"QUEST_NIDO","text":"Nest Island"},{"id":563,"name":"QUEST_PELIGROSA","text":"Dangerous Island"},{"id":564,"name":"QUEST_GOLEM_GEMAS","text":"Gems to activate"},{"id":565,"name":"QUEST_GUSANO_BRASEROS","text":"#0# braziers to activate"},{"id":566,"name":"QUEST_YETI_LLAVES","text":"Keys to activate"},{"id":567,"name":"QUEST_YETI_FALTAN","text":"#0# keys left"},{"id":568,"name":"QUEST_CIVILIZACION_ENEMIGOS","text":"Enemy targets left"},{"id":569,"name":"QUEST_CIVILIZACION_HQ_SINGULAR","text":"1 Town Hall"},{"id":570,"name":"QUEST_CIVILIZACION_HQ_PLURAL","text":"#0# Town Halls"},{"id":571,"name":"QUEST_HEROES_VIVOS_SINGULAR","text":"1 hero alive"},{"id":572,"name":"QUEST_HEROES_VIVOS_PLURAL","text":"#0# heroes alive"},{"id":573,"name":"QUEST_TROLLS_VIVOS","text":"Alive trolls"},{"id":574,"name":"QUEST_TROLLS_VIVOS_SINGULAR","text":"1 troll alive"},{"id":575,"name":"QUEST_TROLLS_VIVOS_PLURAL","text":"#0# trolls alive"},{"id":576,"name":"QUEST_ESQUELETOS_VIVOS","text":"Remaining skeletons"},{"id":577,"name":"QUEST_ESQUELETOS_VIVOS_SINGULAR","text":"1 skeleton remaining"},{"id":578,"name":"QUEST_ESQUELETOS_VIVOS_PLURAL","text":"#0# skeletons remaining"},{"id":579,"name":"QUEST_BARCO_REQUISITO","text":"Level #0# required to access this zone"},{"id":580,"name":"ASALTO_REFUERZOS_TITULO","text":"Reinforcements arrive!"},{"id":581,"name":"ASALTO_REFUERZOS_DESCRIPCION","text":"Reinforcements are coming to your town to help you defeat your enemies.\nWait for them and rescue the princess!"},{"id":582,"name":"ASALTO_CAPITAN_H_ASEDIO_1","text":"Siege engines! Attack!"},{"id":583,"name":"ASALTO_CAPITAN_T_ASEDIO_1","text":"Machinez, GO!"},{"id":584,"name":"ASALTO_CAPITAN_H_ASEDIO_2","text":"First squad! Attack!"},{"id":585,"name":"ASALTO_CAPITAN_T_ASEDIO_2","text":"You group, Attack!"},{"id":586,"name":"ASALTO_CAPITAN_H_ASEDIO_3","text":"Second squad! Attack!"},{"id":587,"name":"ASALTO_CAPITAN_T_ASEDIO_3","text":"Iz 'ur tourn, Kill 'em all!"},{"id":588,"name":"ASALTO_CAPITAN_H_RETIRADA","text":"Retreat!"},{"id":589,"name":"ASALTO_CAPITAN_T_RETIRADA","text":"We lozin', we back!"},{"id":590,"name":"ASALTO_CAPITAN_H_MASTODONTES","text":"You go now, NO MERCY!!"},{"id":591,"name":"ASALTO_CAPITAN_T_MASTODONTES","text":"GO ON MORE BIG BOY'z!"},{"id":592,"name":"ASALTO_CAPITAN_H_PREPARADOS_1","text":"Everybody prepared!"},{"id":593,"name":"ASALTO_CAPITAN_T_PREPARADOS_1","text":"U ready cabbageheadz?"},{"id":594,"name":"ASALTO_CAPITAN_H_PREPARADOS_2","text":"Get ready!"},{"id":595,"name":"ASALTO_CAPITAN_T_PREPARADOS_2","text":"Zmell'em, they Afraid!"},{"id":596,"name":"ASALTO_ALDEANO_H_1","text":"THEY ARE COMING! HELP! HELP!"},{"id":597,"name":"ASALTO_ALDEANO_H_2","text":"PLEASE, HURRY UP!"},{"id":598,"name":"ASALTO_ALDEANO_H_3","text":"BE READY FOR THE BATTLE!"},{"id":599,"name":"ASALTO_ALDEANO_H_4","text":"HELP, HELP!"},{"id":600,"name":"ASALTO_ALDEANO_T_1","text":"LOTZ OF 'EM"},{"id":601,"name":"ASALTO_ALDEANO_T_2","text":"HELP POOR TROLL, HELP"},{"id":602,"name":"ASALTO_ALDEANO_T_3","text":"WAR IZ COMIN"},{"id":603,"name":"ASALTO_ALDEANO_T_4","text":"HELP, HELP!"},{"id":604,"name":"ASALTO_CARRO_DESPEDIDA","text":"Glad to help you!"},{"id":605,"name":"AUX_OK","text":"OK"},{"id":606,"name":"AUX_SKIP","text":"Skip"},{"id":607,"name":"AUX_COMPRAR","text":"Buy"},{"id":608,"name":"AUX_VENDER","text":"sell"},{"id":609,"name":"AUX_COMPARTIR","text":"Share!"},{"id":610,"name":"AUX_SI","text":"YES"},{"id":611,"name":"AUX_NO","text":"NO"},{"id":612,"name":"AUX_GUARDAR","text":"Save"},{"id":613,"name":"AUX_CANCELAR","text":"Cancel"},{"id":614,"name":"POPUP_NOMBRE_TITULO","text":"NAME YOUR EMPIRE"},{"id":615,"name":"NEWFRIENDS_REWARD_DESCRIPTION_1","text":"1x Elephant Rider: Stomp your enemies and daze them with the powerful Elephant Rider!"},{"id":616,"name":"NEWFRIENDS_REWARD_DESCRIPTION_2","text":"2x Vikings: Smash your foes with this legendary Vikings!"},{"id":617,"name":"NEWFRIENDS_REWARD_DESCRIPTION_3","text":"2x Monks: Convert enemy units into yours with the Monks!"},{"id":618,"name":"NEWFRIENDS_REWARD_DESCRIPTION_4","text":"1x Thor: Strike your foes with the power of thunder!"},{"id":619,"name":"NEWFRIENDS_REWARD_DESCRIPTION_5","text":"1x Mobile Tower: Bring the power of a tower wherever you want!"},{"id":620,"name":"POPUP_AYUDA_AMIGO","text":"Wants to help you!"},{"id":621,"name":"POPUP_MISION_TITULO","text":"Goal INFO"},{"id":622,"name":"AUX_REPETIR","text":"repeat #0# times"},{"id":623,"name":"AUX_AYUDA","text":"HELP!"},{"id":624,"name":"AUX_OBJETIVOS","text":"Goals"},{"id":625,"name":"POPUP_MISION_OTORGA_RECOMPENSA","text":"MISSION #0# COMPLETED! #1# gold reward"},{"id":626,"name":"POPUP_MOTIVACION_TITULO_INTRO","text":"Welcome to Social Empires"},{"id":627,"name":"POPUP_MOTIVACION_CUERPO_INTRO","text":"Welcome to the best adventure in Facebook!\nIn Social Empires you will have to..."},{"id":628,"name":"POPUP_MOTIVACION_PIE_INTRO","text":"Good Luck!"},{"id":629,"name":"POPUP_MOTIVACION_MENSAJE_1","text":"Build your Kingdom"},{"id":630,"name":"POPUP_MOTIVACION_MENSAJE_2","text":"Defeat your Enemies!"},{"id":631,"name":"POPUP_MOTIVACION_MENSAJE_3","text":"Save your Princess!"},{"id":632,"name":"POPUP_MOTIVACION_TITULO_OUTRO","text":"Good Job!"},{"id":633,"name":"POPUP_MOTIVACION_CUERPO_OUTRO","text":"In order to advance it is very important to follow King Arthur's Goals"},{"id":634,"name":"POPUP_MOTIVACION_PIE_OUTRO","text":"Keep it up!\nYou will soon be rescuing your Princess!"},{"id":635,"name":"POPUP_MISION_NUEVA_MISION","text":"New Mission!"},{"id":636,"name":"POPUP_MISION_OBTEN_RECOMPENSA","text":"Get Reward!"},{"id":637,"name":"POPUP_MISION_OBTEN_RECOMPENSA_AHORA","text":"Get Reward Now!"},{"id":638,"name":"AUX_MAS_INFO","text":"+INFO"},{"id":639,"name":"AUX_NUEVO","text":"NEW"},{"id":640,"name":"POPUP_ATAQUE_TITULO","text":"Battle Results"},{"id":641,"name":"POPUP_ATAQUE_PIE","text":"(showing only last 10 attacks)"},{"id":642,"name":"POPUP_ATAQUE_FECHA","text":"Date"},{"id":643,"name":"POPUP_ATAQUE_OPONENTE","text":"Opponent"},{"id":644,"name":"POPUP_ATAQUE_RESULTADO","text":"Result"},{"id":645,"name":"POPUP_ATAQUE_ORO","text":"Gold"},{"id":646,"name":"POPUP_ATAQUE_INFORME_TITULO","text":"Attacked!"},{"id":647,"name":"POPUP_ATAQUE_INFORME_CUERPO","text":"Someone attacked your empire while you where out!"},{"id":648,"name":"POPUP_ATAQUE_INFORME_PIE","text":"Check the results and avenge yourself!"},{"id":649,"name":"POPUP_ATAQUE_ACABADO_TITULO","text":"Battle Result"},{"id":650,"name":"POPUP_ATAQUE_ACABADO_UNIDADES_VIVAS","text":"Units Alive"},{"id":651,"name":"POPUP_ATAQUE_ACABADO_UNIDADES_MUERTAS","text":"Units Dead"},{"id":652,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS","text":"Results"},{"id":653,"name":"POPUP_ATAQUE_ACABADO_TU_EJERCITO","text":"Your Army"},{"id":654,"name":"POPUP_ATAQUE_ACABADO_SU_EJERCITO","text":"Enemy Army"},{"id":655,"name":"POPUP_ATAQUE_ACABADO_TUS_PERDIDAS","text":"Your units lost"},{"id":656,"name":"POPUP_ATAQUE_ACABADO_SIN_BAJAS","text":"- No units lost -"},{"id":657,"name":"POPUP_ATAQUE_ACABADO_GANANCIAS","text":"You won:"},{"id":658,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_BUENA","text":"Good Battle! Destroy the Town Hall to win!"},{"id":659,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PERDIDAS","text":"You are losing a lot of units!"},{"id":660,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_GANAS","text":"You win!"},{"id":661,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PIERDES","text":"You lost!"},{"id":662,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_DEFENDISTE","text":"Your defense resisted!"},{"id":663,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_CAISTE","text":"Your defense has fallen!"},{"id":664,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PACIFISTA","text":"You haven't killed anyone yet"},{"id":665,"name":"POPUP_ATAQUE_ACABADO_ENHORABUENA","text":"Congratulations! Share it with your friends!"},{"id":666,"name":"POPUP_ATAQUE_ACABADO_CONDOLENCIAS","text":"Sorry! Try it another time!"},{"id":667,"name":"POPUP_ATAQUE_ACABADO_ACABAR","text":"Do you want to quit the battle?"},{"id":668,"name":"POPUP_ATAQUE_GUARDANDO","text":"Saving Results ..."},{"id":669,"name":"AUX_ATACANTE","text":"Attacker"},{"id":670,"name":"AUX_DEFENSOR","text":"Defender"},{"id":671,"name":"AUX_MUNDO_ENEMIGO","text":"Go to Enemy's World"},{"id":672,"name":"POPUP_OPCIONES_BATALLA_TITULO","text":"OPTIONS"},{"id":673,"name":"POPUP_OPCIONES_BATALLA_EJERCITO","text":"My Army"},{"id":674,"name":"POPUP_OPCIONES_BATALLA_ESTRATEGIA","text":"My Defensive Strategy"},{"id":675,"name":"POPUP_OPCIONES_BATALLA_CABECERA","text":"Select Your Defensive Strategy to defend your empire from other player attacks."},{"id":676,"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA","text":"Defensive"},{"id":677,"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA","text":"Mid Defensive"},{"id":678,"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA","text":"Mid Aggressive"},{"id":679,"name":"POPUP_OPCIONES_BATALLA_AGRESIVA","text":"Aggressive"},{"id":680,"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA_DESCRIPCION","text":"All your units will hold position until approached. They will stop chasing the enemy and return to their original position in a while after the clash."},{"id":681,"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA_DESCRIPCION","text":"All your units will hold position until a siege engine hits, then all ranged units will go and crush it."},{"id":682,"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA_DESCRIPCION","text":"All your units will hold positions until the enemy hits. Then part of your army that equals to the enemy troops will go and chase them."},{"id":683,"name":"POPUP_OPCIONES_BATALLA_AGRESIVA_DESCRIPCION","text":"All your units will attack the siege engines right from the start and will return to the empire only when all are destroyed."},{"id":684,"name":"POPUP_OPCIONES_BATALLA_UNIDADES","text":"Units"},{"id":685,"name":"POPUP_EDIFICIO_COMPARTE_AMIGOS","text":"Share your new item with your friends!"},{"id":686,"name":"AUX_ENHORABUENA","text":"Congratulations!"},{"id":687,"name":"AUX_INTERCAMBIAR","text":"EXCHANGE"},{"id":688,"name":"POPUP_COMPRAR_ORO_TITULO","text":"SOCIAL EMPIRES BANK"},{"id":689,"name":"POPUP_COMPRAR_ORO_CABECERA","text":"Exchange your cash for gold!"},{"id":690,"name":"AUX_COMPRAR_CASH","text":"Buy with cash"},{"id":691,"name":"POPUP_COMPRAR_MANA_TITULO","text":"Wizard's Resources Bank"},{"id":692,"name":"POPUP_COMPRAR_MANA_CABECERA","text":"Get some mana\nto unleash your power!"},{"id":693,"name":"POPUP_COLECCION_COMPARTE_AMIGOS","text":"Share your new gift with your friends!"},{"id":694,"name":"POPUP_COLECCIONES_TITULO","text":"Collections"},{"id":695,"name":"POPUP_COLECCIONES_RECLAMAR_RECOMPENSA","text":"Claim reward"},{"id":696,"name":"POPUP_COLECCIONES_COMPLETAR_POR","text":"Complete for"},{"id":697,"name":"AUX_COLECCION","text":"Collection"},{"id":698,"name":"AUX_COMPLETADO","text":"COMPLETED!"},{"id":699,"name":"POPUP_CAMPAMENTO_TITULO","text":"All enemies defeated!"},{"id":700,"name":"POPUP_CAMPAMENTO_CABECERA_1","text":"You have beaten all"},{"id":701,"name":"POPUP_CAMPAMENTO_CABECERA_2","text":"ENEMIES!"},{"id":702,"name":"POPUP_CAMPAMENTO_PIE_PRINCESA","text":"Now save your PRINCESS!\nClick on her!"},{"id":703,"name":"POPUP_CAMPAMENTO_PIE_ARQUEROS","text":"Now save the ARCHERS!\nClick on them!"},{"id":704,"name":"POPUP_CAMPAMENTO_PIE_SOLDADOS","text":"Now rescue your SOLDIERS!\nClick on them!"},{"id":705,"name":"POPUP_CAMPAMENTO_PIE_TESORO","text":"Now go for the TREASURE!\nClick on it!"},{"id":706,"name":"POPUP_CAMPAMENTO_PIE_ALDEANOS","text":"Now rescue your VILLAGERS!\nClick on them!"},{"id":707,"name":"POPUP_CAMPAMENTO_PIE_TROLL","text":"Now liberate the TROLL!\nClick on him!"},{"id":708,"name":"POPUP_CAMPAMENTO_PIE_PRINCIPE","text":"Now rescue your PRINCE!\nClick on him!"},{"id":709,"name":"POPUP_CAMPAMENTO_PIE_FUEGO","text":"Now extinguish the FIRE!\nClick on it!"},{"id":710,"name":"POPUP_CAMPAMENTO_PIE_CURANDEROS","text":"Now rescue your HEALERS!\nClick on them!"},{"id":711,"name":"POPUP_CAMPAMENTO_PIE_PIEDRA","text":"Now get the STONE!\nClick on it!"},{"id":712,"name":"POPUP_CAMPAMENTO_PIE_ALIADOS","text":"Now rescue your ALLIES!\nClick on them!"},{"id":713,"name":"POPUP_CAMPAMENTO_PIE_ANIMALES","text":"Now rescue the ANIMALS!\nClick on the cages!"},{"id":714,"name":"POPUP_CAMPAMENTO_PIE_ASEDIO","text":"Now rescue the SIEGE!\nClick on them!"},{"id":715,"name":"POPUP_CAMPAMENTO_PIE_ESTATUA","text":"Now destroy the SKELETONS!\nClick on the statue!"},{"id":716,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA","text":"Princess Kidnapped!"},{"id":717,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS","text":"Archers in danger!"},{"id":718,"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS","text":"Soldiers kidnapped!"},{"id":719,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO","text":"A Treasure Appeared!"},{"id":720,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS","text":"Villagers missing!"},{"id":721,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL","text":"Chained Troll!"},{"id":722,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE","text":"Prince kidnapped!"},{"id":723,"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO","text":"Mill in flames!"},{"id":724,"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS","text":"Captive Healers!"},{"id":725,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA","text":"Stone Mines!"},{"id":726,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS","text":"Captured Allies!"},{"id":727,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES","text":"Captured animals!"},{"id":728,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO","text":"Captured Siege!"},{"id":729,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA","text":"Creepy statues!"},{"id":730,"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCESA","text":"The enemies kidnapped your"},{"id":731,"name":"POPUP_MISION_CAMPAMENTO_C1_ARQUEROS","text":"The enemies have tied a group of"},{"id":732,"name":"POPUP_MISION_CAMPAMENTO_C1_SOLDADOS","text":"The enemies have taken some of your"},{"id":733,"name":"POPUP_MISION_CAMPAMENTO_C1_TESORO","text":"Suddenly appeared a"},{"id":734,"name":"POPUP_MISION_CAMPAMENTO_C1_ALDEANOS","text":"The enemies have taken your"},{"id":735,"name":"POPUP_MISION_CAMPAMENTO_C1_TROLL","text":"It has been spotted a prisoner"},{"id":736,"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCIPE","text":"The trolls have taken hostage"},{"id":737,"name":"POPUP_MISION_CAMPAMENTO_C1_FUEGO","text":"The trolls are burning a"},{"id":738,"name":"POPUP_MISION_CAMPAMENTO_C1_CURANDEROS","text":"The trolls have captured"},{"id":739,"name":"POPUP_MISION_CAMPAMENTO_C1_PIEDRA","text":"The enemies are protecting some"},{"id":740,"name":"POPUP_MISION_CAMPAMENTO_C1_ALIADOS","text":"The enemies have captured some"},{"id":741,"name":"POPUP_MISION_CAMPAMENTO_C1_ANIMALES","text":"There are some mysterious"},{"id":742,"name":"POPUP_MISION_CAMPAMENTO_C1_ASEDIO","text":"The enemies have chained"},{"id":743,"name":"POPUP_MISION_CAMPAMENTO_C1_ESTATUA","text":"There are some creepy"},{"id":744,"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCESA","text":"PRINCESS!"},{"id":745,"name":"POPUP_MISION_CAMPAMENTO_C2_ARQUEROS","text":"ARCHERS!"},{"id":746,"name":"POPUP_MISION_CAMPAMENTO_C2_SOLDADOS","text":"SOLDIERS!"},{"id":747,"name":"POPUP_MISION_CAMPAMENTO_C2_TESORO","text":"TREASURE!"},{"id":748,"name":"POPUP_MISION_CAMPAMENTO_C2_ALDEANOS","text":"VILLAGERS!"},{"id":749,"name":"POPUP_MISION_CAMPAMENTO_C2_TROLL","text":"TROLL!"},{"id":750,"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCIPE","text":"PRINCE ARTHUR!"},{"id":751,"name":"POPUP_MISION_CAMPAMENTO_C2_FUEGO","text":"MILL!"},{"id":752,"name":"POPUP_MISION_CAMPAMENTO_C2_CURANDEROS","text":"HEALERS!"},{"id":753,"name":"POPUP_MISION_CAMPAMENTO_C2_PIEDRA","text":"STONE MINES!"},{"id":754,"name":"POPUP_MISION_CAMPAMENTO_C2_ALIADOS","text":"ALLIES!"},{"id":755,"name":"POPUP_MISION_CAMPAMENTO_C2_ANIMALES","text":"ANIMAL CAGES!"},{"id":756,"name":"POPUP_MISION_CAMPAMENTO_C2_ASEDIO","text":"SIEGE MACHINES!"},{"id":757,"name":"POPUP_MISION_CAMPAMENTO_C2_ESTATUA","text":"SKELETON STATUES!"},{"id":758,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA","text":"Slay all the enemies to rescue her!"},{"id":759,"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS","text":"Help them by defeating the enemies!"},{"id":760,"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS","text":"Hurry up or the enemies will kill them!"},{"id":761,"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO","text":"Defeat all the enemies to get it!"},{"id":762,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS","text":"Save them from the enemies!"},{"id":763,"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL","text":"Help him obtain his freedom!"},{"id":764,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE","text":"Slay the trolls and rescue Prince Arthur!"},{"id":765,"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO","text":"Get water from the wells to\nextinguish the fire!"},{"id":766,"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS","text":"Save them from the trolls!"},{"id":767,"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA","text":"Slay the enemies to reclaim the stone!"},{"id":768,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS","text":"Help them to escape the enemies!"},{"id":769,"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES","text":"Slay the trolls to open them!"},{"id":770,"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO","text":"Recover them from the enemies!"},{"id":771,"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA","text":"Go to investigate them!"},{"id":772,"name":"POPUP_EXPANSION_CABECERA_1","text":"Your empire has"},{"id":773,"name":"POPUP_EXPANSION_CABECERA_2","text":"GROWN!"},{"id":774,"name":"POPUP_EXPANSION_PIE","text":"Share your expansion with your friends !"},{"id":775,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCESA","text":"Princess Rescued!"},{"id":776,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ARQUEROS","text":"Archers rescued!"},{"id":777,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_SOLDADOS","text":"Soldiers rescued!"},{"id":778,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TESORO","text":"Treasure Found!"},{"id":779,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALDEANOS","text":"Villagers rescued!"},{"id":780,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TROLL","text":"Troll rescued!"},{"id":781,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCIPE","text":"Prince rescued!"},{"id":782,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_FUEGO","text":"Mill saved!"},{"id":783,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_CURANDEROS","text":"Healers rescued!"},{"id":784,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PIEDRA","text":"Stone acquired!"},{"id":785,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALIADOS","text":"Allies Rescued!"},{"id":786,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ANIMALES","text":"Animals uncaged!"},{"id":787,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ASEDIO","text":"Siege retrieved!"},{"id":788,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ESTATUA","text":"Statues explored!"},{"id":789,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_EL","text":"You have rescued the"},{"id":790,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_ENCUENTRAS_EL","text":"You have found the"},{"id":791,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS","text":"You have rescued"},{"id":792,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_SALVAS","text":"You have saved the"},{"id":793,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_TU","text":"You have rescued your"},{"id":794,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RECUPERAS","text":"You have recovered the"},{"id":795,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_DERROTADO","text":"You have defeated the"},{"id":796,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_PIEDRA","text":"You have obtained stone from"},{"id":797,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCESA","text":"She joins your army to fight with you!"},{"id":798,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ARQUEROS","text":"They are really grateful and join your army!"},{"id":799,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_SOLDADOS","text":"Now they will join your army!"},{"id":800,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TESORO","text":"Share it with your friends!"},{"id":801,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALDEANOS","text":"They will work hard for you!"},{"id":802,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TROLL","text":"He is so grateful that joins your army!"},{"id":803,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCIPE","text":"He will join your ranks and fight for you!"},{"id":804,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_FUEGO","text":"Share it with your friends!"},{"id":805,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_CURANDEROS","text":"Share it with your friends!"},{"id":806,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PIEDRA","text":"Share it with your friends!"},{"id":807,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALIADOS","text":"Share it with your friends!"},{"id":808,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ANIMALES","text":"Share it with your friends!"},{"id":809,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ASEDIO","text":"Share it with your friends!"},{"id":810,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ESTATUA","text":"Share it with your friends!"},{"id":811,"name":"POPUP_HEROES_TITULO","text":"Altar of Heroes"},{"id":812,"name":"POPUP_HEROES_PIE","text":"This building allows you to invoke powerful heroes"},{"id":813,"name":"POPUP_HEROES_COMPRAR_HEROE","text":"Get Hero!"},{"id":814,"name":"POPUP_HURRY_UP_TITULO","text":"WORK IN PROGRESS"},{"id":815,"name":"POPUP_HURRY_UP_HEADER_2","text":"You can take the following actions"},{"id":816,"name":"POPUP_HURRY_UP_OPTION_1","text":"Ask your friends to help you speed up"},{"id":817,"name":"POPUP_HURRY_UP_OPTION_2","text":"Pay to finish the work instantly"},{"id":818,"name":"POPUP_HURRY_UP_OPTION_SEPARATOR","text":"OR"},{"id":819,"name":"POPUP_INSTALL_TITLE","text":"Tutorial complete!"},{"id":820,"name":"POPUP_LOST_TITLE_DISCOVERY","text":"Discovery!"},{"id":821,"name":"POPUP_LOST_HEADER_1","text":"You have found a"},{"id":822,"name":"POPUP_LOST_HEADER_1B","text":"You have found an"},{"id":823,"name":"POPUP_LOST_INJURED_COW","text":"INJURED COW!"},{"id":824,"name":"POPUP_LOST_COW_FOOTER","text":"Tell your friends to adopt it!"},{"id":825,"name":"POPUP_LOST_INJURED_SHEEP","text":"INJURED SHEEP!"},{"id":826,"name":"POPUP_LOST_SHEEP_FOOTER","text":"Tell your friends to adopt it!"},{"id":827,"name":"POPUP_LOST_LONELY_KNIGHT","text":"LONELY KNIGHT!!"},{"id":828,"name":"POPUP_LOST_LONELY_FOOTER","text":"Tell your friends to \nadd him to their army!!"},{"id":829,"name":"POPUP_LOST_TROJAN_HORSE","text":"TROJAN HORSE!!!"},{"id":830,"name":"POPUP_LOST_TROJAN_FOOTER","text":"Give this present to \nsome of your friends!"},{"id":831,"name":"POPUP_LOST_MYST_CRATE","text":"MYSTERIOUS CRATE"},{"id":832,"name":"POPUP_LOST_MYST_FOOTER","text":"Share its contents \nwith your friends!"},{"id":833,"name":"POPUP_LOST_BARREL","text":"MEAD BARREL"},{"id":834,"name":"POPUP_LOST_BARREL_FOOTER","text":"Have some drinks with your friends!"},{"id":835,"name":"POPUP_LOST_INJURED_TROLL","text":"INJURED TROLL!"},{"id":836,"name":"POPUP_LOST_TROLL_FOOTER","text":"Tell your friends to adopt it!"},{"id":837,"name":"POPUP_LOST_GOLDEN_TOTEM","text":"GOLDEN TOTEM!"},{"id":838,"name":"POPUP_LOST_TOTEM_FOOTER","text":"Give this present to \nsome of your friends!"},{"id":839,"name":"POPUP_MARKET_FOOTER","text":"Trades left today:"},{"id":840,"name":"POPUP_NEWS_TITLE","text":"Daily News"},{"id":841,"name":"POPUP_NEWS_SEC_HINTS","text":"Hints & Tips:"},{"id":842,"name":"POPUP_NEWS_SEC_LATEST","text":"Latest News"},{"id":843,"name":"POPUP_NEWS_SPECIAL_OFFERS","text":"Specials Offers & Packs"},{"id":844,"name":"POPUP_PROFILE_TITLE","text":"Player Profile"},{"id":845,"name":"POPUP_PROFILE_LBL_LEVEL","text":"Level:"},{"id":846,"name":"POPUP_PROFILE_LBL_RANK","text":"Rank:"},{"id":847,"name":"POPUP_PROFILE_LBL_EMPNAME","text":"Empire's name:"},{"id":848,"name":"POPUP_PROFILE_LBL_VICTORIAS","text":"Victories:"},{"id":849,"name":"POPUP_PROFILE_LBL_DERROTAS","text":"\/ Defeats:"},{"id":850,"name":"POPUP_PROFILE_LBL_LASTCONN","text":"Last connected:"},{"id":851,"name":"POPUP_PROFILE_LBL_COUNTRY","text":"Country:"},{"id":852,"name":"POPUP_PROFILE_LBL_HONOR","text":"Honor Points:"},{"id":853,"name":"POPUP_QUESTEND_TITLE","text":"Mission result"},{"id":854,"name":"POPUP_QUESTEND_HEADER_1","text":"GOLD & XP COLLECTED"},{"id":855,"name":"POPUP_QUESTEND_BUT_RESULTS","text":"Results"},{"id":856,"name":"POPUP_QUESTEND_BUT_USAVED","text":"Your units lost"},{"id":857,"name":"POPUP_QUESTEND_MESSAGE1_WIN","text":"Congratulations! Share it with your friends!"},{"id":858,"name":"POPUP_QUESTEND_MESSAGE1_LOSE","text":"Sorry! Try it another time!"},{"id":859,"name":"POPUP_QUESTEND_MESSAGE2","text":"Do you want to finalize the battle?"},{"id":860,"name":"POPUP_QUESTEND_CHECK_REWARD","text":"Check your reward in the store!"},{"id":861,"name":"POPUP_QUESTEND_GOLEM_DEFEATED","text":"You defeated the Golem!"},{"id":862,"name":"POPUP_QUESTEND_YETI_DEFEATED","text":"You defeated the Yeti!"},{"id":863,"name":"POPUP_QUESTEND_ROCKDRILLER_DEFEATED","text":"You defeated the Rockdriller!"},{"id":864,"name":"POPUP_QUESTEND_EGG_DEFEATED","text":"You made someone angry! \nComing soon!"},{"id":865,"name":"POPUP_QUESTEND_NO_CASUALTIES","text":"- No units lost"},{"id":866,"name":"POPUP_QUESTEND_WIN","text":"You win!"},{"id":867,"name":"POPUP_QUESTEND_LOSE","text":"You haven't finished yet!"},{"id":868,"name":"POPUP_QUESTEND_UNFINISHED","text":"You haven't finished yet!"},{"id":869,"name":"POPUP_RECOVER_TITLE","text":"Field Hospital"},{"id":870,"name":"POPUP_RECRUITMENT_TITLE","text":"Recruitment"},{"id":871,"name":"POPUP_RESOURCE_TITLE","text":"Allies Market"},{"id":872,"name":"POPUP_RESOURCE_HEADER","text":"Select the resource you want to acquire"},{"id":873,"name":"POPUP_YOUR_ARMY_TITLE","text":"MY ARMY"},{"id":874,"name":"POPUP_NEWTOWN2_FOOTER","text":"Now yow can start your empire!\n Share it with your friends!"},{"id":875,"name":"EXPAND_BUTTON_CAPTION","text":"Click on the Buy Now sign to expand your Town."},{"id":876,"name":"NEWCAMP_BUTTON_CAPTION","text":"Compete against other players and conquer the world. Level 6 Required!"},{"id":877,"name":"TROLLCAMP_BUTTON_CAPTION","text":"Play with a whole new empire with the troll civilization!"},{"id":878,"name":"STORE_ICON_BUILDINGS","text":"Buildings"},{"id":879,"name":"STORE_ICON_DECORATIONS","text":"Decorations"},{"id":880,"name":"STORE_ICON_DEFENSE","text":"Defense"},{"id":881,"name":"STORE_ICON_ATTACK","text":"Attack"},{"id":882,"name":"STORE_ICON_EXPAND","text":"Expand"},{"id":883,"name":"STORE_ICON_STORAGE","text":"Storage"},{"id":884,"name":"STORE_ICON_WONDERS","text":"Wonders"},{"id":885,"name":"STORE_ICON_NEWS","text":"News"},{"id":886,"name":"EXPLORATIONS_LOADING_WORLD","text":"LOADING WORLD\u2026"},{"id":887,"name":"AUX_OPEN_STORE","text":"Go to Store"},{"id":888,"name":"AUX_BUY_FOR","text":"Buy for:"},{"id":889,"name":"INFOPOPUP_MARAVILLA_RECURSOS","text":"A wonder gives you a high quantity of resources."},{"id":890,"name":"INFOPOPUP_DEFENSIVE","text":"Defensive structure"},{"id":891,"name":"INFOPOPUP_TRAIN","text":"Allows you to train:"},{"id":892,"name":"INFOPOPUP_TRADE","text":"You can trade resources here. Higher levels allow to trade higher amounts."},{"id":893,"name":"INFOPOPUP_REDUCE_COST","text":"Allows you to reduce the cost of your footman, archers and mounted troops."},{"id":894,"name":"INFOPOPUP_ANIMALS_FOOD","text":"Put animals inside to produce food"},{"id":895,"name":"INFOPOPUP_VILLAGERS","text":"Put villagers inside to produce resources"},{"id":896,"name":"INFOPOPUP_HOUSE","text":"Houses increases your population for having more units"},{"id":897,"name":"INFOPOPUP_RESOURCES","text":"Provides you with resources periodically."},{"id":898,"name":"INFOPOPUP_EAGLES","text":"Allows you to spy your enemies. \nHigher levels give more eagle health"},{"id":899,"name":"POPUP_PACK_TITLE","text":"Purchase Pack"},{"id":900,"name":"POPUP_PACK_SUBTITLE","text":"Purchase this pack?"},{"id":901,"name":"POPUP_MISTERY_TITLE","text":"Mistery Box Pack"},{"id":902,"name":"POPUP_MISTERY_SUBTITLE","text":"You can get one of the following!\nTest your luck!"},{"id":903,"name":"POPUP_MISTERY_RARE","text":"Rare"},{"id":904,"name":"POPUP_MISTERY_UNCOMMON","text":"Uncommon"},{"id":905,"name":"POPUP_MISTERY_COMMON","text":"Common"},{"id":906,"name":"POPUP_GOTPACK_TITLE","text":"Congratulations!"},{"id":907,"name":"POPUP_GOTPACK_SUBTITLE","text":"You got #0#!\nCheck the Store!"},{"id":908,"name":"POPUP_FAV_TITLE","text":"Add Favourite"},{"id":909,"name":"POPUP_FAV_TEXT","text":"Add Social Empires in your favourites!"},{"id":910,"name":"POPUP_GOAL_COMPLETED","text":"You have completed the mission:"},{"id":911,"name":"TUTORIAL_HOST_NAME_MALE","text":"Arthur"},{"id":912,"name":"TUTORIAL_HOST_NAME_FEMALE","text":"Guinevere"},{"id":913,"name":"POPUP_QUESTEND_DRAGON_DEFEATED","text":"You defeated Crimson Scale!"},{"id":914,"name":"POPUP_QUEST_DRAGON","text":"Defeat the dragon!"},{"id":916,"name":"POPUP_MISION_CAMPAMENTO_TITULO_GOLEM","text":"The dangerous Golden Golem!"},{"id":917,"name":"POPUP_MISION_CAMPAMENTO_C1_GOLEM","text":"Evil forces have sent a"},{"id":918,"name":"POPUP_MISION_CAMPAMENTO_C2_GOLEM","text":"GOLDEN GOLEM to your empire!"},{"id":919,"name":"POPUP_MISION_CAMPAMENTO_PIE_GOLEM","text":"A dangerous Golden Golem kidnapped an Anubis Avatar! Help the egyptian warriors to save him!"},{"id":920,"name":"POPUP_CAMPAMENTO_TITULO_GOLEM","text":"Golden Golem down!"},{"id":921,"name":"POPUP_CAMPAMENTO_CABECERA_1_GOLEM","text":"You defeated the"},{"id":922,"name":"POPUP_CAMPAMENTO_CABECERA_2_GOLEM","text":"Golden Golem!"},{"id":923,"name":"POPUP_CAMPAMENTO_PIE_GOLEM","text":"Now rescue the Anubis Avatar! Click on the refuge!"},{"id":924,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_GOLEM","text":"Golden Golem down!"},{"id":925,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_GOLEM","text":"As reward to save his life, the Anubis Avatar will join your ranks!"},{"id":926,"name":"QUEST_YETI_NEGRO","text":"Danger! BLACK YETI spotted!"},{"id":927,"name":"POPUP_MISION_CAMPAMENTO_TITULO_YETI_NEGRO","text":"Black Yeti spotted!"},{"id":928,"name":"POPUP_MISION_CAMPAMENTO_C1_YETI_NEGRO","text":"Viking explorers found a"},{"id":929,"name":"POPUP_MISION_CAMPAMENTO_C2_YETI_NEGRO","text":"BLACK YETI!"},{"id":930,"name":"POPUP_MISION_CAMPAMENTO_PIE_YETI_NEGRO","text":"Viking explorers have spotted a Black Yeti! Help them to defeat it!"},{"id":931,"name":"POPUP_CAMPAMENTO_TITULO_YETI_NEGRO","text":"BLACK YETI!"},{"id":932,"name":"POPUP_CAMPAMENTO_CABECERA_1_YETI_NEGRO","text":"You and your viking friends smashed the"},{"id":933,"name":"POPUP_CAMPAMENTO_CABECERA_2_YETI_NEGRO","text":"BLACK YETI!"},{"id":934,"name":"POPUP_CAMPAMENTO_PIE_YETI_NEGRO","text":"Viking explorers have spotted a Black Yeti! Help them to defeat it!"},{"id":935,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_YETI_NEGRO","text":"Black Yeti defeated!"},{"id":936,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_YETI_NEGRO","text":"An axe viking will join your ranks as a token of gratitude for your help!"},{"id":937,"name":"QUEST_VIBORA_GIGANTE","text":"Neptune gets mad!"},{"id":938,"name":"POPUP_MISION_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Neptune gets mad!"},{"id":939,"name":"POPUP_MISION_CAMPAMENTO_C1_VIBORA_GIGANTE","text":"Neptune has summoned a"},{"id":940,"name":"POPUP_MISION_CAMPAMENTO_C2_VIBORA_GIGANTE","text":"GIANT VYPER!"},{"id":941,"name":"POPUP_MISION_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"Neptune, king of Atlantis, has summoned a Giant Vyper to conquer your empire! Kill it before it's too late!"},{"id":942,"name":"POPUP_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Giant Vyper defeated!"},{"id":943,"name":"POPUP_CAMPAMENTO_CABECERA_1_VIBORA_GIGANTE","text":"You have ended with the"},{"id":944,"name":"POPUP_CAMPAMENTO_CABECERA_2_VIBORA_GIGANTE","text":"GIANT VYPER!"},{"id":945,"name":"POPUP_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"Congratulations, you vanquished the Giant Vyper! Click on its nest!"},{"id":946,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_VIBORA_GIGANTE","text":"Giant Vyper defeated!"},{"id":947,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_VIBORA_GIGANTE","text":"Neptune could not defeat you and returned back to the seas\u2026 plus you've found a dolphin fountain among the nest remains!"},{"id":948,"name":"POPUP_MISION_FIREWORKS_TITULO","text":"The Stolen Fireworks!"},{"id":949,"name":"POPUP_MISION_FIREWORKS_FOOTER","text":"Trolls have stolen the fireworks from a chinese camp when everybody was sleeping! Help them to retrieve it!"},{"id":950,"name":"POPUP_MISION_VIKBEER_TITULO","text":"The Viking's Ale!"},{"id":951,"name":"POPUP_MISION_VIKBEER_FOOTER","text":"Trolls stole the ale barrels from your Vicking friends!\nRetrieve it so they can party again!"},{"id":952,"name":"POPUP_MISION_FIREWORKS_UNIT","text":"WE'LL HELP YOU ON THIS MISSION!"},{"id":953,"name":"POPUP_MISION_VIKBEER_UNIT","text":"ARRR! WE WANT OUR ALE BACK!"},{"id":954,"name":"POPUP_MISION_FIREWORKS_TITULO_END","text":"Fireworks retrieved!"},{"id":955,"name":"POPUP_MISION_VIKBEER_TITULO_END","text":"ALE RETRIEVED!"},{"id":956,"name":"POPUP_MISION_FIREWORKS_FOOTER_END","text":"The chinese warriors are happy again and give you a Dragon Statue to thank you for your help!"},{"id":957,"name":"POPUP_MISION_VIKBEER_FOOTER_END","text":"Vikings are happy again and can continue celebrating! They offer you a Viking Ship to thank you for your help!"},{"id":958,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA_END","text":"PRINCESS RESCUED!"},{"id":959,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA_END","text":"WELL DONE! You rescued the princess! She joins your army to thank you for your help!"},{"id":960,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS_END","text":"ARCHERS RESCUED!"},{"id":961,"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS_END","text":"WOW! You rescued the three archers! They now join your ranks as a token of gratitude!"},{"id":962,"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS_END","text":"SOLDIERS RESCUED!"},{"id":963,"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS_END","text":"YOU ARRIVED ON TIME! You saved the soldiers from being boiled alive!"},{"id":964,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO_END","text":"TREASURE RETRIEVED!"},{"id":965,"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO_END","text":"VICTORY! You retrieved the treasure stolen by the trolls!"},{"id":966,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS_END","text":"VILLAGERS RESCUED!"},{"id":967,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS_END","text":"VERY WELL! Your rescued the villagers from a certain death!"},{"id":968,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL_END","text":"TROLL RESCUED!"},{"id":969,"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL_END","text":"BRAVO! You managed to save the troll! He will help you now!"},{"id":970,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE_END","text":"PRINCE RESCUED!"},{"id":971,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE_END","text":"FANTASTIC! You saved your prince and now your empire can be properly managed again!"},{"id":972,"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO_END","text":"WELLS UNDER CONTROL!"},{"id":973,"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO_END","text":"AWESOME! You regained control of your wells again an could put off the fire on the fields and mill!"},{"id":974,"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS_END","text":"HEALERS RESCUED!"},{"id":975,"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS_END","text":"PERFECT! You rescued the healers, and of them will join your ranks as a token of gratitude!"},{"id":976,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA_END","text":"MINES UNDER CONTROL!"},{"id":977,"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA_END","text":"VERY WELL! You defeated the trolls and regained control of the stone mines!"},{"id":978,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS_END","text":"ALLIES RESCUED!"},{"id":979,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS_END","text":"BRILLIANT! You rescued your allies and they will help you to fight against the trolls now!"},{"id":980,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES_END","text":"ANIMALS SAVED!"},{"id":981,"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES_END","text":"YOU DID IT! You saved the animals and now they are free again!"},{"id":982,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO_END","text":"SIEGE WEAPONS RETRIEVED!"},{"id":983,"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO_END","text":"You retrieved the siege weapons and now you can use them against your enemies!"},{"id":984,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA_END","text":"MISTERY SOLVED!"},{"id":985,"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA_END","text":"The statues hid treacherous skeletons and you defeat them all!"},{"id":986,"name":"POPUP_MISION_THEMUMMY_TITULO","text":"THE DEATH PARAOH!"},{"id":987,"name":"POPUP_MISION_THEMUMMY_FOOTER","text":"Help the egiptians to retrieve the Gems of Power and prevent evil Anubis Priests from reviving his deceased Paraoh."},{"id":988,"name":"POPUP_MISION_THEMUMMY_TITULO_END","text":"MUMMY DEFEATED!"},{"id":989,"name":"POPUP_MISION_THEMUMMY_FOOTER_END","text":"YES! You killed the mummy! An egyptian joins your ranks to thank you for helping his people!"},{"id":990,"name":"POPUP_MISION_AZTECALTAR_TITULO","text":"THE AZTEC GODS!"},{"id":991,"name":"POPUP_MISION_AZTECALTAR_FOOTER","text":"Take the sheeps and sacrifice them at the altar while you plead Aztec Gods to bring rain to your fields!"},{"id":992,"name":"POPUP_MISION_AZTECALTAR_TITULO_END","text":"Aztec Gods heard your wishes!"},{"id":993,"name":"POPUP_MISION_AZTECALTAR_FOOTER_END","text":"Aztec Gods will take rain to your fields to end with the hunger!"},{"id":994,"name":"POPUP_MISION_ELFOSARBOL_TITULO","text":"NATURE IN DANGER!"},{"id":995,"name":"POPUP_MISION_ELFOSARBOL_FOOTER","text":"Help the Elfs to destroy the infernal sculptures that drain the energy from the Life Trees!"},{"id":996,"name":"POPUP_MISION_ELFOSARBOL_TITULO_END","text":"NATURE SAVED!"},{"id":997,"name":"POPUP_MISION_ELFOSARBOL_FOOTER_END","text":"WELL DONE! You restored the Natural Balance on the woods. 2 Archer Elfs join your ranks as proof of gratitude!"},{"id":998,"name":"POPUP_MISION_ELFOSARBOL_UNIT_SAY","text":"WE ARE AT YOUR ORDERS, for the moment\u2026"},{"id":999,"name":"POPUP_MISION_CHINOSDRAGON_TITULO","text":"Draggies Fury!"},{"id":1000,"name":"POPUP_MISION_CHINOSDRAGON_FOOTER","text":"Three Draggies are wreaking havoc on fields and houses of your empire! Defeat them before they kill somebody!"},{"id":1001,"name":"POPUP_MISION_CHINOSDRAGON_TITULO_END","text":"Draggies Defeated!"},{"id":1002,"name":"POPUP_MISION_CHINOSDRAGON_FOOTER_END","text":"GOOD JOB! You defeated the draggies, but the Furious Dragon fled to Nest Isle! Two grateful Chinese Archers join your ranks!"},{"id":1003,"name":"POPUP_MISION_CHINOSDRAGON_UNIT_SAY","text":"HELP GOOD CHINESE, AND CHINESE WILL REWARD YOU!"},{"id":1004,"name":"POPUP_MISION_CHINOSDRAGON_BOSS_SAY","text":"YOU WON'T DEFEAT ME! I'll be waiting for you on my island...\nIf you dare to come, MUHAHAHA!!"},{"id":1005,"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO","text":"NEPTUNE IS IN LOVE!"},{"id":1006,"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER","text":"\u00a1Neptuno rescued Cleopatra from a shipwreck and now he has fallen in love with her! Help the egiptians to rescue her!"},{"id":1007,"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO_END","text":"Cleopatra rescued!"},{"id":1008,"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER_END","text":"WELL DONE! Neptune has fled to his dwelling in Mythical Isle\u2026 Follow him and defeat his army for good!"},{"id":1009,"name":"POPUP_MISION_NEPTUCLEOPATRA_UNIT_SAY","text":"HELP US TO SAVE OUR QUEEN!"},{"id":1010,"name":"POPUP_MISION_ELFOSENT_TITULO","text":"THE WICKED ENT!"},{"id":1011,"name":"POPUP_MISION_ELFOSENT_FOOTER","text":"The Ent has been bewitched by the Hell followers! Help the elfs to free him from the spell!"},{"id":1012,"name":"POPUP_MISION_ELFOSENT_TITULO_END","text":"ENT FREE!"},{"id":1013,"name":"POPUP_MISION_ELFOSENT_FOOTER_END","text":"You've destroyed the Hell servants and the Ent is now free! As a token of gratitude, and Elf Druid joins your ranks!"},{"id":1014,"name":"POPUP_MISION_ELFOSENT_UNIT_SAY","text":"\u00a1LET'S FREE THE ENT FROM THE DEVIL SPELL!"},{"id":1015,"name":"POPUP_MISION_TESOROATLANTE_TITULO","text":"THE AZTECS TREASURE!"},{"id":1016,"name":"POPUP_MISION_TESOROATLANTE_FOOTER","text":"Help the Aztecs to retrieve their treasures, stolen by the Atlants from the sunken ship of Hernan Cortes!"},{"id":1017,"name":"POPUP_MISION_TESOROATLANTE_TITULO_END","text":"TREASURES RETRIEVED!"},{"id":1018,"name":"POPUP_MISION_TESOROATLANTE_FOOTER_END","text":"HURRAY! You helped the Aztecs to retrieve their treasures and they give you an Aztec Boss sculpture in return for your efforts!"},{"id":1019,"name":"POPUP_MISION_TESOROATLANTE_UNIT_SAY","text":"HELP US TO RETRIEVE OUR TREASURES!"},{"id":1020,"name":"POPUP_MISION_BALROG_TITULO","text":"THE DREADFUL BALROG!"},{"id":1021,"name":"POPUP_MISION_BALROG_FOOTER","text":"The Devil forces have sent the Balrog himself to defeat your empire! Inferno outsiders will join you to defeat him and his army!"},{"id":1022,"name":"POPUP_MISION_BALROG_TITULO_END","text":"BALROG FLED AWAY!"},{"id":1023,"name":"POPUP_MISION_BALROG_FOOTER_END","text":"CONGRATULATIONS! Balrog fled away claiming vengeance! An Inferno outsider will join your ranks to help you detect evil forces!"},{"id":1024,"name":"POPUP_MISION_BALROG_UNIT_SAY","text":"WE'LL HELP YOU TO DEFEAT BALROG!"},{"id":1025,"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO","text":"THE FOUL WIZARDS!"},{"id":1026,"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER","text":"A group of foul wizards stole the Orbs of Power. Retrieve them before the wreak havoc on your empire!"},{"id":1027,"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO_END","text":"FOUL WIZARDS DEFEATED!"},{"id":1028,"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER_END","text":"YOU ARE THE BEST! You retrieved the Orbs of Power and defeated the Foul Wizard. The Red Wizard could be saved from his madness and joins your ranks!"},{"id":1029,"name":"POPUP_MISION_MAGOSCORRUPTOS_UNIT_SAY","text":"WIZARDSLOCOS DEFEATED!"},{"id":1030,"name":"POPUP_MISION_PERFORARROCAS_TITULO","text":"HELP! THE ROCKDRILLER IS HERE!"},{"id":1031,"name":"POPUP_MISION_PERFORARROCAS_FOOTER","text":"Help the Aztec warriors to defeat the ROCKDRILLER! Destroy the Serpent sculptures to get it out of its hole!"},{"id":1032,"name":"POPUP_MISION_PERFORARROCAS_TITULO_END","text":"THE ROCKDRILLER FLED!"},{"id":1033,"name":"POPUP_MISION_PERFORARROCAS_FOOTER_END","text":"YOU DID IT! The Rockdriller fled to Mineral Isle and now your empire is save! The aztec warriors join your ranks as token of their gratitude!"},{"id":1034,"name":"POPUP_MISION_PERFORARROCAS_UNIT_SAY","text":"LET'S DEFEAT IT!"},{"id":1035,"name":"POPUP_MISION_DEMONPORTAL_TITULO","text":"THE DEMONIC PORTALS!"},{"id":1036,"name":"POPUP_MISION_DEMONPORTAL_FOOTER","text":"Some Demonic Portals have appeared in you empire! Kill the demons that crossed and destroy all the doors!"},{"id":1037,"name":"POPUP_MISION_DEMONPORTAL_TITULO_END","text":"PORTALS DESTROYED!"},{"id":1038,"name":"POPUP_MISION_DEMONPORTAL_FOOTER_END","text":"GREAT! You defeated all demons and destroyed the portals! Your empire is now save!"},{"id":1039,"name":"POPUP_SUPER_MISTERY_TITLE","text":"Super Mistery Box Pack"},{"id":1040,"name":"POPUP_SUPER_MISTERY_HEADER","text":"#0# Possible Prizes"},{"id":1041,"name":"POPUP_SUPER_MISTERY_HEADER_DONE","text":"CONGRATULATIONS!, You won:"},{"id":1042,"name":"POPUP_SUPER_MISTERY_FOOTER","text":"You will find your prizes in your storage!"},{"id":1043,"name":"POPUP_SUPER_MISTERY_GRANTED","text":"Rare Prize Guaranteed!"},{"id":1044,"name":"POPUP_QUEST_INFO_TITLE","text":"CHAPTER #0#"},{"id":1045,"name":"POPUP_CEMENTERIO_TITULO","text":"Graveyard"},{"id":1046,"name":"POPUP_CEMENTERIO_DESCRIPCION","text":"Here you can revive your units you've lost in battles!"},{"id":1047,"name":"POPUP_CEMENTERIO_SIN_MUERTOS","text":"You have no dead units!"},{"id":1048,"name":"POPUP_CEMENTERIO_AVAILABLE","text":"Available"},{"id":1049,"name":"POPUP_CEMENTERIO_POCIONES","text":"Resurrect potions"},{"id":1050,"name":"POPUP_CEMENTERIO_RESUCITAR_POR","text":"Resurrect for"},{"id":1051,"name":"AUX_PEDIR","text":"Ask for"},{"id":1052,"name":"TOOLTIP_ASK_ACHIEVEMENTS","text":"more achievements"},{"id":1053,"name":"POPUP_ALL_UNITS_TITLE","text":"Unit collection"},{"id":1054,"name":"POPUP_ALL_UNITS_OBTAINED","text":"Obtained units"},{"id":1055,"name":"CATEGORY_SWORDS","text":"SWORDS"},{"id":1056,"name":"CATEGORY_ARCHERS","text":"ARCHERS"},{"id":1057,"name":"CATEGORY_ARCHERS_II","text":"ARCHERS II"},{"id":1058,"name":"CATEGORY_KNIGHTS","text":"KNIGHTS"},{"id":1059,"name":"CATEGORY_KNIGHTS_II","text":"KNIGHTS II"},{"id":1060,"name":"CATEGORY_SUPPORT_UNITS","text":"SUPPORT UNITS"},{"id":1061,"name":"CATEGORY_SPECIAL_COMBAT_UNITS","text":"SPECIAL COMBAT UNITS"},{"id":1062,"name":"CATEGORY_WIZARDS","text":"WIZARDS"},{"id":1063,"name":"CATEGORY_CASTLES","text":"CASTLE UNITS"},{"id":1064,"name":"CATEGORY_DRAGGIES","text":"DRAGGIES"},{"id":1065,"name":"CATEGORY_SIEGE_WEAPONS","text":"SIEGE WEAPONS"},{"id":1066,"name":"CATEGORY_SIEGE_WEAPONS_II","text":"SIEGE WEAPONS II"},{"id":1067,"name":"CATEGORY_MYTH_I","text":"MYTH I"},{"id":1068,"name":"CATEGORY_HEROES","text":"HEROES"},{"id":1069,"name":"CATEGORY_HEROES_II","text":"HEROES II"},{"id":1070,"name":"CATEGORY_TROLLS_I","text":"TROLLS I"},{"id":1071,"name":"CATEGORY_TROLLS_II","text":"TROLLS II"},{"id":1072,"name":"CATEGORY_TROLLS_III","text":"TROLLS III"},{"id":1073,"name":"CATEGORY_TROLL_SIEGE_WEAPONS","text":"TROLL SIEGE WEAPONS"},{"id":1074,"name":"CATEGORY_VIKINGS","text":"VIKINGS"},{"id":1075,"name":"CATEGORY_CHINESE_AZTEC","text":"CHINESE & AZTEC"},{"id":1076,"name":"CATEGORY_EGYPTIANS","text":"EGIPTIANS"},{"id":1077,"name":"CATEGORY_ATLANTIS","text":"ATLANTIS"},{"id":1078,"name":"CATEGORY_ELVES_I","text":"ELVES I"},{"id":1079,"name":"CATEGORY_ELVES_II","text":"ELVES II"},{"id":1080,"name":"CATEGORY_GOLEMS","text":"GOLEMS"},{"id":1081,"name":"CATEGORY_INFERNO","text":"INFERNO"},{"id":1082,"name":"CATEGORY_CELESTIAL","text":"CELESTIAL"},{"id":1083,"name":"CATEGORY_CELESTIAL_II","text":"CELESTIAL II"},{"id":1084,"name":"CATEGORY_DRAGONS","text":"DRAGONS"},{"id":1085,"name":"CATEGORY_BEAST_UNITS","text":"BEAST UNITS"},{"id":1086,"name":"CATEGORY_UNITS_WITHOUT_ATTACKS","text":"UNITS W\/ ATTACKS"},{"id":1087,"name":"CATEGORY_WINGED","text":"WINGED"},{"id":1088,"name":"CATEGORY_PETS","text":"PETS"},{"id":1089,"name":"CATEGORY_MONSTERS","text":"MONSTERS"},{"id":1090,"name":"CATEGORY_SPECIAL_UNITS_I","text":"SPECIAL UNITS I"},{"id":1091,"name":"CATEGORY_SPECIAL_UNITS_II","text":"SPECIAL UNITS II"},{"id":1092,"name":"CATEGORY_HEROES_III","text":"HEROES III"},{"id":1093,"name":"POPUP_CRIADERO_TITULO","text":"Dragon Breeding Nest"},{"id":1094,"name":"POPUP_CRIADERO_PROGRESO","text":"Progress"},{"id":1095,"name":"POPUP_CRIADERO_TERMINADO_EN","text":"Finishes in"},{"id":1096,"name":"POPUP_CRIADERO_AVANZAR_TIEMPO","text":"Speed up for #0#"},{"id":1097,"name":"POPUP_CRIADERO_CUIDAR","text":"Take care"},{"id":1098,"name":"POPUP_CRIADERO_ALIMENTAR","text":"Feed"},{"id":1099,"name":"POPUP_CRIADERO_OBTENER","text":"Get Dragon!"},{"id":1100,"name":"STORE_EDIFICIO_CEMENTERIO","text":"\n\nHere you can revive your units you've lost in battles!"},{"id":1101,"name":"STORE_EDIFICIO_CRIADERO_DRAGON","text":"\n\n\nGrow your own dragons!"},{"id":1102,"name":"POPUP_CRIADERO_TRAINING","text":"Training"},{"id":1103,"name":"POPOVER_FRIEND_BUTTON_VISIT","text":"Visit"},{"id":1104,"name":"POPOVER_FRIEND_BUTTON_ATTACK","text":"Attack"},{"id":1105,"name":"POPOVER_FRIEND_BUTTON_SEND_GIFT","text":"Send gift"},{"id":1106,"name":"TOOLTIP_OFFER_BUTTON","text":"Offer!"},{"id":1107,"name":"POPUP_GRAVEYARD_HELP_TITLE","text":"If you lose units during a combat, you can resurrect them at the Graveyard!"},{"id":1108,"name":"POPUP_GRAVEYARD_HELP_1","text":"A portrait of your dead units and their number is displayed."},{"id":1109,"name":"POPUP_GRAVEYARD_HELP_2","text":"Resurrecting dead units costs half of their original price."},{"id":1110,"name":"POPUP_GRAVEYARD_HELP_3","text":"Click on the right button below the portrait of the unit to resurrect it using gold, food or cash."},{"id":1111,"name":"POPUP_GRAVEYARD_HELP_4","text":"You can also resurrect units with potions."},{"id":1112,"name":"POPUP_GRAVEYARD_HELP_5","text":"Ask your friends to send you potions using the 'Ask For' button at the lower right!"},{"id":1113,"name":"POPUP_GRAVEYARD_HELP_6","text":"Once you have enough potions to resurrect a unit, the left button below the portrait\u00a0(potion)\u00a0will be highlighted."},{"id":1114,"name":"POPUP_GRAVEYARD_HELP_7","text":"Click on the potion button to revive a unit!"},{"id":1115,"name":"POPUP_METEO_NUBES","text":"Cloudy Heaven"},{"id":1116,"name":"POUP_SUPER_MISTERY_CIVILIZATION_TITLE","text":"Pack Civilizations"},{"id":1117,"name":"ISLANDS_PROGRESS","text":"Conquered Territories Progress"},{"id":1118,"name":"ISLANDS_NO_MORE_ATTACKS","text":"You don't have more attacks now"},{"id":1119,"name":"ISLANDS_ATTACKS_LEFT","text":"Attacks:"},{"id":1120,"name":"ISLANDS_SPIES_LEFT","text":"Eagles Left:"},{"id":1121,"name":"ISLANDS_SELECT_ISLAND","text":"Select Island:"},{"id":1122,"name":"ISLANDS_WINNER_FIRST_ISLAND","text":"Amazing!!! You did it!!! You are the King of Social Empires!!!\n\nYou deserve this amazing reward for such legendary victory!!! (Look at BUILD > Storage)"},{"id":1123,"name":"ISLANDS_PROGRESS_NEXT_ISLAND","text":"Congratulations, you defeated all the players on your isle!! You progress to the next one!\n\nYour deed deserves a good prize! (Look at BUILD > Storage)"},{"id":1124,"name":"ISLANDS_HELP_TITLE","text":"HELP"},{"id":1125,"name":"ISLANDS_HELP_TEXT","text":"- Conquer the rest of enemies' empires on your island to progress to the next one!\n- You can also attack players from other islands to get lots of experience and gold!\n- Each time you conquer an Island you earn 1 cash and a unit!\n- Try to make it to Island 1 and win amazing prizes along the way!"},{"id":1126,"name":"QUESTS_ISLANDS_HELP_TITLE","text":""},{"id":1127,"name":"QUESTS_ISLANDS_HELP_TEXT","text":""},{"id":1128,"name":"ISLANDS_WINNER_FIRST_ISLAND_TITLE","text":"KING OF THE WORLD!!!"},{"id":1129,"name":"ISLANDS_PROGRESS_NEXT_ISLAND_TITLE","text":"KING OF THE ISLAND!!!"},{"id":1130,"name":"ISLANDS_WAITING","text":"Waiting for more players\u2026Come Back in 5 minutes!"},{"id":1131,"name":"ALERT_NO_MORE_ATTACKS","text":"You don't have more attacks now"},{"id":1132,"name":"BUTTON_REVENGE","text":"Take Revenge!!"},{"id":1133,"name":"POPUP_CRIADERO_MONSTERS_OBTENER","text":"Get Monster!"},{"id":1134,"name":"POPUP_CRIADERO_MONSTERS_TITULO","text":"Monster Breeding Nest"},{"id":1135,"name":"STORE_EDIFICIO_MONSTERS_NEST","text":"\n\n\nBreed your own monsters!"},{"id":1136,"name":"POPUP_QUEST_DRAGON_2","text":"Defeat the Deadly Dragon and his eggs!!"},{"id":1137,"name":"POPUP_QUESTEND_DRAGON2_DEFEATED","text":"You defeated the Deadly Dragon!!"},{"id":1138,"name":"POPUP_UNIT_COLLECTION_COMPLETE_TITLE","text":"Collection Complete!"},{"id":1139,"name":"POPUP_UNIT_COLLECTION_COMPLETE_TEXT","text":"You have completed a collection and here is your reward!"},{"id":1140,"name":"ALERT_UNIT_COLLECTION_COMPLETED","text":"You've completed a Unit Collection! \nGo to Gift > Units to claim yor reward!"},{"id":1141,"name":"CATEGORY_SPECIAL_UNITS_III","text":"SPECIAL UNITS III"},{"id":1142,"name":"CATEGORY_WIZARDS_II","text":"Wizards II"},{"id":1143,"name":"CATEGORY_HALLOWEEN","text":"Halloween"},{"id":1144,"name":"CATEGORY_HALLOWEEN_II","text":"Halloween II"},{"id":1145,"name":"CATEGORY_MYTHOLOGICAL","text":"Mythological"},{"id":1146,"name":"CATEGORY_MYTHOLOGICAL_II","text":"Mythological II"},{"id":1147,"name":"CATEGORY_2HEAD_DRAGONS","text":"Dragons II"},{"id":1148,"name":"CATEGORY_MONSTERS_II","text":"Monsters II"},{"id":1149,"name":"CATEGORY_T_REX","text":"T-Rex"},{"id":1150,"name":"POPUP_SURVIVAL_MODE_TITLE","text":"SURVIVAL MODE!!"},{"id":1151,"name":"POPUP_SURVIVAL_MODE_TEXT","text":"- Protect the central Relic from enemy attacks!\n\n- Resist as much time as possible and win a unit!\n\n- Your army will be made of 30 of your most powerful units!!\n\n- Tip: First defeat the Bosses to stop the 8-direction enemies spawning!\n\n- You won't lose any unit for playing this game mode!! :)\n\n- If you beat the time and win a unit, check your storage to get it!\n\n- Beat your best time, take a picture and send it to our forums!\n\n"},{"id":1152,"name":"SURVIVAL_BEEN_ATTACKED","text":"ENEMIES ARE ATTACKING YOUR RELIC!!!"},{"id":1153,"name":"SURVIVAL_BEEN_DESTROYED","text":"YOUR RELIC HAS BEEN DESTROYED!!!"},{"id":1154,"name":"SURVIVAL_BEST_TIME","text":"Best time: #0#"},{"id":1155,"name":"SURVIVAL_NEXT_LIFE","text":"Next life in #0#"},{"id":1156,"name":"SURVIVAL_SURVIVE_AND_WIN","text":"SURVIVE AND WIN"},{"id":1157,"name":"SURVIVAL_MINUTES","text":"Minutes"},{"id":1158,"name":"SURVIVAL_UNIT","text":"Unit"},{"id":1159,"name":"SURVIVAL_AVAILABLE","text":"Available"},{"id":1160,"name":"SURVIVAL_COMING_SOON","text":"Coming soon"},{"id":1161,"name":"SURVIVAL_MAP1","text":"Corrupted Egypt"},{"id":1162,"name":"SURVIVAL_MAP2","text":"Darklands"},{"id":1163,"name":"SURVIVAL_MAP3","text":"Sieged Heaven"},{"id":1164,"name":"SURVIVAL_MAP4","text":"Frozen Realm"},{"id":1165,"name":"SURVIVAL_MAP5","text":"Lost Land"},{"id":1166,"name":"POPUP_SURVIVAL_SELECT_MAP","text":"SELECT MAP"},{"id":1167,"name":"POPUP_SURVIVAL_BUY_LIFE_FOR","text":"Buy life for"},{"id":1168,"name":"SURVIVAL_RESULT_WIN_TITLE","text":"Good Job!!"},{"id":1169,"name":"SURVIVAL_RESULT_WIN_TEXT","text":"You win a prize!"},{"id":1170,"name":"SURVIVAL_RESULT_LOOSE_TITLE","text":"Try it again"},{"id":1171,"name":"SURVIVAL_RESULT_LOOSE_TEXT","text":"Your survival time was"},{"id":1172,"name":"SURVIVAL_USER_EXIT","text":"Are you sure you want to exit the survival map?"},{"id":1173,"name":"SURVIVAL_MINUTES_REWARD","text":"#0# min."},{"id":1174,"name":"SURVIVAL_UNLOCK_FOR","text":"Unlock for"},{"id":1175,"name":"SURVIVAL_BOSS_COMING","text":"BOSS #0# IS COMING!!!"},{"id":1176,"name":"SURVIVAL_WAVE_COMING","text":"ENEMY WAVE #0# IS COMING!!!"},{"id":1177,"name":"SURVIVAL_BUILDING_INFO","text":"You can enter survival mode!"},{"id":1178,"name":"POPUP_PVP_BUY_TERRITORY_TITLE","text":"Conquer territory"},{"id":1179,"name":"POPUP_PVP_BUY_TERRITORY_TEXT","text":"Doy you want to conquer this territory?"},{"id":1180,"name":"STORE_EDIFICIO_SURVIVAL_ARENA","text":"Allows you to play the Survival Arena mode!"},{"id":1181,"name":"UNIT_WAREHOUSE_HELP_TITLE","text":"THE UNIT WAREHOUSE"},{"id":1182,"name":"UNIT_WAREHOUSE_HELP_TEXT","text":"- Keep you units safe on the warehouse!\n\n- There's no need to sacrifice your units because of lack of space!\n\n- Click on a unit on your map and click on the warehouse to store it.\n\n - Click on a unit portrait to put it again on your map.\n\n - You can buy more space up to 200 slots!!\n\n"},{"id":1183,"name":"STORE_EDIFICIO_WAREHOUSE","text":"This building allows you to store 20 units... and more!!"},{"id":1184,"name":"ERROR_TIME_HACK","text":"Our server has detected an illegal operation. The page will now be refreshed."},{"id":1185,"name":"TOURNAMENT_GAME_MODE","text":"TOURNAMENT"},{"id":1186,"name":"POPUP_LOADING_TOURNAMENT_TITLE","text":"GOING TO TOURNAMENT"},{"id":1187,"name":"POPUP_LOADING_TOURNAMENT_TEXT","text":""},{"id":1188,"name":"TOURNAMENT_RESULT_WIN_TITLE","text":"YOU WON BY FAR!"},{"id":1189,"name":"TOURNAMENT_RESULT_WIN_TEXT","text":"Congratulations! You scored:"},{"id":1190,"name":"TOURNAMENT_RESULT_LOSE_TITLE","text":"YOU WERE DEFEATED!"},{"id":1191,"name":"TOURNAMENT_RESULT_LOSE_TEXT","text":"You'll have more luck next time!\nYou scored:"},{"id":1192,"name":"TOURNAMENT_ROOM_READY_TEXT","text":"Tournament Ready!"},{"id":1193,"name":"TOURNAMENT_ROOM_READY_HELP","text":"Click on \"Start Tournament\" to begin"},{"id":1194,"name":"TOURNAMENT_RESULTS_LBL_SCORETABLE","text":"Leaderboard"},{"id":1195,"name":"TOURNAMENT_RESULTS_LBL_PLAYEDMATCHES","text":"Played Matches"},{"id":1196,"name":"AUX_SCORE","text":"Score"},{"id":1197,"name":"AUX_ATTACKER_WON","text":"Attacker won"},{"id":1198,"name":"AUX_ATTACKER_LOST","text":"Attacker lost"},{"id":1199,"name":"AUX_START","text":"Start"},{"id":1200,"name":"TOURNAMENT_RESULTS_MRESULT_PENDING","text":"Pending"},{"id":1201,"name":"TOURNAMENT_RESULTS_LBL_TEAM","text":"#0#'s Team"},{"id":1202,"name":"AUX_RESULTS","text":"Results"},{"id":1203,"name":"TOURNAMENT_RESULTS_ENDS_IN","text":"Tournament ends in:"},{"id":1204,"name":"AUX_MATCHES","text":"Matches"},{"id":1205,"name":"TOURNAMENT_MATCHES_TITLE","text":"#0#'s Matches"},{"id":1206,"name":"AUX_TIME","text":"Time"},{"id":1207,"name":"TOURNAMENT_LEVEL","text":"Level #0#"},{"id":1208,"name":"TOURNAMENT_FINISHED","text":"Tournament finished!"},{"id":1209,"name":"TOURNAMENT_LOSE","text":"\n\nSorry, you lost the tournament!\nDon't give up and try again, amazing prizes are awaiting you!"},{"id":1210,"name":"TOURNAMENT_WIN","text":"\n\nCongratulations! You won the tournament!\nSearch your reward in your storage!"},{"id":1211,"name":"YOUR_TEAM","text":"Your Team"},{"id":1212,"name":"TOURNAMENT_YOU_CAN_FIGHT_WITH_20_UNITS","text":"\nYou can select up to 20 units.\n\u00bfAre you sure you want to quit?"},{"id":1213,"name":"TOURNAMENT_YOU_CAN_NOT_ENTER_WITHOUT_UNITS","text":"\nYou can't enter the tournament without any unit.\nChoose your team."},{"id":1214,"name":"TOURNAMENT_YOU_TEAM_HAS_NOT_MAXIUM_UNITS","text":"\n\nYou haven't selected the maximum of units allowed yet.\n\nAre you sure you want to enter the tournament now?"},{"id":1215,"name":"STORE_EDIFICIO_WONDER_CASH","text":"This wonder provides you with 1 cash every day!"},{"id":1216,"name":"CATEGORY_ORIGINAL_BEASTS","text":"Original Beasts"},{"id":1217,"name":"CATEGORY_MONSTERS_III","text":"Monsters III"},{"id":1218,"name":"CATEGORY_MYTHOLOGICAL_III","text":"Mythological III"},{"id":1219,"name":"CATEGORY_MYTHOLOGICAL_IV","text":"Mythological IV"},{"id":1220,"name":"CATEGORY_DRAGONS_II","text":"Dragons II"},{"id":1221,"name":"MOROCCO_DEALER_TITLE","text":"Offer Deals"},{"id":1222,"name":"MOROCCO_DEALER_TEXT","text":"You can bargain this offer!\nBut don't make your dealer angry!"},{"id":1223,"name":"MOROCCO_DEALER_NEGOTIATE_TEXT","text":"Ok, you win! Let's have a discount..."},{"id":1224,"name":"MOROCCO_DEALER_BYE","text":"Dealer says: You are cheating too much!!! Bye!"},{"id":1225,"name":"MOROCCO_DEALER_BTN_NEGOTIATE","text":"Bargain"},{"id":1226,"name":"MOROCCO_DEALER_BTN_BUY","text":"Buy"},{"id":1227,"name":"MOROCCO_DEALER_BTN_NEXT","text":"Next Offer"},{"id":1228,"name":"TOURNAMENT_LEAVE","text":"Leave Tournament"},{"id":1229,"name":"TOURNAMENT_HELP_TITLE","text":"TOURNAMENT HELP"},{"id":1230,"name":"TOURNAMENT_HELP_TEXT","text":"\n\n- You WON'T lose any units for playing this game mode!\n\n- Play against 3 players and win the tournament!\n\n- A tournament will end when all players play all matches or when 24 hours have ellapsed.\n\n- If you win a tournament you'll get fantastic rewards!\n\n- At the moment, these units can't be used in tournament mode: #0#"},{"id":1231,"name":"TOURNAMENT_LEAVE_CONFIRM_TEXT","text":"\n\nAre you sure that you want to quit the tournament?\n\nYou'll lose all battles played..."},{"id":1232,"name":"TOURNAMENT_LEAVE_INSIDE_MATCH_CONFIRM_TEXT","text":"ARE YOU SURE YOU WANT TO RUN AWAY?"},{"id":1233,"name":"TOURNAMENT_MAX_COMPLEX_UNITS","text":"You can't select more than #0# dragons, gods and colossus altogether to play in the tournaments"},{"id":1234,"name":"TOURNAMENT_PLAYER","text":"Player #0#"},{"id":1235,"name":"TOURNAMENT_UNITS_LEFT","text":"UNITS LEFT: #0#"},{"id":1236,"name":"TOURNAMENT_PRIZE","text":"Prize"},{"id":1237,"name":"TOURNAMENT_ENTRY_COST","text":"Entry cost: #0#"},{"id":1238,"name":"POPUP_CRIADERO_NOOBINFO","text":"Press \"take care\" every 6 hours to get a powerful dragon."},{"id":1239,"name":"CATEGORY_MYTHOLOGICAL_V","text":"Mythological V"},{"id":1240,"name":"CATEGORY_DRAGGIES_II","text":"Draggies II"},{"id":1241,"name":"MOROCCO_DEALER_BEFORE","text":"Before:"},{"id":1242,"name":"MOROCCO_DEALER_NOW","text":"Now:"},{"id":1243,"name":"CATEGORY_DRAGONS_III","text":"Dragons III"},{"id":1244,"name":"DRAGON_NEST_HELP_TITLE","text":"THE DRAGON'S NEST HELP"},{"id":1245,"name":"DRAGON_NEST_HELP_TEXT","text":"- Press the 'Take Care' \/ 'Feed' button under the image. Look how the progress bar at the top fills up.\n- Wait until the timer reaches 0:00:00 or press the 'Speed Up' button below to complete the step.\n- Repeat this process 10 times and press the 'Get Dragon!' button to get your dragon!\n- Each time you get a draggy or dragon, you'll unlock the next one on the portrait strip below!\n-Hire friends for multiple speed up progress. The more friends, the more steps you'll progress!"},{"id":1246,"name":"POPUP_NUEVO_DIARIO_CASH","text":"#0# cash"},{"id":1247,"name":"POPUP_NUEVO_DIARIO_GANADO_CASH","text":"You won #0# cash!"},{"id":1248,"name":"POPUP_MEN_VS_WOMEN_DESC","text":"Try out Social Wars today and enjoy some of our exclusive offers!"},{"id":1249,"name":"POPUP_MEN_VS_WOMEN_PLAY","text":"PLAY NOW"},{"id":1250,"name":"POPUP_CRIADERO_NOOBINFO2","text":"Press \"feed\" every 6 hours to get a powerfull dragon."},{"id":1251,"name":"TOURNAMENT_ROOM_FULL","text":"The tournament you are trying to enter is full. Select another tournament."},{"id":1252,"name":"TOURNAMENT_NO_MIN_FRIENDS","text":"You have less than 3 friends in Social Empires. First of all, invite your friends to the game and then create your tournament."},{"id":1253,"name":"TOURNAMENT_SURE_CANCEL","text":"Are you sure you want to cancel the tournament?"},{"id":1254,"name":"TOURNAMENT_NO_SELECTION","text":"You haven't selected any tournament"},{"id":1255,"name":"TOURNAMENT_CANCEL","text":"Cancel Tournament"},{"id":1256,"name":"TOURNAMENT_INVITE_FRIENDS","text":"Invite Friends"},{"id":1257,"name":"TOURNAMENT_YOUR_RANKING_POS","text":"Your ranking position is: #0#"},{"id":1258,"name":"TOURNAMENT_CURRENT_USERS","text":"Current tournament users: #0#"},{"id":1259,"name":"TOURNAMENT_WEEKLY_AVAILABLE","text":"Available on"},{"id":1260,"name":"TOURNAMENT_WEEKLY_ENDS_IN","text":"Ends in"},{"id":1261,"name":"TOURNAMENT_MORE_INFO","text":"+Info"},{"id":1262,"name":"TOURNAMENT_CREATE","text":"Create Tournament"},{"id":1263,"name":"TOURNAMENT_FRIENDS_TOURNAMENT_TITLE","text":"FRIENDS TOURN."},{"id":1264,"name":"CATEGORY_NECRO_I","text":"Necros I"},{"id":1265,"name":"CATEGORY_NECRO_II","text":"Necros II"},{"id":1266,"name":"TOURNAMENT_FRIENDS_TOURNAMENT_INFO","text":"Create your tournament and play vs your friends"},{"id":1267,"name":"POPUP_DRAGON_TAMING_BUTTON_TAME","text":"Ride the Dragon"},{"id":1268,"name":"POPUP_DRAGON_TAMING_BUTTON_TAKE_OUT","text":"Take out"},{"id":1269,"name":"POPUP_RIDER_TRAINING_BUTTON_TRAIN","text":"Train"},{"id":1270,"name":"POPUP_RIDER_TRAINING_BUTTON_GET","text":"Get rider"},{"id":1271,"name":"POPUP_RIDER_TRAINING_TITLE","text":"Dragon Riding"},{"id":1272,"name":"POPUP_RIDER_TRAINING_SELECT","text":"Select a Dragon Rider"},{"id":1273,"name":"POPUP_RIDER_TRAINING_DRAGONS","text":"Dragons for this rider"},{"id":1274,"name":"POPUP_RIDER_TRAINING_NO_DRAGONS","text":""},{"id":1275,"name":"POPUP_RIDER_TRAINING_PROGRESS","text":"Progress"},{"id":1276,"name":"POPUP_RIDER_TRAINING_RECUPERATED_IN","text":"Recovered in"},{"id":1277,"name":"POPUP_RIDER_TRAINING_RECUPERATE_FOR","text":"Recover Now #0#"},{"id":1278,"name":"POPUP_RIDER_TRAINING_INFO","text":"Complete all the steps of the training to get the Dragon Rider and be able to upgrade your Dragon!"},{"id":1279,"name":"POPUP_DRAGON_TAMING_TITLE","text":"Dragon Taming"},{"id":1280,"name":"POPUP_DRAGON_TAMING_MOUNT","text":"Mount a Rider on a Dragon"},{"id":1281,"name":"POPUP_DRAGON_TAMING_NEED","text":"To mount a dragon with a rider, you have to put both units into this building. You will obtain the dragon with more power."},{"id":1282,"name":"POPUP_DRAGON_TAMING_CLICK_TAME","text":"Click on 'Ride the Dragon' to mount the dragon with the rider."},{"id":1283,"name":"ALERT_DRAGON_RIDER_NOT_MATCHING","text":"Your rider cannot mount this dragon. Check in the Rider Academy which dragons are a good match for him."},{"id":1284,"name":"ALERT_DRAGON_RIDER_INCOMPLETE","text":"Put one dragon and one rider in this building."},{"id":1285,"name":"POPUP_DRAGON_TAMING_HELP","text":"- HOW TO RIDE A DRAGON\n\n\n1. Once you have got your rider in the Rider Academy, select it and put it in the Dragon Riding.\n\n 2. Add your dragon to the Dragon Riding so the Rider can ride it!\n\n3. Remember that the Rider and Dragon must be compatible so the riding can be successfully completed (check the Rider Academy for more details).\n\n4. Once you have both Rider and Dragon in the building, press the 'Ride the Dragon' button to get your super powerful new unit!"},{"id":1286,"name":"POPUP_RIDER_TRAINING_HELP_SELECT","text":"- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n\n 3- You must wait some time before playing again (you also have a button to recover yourself quicker!)\n\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"},{"id":1287,"name":"POPUP_RIDER_TRAINING_HELP_TRAIN","text":"- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n3. You must wait some time before playing again (you also have a button to recover yourself quicker!)\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"},{"id":1290,"name":"POPUP_RIDER_TRAINING_GAIN","text":"Dragon gains:"},{"id":1291,"name":"POPUP_RIDER_GAIN","text":"This rider gives your dragon additional #0# attack and #1# health!"},{"id":1292,"name":"CATEGORY_NECRO_III","text":"Necros III"},{"id":1293,"name":"CATEGORY_NECRO_IV","text":"Necros IV"},{"id":1294,"name":"TOURNAMENT_RANKING_PRIZES","text":"Tournament ranking prizes"},{"id":1295,"name":"TOURNAMENT_WEEKLY_INFO_TEXT","text":"\nBeat the AI players and make it to the Worlwide Top 10!!\n\nThe more points you get the better. Don't forget that in case of tie the player with less time played will be above!"},{"id":1296,"name":"CATEGORY_DRAGGIES_III","text":"DRAGGIES III"},{"id":1297,"name":"CATEGORY_MYTHOLOGICAL_VI","text":"Mythological VI"},{"id":1298,"name":"TOURNAMENT_WEEKLY_MINIUM_TIME_TO_PLAY","text":"The weekly tournament is going to end in less than 10 minutes!!!\n\nAre you sure that you want to join the tournament?"},{"id":1299,"name":"ERROR_STOLEN","text":"Connection with server lost. Please refresh."},{"id":1300,"name":"LIMIT_DAMAGE","text":"Fill bar doing damage. When full, press bar to attack."},{"id":1301,"name":"LIMIT_HEAL","text":"Fill bar doing damage. When full, press bar to heal units."},{"id":1302,"name":"LIMIT_STOMP","text":"Fill bar doing damage. When full, press bar to charge."},{"id":1303,"name":"STORE_DOME_PROTECTION","text":"All your units within this dome will receive 50% less damage!!"},{"id":1304,"name":"STORE_DOME_TOWER_ENHANCER","text":"This Tower Enhancer will make surrounding towers shoot 2x faster!!"},{"id":1305,"name":"LIMIT_HELP","text":"- Limit is the most powerful of all attacks.\n- You can only find Limit attack on Dragons con Rider.\n- There are 3 types of Limit: Charge, Ray Attack and Heal. Each dragon with rider uses one of these.\n- Fill the bar button to activate Limit by killing enemies.\n- Once it is activated click on the bar button to unleash the attack.\n- Create your own Limit strategy attacking with different dragons with rider.\n"},{"id":1306,"name":"LIMIT_HELP_TITLE","text":"Limit Attack"},{"id":1307,"name":"TOURNAMENT_NUM_UNITS_HACK_ALERT","text":"Our server has detected an illegal operation."},{"id":1308,"name":"TOURNAMENT_WIN_REWARD_SOON","text":"\n\nCongratulations! You won the tournament!\nYour reward will appear soon in your storage!"},{"id":1309,"name":"CHECK_YOUR_STORAGE","text":"Check your storage!"},{"id":1310,"name":"GET_PRIZE","text":"Get Prize"},{"id":1311,"name":"MONDAY_BONUS_POPUP_TITLE","text":"MONDAY BONUS!"},{"id":1312,"name":"MONDAY_BONUS_POPUP_HEADER","text":"Come back every Monday to get mysterious reward!"},{"id":1313,"name":"MONDAY_BONUS_POPUP_OR","text":"OR"},{"id":1314,"name":"MONDAY_BONUS_POPUP_SELECT","text":"SELECT"},{"id":1315,"name":"MONDAY_BONUS_POPUP_OK","text":"Ok"},{"id":1316,"name":"MONDAY_BONUS_POPUP_FOOTER","text":"You will find your rewards in your storage"},{"id":1317,"name":"MONDAY_BONUS_POPUP_YOUR_REWARD","text":"Your Reward!"},{"id":1318,"name":"MONDAY_BONUS_POPUP_HEADER_MONDAY","text":"Here is your Monday reward!!\nChoose a box and get your mystery reward!!"},{"id":1319,"name":"RELOCATE_CONFIRM","text":"If you go to another island you'll lose your progress in this one, are you sure?"},{"id":1320,"name":"RELOCATE_BUTTON","text":"RELOCATE"},{"id":1321,"name":"POPUP_HEAVY_SIEGE_TITLE","text":"HEAVY SIEGE"},{"id":1322,"name":"POPUP_HEAVY_SIEGE_INFO","text":"Dragons are preparing to attack your empire!"},{"id":1323,"name":"POPUP_HEAVY_SIEGE_ATTACK_NOW","text":"Attack now,\nI'm ready!"},{"id":1324,"name":"POPUP_HEAVY_SIEGE_PAY","text":"Kill All Dragons:\nCost 20"},{"id":1325,"name":"POPUP_HEAVY_SIEGE_WAIT","text":"Not yet, I need reinforcements!"},{"id":1326,"name":"ICON_VIDEOS_TOOLTIP","text":"Watch videos and win XP!"},{"id":1327,"name":"CATEGORY_NECRO_V","text":"Necro V"},{"id":1328,"name":"CATEGORY_DRAGONS_IV","text":"Dragons IV"},{"id":1329,"name":"CATEGORY_DRAGGIES_III","text":"Draggies III"},{"id":1330,"name":"CATEGORY_PHOENIX","text":"Phoenix"},{"id":1331,"name":"CATEGORY_MONSTERS_IV","text":"Monsters IV"},{"id":1332,"name":"DRAGON_HUNTER_NO_DRAGONS_IN_RANGE","text":"NO DRAGONS IN RANGE"},{"id":1333,"name":"QUEST_ENEMIES_ALIVE","text":"Alive enemies"},{"id":1334,"name":"QUEST_ENEMIES_ALIVE_SINGULAR","text":"1 enemy alive"},{"id":1335,"name":"QUEST_ENEMIES_ALIVE_PLURAL","text":"#0# enemies alive"},{"id":1336,"name":"QUEST_HARDCORE1_DESCRIP","text":"Defeat the Celestial Empire!"},{"id":1337,"name":"QUEST_HARDCORE2_DESCRIP","text":"Defeat the Mythological Empire!"},{"id":1338,"name":"QUEST_HARDCORE3_DESCRIP","text":"Defeat the Necro Empire!"},{"id":1339,"name":"QUEST_HARDCORE4_DESCRIP","text":"Defeat the Dragon Empire!"},{"id":1340,"name":"QUEST_HARDCORE5_DESCRIP","text":"Defeat the Monster Empire!"},{"id":1341,"name":"HEAVY_SIEGE_POPUP_PRESENT_TITLE","text":"Dragons killed!"},{"id":1342,"name":"HEAVY_SIEGE_POPUP_PRESENT_TEXT","text":"You will find a new unit on your storage as a reward for your heroic deed..."},{"id":1343,"name":"MONSTER_HUNTER_NO_UNITS_IN_RANGE","text":"No monsters in range"},{"id":1344,"name":"SPELL_SUMMON_DRAGON_DESCRIPTION","text":"Life: #0#"},{"id":1345,"name":"SPELL_FULL_LIMIT_DESCRIPTION","text":"Area: #0#x#1#"},{"id":1346,"name":"SPELL_SPEED_INCREASE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1347,"name":"SPELL_RANGE_INCREASE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1348,"name":"SPELL_BLACK_HOLE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1349,"name":"TITLE_TUTORIAL_DARTS","text":"PLAY DAILY DARTS!"},{"id":1350,"name":"TITLE_DESCRIPTION_DARTS","text":"- You get a free dart every day!\n\n- Pop a balloon to get awesome prizes!\n\n- Collect all units before the time expires to get the Bonus Reward!\n\n- New Game prizes are introduced each week! Find the Darts icon on the game interface."},{"id":1351,"name":"DARTS_COLLECT_FOR_EXTRA","text":"Collect all units to get the Bonus Reward!"},{"id":1352,"name":"DARTS_FREE","text":"FREE!"},{"id":1353,"name":"DARTS_RARE","text":"Rare"},{"id":1354,"name":"DARTS_UNCOMMON","text":"Uncommon"},{"id":1355,"name":"DARTS_COMMON","text":"Common"},{"id":1356,"name":"DARTS_CLICK_ON_PLAY","text":"Pop the balloons and win amazing RARE prizes!"},{"id":1357,"name":"DARTS_BUTTON_PLAY","text":"Play"},{"id":1358,"name":"DARTS_BUTTON_PLAY_FOR","text":"Play again for #0#"},{"id":1359,"name":"DARTS_THROW","text":"Point a balloon and click to throw the dart!"},{"id":1360,"name":"DARTS_YOU_WIN","text":"Congratulations!\nYou've won:"},{"id":1361,"name":"DARTS_GIFT_BOX","text":"Find this unit on your storage!"},{"id":1362,"name":"DARTS_COME_BACK","text":"Come back next week for new prizes!"},{"id":1363,"name":"DARTS_CONGRATS","text":"Congratulations!"},{"id":1364,"name":"DARTS_WIN_EXTRA","text":"Congratulations! You've won this amazing Bonus Reward for completing the collection!"},{"id":1365,"name":"DARTS_FREE_DART_POPUP","text":"You've won a FREE dart! Play Darts now and win amazing RARE prizes!"},{"id":1366,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TITLE","text":"SUPREME BAHAMUT LAWS"},{"id":1367,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TEXT","text":"-GET THE MOST AWESOME DRAGON EVER!!\n\n- Complete all steps to unleash the Supreme Bahamut Dragon.\n\n- Each step takes 48h.\n\n-Complete each step in the order you wish.\n\n"},{"id":1368,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_SURE_TO_SACRIFICE","text":"Are you sure you want sacrifice the #0#?"},{"id":1369,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM1","text":"Golden Gem"},{"id":1370,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM2","text":"Golden Scales"},{"id":1371,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM3","text":"Golden Dragon Nail"},{"id":1372,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM4","text":"Golden Feathers"},{"id":1373,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM5","text":"Golden Horns"},{"id":1374,"name":"COLECCION_BAHAMUT_RED_ITEM1","text":"Red Gem"},{"id":1375,"name":"COLECCION_BAHAMUT_RED_ITEM2","text":"Red Scales"},{"id":1376,"name":"COLECCION_BAHAMUT_RED_ITEM3","text":"Dragon Fire"},{"id":1377,"name":"COLECCION_BAHAMUT_RED_ITEM4","text":"Red Spikes"},{"id":1378,"name":"COLECCION_BAHAMUT_RED_ITEM5","text":"Red Horns"},{"id":1379,"name":"COLECCION_BAHAMUT_HEART_ITEM1","text":"Black Gem"},{"id":1380,"name":"COLECCION_BAHAMUT_HEART_ITEM2","text":"Black Scales"},{"id":1381,"name":"COLECCION_BAHAMUT_HEART_ITEM3","text":"Supreme Blood"},{"id":1382,"name":"COLECCION_BAHAMUT_HEART_ITEM4","text":"Red Pearl"},{"id":1383,"name":"COLECCION_BAHAMUT_HEART_ITEM5","text":"Black Spikes"},{"id":1384,"name":"COLECCION_BAHAMUT_RED","text":"Red Bahamut Dragon"},{"id":1385,"name":"COLECCION_BAHAMUT_GOLDEN","text":"Golden Bahamut Dragon"},{"id":1386,"name":"COLECCION_BAHAMUT_HEART","text":"Supreme Heart"},{"id":1387,"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_INFO","text":"Offer this resource."},{"id":1388,"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_BTN","text":"Offering"},{"id":1389,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_INFO","text":"Sacrifice a #0#.\nTo get it, first complete needed steps in the Dragon's Nest!"},{"id":1390,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BTN","text":"Sacrifice"},{"id":1391,"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_INFO","text":"Offer the Supreme Heart.\nTo get it, first complete the Supreme Heart collection.\nFind these collection items on Zeppelin Map 3 quests."},{"id":1392,"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_BTN","text":"Offering"},{"id":1393,"name":"TEMPLE_SUPREME_BAHAMUT_WAIT_NEXT_STEP","text":"Next Step in:"},{"id":1394,"name":"TEMPLE_SUPREME_BAHAMUT_TITLE","text":"Supreme Bahamut Dragon Temple"},{"id":1395,"name":"TEMPLE_SUPREME_BAHAMUT_PROGRESS","text":"Progress"},{"id":1396,"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_INFO","text":"Click the button to get the Supreme Bahamut Dragon!!"},{"id":1397,"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_BTN","text":"Get Dragon"},{"id":1398,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_INFO","text":"Sacrifice the #0#.\nTo get it, first complete the corresponding collection!\nFind these collection items on the last 5 Zeppelin Map Quests."},{"id":1399,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_BTN","text":"Sacrifice"},{"id":1400,"name":"CATEGORY_PHARAOHS_I","text":"Pharaohs I"},{"id":1401,"name":"CATEGORY_PHARAOHS_II","text":"Pharaohs II"},{"id":1402,"name":"CATEGORY_PHARAOHS_III","text":"Pharaohs III"},{"id":1403,"name":"POPUP_SELECT_YOUR_DRAGON_TITLE","text":"FREE DRAGGY!!"},{"id":1404,"name":"POPUP_SELECT_YOUR_DRAGON_SUBTITLE","text":"CONGRATULATIONS!!"},{"id":1405,"name":"POPUP_SELECT_YOUR_DRAGON_INFO","text":"Choose the draggy that will help you on your adventure!"},{"id":1406,"name":"AUX_SELECT","text":"Select"},{"id":1407,"name":"AUX_OR","text":""},{"id":1408,"name":"POPUP_SELECT_YOUR_DRAGON_2_TITLE","text":"Dragon Nest"},{"id":1409,"name":"POPUP_SELECT_YOUR_DRAGON_2_INFO","text":"Get more dragons in the Dragon Nest!\nEnter Now!!"},{"id":1410,"name":"POPUP_MISSINGTOWNHALL_TITLE","text":"Missing Townhall"},{"id":1411,"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_ASSAULT","text":"INSTANT VICTORY\n\nThe village you are attacking has no townhall.\n\nThis means you WIN this round automatically!"},{"id":1412,"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_NORMAL","text":"WARNING\n\nYour village has no townhall.\n\nThis means you will automatically lose if you are attacked by another player"},{"id":1413,"name":"POPUP_INACTIVE_NEST_BTN","text":"Start again. \nCost: #0#"},{"id":1414,"name":"POPUP_INACTIVE_NEST_INFO","text":"To get more eggs and start again select a button below."},{"id":1415,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_DONE","text":"Resource already offered!"},{"id":1416,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_DONE","text":"Dragon already sacrified!"},{"id":1417,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_DONE","text":"Dragon already sacrified!"},{"id":1418,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_DONE","text":"Supreme Heart already offered!"},{"id":1419,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_OFFER","text":"Offer this resource now!"},{"id":1420,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_OFFER","text":"Sacrifice the #0# now!"},{"id":1421,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_OFFER","text":"Sacrifice the #0# now!"},{"id":1422,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_OFFER","text":"Offer the supreme heart now!"},{"id":1423,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_CANT_DO","text":"You can't do that step!"},{"id":1424,"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TITLE","text":"Congratulations!!"},{"id":1425,"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TEXT","text":"#0# friend\/s accepted helping you to breed the dragon!\n\nClick OK to speed up the progress."},{"id":1426,"name":"POPUP_DRAGONS_HIRE_FRIENDS_BTN","text":"Hire friends"},{"id":1427,"name":"POPUP_DRAGONS_HIRE_FRIENDS_INFO","text":"Hire new friends to progress faster"},{"id":1428,"name":"POPUP_DRAGONS_HIRE_FRIENDS_TOOLTIP","text":"For each new friend you hire, you will progress 2 steps instantly!"},{"id":1429,"name":"TOOLTIP_STORE_SUPREME","text":"This building allows you to invoke the Supreme Bahamut Dragon."},{"id":1430,"name":"RELOADING_PLAYER_INFO_TEXT","text":"Reloading Gifts"},{"id":1431,"name":"CATEGORY_SPECIAL_UNITS_IV","text":"SPECIAL UNITS IV"},{"id":1432,"name":"ISLANDS_HELP_REWARD_TITLE","text":"CONQUEST ISLAND REWARD"},{"id":1433,"name":"ISLANDS_HELP_REWARD_UNIT","text":"1 Unit!"},{"id":1434,"name":"ICON_COMEBACK2ND3RD_TOOLTIP","text":"Prizes for tomorrow"},{"id":1435,"name":"COMEBACK_BONUS_POPUP_TITLE","text":"WELCOME FREE GIFTS"},{"id":1436,"name":"COMEBACK_BONUS_POPUP_HEADER_READY","text":"Click on one of the gifts and get a FREE reward!"},{"id":1437,"name":"COMEBACK_BONUS_POPUP_HEADER_NOTREADY","text":"Come back tomorrow and get one of the FREE rewards below!!"},{"id":1438,"name":"COMEBACK_BONUS_POPUP_FOOTER","text":"Remember, this bonus only lasts two days!"},{"id":1439,"name":"POPUP_TIME_TITLE","text":"Time Machine"},{"id":1440,"name":"POPUP_TIME_HEADER","text":"Click on a button below to move forwards in time!"},{"id":1441,"name":"POPUP_TIME_MINUTES","text":"POPUP_TIME_MINUTES"},{"id":1442,"name":"POPUP_TIME_HOUR","text":"POPUP_TIME_HOUR"},{"id":1443,"name":"POPUP_TIME_HOURS","text":"POPUP_TIME_HOURS"},{"id":1444,"name":"INFOPOPUP_DRAGONKILLER_CASTLE","text":"Defensive structure with special Plasma ray to fry all kind of dragons"},{"id":1445,"name":"POPUP_ASSAULT_FORCE_RELOAD","text":"Click OK to reload and go to your empire"},{"id":1446,"name":"POPUP_QUEST_FORCE_RELOAD","text":"Click OK to reload and go to your empire"},{"id":1447,"name":"TRAVELLING_FORWARDS","text":"Travelling forwards"},{"id":1448,"name":"TOOLTIP_STORE_TIME_MACHINE","text":"Advances the time of all you buildings, missions and PVP"},{"id":1449,"name":"ALERT_NEW_IPHONE_ITEMS","text":"The items you bought on your
SE iPhone are in
\"Storage > Mobile Storage\" now."},{"id":1450,"name":"POPUP_QUEST_ARMY_TITLE","text":"QUEST ARMY"},{"id":1451,"name":"POPUP_QUEST_ARMY_HEADER","text":"Select your army for this Quest"},{"id":1452,"name":"POPUP_QUEST_ARMY_YOUR_ARMY","text":"Your Army"},{"id":1453,"name":"VALIDATION_MSG_TIME_MACHINE","text":"You need to buy this item before you can use it"},{"id":1454,"name":"POPUP_TEAM_SELECTION_SUBTITLE_1","text":"Selected units"},{"id":1455,"name":"POPUP_TEAM_SELECTION_SUBTITLE_2","text":"Available units"},{"id":1456,"name":"POPUP_TEAM_SELECTION_TITLE","text":"Select your team"},{"id":1457,"name":"POPUP_TIME_MACHINE_HELP_TITLE","text":"Time Machine Help"},{"id":1458,"name":"POPUP_TIME_MACHINE_HELP_TEXT","text":"-Use the Time Machine to travel forward in time!!\n\n-Thus you'll get resources sooner! It also speeds up PvP, Chapters, Quests, Daily Bonus, Dragon Nest, Rider Academy and much more!\n\n-You have 6 different hourglasses, each one travels forward a different amount of time.\n\n-Choose the one you need and press the USE button."},{"id":1459,"name":"STORAGE_SUB_MAIN","text":"Storage \/ Gifts"},{"id":1460,"name":"STORAGE_SUB_IPHONE","text":"Mobile Storage"},{"id":1461,"name":"QUEST_HARDCORE6_DESCRIP","text":"Defeat the Pharaohs Empire!!"},{"id":1462,"name":"QUEST_HARDCORE7_DESCRIP","text":"Defeat the Wicked Imperial Elves!!"},{"id":1463,"name":"QUEST_TEAM_SELECTION_ALERT_1_UNIT","text":"You must choose at least 1 unit"},{"id":1464,"name":"QUEST_TEAM_SELECTION_ALERT_LESS_20_CONFIRM","text":"Are you sure you want to play with less than 20 units?"},{"id":1465,"name":"TOOLTIP_TITAN_GODS","text":"Gods & Titans"},{"id":1466,"name":"GODS_1","text":"The 5 Elemental Gods created and ruled the world of Social Empires and kept peace amongst its dwellers..."},{"id":1467,"name":"GODS_2","text":"... but an unknown Evil force irrupted and many devilish creatures spawned and destroyed whole empires and killed its people..."},{"id":1468,"name":"GODS_3","text":"... After witnessing that, the 5 Elemental Gods decided to descend to the world of Social Empires with their Colossus and help to restore peace again!\n\nHelp them to achieve their goal!"},{"id":1469,"name":"POPUP_NEW_IPHONE_ITEMS_TITLE","text":"WELCOME SE MOBILE"},{"id":1470,"name":"POPUP_SEND_GIFTS_TITLE","text":"Send Gifts"},{"id":1471,"name":"POPUP_SEND_GIFTS_EXPLANATION","text":"Send an awesome Surprise Box to your friends to help them build their empires!"},{"id":1472,"name":"POPUP_SEND_GIFTS_BUTTON","text":"Send Gifts"},{"id":1473,"name":"ICON_MENU_MULTI_TOOL","text":"Multi Tool"},{"id":1474,"name":"ICON_MENU_REMOVE","text":"Remove"},{"id":1475,"name":"ICON_MENU_FAST_COLLECT","text":"Fast Collect"},{"id":1476,"name":"ICON_SQUARE_TOOL","text":"Square Tool"},{"id":1477,"name":"TEXT_SPACE_KEY","text":"space key"},{"id":1478,"name":"ICON_MENU_WORLD_QUEST","text":"Quests"},{"id":1479,"name":"ICON_MENU_WORLD_SURVIVAL","text":"Survival"},{"id":1480,"name":"ICON_MENU_WORLD_TOURNEY","text":"Tourney"},{"id":1481,"name":"ICON_MENU_GIFT_UNITS","text":"Units"},{"id":1482,"name":"ICON_MENU_GIFT_NEWS","text":"News"},{"id":1483,"name":"ICON_MENU_GIFT_COLLECTIONS","text":"Collections"},{"id":1484,"name":"ICON_MENU_GIFT_GIFTS","text":"Gifts"},{"id":1485,"name":"POPUP_NEW_GOAL","text":"Click here!"},{"id":1486,"name":"INFO_EMPIRE_NAME","text":"My Empire"},{"id":1487,"name":"ICON_MENU_GAME_DARTS","text":"Darts"},{"id":1488,"name":"INFO_COST","text":"COST:"},{"id":1489,"name":"BUTTON_SALE_TERRAIN","text":"FOR SALE"},{"id":1490,"name":"BUTTON_CLICK_TO_BUY","text":"Click to Buy"},{"id":1491,"name":"ICON_UPGRADE","text":"Upgrade"},{"id":1492,"name":"POPUP_NEED_ALLIES","text":"Need Allies?"},{"id":1493,"name":"POPUP_GET_ALLIES","text":"Get more allies to earn gold and XP every day \n Get allies now!"},{"id":1494,"name":"QUEST_GOD_ISLAND_1","text":"Defeat all enemies!"},{"id":1495,"name":"QUEST_GOD_ISLAND_2","text":"Defeat all enemies!"},{"id":1496,"name":"STORE_HEAL_UNITS","text":"Heals nearby units when they are not engaged in combat"},{"id":1497,"name":"POPUP_STARTING_QUEST_TITLE","text":"STARTING QUEST"},{"id":1498,"name":"QUEST_GOD_ISLAND_3","text":"Defeat all enemies!"},{"id":1499,"name":"TEAM_SELECTION_WINDOW_REQUIREMENTS_MSG","text":"To enter this quest you need to have at least #0# unit\/s from any of the following categories:\n\n"},{"id":1500,"name":"CATEGORY_IMPERIAL_ELVES_I","text":"IMPERIAL ELVES I"},{"id":1501,"name":"STORAGE_IPHONE_ITEMS","text":"The items you bought on your SE iPhone are in:
Storage -> Mobile Storage"},{"id":1502,"name":"CATEGORY_IMPERIAL_ELVES_II","text":"IMPERIAL ELVES II"},{"id":1503,"name":"GODS_4","text":"After the first epic battle, the Dark Evil God and its Chaos forces resisted ferociously,\nthus the Elemental Gods retreated to gain more power."},{"id":1504,"name":"GODS_5","text":"They summoned the 5 Genesis Gods who helped shaping the world during its creation.\nWith the help of their Colossus, all together will battle back the EVIL!"},{"id":1505,"name":"CATEGORY_IMPERIAL_ELVES_III","text":"IMPERIAL ELVES III"}],"categories":{"1":{"id":1,"name":"Village","sub":[{"id":11,"name":"Houses","parent":1},{"id":12,"name":"Resources","parent":1},{"id":13,"name":"Miscellaneous","parent":1},{"id":14,"name":"Investigation","parent":1}]},"2":{"id":2,"name":"Defense","sub":[{"id":21,"name":"Turrets","parent":2},{"id":22,"name":"Walls","parent":2},{"id":23,"name":"Castles","parent":2},{"id":24,"name":"Refuges","parent":2}]},"3":{"id":3,"name":"Army","sub":[{"id":31,"name":"Infantry","parent":3},{"id":32,"name":"Archers","parent":3},{"id":33,"name":"Cavalry","parent":3},{"id":34,"name":"Siege weapons","parent":3},{"id":35,"name":"Specials","parent":3}]},"4":{"id":4,"name":"Decorations","sub":[{"id":41,"name":"Trees","parent":4},{"id":42,"name":"Flowers","parent":4},{"id":43,"name":"Flags","parent":4},{"id":44,"name":"Statues","parent":4},{"id":45,"name":"Others","parent":4}]},"5":{"id":5,"name":"Wonders","sub":[{"id":51,"name":"Wonders","parent":5}]},"12":{"id":12,"name":"New","sub":[{"id":121,"name":"Limited Edition","parent":12},{"id":122,"name":"New","parent":12},{"id":123,"name":"Specials","parent":12}]},"0":{"sub":[{"id":0,"name":"All","parent":0}]}},"items":[{"id":"1","in_store":"1","name":"House I","type":"b","cost":"30","cost_type":"w","xp":"3","groups":"","trains":"0","upgrades_to":"2","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"casa1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2","in_store":"1","name":"House II","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"3","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3","in_store":"1","name":"House III","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"4","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"19","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"220","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"4","in_store":"1","name":"House IV","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"194","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"31","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"5","in_store":"1","name":"Mill I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"21600","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"6","in_store":"1","name":"Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"21600","expiration":"0","collect":"300","collect_type":"f","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"11","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":750}"},{"id":"7","in_store":"1","name":"Mill III","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":7500}"},{"id":"8","in_store":"1","name":"Pumpkin Crop","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"9","display_order":"11","activation":"32.4","expiration":"0","collect":"25","collect_type":"f","collect_xp":"2","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"9","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja1","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"9","in_store":"1","name":"Eggplant Field","type":"b","cost":"180","cost_type":"w","xp":"18","groups":"","trains":"0","upgrades_to":"10","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"3","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"21","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja2","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"10","in_store":"1","name":"Farm Land","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"200","display_order":"10","activation":"32.4","expiration":"0","collect":"15","collect_type":"f","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"granja3","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"11","in_store":"1","name":"Sheep Ranch I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"190","display_order":"16","activation":"90","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"2","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_1","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"12","in_store":"1","name":"Cow Ranch I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"192","display_order":"39","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_1","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"13","in_store":"1","name":"Gold Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"21600","expiration":"0","collect":"200","collect_type":"g","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"4","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"14","in_store":"1","name":"Gold Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"21600","expiration":"0","collect":"275","collect_type":"g","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1250}"},{"id":"15","in_store":"1","name":"Gold Mine III","type":"b","cost":"4500","cost_type":"g","xp":"450","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"21600","expiration":"0","collect":"350","collect_type":"g","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"24","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":10000}"},{"id":"16","in_store":"1","name":"Stone Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"30","activation":"21600","expiration":"0","collect":"175","collect_type":"s","collect_xp":"6","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"6","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":250}"},{"id":"17","in_store":"1","name":"Stone Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"31","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"17","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":3500}"},{"id":"18","in_store":"1","name":"Stone Mine III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"32","activation":"21600","expiration":"0","collect":"400","collect_type":"s","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"29","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":20000}"},{"id":"19","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"20","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol2","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"21","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol3","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"22","in_store":"1","name":"Blacksmith","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"58","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"131","min_level":"33","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"herreria","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"23","in_store":"1","name":"Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"188","display_order":"23","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"24","in_store":"1","name":"Church","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"502","upgrades_to":"0","display_order":"50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"133","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isglesia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"25","in_store":"1","name":"University","type":"b","cost":"8000","cost_type":"g","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"60","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"39","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"universidad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"26","in_store":"0","name":"Town Hall","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"500","upgrades_to":"139","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"27","in_store":"1","name":"Castle I","type":"b","cost":"15","cost_type":"c","xp":"200","groups":"","trains":"507","upgrades_to":"28","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo1","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"28","in_store":"1","name":"Castle II","type":"b","cost":"25","cost_type":"c","xp":"300","groups":"","trains":"508","upgrades_to":"198","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo2","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"8000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"29","in_store":"1","name":"Tower I","type":"b","cost":"125","cost_type":"s","xp":"13","groups":"","trains":"0","upgrades_to":"30","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa1","elevation":"4","unit_capacity":"0","attack":"4","defense":"1","life":"300","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"30","in_store":"1","name":"Tower II","type":"b","cost":"250","cost_type":"s","xp":"25","groups":"","trains":"0","upgrades_to":"31","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa2","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"8","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"31","in_store":"1","name":"Tower III","type":"b","cost":"375","cost_type":"s","xp":"38","groups":"","trains":"0","upgrades_to":"32","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa3","elevation":"4","unit_capacity":"0","attack":"12","defense":"1","life":"700","velocity":"0","attack_range":"9","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"32","in_store":"1","name":"Tower IV","type":"b","cost":"500","cost_type":"s","xp":"50","groups":"","trains":"0","upgrades_to":"33","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"23","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa4","elevation":"4","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"0","attack_range":"10","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"33","in_store":"1","name":"Tower V","type":"b","cost":"625","cost_type":"s","xp":"63","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"33","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa5","elevation":"4","unit_capacity":"0","attack":"16","defense":"1","life":"1100","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"34","in_store":"1","name":"Wall I","type":"b","cost":"5","cost_type":"w","xp":"1","groups":"","trains":"0","upgrades_to":"35","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"150","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"35","in_store":"1","name":"Wall II","type":"b","cost":"15","cost_type":"w","xp":"2","groups":"","trains":"0","upgrades_to":"36","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"36","in_store":"1","name":"Wall III","type":"b","cost":"30","cost_type":"s","xp":"3","groups":"","trains":"0","upgrades_to":"195","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"37","in_store":"1","name":"Wall Door","type":"b","cost":"50","cost_type":"s","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"222","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"puertamuralla","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"38","in_store":"1","name":"Barracks I","type":"b","cost":"125","cost_type":"w","xp":"13","groups":"","trains":"509","upgrades_to":"39","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"39","in_store":"1","name":"Barracks II","type":"b","cost":"250","cost_type":"w","xp":"25","groups":"","trains":"510","upgrades_to":"40","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":750}"},{"id":"40","in_store":"1","name":"Barracks III","type":"b","cost":"375","cost_type":"w","xp":"38","groups":"","trains":"511","upgrades_to":"136","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":3000}"},{"id":"41","in_store":"1","name":"Archery I","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"516","upgrades_to":"42","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"3","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"42","in_store":"1","name":"Archery II","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"517","upgrades_to":"43","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1000}"},{"id":"43","in_store":"1","name":"Archery III","type":"b","cost":"450","cost_type":"w","xp":"45","groups":"","trains":"518","upgrades_to":"137","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":5000}"},{"id":"44","in_store":"1","name":"Stables I","type":"b","cost":"175","cost_type":"w","xp":"18","groups":"","trains":"512","upgrades_to":"45","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"5","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":250}"},{"id":"45","in_store":"1","name":"Stables II","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"513","upgrades_to":"46","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1500}"},{"id":"46","in_store":"1","name":"Stables III","type":"b","cost":"525","cost_type":"w","xp":"53","groups":"","trains":"514","upgrades_to":"138","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":7000}"},{"id":"47","in_store":"1","name":"Archery Stables","type":"b","cost":"700","cost_type":"w","xp":"70","groups":"","trains":"515","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"24","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establoarquero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":10000}"},{"id":"48","in_store":"1","name":"Workshop I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"519","upgrades_to":"49","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"7","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"420","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":1000}"},{"id":"49","in_store":"1","name":"Workshop II","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"520","upgrades_to":"50","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":2000}"},{"id":"50","in_store":"1","name":"Workshop III","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"521","upgrades_to":"51","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":8000}"},{"id":"51","in_store":"1","name":"Workshop IV","type":"b","cost":"800","cost_type":"w","xp":"80","groups":"","trains":"522","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"26","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":12500}"},{"id":"52","in_store":"3","name":"Chichen Itza","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"g","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"ChichenItza","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"53","in_store":"3","name":"Coliseum","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"s","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"coliseo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"54","in_store":"3","name":"Inca God","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"21600","expiration":"0","collect":"600","collect_type":"f","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"diosInca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"55","in_store":"3","name":"Sphinx","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"w","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfinge","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"56","in_store":"3","name":"Machu Picchu","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"21600","expiration":"0","collect":"1200","collect_type":"s","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"6","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"machuPichu","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"57","in_store":"3","name":"Chinese Wall","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"21600","expiration":"0","collect":"1200","collect_type":"g","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"murallaChina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"58","in_store":"3","name":"Petra","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"21600","expiration":"0","collect":"1200","collect_type":"f","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"petra","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"59","in_store":"3","name":"Taj Mahal","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"1200","collect_type":"w","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"tajMahal","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"60","in_store":"3","name":"Iguazu Waterfalls","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"21600","expiration":"0","collect":"2000","collect_type":"s","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cataratasIguazu","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"61","in_store":"3","name":"Parthenon","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"21600","expiration":"0","collect":"2000","collect_type":"g","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"partenon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"62","in_store":"1","name":"Yellow Flowers","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"63","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresAmarillas2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"63","in_store":"1","name":"White Flowers","type":"b","cost":"25","cost_type":"g","xp":"3","groups":"","trains":"0","upgrades_to":"0","display_order":"77","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresBlancas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"64","in_store":"1","name":"Purple Flowers","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresLilas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"65","in_store":"1","name":"Red Flowers","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresRojas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"12","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"66","in_store":"1","name":"Pink Flowers","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresRosas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"67","in_store":"1","name":"Green Flowers","type":"b","cost":"225","cost_type":"g","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresVerdes","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"68","in_store":"1","name":"Maya Fire","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"65","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"fuegoMaya","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"14","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"69","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"70","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"70","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras2","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"71","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras3","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"72","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"72","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras4","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"73","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"73","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"74","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"74","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro2","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"75","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro3","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"76","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro4","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"77","in_store":"1","name":"Lumber Mill I","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"78","display_order":"26","activation":"21600","expiration":"0","collect":"200","collect_type":"w","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"5","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":150}"},{"id":"78","in_store":"1","name":"Lumber Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"79","display_order":"27","activation":"21600","expiration":"0","collect":"350","collect_type":"w","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":2000}"},{"id":"79","in_store":"1","name":"Lumber Mill III","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"205","display_order":"28","activation":"21600","expiration":"0","collect":"450","collect_type":"w","collect_xp":"15","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"27","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":15000}"},{"id":"80","in_store":"0","name":"Regenerating gold ...","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"10800","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"12","subcat_functional":"128","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"regOro","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"81","in_store":"0","name":"Regenerating stone ...","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"10800","expiration":"0","collect":"0","collect_type":"s","collect_xp":"0","category_id":"1","subcategory_id":"12","subcat_functional":"128","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"regPiedras","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"82","in_store":"0","name":"Treasure Chest","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"treasure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"83","in_store":"0","name":"Prisoner Princess","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"princess2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"84","in_store":"0","name":"Prisoner Villagers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisoners","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"85","in_store":"0","name":"Prisoner Arthur","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisonarthur","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"86","in_store":"0","name":"Prisoner Archers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisonarchers","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"87","in_store":"0","name":"Chained Troll","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisontroll","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"88","in_store":"0","name":"Power Gem","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"ag","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"powergem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"89","in_store":"0","name":"Golem Altar","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"813","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"golemstatue","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"90","in_store":"0","name":"Kidnapped Units","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"kidnapped","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"91","in_store":"0","name":"Trophy Totem","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"trophytotem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"92","in_store":"0","name":"Injured Cow","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vacaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"93","in_store":"0","name":"Injured Sheep","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"ovejaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"94","in_store":"0","name":"Lonely Knight","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"jinetePerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"95","in_store":"0","name":"Trojan Horse","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"caballoTroyano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"96","in_store":"0","name":"Mysterious Crate","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cajaSorpresaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"97","in_store":"0","name":"Mead Barrel","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"barrilPerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"98","in_store":"0","name":"Injured Troll","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"trolPerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"99","in_store":"0","name":"Golden Totem","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"totemOro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"100","in_store":"0","name":"Yellow Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"62","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolAmarillo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"0","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"101","in_store":"1","name":"Blue Tree","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"102","in_store":"0","name":"Happy Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"77","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"4","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolCara","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"103","in_store":"1","name":"Chinese Tree","type":"b","cost":"6","cost_type":"c","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"74","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolChino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"104","in_store":"1","name":"Purple Tree","type":"b","cost":"75","cost_type":"g","xp":"8","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolLila","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"105","in_store":"1","name":"Orange Tree","type":"b","cost":"225","cost_type":"g","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolNaranja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"106","in_store":"0","name":"Red Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"12","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolRojo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"107","in_store":"1","name":"Horror Tree","type":"b","cost":"390","cost_type":"g","xp":"39","groups":"","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolTerror","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"108","in_store":"1","name":"Green Tree","type":"b","cost":"60","cost_type":"g","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"64","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolVerde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"109","in_store":"0","name":"Blue Flag","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"banderaAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"5","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"110","in_store":"1","name":"Orange Flag","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaNaranja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"111","in_store":"0","name":"Red Flag","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"banderaRoja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"9","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"112","in_store":"1","name":"Eagle Flag","type":"b","cost":"425","cost_type":"g","xp":"43","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"12","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaRoja2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"113","in_store":"1","name":"Green Flag","type":"b","cost":"800","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"15","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaVerde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"114","in_store":"1","name":"Skulls","type":"b","cost":"350","cost_type":"g","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"calaverasFardo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"10","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"115","in_store":"0","name":"Roman Column","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"11","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"columnaRomana","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"4","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"116","in_store":"0","name":"World Cup","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"copaMundo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"117","in_store":"1","name":"Skeleton Statue","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaCalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"118","in_store":"0","name":"Helmet Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaCasco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"10","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"119","in_store":"1","name":"Minotaur Statue","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaCentauro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"120","in_store":"1","name":"Dragon Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"15","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"121","in_store":"1","name":"Mongol Statue","type":"b","cost":"15","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"66","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaMongol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"122","in_store":"1","name":"King Statue","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaRey","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"123","in_store":"1","name":"Soldier Statue","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"124","in_store":"1","name":"Soldier Statue","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"125","in_store":"0","name":"Soldier Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaSoldado3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"126","in_store":"1","name":"Soldier Statue","type":"b","cost":"10","cost_type":"c","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"68","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"127","in_store":"0","name":"Soldier Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaSoldado5","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"6","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"128","in_store":"1","name":"Viking Statue","type":"b","cost":"8","cost_type":"c","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaVikingo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"129","in_store":"1","name":"Fountain","type":"b","cost":"200","cost_type":"g","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"6","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"fuenteChica","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"130","in_store":"0","name":"Water well","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"pozoAgua","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"131","in_store":"1","name":"Ancient Ceramic","type":"b","cost":"10","cost_type":"c","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"70","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vasijaBarro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"132","in_store":"0","name":"Trojan Horse","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"caballoTroyano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"133","in_store":"0","name":"Golden Totem","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"totemOro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"134","in_store":"0","name":"Troll Hut","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trollhut","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"135","in_store":"0","name":"Troll Cave","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trollcave","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"136","in_store":"1","name":"Barracks IV","type":"b","cost":"1000","cost_type":"w","xp":"100","groups":"","trains":"539","upgrades_to":"390","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"28","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":15000}"},{"id":"137","in_store":"1","name":"Archery IV","type":"b","cost":"1250","cost_type":"w","xp":"125","groups":"","trains":"540","upgrades_to":"391","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"30","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":20000}"},{"id":"138","in_store":"1","name":"Stables IV","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"541","upgrades_to":"392","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"32","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":30000}"},{"id":"139","in_store":"0","name":"Town Hall II","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"500","upgrades_to":"140","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento2","elevation":"4","unit_capacity":"0","attack":"5","defense":"1","life":"2000","velocity":"0","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"140","in_store":"0","name":"Town Hall III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"500","upgrades_to":"141","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento3","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"4000","velocity":"0","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"141","in_store":"0","name":"Town Hall IV","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"500","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"35","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento4","elevation":"4","unit_capacity":"0","attack":"15","defense":"1","life":"8000","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"142","in_store":"0","name":"Isle 1","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isla1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"143","in_store":"0","name":"Isle 2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isla2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"144","in_store":"0","name":"Desert Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"145","in_store":"0","name":"Arctic Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islanieve","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"146","in_store":"0","name":"Key","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"key","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"147","in_store":"0","name":"Locked Gate","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"813","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"portonhielo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"148","in_store":"0","name":"Mysterious Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamysterious","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"149","in_store":"0","name":"Unknown Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaunknown","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"150","in_store":"1","name":"Altar of Heroes","type":"b","cost":"200","cost_type":"g","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"47","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"1211","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"altarheroes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"850","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"151","in_store":"3","name":"Small Refuge","type":"b","cost":"400","cost_type":"s","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"24","subcat_functional":"1311","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"refugio1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"3500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"152","in_store":"3","name":"Large Refuge","type":"b","cost":"5","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"24","subcat_functional":"1311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"refugio2","elevation":"4","unit_capacity":"5","attack":"0","defense":"1","life":"7000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"153","in_store":"1","name":"Argentina Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"154","in_store":"1","name":"Australia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"72","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagau","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"155","in_store":"1","name":"Belgium Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagbe","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"156","in_store":"1","name":"Bulgaria Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagbg","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"157","in_store":"1","name":"Canada Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"158","in_store":"1","name":"Catalonia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"78","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagcat","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"159","in_store":"1","name":"Switzerland Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagch","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"160","in_store":"1","name":"Chile Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagcl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"161","in_store":"1","name":"Colombia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"162","in_store":"1","name":"Germany Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"163","in_store":"1","name":"Spain Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flages","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"164","in_store":"1","name":"FC Barcelona Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagfcb","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"165","in_store":"1","name":"France Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagfr","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"166","in_store":"1","name":"UK Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flaggb","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"167","in_store":"1","name":"Israel Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagil","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"168","in_store":"1","name":"Italy Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagit","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"169","in_store":"1","name":"Mexico Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagmx","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"170","in_store":"1","name":"Netherlands Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagnl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"171","in_store":"1","name":"Philippines Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagph","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"172","in_store":"1","name":"Portugal Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagpt","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"173","in_store":"1","name":"Sweden Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagse","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"174","in_store":"1","name":"Turkey Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagtr","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"175","in_store":"1","name":"USA Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"176","in_store":"0","name":"Pyramid","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramide1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"177","in_store":"0","name":"Treasure Chest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cofre","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"178","in_store":"0","name":"Garden","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jardin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"179","in_store":"0","name":"Golden Fountain","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"fuentedorada","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"180","in_store":"0","name":"Frozen Mammoth","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"mamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"181","in_store":"1","name":"Wizard's Castle","type":"b","cost":"60000","cost_type":"g","xp":"200","groups":"","trains":"550","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo3","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"182","in_store":"0","name":"Undiscovered Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaundiscovered","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"183","in_store":"0","name":"Emergent Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaemergent","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"184","in_store":"0","name":"Rock Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islarock","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"185","in_store":"1","name":"Eagles I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"186","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"186","in_store":"1","name":"Eagles II","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"187","display_order":"35","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"16","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"187","in_store":"1","name":"Eagles III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"217","display_order":"36","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"188","in_store":"1","name":"Market II","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"189","display_order":"24","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"189","in_store":"1","name":"Market III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"25","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"190","in_store":"1","name":"Sheep Ranch II","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"0","upgrades_to":"191","display_order":"17","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"14","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"191","in_store":"1","name":"Sheep Ranch III","type":"b","cost":"5000","cost_type":"w","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"24","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"192","in_store":"1","name":"Cow Ranch II","type":"b","cost":"750","cost_type":"w","xp":"75","groups":"","trains":"0","upgrades_to":"193","display_order":"40","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"17","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"193","in_store":"1","name":"Cow Ranch III","type":"b","cost":"6500","cost_type":"w","xp":"650","groups":"","trains":"0","upgrades_to":"0","display_order":"41","activation":"90","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"26","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"194","in_store":"1","name":"House V","type":"b","cost":"1800","cost_type":"w","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"36","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"7","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"195","in_store":"1","name":"Wall IV","type":"b","cost":"100","cost_type":"s","xp":"10","groups":"","trains":"0","upgrades_to":"196","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"900","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"196","in_store":"1","name":"Wall V","type":"b","cost":"225","cost_type":"s","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"34","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"197","in_store":"1","name":"Healing Spring","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"54","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"137","min_level":"26","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"curacion","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"4","attack_interval":"15","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"198","in_store":"1","name":"Castle III","type":"b","cost":"35","cost_type":"c","xp":"400","groups":"","trains":"560","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo333","elevation":"4","unit_capacity":"0","attack":"30","defense":"1","life":"10000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"199","in_store":"3","name":"Fire Tower","type":"b","cost":"9","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa6","elevation":"4","unit_capacity":"0","attack":"20","defense":"1","life":"2000","velocity":"0","attack_range":"12","attack_interval":"30","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"200","in_store":"1","name":"Carrot Field","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"201","display_order":"13","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"28","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja4","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"201","in_store":"1","name":"Watermelon Field","type":"b","cost":"1100","cost_type":"w","xp":"110","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"32.4","expiration":"0","collect":"45","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"34","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja5","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"202","in_store":"1","name":"Mill IV","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"21600","expiration":"0","collect":"500","collect_type":"f","collect_xp":"17","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"32","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":25000}"},{"id":"203","in_store":"1","name":"Gold Mine IV","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"22","activation":"21600","expiration":"0","collect":"500","collect_type":"g","collect_xp":"17","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"38","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":35000}"},{"id":"204","in_store":"1","name":"Stone Mine IV","type":"b","cost":"24000","cost_type":"g","xp":"2400","groups":"","trains":"0","upgrades_to":"0","display_order":"33","activation":"21600","expiration":"0","collect":"550","collect_type":"s","collect_xp":"19","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"41","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":45000}"},{"id":"205","in_store":"1","name":"Lumber Mill IV","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"29","activation":"21600","expiration":"0","collect":"600","collect_type":"w","collect_xp":"20","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"35","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":30000}"},{"id":"206","in_store":"0","name":"Crocodile Pit","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"foso","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"207","in_store":"0","name":"Life Tree","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbolavatar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"208","in_store":"0","name":"Guillotine","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"guillotina","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"209","in_store":"0","name":"Prison","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"carcel","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"210","in_store":"0","name":"Water Well","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pozogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"211","in_store":"0","name":"Burning Mill","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinollamas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"212","in_store":"1","name":"Cathedral","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"569","upgrades_to":"0","display_order":"52","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"133","min_level":"23","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"catedraltorres","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"213","in_store":"1","name":"Mechanics","type":"b","cost":"1200","cost_type":"s","xp":"120","groups":"","trains":"570","upgrades_to":"0","display_order":"56","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"341","min_level":"29","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiamecanica","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":"{\"cost\":17500}"},{"id":"214","in_store":"3","name":"Lightning Tower","type":"b","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"18","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"electorre","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"2200","velocity":"0","attack_range":"12","attack_interval":"15","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"215","in_store":"1","name":"Kamikaze Center","type":"b","cost":"16","cost_type":"c","xp":"160","groups":"","trains":"575","upgrades_to":"0","display_order":"-60","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricakamikaze","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"216","in_store":"1","name":"Fire Workshop","type":"b","cost":"1600","cost_type":"w","xp":"160","groups":"","trains":"568","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"31","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"workshop5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":25000}"},{"id":"217","in_store":"1","name":"Eagles IV","type":"b","cost":"7","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"37","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"eagle4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"218","in_store":"1","name":"Treasure Mine","type":"b","cost":"325","cost_type":"g","xp":"33","groups":"","trains":"0","upgrades_to":"0","display_order":"46","activation":"86400","expiration":"0","collect":"1","collect_type":"t","collect_xp":"1","category_id":"1","subcategory_id":"13","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minatesoro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"219","in_store":"1","name":"Vineyard","type":"b","cost":"2000","cost_type":"w","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"32.4","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"37","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"vinedo","elevation":"4","unit_capacity":"1","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"220","in_store":"0","name":"Library","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"40","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isglesia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"221","in_store":"1","name":"Academy","type":"b","cost":"550","cost_type":"w","xp":"55","groups":"","trains":"0","upgrades_to":"0","display_order":"51","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiagimnasio","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"222","in_store":"1","name":"Minery Academy","type":"b","cost":"8000","cost_type":"g","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"57","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"31","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiamina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"223","in_store":"1","name":"Forestry Academy","type":"b","cost":"6500","cost_type":"g","xp":"650","groups":"","trains":"0","upgrades_to":"0","display_order":"55","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"28","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academialenador","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"224","in_store":"1","name":"Harbor","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"muelle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"225","in_store":"1","name":"Sacrifice Altar","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"52","activation":"1.08","expiration":"0","collect":"1","collect_type":"sk","collect_xp":"1","category_id":"1","subcategory_id":"13","subcat_functional":"124","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"sacrificio","elevation":"4","unit_capacity":"1","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"226","in_store":"1","name":"Nursery","type":"b","cost":"1000","cost_type":"w","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"53","activation":"32400","expiration":"0","collect":"1","collect_type":"h","collect_xp":"15","category_id":"1","subcategory_id":"13","subcat_functional":"123","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"picaderoanimal","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"227","in_store":"1","name":"Training Stables","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"123","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"adiestramientocaballos","elevation":"4","unit_capacity":"5","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"228","in_store":"1","name":"Noble Mansion","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"62","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casalujosa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"229","in_store":"1","name":"Temple","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"49","activation":"172800","expiration":"0","collect":"750","collect_type":"g","collect_xp":"25","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"templooro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"230","in_store":"1","name":"Baths","type":"b","cost":"6","cost_type":"c","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"42","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"9","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"banyos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"20","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"231","in_store":"1","name":"Tavern","type":"b","cost":"2200","cost_type":"w","xp":"220","groups":"","trains":"0","upgrades_to":"0","display_order":"59","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"35","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"taberna","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"232","in_store":"1","name":"Restaurant","type":"b","cost":"28000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"64","activation":"28800","expiration":"0","collect":"570","collect_type":"g","collect_xp":"19","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"45","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"restaurante","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"233","in_store":"1","name":"Bakery","type":"b","cost":"16000","cost_type":"g","xp":"1200","groups":"","trains":"0","upgrades_to":"0","display_order":"61","activation":"28800","expiration":"0","collect":"550","collect_type":"f","collect_xp":"19","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"40","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"bakery","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"650","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"234","in_store":"1","name":"Allies Building","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"111","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"235","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"0","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"236","in_store":"0","name":"Abandoned Mine","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedracandado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"237","in_store":"0","name":"Healer Prison","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"healersprisioneras","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"238","in_store":"0","name":"Trapped Allies","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliadosprisioneros","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"239","in_store":"1","name":"Heroes Grave","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"48","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"1211","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"temploresureccion","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"850","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"240","in_store":"0","name":"Chinese House","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casachina","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"241","in_store":"0","name":"Chinese Archery","type":"b","cost":"9","cost_type":"c","xp":"270","groups":"","trains":"577","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueriachina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"242","in_store":"0","name":"Chinese Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallachina2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"243","in_store":"0","name":"Chinese Tower","type":"b","cost":"4","cost_type":"c","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensachina","elevation":"4","unit_capacity":"0","attack":"6","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"10","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"244","in_store":"0","name":"Bamboo Mill","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"21600","expiration":"0","collect":"500","collect_type":"w","collect_xp":"17","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderochino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"245","in_store":"0","name":"Chinese Field","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoarroz","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"246","in_store":"0","name":"Panda","type":"b","cost":"2","cost_type":"c","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"osopanda","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"247","in_store":"0","name":"Geisha","type":"b","cost":"3","cost_type":"c","xp":"210","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"geisha","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"248","in_store":"0","name":"Kite","type":"b","cost":"7","cost_type":"c","xp":"490","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"chinocometa","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"249","in_store":"0","name":"Chinese Temple","type":"b","cost":"10","cost_type":"c","xp":"700","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pagoda","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"250","in_store":"0","name":"Maneki Neko","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"gatochino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"5","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"251","in_store":"0","name":"Noodles","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"bolchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"9","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"252","in_store":"0","name":"Drum","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"tamborchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"253","in_store":"0","name":"Chinese Tree","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"jardinchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"254","in_store":"0","name":"Dragon","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"dragondorado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"255","in_store":"0","name":"Buddha","type":"b","cost":"35000","cost_type":"g","xp":"3500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"budaoro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"256","in_store":"0","name":"Animals Cage","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"257","in_store":"0","name":"Captured Siege","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"catapultaspresas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"258","in_store":"0","name":"Skeleton","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"estatuaesqueleto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"259","in_store":"0","name":"Skeleton","type":"b","cost":"15","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"66","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaesqueleto2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"260","in_store":"0","name":"Stone","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"261","in_store":"3","name":"Saint Basil Basilica","type":"b","cost":"40","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"13","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"stbasil","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"25","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"262","in_store":"3","name":"Alexandria Library","type":"b","cost":"70","cost_type":"c","xp":"7","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"s","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"bibliotecaalejandria","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"50","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"263","in_store":"3","name":"Stonehenge","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"21600","expiration":"0","collect":"2000","collect_type":"f","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"stonehenge","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"264","in_store":"3","name":"Angkor","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"21600","expiration":"0","collect":"2000","collect_type":"w","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"angkor","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"265","in_store":"0","name":"Tree","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"266","in_store":"1","name":"Allies Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"45","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadoaliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"267","in_store":"0","name":"Aztec House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casaazteca","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"268","in_store":"0","name":"Aztec Quarters","type":"b","cost":"16","cost_type":"c","xp":"480","groups":"","trains":"578","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelazteca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"269","in_store":"0","name":"Aztec Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaazteca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"270","in_store":"0","name":"Aztec Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaazteca","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"271","in_store":"0","name":"Aztec Mill","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"450","collect_type":"f","collect_xp":"15","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinoazteca","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"272","in_store":"0","name":"Aztec Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaazteca","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"273","in_store":"0","name":"Snake Statue","type":"b","cost":"1","cost_type":"c","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturaserpiente","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"274","in_store":"0","name":"Aztec Boss","type":"b","cost":"2","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"jefeazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"275","in_store":"0","name":"Quetzacoatl","type":"b","cost":"6","cost_type":"c","xp":"420","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"quetzacoatl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"276","in_store":"0","name":"Aztec Ball Field","type":"b","cost":"3","cost_type":"c","xp":"210","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"277","in_store":"0","name":"Skull Statue","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"278","in_store":"0","name":"Golden Structure","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturaoro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"18","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"279","in_store":"0","name":"Solar Structure","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturasolar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"280","in_store":"0","name":"Aztec Calendar","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esculturacalendario","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"281","in_store":"0","name":"Aztec Decoration","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"paredgrabado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"282","in_store":"0","name":"Aztec Temple","type":"b","cost":"30000","cost_type":"g","xp":"3000","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"templosacrificio","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"283","in_store":"0","name":"Treasure","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinollamas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"284","in_store":"0","name":"Mineral Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islandbigboss3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"285","in_store":"0","name":"_DEV ACTIVATOR","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"286","in_store":"0","name":"_DEV TREASURE","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"287","in_store":"0","name":"Brazier","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"ag","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"brasero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"288","in_store":"0","name":"Rockdriller Skull","type":"b","cost":"5000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trofeogusano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"289","in_store":"0","name":"Troll Hall I","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"580","upgrades_to":"321","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"290","in_store":"2","name":"Troll Farm I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"310","display_order":"10","activation":"32.4","expiration":"0","collect":"15","collect_type":"f","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol1","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"291","in_store":"2","name":"Troll Tower I","type":"b","cost":"125","cost_type":"s","xp":"13","groups":"","trains":"0","upgrades_to":"303","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol1","elevation":"4","unit_capacity":"0","attack":"4","defense":"1","life":"300","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"292","in_store":"2","name":"Troll Wall I","type":"b","cost":"5","cost_type":"w","xp":"1","groups":"","trains":"0","upgrades_to":"305","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"150","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"293","in_store":"0","name":"Asian Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaasian","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"294","in_store":"0","name":"Aztec Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaaztec","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"295","in_store":"0","name":"Civilizated Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islacivilizated","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"296","in_store":"0","name":"Wild Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islawild","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"297","in_store":"0","name":"Conquered Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaxonquered","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"298","in_store":"0","name":"Hero Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islahero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"299","in_store":"1","name":"Zeppelin Tower","type":"b","cost":"3000","cost_type":"w","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"torrezepelin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"300","in_store":"2","name":"Troll Mill I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"301","display_order":"6","activation":"21600","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"301","in_store":"2","name":"Troll Mill II","type":"b","cost":"0","cost_type":"w","xp":"0","groups":"","trains":"0","upgrades_to":"302","display_order":"7","activation":"21600","expiration":"0","collect":"300","collect_type":"f","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"11","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"302","in_store":"2","name":"Troll Mill III","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"303","in_store":"2","name":"Troll Tower II","type":"b","cost":"250","cost_type":"s","xp":"25","groups":"","trains":"0","upgrades_to":"304","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol2","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"8","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"304","in_store":"2","name":"Troll Tower III","type":"b","cost":"375","cost_type":"s","xp":"38","groups":"","trains":"0","upgrades_to":"347","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol3","elevation":"4","unit_capacity":"0","attack":"12","defense":"1","life":"700","velocity":"0","attack_range":"9","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"305","in_store":"2","name":"Troll Wall II","type":"b","cost":"15","cost_type":"w","xp":"2","groups":"","trains":"0","upgrades_to":"306","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"306","in_store":"2","name":"Troll Wall III","type":"b","cost":"30","cost_type":"s","xp":"3","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"307","in_store":"2","name":"Troll House I","type":"b","cost":"30","cost_type":"w","xp":"3","groups":"","trains":"0","upgrades_to":"308","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"308","in_store":"2","name":"Troll House II","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"309","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"309","in_store":"2","name":"Troll House III","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"19","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"220","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"310","in_store":"2","name":"Troll Farm II","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"311","display_order":"11","activation":"32.4","expiration":"0","collect":"25","collect_type":"f","collect_xp":"2","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"9","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol2","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"311","in_store":"2","name":"Troll Farm III","type":"b","cost":"180","cost_type":"w","xp":"18","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"3","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"21","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol3","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"312","in_store":"2","name":"Troll Lumber Mill I","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"313","display_order":"26","activation":"21600","expiration":"0","collect":"200","collect_type":"w","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"5","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"313","in_store":"2","name":"Troll Lumber Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"314","display_order":"27","activation":"21600","expiration":"0","collect":"350","collect_type":"w","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"314","in_store":"2","name":"Troll Lumber Mill III","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"28","activation":"21600","expiration":"0","collect":"450","collect_type":"w","collect_xp":"15","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"27","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"315","in_store":"2","name":"Troll Gold Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"316","display_order":"19","activation":"21600","expiration":"0","collect":"200","collect_type":"g","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"4","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"316","in_store":"2","name":"Troll Gold Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"317","display_order":"20","activation":"21600","expiration":"0","collect":"275","collect_type":"g","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"317","in_store":"2","name":"Troll Gold Mine III","type":"b","cost":"4500","cost_type":"g","xp":"450","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"21600","expiration":"0","collect":"350","collect_type":"g","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"24","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"318","in_store":"2","name":"Troll Stone Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"319","display_order":"30","activation":"21600","expiration":"0","collect":"175","collect_type":"s","collect_xp":"6","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"6","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"319","in_store":"2","name":"Troll Stone Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"320","display_order":"31","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"17","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"320","in_store":"2","name":"Troll Stone Mine III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"32","activation":"21600","expiration":"0","collect":"400","collect_type":"s","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"29","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"321","in_store":"0","name":"Troll Hall II","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"580","upgrades_to":"322","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol2","elevation":"4","unit_capacity":"0","attack":"5","defense":"1","life":"2000","velocity":"0","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"322","in_store":"0","name":"Troll Hall III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"580","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol3","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"4000","velocity":"0","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"323","in_store":"2","name":"Troll Castle I","type":"b","cost":"15","cost_type":"c","xp":"200","groups":"","trains":"592","upgrades_to":"324","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillotrol1","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"324","in_store":"2","name":"Troll Castle II","type":"b","cost":"25","cost_type":"c","xp":"300","groups":"","trains":"591","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillotrol2","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"8000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"325","in_store":"2","name":"Coliseum","type":"b","cost":"100","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"coliseumtrol","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"326","in_store":"2","name":"Barracks 3","type":"b","cost":"425","cost_type":"w","xp":"43","groups":"","trains":"595","upgrades_to":"330","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"327","in_store":"2","name":"Barracks 6","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"600","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"24","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"328","in_store":"2","name":"Archery 2","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"598","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"329","in_store":"2","name":"Archery 1","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"589","upgrades_to":"328","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"4","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"330","in_store":"2","name":"Barracks 4","type":"b","cost":"650","cost_type":"w","xp":"65","groups":"","trains":"596","upgrades_to":"332","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"331","in_store":"2","name":"Boar Stable","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"599","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol6","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"332","in_store":"2","name":"Barracks 5","type":"b","cost":"2750","cost_type":"g","xp":"275","groups":"","trains":"597","upgrades_to":"327","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol7","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"725","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"333","in_store":"2","name":"Barracks 1","type":"b","cost":"125","cost_type":"w","xp":"13","groups":"","trains":"593","upgrades_to":"334","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol8","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"334","in_store":"2","name":"Barracks 2","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"594","upgrades_to":"326","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"6","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol9","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"335","in_store":"2","name":"Troll Market I","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"345","display_order":"23","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"336","in_store":"2","name":"Workshop I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"585","upgrades_to":"337","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"420","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"337","in_store":"2","name":"Workshop II","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"586","upgrades_to":"338","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"338","in_store":"2","name":"Workshop III","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"587","upgrades_to":"339","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"339","in_store":"2","name":"Workshop IV","type":"b","cost":"800","cost_type":"w","xp":"80","groups":"","trains":"588","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"26","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"340","in_store":"2","name":"Boar Ranch I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"341","display_order":"16","activation":"90","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"2","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"341","in_store":"2","name":"Boar Ranch II","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"0","upgrades_to":"342","display_order":"17","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"14","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"342","in_store":"2","name":"Boar Ranch III","type":"b","cost":"5000","cost_type":"w","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"24","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"343","in_store":"2","name":"Troll Harbour","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"muelle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"344","in_store":"2","name":"Troll Zeppelin","type":"b","cost":"3000","cost_type":"w","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"torrezepelin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"345","in_store":"2","name":"Troll Market II","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"346","display_order":"24","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"346","in_store":"2","name":"Troll Market III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"25","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"347","in_store":"2","name":"Troll Tower IV","type":"b","cost":"500","cost_type":"s","xp":"50","groups":"","trains":"0","upgrades_to":"348","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"23","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol4","elevation":"4","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"0","attack_range":"10","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"348","in_store":"2","name":"Troll Tower V","type":"b","cost":"625","cost_type":"s","xp":"63","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"33","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol5","elevation":"4","unit_capacity":"0","attack":"16","defense":"1","life":"1100","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"349","in_store":"2","name":"Troll Eagles I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"350","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"350","in_store":"2","name":"Troll Eagles II","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"351","display_order":"35","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"16","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"351","in_store":"2","name":"Troll Eagles III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"36","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"352","in_store":"2","name":"Allies Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"45","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadoaliadostrol","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"353","in_store":"2","name":"Troll Statue","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"354","in_store":"2","name":"Troll Statue","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"355","in_store":"2","name":"Troll Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"356","in_store":"2","name":"Troll Bathroom","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"retretetrol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"357","in_store":"0","name":"Troll Deco 5","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"358","in_store":"0","name":"Troll Deco 6","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"359","in_store":"0","name":"Troll Deco 7","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"360","in_store":"0","name":"Troll Deco 8","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"361","in_store":"0","name":"Allies Building","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"111","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"362","in_store":"2","name":"Voodoo Lounge","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"590","upgrades_to":"0","display_order":"50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"133","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"chamanahouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"363","in_store":"3","name":"Babylon Gardens","type":"b","cost":"70","cost_type":"c","xp":"7","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"23","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"jardinbabilonia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"50","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"364","in_store":"0","name":"Prisoner Archers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"365","in_store":"0","name":"Kidnapped Units","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"366","in_store":"1","name":"Odin Statue","type":"b","cost":"16","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"48","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaataque","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"367","in_store":"0","name":"Trapped Allies","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"368","in_store":"0","name":"Captured Siege","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"369","in_store":"1","name":"Oil Tower","type":"b","cost":"4","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"15","width":"1","height":"1","max_frame":"4","giftable":"0","img_name":"oiltower","elevation":"4","unit_capacity":"0","attack":"20","defense":"1","life":"2000","velocity":"0","attack_range":"12","attack_interval":"70","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"370","in_store":"1","name":"Elephant Stables","type":"b","cost":"18","cost_type":"c","xp":"500","groups":"","trains":"603","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchoelefantes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"371","in_store":"1","name":"Tower Workshop","type":"b","cost":"12","cost_type":"c","xp":"2","groups":"","trains":"602","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"311","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricatorremovil","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"372","in_store":"2","name":"Rhino Stables","type":"b","cost":"600","cost_type":"g","xp":"60","groups":"","trains":"601","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"17","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrolrino","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"373","in_store":"3","name":"Weather Machine","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"34","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"maquinatiempo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"374","in_store":"0","name":"Viking Quarters","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"606","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracavikinga","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"375","in_store":"0","name":"Viking Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallavikinga","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"376","in_store":"0","name":"Viking Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensavikinga","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"377","in_store":"0","name":"Viking Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjavikinga","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"378","in_store":"0","name":"Viking Mine","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minavikinga","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"379","in_store":"0","name":"Viking Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuavikinga1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"380","in_store":"0","name":"Viking Statue","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuavikinga2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"381","in_store":"0","name":"Viking Ship","type":"b","cost":"2","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barcovikingo1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"382","in_store":"0","name":"Viking Ship","type":"b","cost":"12000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barcovikingo2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"383","in_store":"0","name":"Viking Mistress","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vikingagordita","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"384","in_store":"3","name":"Ice Tower","type":"b","cost":"7","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torrehielo","elevation":"4","unit_capacity":"0","attack":"1","defense":"1","life":"2200","velocity":"0","attack_range":"14","attack_interval":"75","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"385","in_store":"2","name":"Barracks Drummer","type":"b","cost":"12","cost_type":"c","xp":"120","groups":"","trains":"604","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"311","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"bongotrolhouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"386","in_store":"2","name":"Barracks Boulder","type":"b","cost":"14","cost_type":"c","xp":"140","groups":"","trains":"605","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracalanzapiedras","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"387","in_store":"1","name":"Recruitment Prize","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"11","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"sorpresa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"388","in_store":"0","name":"Viking Axe Quarters","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"607","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracavikingolanzahachas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"389","in_store":"1","name":"Round Table","type":"b","cost":"100","cost_type":"s","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"7","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"mesaredonda","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"390","in_store":"1","name":"Barracks V","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"608","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"37","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracainfanteria5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":50000}"},{"id":"391","in_store":"1","name":"Archery V","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"609","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":75000}"},{"id":"392","in_store":"1","name":"Stables V","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"610","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"46","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":100000}"},{"id":"393","in_store":"0","name":"Anubis Temple","type":"b","cost":"18","cost_type":"c","xp":"540","groups":"","trains":"612","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelegipcio1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"394","in_store":"0","name":"Egyptian Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaegipcia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"395","in_store":"0","name":"Egyptian Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaegipcia","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2350","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"396","in_store":"0","name":"Egyptian Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaegipcia","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"397","in_store":"0","name":"Egyptian Mine","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"300","collect_type":"g","collect_xp":"10","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedraegipcia","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"398","in_store":"0","name":"Cleopatra","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cleopatra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"399","in_store":"0","name":"Camel","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"camello","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"400","in_store":"0","name":"Anubis Statue","type":"b","cost":"2","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"anubis","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"401","in_store":"0","name":"Cat Statue","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"bastet","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"402","in_store":"0","name":"Ra Statue","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"diosre","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"403","in_store":"0","name":"Sphynx","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfinge","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"404","in_store":"0","name":"Goat Sphynx","type":"b","cost":"15000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfingecabra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"405","in_store":"0","name":"Ra Sphynx","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfingere","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"406","in_store":"0","name":"Anubis Statue","type":"b","cost":"10000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"perrodorado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"407","in_store":"0","name":"Black Anubis","type":"b","cost":"8000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"perronegro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"408","in_store":"0","name":"Pharaoh","type":"b","cost":"4","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pharaoh","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"409","in_store":"0","name":"Egyptian Quarters","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"613","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelegipcio2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"410","in_store":"0","name":"Camel Stables","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"614","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcamellos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"411","in_store":"0","name":"Egyptian House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casaegipcia","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"412","in_store":"0","name":"Golden Hall","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"35","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalloro","elevation":"4","unit_capacity":"0","attack":"15","defense":"1","life":"8000","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"413","in_store":"0","name":"Golden Tower","type":"b","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torreoro","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2350","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"414","in_store":"0","name":"Golden Castle","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"508","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillooro","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"415","in_store":"1","name":"Mummy Pyramid","type":"b","cost":"16","cost_type":"c","xp":"500","groups":"","trains":"615","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramidemomia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"416","in_store":"1","name":"Wizardry Academy","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casamagia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"417","in_store":"0","name":"Hermit","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"ermitanoatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"418","in_store":"0","name":"Dolphin Fountain","type":"b","cost":"5000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"fuentedelfinesatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"419","in_store":"0","name":"Leviathan","type":"b","cost":"2","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"leviatanatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"420","in_store":"0","name":"Atlantis Decoration","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"peceraatlante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"421","in_store":"0","name":"Atlantis Quarters","type":"b","cost":"10000","cost_type":"g","xp":"250","groups":"","trains":"619","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelatlantida2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"422","in_store":"0","name":"Atlantis Archery","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"620","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelatlantida","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"423","in_store":"0","name":"Crab Stables","type":"b","cost":"18","cost_type":"c","xp":"550","groups":"","trains":"621","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcangrejoatlantis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"424","in_store":"0","name":"Seahorse Stables","type":"b","cost":"12","cost_type":"c","xp":"350","groups":"","trains":"622","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcaballito","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"425","in_store":"0","name":"Atlantis Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaatlantis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"426","in_store":"0","name":"Atlantis Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaatlantis","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2400","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"427","in_store":"0","name":"Atlantis Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoatlantis","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"428","in_store":"0","name":"Atlantis Mill","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"500","collect_type":"f","collect_xp":"17","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinoatlantida","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"429","in_store":"1","name":"Water Tower","type":"b","cost":"6","cost_type":"c","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"4","giftable":"0","img_name":"torreagua","elevation":"4","unit_capacity":"0","attack":"3","defense":"1","life":"2400","velocity":"0","attack_range":"11","attack_interval":"40","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"430","in_store":"1","name":"Neptune's Palace","type":"b","cost":"18","cost_type":"c","xp":"500","groups":"","trains":"623","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"palacioneptuno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"431","in_store":"0","name":"Misty Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamisty","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"432","in_store":"0","name":"Dune Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladune","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"433","in_store":"0","name":"Mythical Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamythical","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"434","in_store":"0","name":"Huge Egg","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"huevogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"435","in_store":"0","name":"Dangerous Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"436","in_store":"0","name":"Nest Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islanest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"437","in_store":"0","name":"Huge Egg","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"huevogrande2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"2500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"438","in_store":"0","name":"Elf Life Tree","type":"b","cost":"5000","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbolvidaelfo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"439","in_store":"0","name":"Elf Gazebo","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"cupulaverde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"440","in_store":"0","name":"Elf Hero Statue","type":"b","cost":"7","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaelfa","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"441","in_store":"0","name":"Elf Fountain","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fuenteelfica","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"442","in_store":"0","name":"Elf Barracks","type":"b","cost":"10000","cost_type":"g","xp":"250","groups":"","trains":"626","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaelfaespada","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"443","in_store":"0","name":"Elf Archer","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"627","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaarqueroelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"444","in_store":"0","name":"Druids' Council","type":"b","cost":"12","cost_type":"c","xp":"550","groups":"","trains":"628","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracamagoelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"445","in_store":"0","name":"Elf Stables","type":"b","cost":"20","cost_type":"c","xp":"550","groups":"","trains":"629","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracatigre","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"446","in_store":"0","name":"Elf Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaelfa","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"447","in_store":"0","name":"Elf Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torreelfa","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"2450","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"448","in_store":"0","name":"Elf Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaelfa","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"449","in_store":"0","name":"Elf Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"400","collect_type":"w","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderoelfo","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"450","in_store":"1","name":"Elf House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-330","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casaelfa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"451","in_store":"0","name":"Elf Eagle Aviary","type":"b","cost":"10","cost_type":"c","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pajaroelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"465","in_store":"0","name":"Royal Barrack","type":"b","cost":"16","cost_type":"c","xp":"450","groups":"","trains":"632","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaelfo2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"466","in_store":"0","name":"Druid's Hut","type":"b","cost":"15000","cost_type":"g","xp":"500","groups":"","trains":"628","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"466_barraca_druida","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"467","in_store":"0","name":"Royal Archery","type":"b","cost":"16","cost_type":"c","xp":"300","groups":"","trains":"633","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"467_barraca_arquero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"468","in_store":"0","name":"Elf Workshop","type":"b","cost":"20","cost_type":"c","xp":"400","groups":"","trains":"634","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"468_barraca_ballista","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"469","in_store":"1","name":"Fortress","type":"b","cost":"40","cost_type":"c","xp":"550","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"32","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"469_fortaleza","elevation":"4","unit_capacity":"6","attack":"35","defense":"1","life":"15000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"470","in_store":"1","name":"Great Church","type":"b","cost":"9000","cost_type":"g","xp":"350","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"600","collect_type":"g","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"139","min_level":"15","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"470_maravilla","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"10","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"471","in_store":"1","name":"Ent Barrack","type":"b","cost":"20","cost_type":"c","xp":"450","groups":"","trains":"635","upgrades_to":"0","display_order":"-3400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"471_barraca_ent","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"472","in_store":"0","name":"Black Castle","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"563","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"472_castillo","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"473","in_store":"1","name":"Infernal Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"-310","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muroinfernal","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"474","in_store":"0","name":"Infernal Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensainferno","elevation":"4","unit_capacity":"0","attack":"27","defense":"1","life":"2500","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"475","in_store":"0","name":"Infernal Field","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"huertoinfernal","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"476","in_store":"0","name":"Infernal Barracks","type":"b","cost":"18","cost_type":"c","xp":"300","groups":"","trains":"644","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteriainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"477","in_store":"1","name":"Infernal Quarters","type":"b","cost":"12000","cost_type":"g","xp":"300","groups":"","trains":"645","upgrades_to":"0","display_order":"-1300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteriainferno2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"478","in_store":"0","name":"Infernal Archery","type":"b","cost":"20","cost_type":"c","xp":"300","groups":"","trains":"646","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueriainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"479","in_store":"0","name":"Infernal Stables","type":"b","cost":"24","cost_type":"c","xp":"550","groups":"","trains":"647","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"edificiohellhound","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"480","in_store":"0","name":"Torch","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"antorchainfernal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"481","in_store":"0","name":"Bleeding Sculpture","type":"b","cost":"5","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"faunosangrante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"482","in_store":"0","name":"Magma Fountain","type":"b","cost":"10","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fuentemagma","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"483","in_store":"0","name":"Infernal Sculpture","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"jardininferno","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"484","in_store":"0","name":"Infernal Halberdiery","type":"b","cost":"14","cost_type":"c","xp":"550","groups":"","trains":"648","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"edificioalabardainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"485","in_store":"1","name":"Infernal Headquarters","type":"b","cost":"30","cost_type":"c","xp":"250","groups":"","trains":"654","upgrades_to":"0","display_order":"-3600","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"485_barraca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"486","in_store":"1","name":"Graveyard","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"486_cementerio","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"487","in_store":"0","name":"Chinese Festival","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"487_festivalchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"488","in_store":"0","name":"Stolen Fireworks","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"488_fuegoartificial","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"489","in_store":"0","name":"Golem Headquarters","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"refugio2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"490","in_store":"0","name":"Viking Festival","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"490_festivalvikingo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"491","in_store":"0","name":"Stolen Beer","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"491_cerveza","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"492","in_store":"0","name":"Black Yeti Cave","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"492_cuevayeti","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"493","in_store":"0","name":"Tl\u00e1loc Altar","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"493_altar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"494","in_store":"0","name":"Aztec Lamb","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"494_ovejaazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"495","in_store":"0","name":"Viper Nest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"495_nidoserpiente","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"496","in_store":"0","name":"Demonic Sculpture","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"496_demonic","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"497","in_store":"0","name":"Tree of Life","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"497_arbol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"498","in_store":"0","name":"Power Gem","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"powergem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"499","in_store":"0","name":"Sarcophagus","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"499_sarcofago","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"500","in_store":"0","name":"Villager I","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"worker","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"aldeanohombre","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"501","in_store":"0","name":"Villager I","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"worker","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"aldeanamujer","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"502","in_store":"0","name":"Healer","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"curandera","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"25","velocity":"3","attack_range":"5","attack_interval":"120","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Now your army can be healed during a battle!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"503","in_store":"0","name":"Settler","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"73","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"colonizador","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"3","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"504","in_store":"0","name":"Cow","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"cow","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"74","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"vaca1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"3","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"505","in_store":"0","name":"Sheep","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"sheep","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"75","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"oveja1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"7","velocity":"3","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"506","in_store":"0","name":"Ally Cart","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"cart","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"76","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"carretacaballo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"507","in_store":"0","name":"Elite Swordsman","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo1","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"110","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Use this Elite Swordsman as a leader of your Elite Army!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"508","in_store":"0","name":"Elite Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"150","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Lead your army to a glorious battle with this powerful unit!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"509","in_store":"0","name":"Spearman","type":"u","cost":"30","cost_type":"g","xp":"3","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad1","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"40","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Every Troll should meet personally the Spearman's Pike!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"510","in_store":"0","name":"Swordsman","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad2","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"45","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"9","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"With its sharp sword this unit can help you in battles!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"511","in_store":"0","name":"Long Swordsman","type":"u","cost":"90","cost_type":"g","xp":"9","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"3","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad3","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"55","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"18","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"He's even more deadly than his predecessors!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"512","in_store":"0","name":"Light Knight","type":"u","cost":"75","cost_type":"g","xp":"8","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"3","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"60","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"6","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Use a Light Knight for a Troll fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"513","in_store":"0","name":"Medium Knight","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo2","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"13","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Medium Knight should never be left out of sight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"514","in_store":"0","name":"Heavy Knight","type":"u","cost":"225","cost_type":"g","xp":"23","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"140","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"27","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Heavy Knight should be used in a Heavy Fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"515","in_store":"0","name":"Medium Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballoarquero","elevation":"1","unit_capacity":"0","attack":"7","defense":"1","life":"140","velocity":"5","attack_range":"6","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The arrows of this unit keep the trolls away from your empire!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"516","in_store":"0","name":"Light Archer","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero1","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"30","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"1","gift_level":"4","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"You have the Light Archer! It's time for Troll destruction!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"517","in_store":"0","name":"Medium Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero2","elevation":"1","unit_capacity":"0","attack":"7","defense":"1","life":"35","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"11","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"You have a Medium Archer! Your army is getting stronger!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"518","in_store":"0","name":"Heavy Archer","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero3","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"40","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"24","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"I'm the Heavy Archer who will serve you loyally in battles!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"519","in_store":"0","name":"Ram","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"102","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"ariete1","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"75","new_item":"0","population":"2","gift_level":"21","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The Ram will help you tear down all the wall of your enemies!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"520","in_store":"0","name":"Scorpion","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"siege","trains":"0","upgrades_to":"0","display_order":"103","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"ariete2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"40","velocity":"3","attack_range":"8","attack_interval":"175","new_item":"0","population":"3","gift_level":"30","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Add a Scorpion when you gether your troops agains the trolls!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"521","in_store":"0","name":"Catapult","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"siege","trains":"0","upgrades_to":"0","display_order":"104","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete3","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"50","velocity":"3","attack_range":"10","attack_interval":"175","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Catapult is your solution againt the deadly towers!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"522","in_store":"0","name":"Cannon","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete4","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"50","velocity":"3","attack_range":"11","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Cannon is a perfect weapon to bring down your enemy's towers!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"523","in_store":"0","name":"Wolf","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"106","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"82","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"lobo1","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"524","in_store":"0","name":"Elephant","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"107","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"82","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"animal2","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"525","in_store":"2","name":"Small Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"108","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"35","velocity":"2","attack_range":"1","attack_interval":"50","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"526","in_store":"2","name":"Devious Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"109","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol2","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"50","velocity":"4","attack_range":"1","attack_interval":"45","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"527","in_store":"2","name":"Big Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"528","in_store":"2","name":"Battle Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"529","in_store":"2","name":"War Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"200","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"530","in_store":"2","name":"Axethrower","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"125","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"531","in_store":"2","name":"Boar Rider","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"532","in_store":"0","name":"Rehabbed Troll","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"117","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"35","velocity":"2","attack_range":"1","attack_interval":"50","new_item":"0","population":"1","gift_level":"15","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Accept this Rehabbed Troll! He will serve you loyally!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"533","in_store":"0","name":"Warrior Princess","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"xena","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Who said women cannot fight? Test the power of Warrior Princess!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"534","in_store":"0","name":"Prince Arthur","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"princearthur","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"300","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Prince Arthur will lead you army into glorious victories!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"535","in_store":"0","name":"Ranger","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ranger","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"150","velocity":"5","attack_range":"6","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"With a Ranger on your side you can meet any danger on your way!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"536","in_store":"0","name":"Nice Troll","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3bueno","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"250","velocity":"2","attack_range":"1","attack_interval":"40","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"There's nothing nicer than a Nice Troll! Accept him in your empire!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"537","in_store":"0","name":"Stone Golem","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"stonegolem","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"538","in_store":"0","name":"Stone Golem","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss1","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"6500","velocity":"5","attack_range":"2","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"539","in_store":"0","name":"Powerful Swordsman","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteriaunidad4","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"175","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The Powerful Swordsman guarantees a Powerful Army!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"540","in_store":"0","name":"Powerful Archer","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquero4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"150","velocity":"3","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Try the deadly arrows of the Powreful Archer against the trolls!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"541","in_store":"0","name":"Powerful Knight","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballo4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"225","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Powerful Knight best fits a merciless fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"542","in_store":"0","name":"Ship","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ship","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"1000","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"543","in_store":"0","name":"Eagle","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"86","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"eagle","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"200","velocity":"10","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"1","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"544","in_store":"0","name":"Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"yetipequeno","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"545","in_store":"0","name":"Giant Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss2","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"15000","velocity":"5","attack_range":"2","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"546","in_store":"0","name":"Penguin","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pinguino","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"50","velocity":"4","attack_range":"8","attack_interval":"40","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"This Penguin is cute and also deadly!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"547","in_store":"2","name":"Ravager Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"300","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"548","in_store":"1","name":"Octopus","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pulpo","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"50","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"549","in_store":"1","name":"Kraken","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kraken","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"100","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"550","in_store":"0","name":"Wizard","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Never underestimate the Wizard! He can unleash deadly powers!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"551","in_store":"0","name":"Axethrower","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"125","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Axethrower is a unit you want as an ally and not an enemy!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"552","in_store":"0","name":"War Troll","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"200","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"War Troll is someone you should be afraid of!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"553","in_store":"0","name":"Wizard","type":"u","cost":"35000","cost_type":"g","xp":"300","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Use the Wizard wisely and with caution!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"554","in_store":"0","name":"Valkyrie","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"18","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"valkiria","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"7","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Use the healing powers of the beautiful Valkyrie, the nordic warrior.","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"555","in_store":"0","name":"Willy Wallace","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"wallace","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"450","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"8","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"They will never take our freedom with brave-hearted William Wallace!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"556","in_store":"0","name":"Thor","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"24","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"thor","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"500","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"9","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Feel the divine strengh of Thor's hammer! He always nails it!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"557","in_store":"0","name":"High Elf","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"27","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"375","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"9","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"558","in_store":"1","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"559","in_store":"1","name":"Skeleton","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"560","in_store":"0","name":"Elite Master Knight","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo3","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"300","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Elite Master Knight has the cooler armor of all knights. And it's heavy!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"561","in_store":"0","name":"Fly","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"pet","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"87","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"fly","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"6","attack_range":"1","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"562","in_store":"0","name":"Mishy","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"pet","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"87","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kuki","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"6","attack_range":"1","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"563","in_store":"0","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"1","race":"a","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"564","in_store":"0","name":"Ravager Troll","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"300","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"565","in_store":"0","name":"High Elf","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"375","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"566","in_store":"0","name":"Rockdriller","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"10000","velocity":"12","attack_range":"20","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"567","in_store":"0","name":"Sanddriller","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"gusanito","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"10000","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"568","in_store":"0","name":"Fire Cannon","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete5","elevation":"1","unit_capacity":"0","attack":"90","defense":"1","life":"60","velocity":"3","attack_range":"11","attack_interval":"150","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Bomb your enemies with the power of powder... Fire the Fire Cannon, sir!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"569","in_store":"0","name":"Monk","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"support slow","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"obispo","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"50","velocity":"3","attack_range":"7","attack_interval":"60","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The wise Monk will convert your enemies during battles. He is really convincing!","units_limit":"4","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"570","in_store":"0","name":"Engineer","type":"u","cost":"350","cost_type":"g","xp":"35","groups":"support normal","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mecanico","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"150","velocity":"5","attack_range":"1","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Repair your war machines with the Engineer: he also can assemble an IKEA cupboard!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"571","in_store":"0","name":"Horse","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"horse","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"88","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballosalvaje","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"572","in_store":"0","name":"Light Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballoarquero1","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"120","velocity":"5","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Light Archer knight is deadly combination of speed and rage!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"573","in_store":"0","name":"Heavy Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo3","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"160","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Trained as an Archer and a Knight! It's the unit you need in a fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"574","in_store":"0","name":"Powerful Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranger small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"180","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"It' is the best unit on a horse you'll find!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"575","in_store":"0","name":"Kamikaze","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kamikaze","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"200","velocity":"6","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":"{\"attack\":10}"},{"id":"576","in_store":"0","name":"Alliance Knight","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballeroaliado","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Represents the power of alliance and cooperation!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"577","in_store":"0","name":"Chinese Archer","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerochino","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"125","velocity":"4","attack_range":"7","attack_interval":"15","new_item":"0","population":"1","gift_level":"4","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"578","in_store":"0","name":"Aztec Warrior","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroazteca","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"200","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"579","in_store":"1","name":"Zombie","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"20","velocity":"1","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"580","in_store":"2","name":"Mr. Troll","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trolaldeano","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"581","in_store":"2","name":"Mrs. Troll","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trolaaldeana","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"582","in_store":"0","name":"Boat","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"barca","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"150","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"583","in_store":"0","name":"Zeppelin","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"zepelin","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"1000","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"584","in_store":"0","name":"Boar","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"boar","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"90","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"jabali","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"585","in_store":"2","name":"Troll Ram","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"102","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol1","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"75","new_item":"0","population":"2","gift_level":"21","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"586","in_store":"2","name":"Troll Scorpion","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"siege","trains":"0","upgrades_to":"0","display_order":"103","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"40","velocity":"3","attack_range":"8","attack_interval":"175","new_item":"0","population":"3","gift_level":"30","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"587","in_store":"2","name":"Troll Catapult","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"siege","trains":"0","upgrades_to":"0","display_order":"104","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol3","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"50","velocity":"3","attack_range":"10","attack_interval":"175","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"588","in_store":"2","name":"Troll Cannon","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol4","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"50","velocity":"3","attack_range":"11","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"589","in_store":"2","name":"Troll Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerotroll","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"75","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"590","in_store":"2","name":"Voodoo Healer","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"chamanatrol","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"60","velocity":"3","attack_range":"5","attack_interval":"120","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"4","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"591","in_store":"2","name":"Brute Swordsman","type":"u","cost":"1300","cost_type":"g","xp":"130","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"350","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"592","in_store":"2","name":"Brute Knight","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol2","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"593","in_store":"2","name":"Small Troll","type":"u","cost":"40","cost_type":"g","xp":"4","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"108","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"45","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"594","in_store":"2","name":"Devious Troll","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"109","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol2","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"70","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"595","in_store":"2","name":"Big Troll","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"140","velocity":"3","attack_range":"1","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"596","in_store":"2","name":"Battle Troll","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"150","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"597","in_store":"2","name":"War Troll","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"350","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"598","in_store":"2","name":"Axethrower","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"120","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"599","in_store":"2","name":"Boar Rider","type":"u","cost":"175","cost_type":"g","xp":"18","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"120","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"600","in_store":"2","name":"Ravager Troll","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"601","in_store":"2","name":"Rhino Rider","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rinocerontejinete","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"602","in_store":"0","name":"Mobile Tower","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"siege","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"torredefensamovil","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"3","attack_range":"10","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Mobile Tower is a powerful weapon, but receives no calls!","units_limit":"4","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"603","in_store":"0","name":"Elephant Rider","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"elefante","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"The Elephant Rider is a merciless fighter!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"604","in_store":"0","name":"Drummer","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bongotrol","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"605","in_store":"0","name":"Boulderthrower","type":"u","cost":"1300","cost_type":"g","xp":"130","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"lanzapiedras","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"350","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"606","in_store":"0","name":"Viking","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"vikingo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"230","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"607","in_store":"0","name":"Axe Viking","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"vikingolanzahachas","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"250","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"608","in_store":"0","name":"Royal Swordsman","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria5","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"225","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"This Royal Swordsman will protect your Royal lands!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"609","in_store":"0","name":"Royal Archer","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquero5","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"200","velocity":"3","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Royal Archers don't like getting on horses, but they have deadly forces!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"610","in_store":"0","name":"Royal Knight","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballo5","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"300","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Put the Royal Knight as a leader of your Royal army!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"611","in_store":"0","name":"Royal Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"180","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"612","in_store":"0","name":"Anubis Avatar","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"613","in_store":"0","name":"Egyptian Warrior","type":"u","cost":"700","cost_type":"g","xp":"70","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio2","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"614","in_store":"0","name":"Camel Rider","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"camelloguerrero","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"330","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"615","in_store":"0","name":"Mummy","type":"u","cost":"5000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"momia","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"Fighting along with a Mummy can be kind of funny!","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"616","in_store":"0","name":"Scarab","type":"u","cost":"100","cost_type":"g","xp":"0","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"escarabajo","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"80","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"617","in_store":"0","name":"Tornado","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornado","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"618","in_store":"0","name":"King Arthur","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballorey","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"325","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"10","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Let King Arthur be the head of your troops!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"619","in_store":"0","name":"Atlantis Warrior","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroatlantis","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"200","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"620","in_store":"0","name":"Atlantis Archer","type":"u","cost":"900","cost_type":"g","xp":"70","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroatlantis","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"150","velocity":"4","attack_range":"6","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"621","in_store":"0","name":"Crab Knight","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"cangrejo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"250","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"It comes from the sea to fight! It must be a Crab Knight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"622","in_store":"0","name":"Seahorse","type":"u","cost":"1150","cost_type":"g","xp":"80","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballitoatlantis","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"225","velocity":"5","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Seahorse is a mighty soldier of the Marine Force!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"623","in_store":"0","name":"Neptune","type":"u","cost":"5000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"neptunoatlante","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"Neptune is the God of the seas! Will make the enemies get down on their knees!","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"624","in_store":"0","name":"Octopus","type":"u","cost":"100","cost_type":"g","xp":"0","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pulpo","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"80","velocity":"7","attack_range":"5","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"625","in_store":"0","name":"Hurricane","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornadoagua","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"120","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"626","in_store":"0","name":"Elf Warrior","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"220","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"627","in_store":"0","name":"Elf Archer","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfico","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"160","velocity":"4","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"628","in_store":"0","name":"Elf Druid","type":"u","cost":"1000","cost_type":"g","xp":"140","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"628_druida","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"190","velocity":"4","attack_range":"6","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"629","in_store":"0","name":"Elf Tiger","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tigreelfo","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"350","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"630","in_store":"0","name":"Summoned Golem","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss1","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"631","in_store":"0","name":"Summoned Yeti","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss2","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"632","in_store":"0","name":"Royal Elf","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"elfoblanco","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"275","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"633","in_store":"0","name":"Elf Royal Archer","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"633_arquero","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"180","velocity":"4","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"634","in_store":"0","name":"Elf Ballista","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"634_ballista","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"70","velocity":"3","attack_range":"11","attack_interval":"150","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"635","in_store":"0","name":"Ent","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"800","velocity":"5","attack_range":"3","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"4","achievement":"1","achievement_desc":"The Ent, the walking tree, is going to crush you like a nasty bug. Eww!","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"636","in_store":"0","name":"Ent Spirit","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"20","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"637","in_store":"0","name":"Rockdriller","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"1250","velocity":"12","attack_range":"15","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"638","in_store":"0","name":"Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"250","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"639","in_store":"0","name":"White Eagle","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"639_aguila","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"350","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"640","in_store":"0","name":"Rhino Rider","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"640_rinoceronte","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"Yes, it's possible to ride a rhino. The Rhino Rider can do it: he's a tough troll!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"641","in_store":"0","name":"Golden Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"641_golem","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"642","in_store":"0","name":"Black Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"642_yeti","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"643","in_store":"0","name":"Black Elephant","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"643_elefante","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"575","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"The Black Elephant will stomp on all your enemies... except mices.","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"644","in_store":"0","name":"Infernal Warrior","type":"u","cost":"1400","cost_type":"g","xp":"140","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"644_if_footman","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"645","in_store":"0","name":"Infernal Demon","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"365","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"646","in_store":"0","name":"Infernal Archer","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroinfernounidad","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"175","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"647","in_store":"0","name":"Infernal Knight","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infernomontado","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"648","in_store":"0","name":"Infernal Halberdier","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria_infernal5","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"370","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"649","in_store":"0","name":"Furious Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"649_dragonbigred","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The Furious Dragon is here and he isn't happy, he's FURIOUS!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"650","in_store":"0","name":"Balrog","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"650_juggernaut","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1750","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"651","in_store":"0","name":"Lightning Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"651_bluedraggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"The Lightning Draggy gives you cramps when you pet it!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"652","in_store":"0","name":"Red Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"652_magorojo","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The Red Wizard can control magic flames... and light your fireplace!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"653","in_store":"0","name":"Giant Viper","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"653_serpiente","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"1000","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The Giant Viper devours his victims without chewing. Bring the fruit salt!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"654","in_store":"0","name":"Demon Crusher","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"654_demoniogrande","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"900","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The most fearful demon. The Demon Crusher builds his muscles on Hell's gym!","units_limit":"4","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"655","in_store":"0","name":"Winged Paladin","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"655_paladin","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"425","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"What if a paladin and a pigeon had kids? Here's the Winged Paladin!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"657","in_store":"0","name":"Crimson Scale Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"657_dragonbigred","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1500","velocity":"6","attack_range":"8","attack_interval":"45","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"658","in_store":"0","name":"Draggy Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"250","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"659","in_store":"0","name":"Infernal Minion","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"150","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"660","in_store":"0","name":"Spartan Champion","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"660_leonidas","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"750","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"661","in_store":"0","name":"Barbarian","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"661_conan","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"775","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"662","in_store":"0","name":"Winged Knight","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"662_pegasus2","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"380","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"663","in_store":"0","name":"Spartan Swordsman","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"663_miniespartan","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"460","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"664","in_store":"0","name":"Stone Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"stonegolem","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"2500","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"665","in_store":"0","name":"Golden Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"641_golem","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"4000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"666","in_store":"0","name":"Yeti","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"yetipequeno","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"667","in_store":"0","name":"Black Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"642_yeti","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"5000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"668","in_store":"0","name":"Giant Viper","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"653_serpiente","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"5500","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"669","in_store":"0","name":"Evil Mummy","type":"u","cost":"10","cost_type":"c","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"momia","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"5500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"670","in_store":"0","name":"Evil Anubis","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"671","in_store":"0","name":"Furious Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"649_dragonbigred","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"6000","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"672","in_store":"0","name":"Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"673","in_store":"0","name":"Infernal Warrior","type":"u","cost":"1400","cost_type":"g","xp":"140","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"644_if_footman","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"674","in_store":"0","name":"Infernal Demon","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"365","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"675","in_store":"0","name":"Infernal Archer","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroinfernounidad","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"175","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"676","in_store":"0","name":"Infernal Knight","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infernomontado","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"677","in_store":"0","name":"Infernal Halberdier","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria_infernal5","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"370","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"678","in_store":"0","name":"Neptune","type":"u","cost":"8","cost_type":"c","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"neptunoatlante","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"8000","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"679","in_store":"0","name":"Crab Knight","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"cangrejo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"680","in_store":"0","name":"Seahorse","type":"u","cost":"1150","cost_type":"g","xp":"80","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballitoatlantis","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"400","velocity":"5","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"681","in_store":"0","name":"Corrupted Ent","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"8000","velocity":"5","attack_range":"3","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"682","in_store":"0","name":"Unleashed Balrog","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"650_juggernaut","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"10000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"683","in_store":"0","name":"Earth Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"683_mago","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"400","velocity":"3","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"Summon the forces of Earth with the Earth Wizard. He's an old hippy!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"684","in_store":"0","name":"Stormy Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"684_dragon","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1650","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"Beware of the Stormy Dragon and his electric shocks, you filthy trolls!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"685","in_store":"0","name":"Aztec Warrior","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroazteca","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"200","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"686","in_store":"0","name":"Infernal Kamikaze","type":"u","cost":"1700","cost_type":"g","xp":"170","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"686_kamikaze","elevation":"1","unit_capacity":"0","attack":"575","defense":"1","life":"300","velocity":"7","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"687","in_store":"0","name":"Rhino Rider","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"687_rhino","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"688","in_store":"0","name":"Atlantis Warrior","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroatlantis","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"350","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"689","in_store":"0","name":"Atlantis Archer","type":"u","cost":"6","cost_type":"c","xp":"70","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroatlantis","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"250","velocity":"4","attack_range":"6","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"690","in_store":"0","name":"Corrupted wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"683_mago","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"691","in_store":"0","name":"Corrupted wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"652_magorojo","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"692","in_store":"0","name":"Corrupted Wizard","type":"u","cost":"6","cost_type":"c","xp":"300","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"693","in_store":"0","name":"Corrupted Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"651_bluedraggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"694","in_store":"0","name":"Red Samurai","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"694_samurai","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"700","velocity":"7","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The way of the Samurai is full of death... and sushi!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"695","in_store":"0","name":"Sayan Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"695_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"The fearsome Saiyan Dragon spits energy beams... and dragon balls!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"696","in_store":"0","name":"Rockdriller","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"6000","velocity":"12","attack_range":"15","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"697","in_store":"0","name":"Sanddriller","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"gusanito","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"698","in_store":"0","name":"Green Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"698_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"699","in_store":"0","name":"Celestial Priest","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"699_warriorpriest","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"400","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"700","in_store":"0","name":"Gryphon Knight","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"700_grifo","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"475","velocity":"7","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"1","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"701","in_store":"0","name":"Celestial Soldier","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"701_angelsoldier","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"702","in_store":"0","name":"Celestial Mech","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"702_mechangel","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"500","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"703","in_store":"0","name":"Celestial Archer","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"703_angelarquero","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"190","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"704","in_store":"0","name":"Celestial Reaper","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"704_death","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"705","in_store":"0","name":"Celestial Lancer","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"705_lancer","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"706","in_store":"0","name":"White Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"706_mage","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"425","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The White Wizard is the awesomest wizard of all time. Period.","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"707","in_store":"0","name":"Scary Zombie","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"707_zombie","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1500","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The Scary Zombie wants to eat trolls brains! Yummie!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"708","in_store":"0","name":"Golden Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"708_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"709","in_store":"0","name":"Colossal Cobra","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"709_cobra","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"1200","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"710","in_store":"0","name":"Golden Draggie","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"710_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"711","in_store":"0","name":"Celestial Supreme","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"711_arcangel2","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"800","velocity":"6","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"712","in_store":"0","name":"Black Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"712_mago","elevation":"1","unit_capacity":"0","attack":"21","defense":"1","life":"450","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"713","in_store":"0","name":"T-Rex","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"713_trex","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1500","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"714","in_store":"0","name":"Two-Headed Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"714_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"715","in_store":"0","name":"Grim Reaper","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"715_muerte","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"650","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"716","in_store":"0","name":"Monster Mole","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"716_topo","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"1300","velocity":"5","attack_range":"2","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"717","in_store":"0","name":"King Kong","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"717_kong","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"718","in_store":"0","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"60","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"719","in_store":"0","name":"Black Ninja","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"719_ninja","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"400","velocity":"8","attack_range":"9","attack_interval":"15","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"720","in_store":"0","name":"Chock Nurris","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"720_chock","elevation":"1","unit_capacity":"0","attack":"999","defense":"1","life":"50000","velocity":"8","attack_range":"20","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"721","in_store":"0","name":"Amazon Warrior","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"721_amazon","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"600","velocity":"7","attack_range":"1","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"722","in_store":"0","name":"Fire T-Rex","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"722_trex","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"1600","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"723","in_store":"0","name":"Black Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"723_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1750","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"724","in_store":"0","name":"Avenging Paladin","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"724_arcangel","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1000","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"725","in_store":"0","name":"Black Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"725_draggy","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"450","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"726","in_store":"0","name":"Boss Dragon 2","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"726_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"727","in_store":"0","name":"Water Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"727_mago","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"475","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"728","in_store":"0","name":"Whirlpool","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornadoagua","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"80","velocity":"5","attack_range":"1","attack_interval":"90","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"729","in_store":"0","name":"Mr. Bones","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"410","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"730","in_store":"0","name":"Scarecrow","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"730_espanta","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"200","velocity":"4","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"731","in_store":"0","name":"Black Witch","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"731_bruja","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"220","velocity":"6","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"732","in_store":"0","name":"Frankenstein","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"732_frank","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"600","velocity":"4","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"733","in_store":"0","name":"Dracula","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"733_dracula","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"240","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"734","in_store":"0","name":"Ghost","type":"u","cost":"5","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"734_fantasma","elevation":"1","unit_capacity":"0","attack":"21","defense":"1","life":"450","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"735","in_store":"0","name":"Werewolf","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"735_lobo","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1100","velocity":"6","attack_range":"1","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"736","in_store":"0","name":"Epic 2-Head Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"736_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"737","in_store":"0","name":"T-Rex Knight","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"737_trex","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1650","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"738","in_store":"0","name":"Scary Zombie","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"707_zombie","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1500","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"739","in_store":"0","name":"Golden Dragon Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"739_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"5","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"740","in_store":"0","name":"Deadly Dragon Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"740_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"741","in_store":"0","name":"Snowy Kong","type":"u","cost":"7","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"741_kong","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1600","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"742","in_store":"0","name":"Tiger Spider","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"742_spider","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"1200","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"743","in_store":"0","name":"Krazy Kamikaze","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kamikaze","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"350","velocity":"7","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"744","in_store":"0","name":"The Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"744_phoenix","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"745","in_store":"0","name":"Godzilla","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"745_godzilla","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1600","velocity":"6","attack_range":"5","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"746","in_store":"0","name":"Pumpkin Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"746_monster","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"45","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"747","in_store":"0","name":"Evil Pumpkin Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"746_monster","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"1","potion":"45","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"748","in_store":"0","name":"Cyclops","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"748_ciclope","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1500","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"749","in_store":"0","name":"Medusa","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"749_medusa","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"550","velocity":"6","attack_range":"9","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"750","in_store":"0","name":"Icarus","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"750_icaro","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"375","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"751","in_store":"0","name":"Hermes","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"751_hermes","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"150","velocity":"9","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"752","in_store":"0","name":"Minotaur","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"752_minotauro","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"750","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"753","in_store":"0","name":"Scorpion","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"753_escorpion","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"754","in_store":"0","name":"Cerberus","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"754_cancerbero","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"800","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"755","in_store":"0","name":"Pyros Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"755_titanpyros","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"5","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"756","in_store":"0","name":"Centaur","type":"u","cost":"2700","cost_type":"g","xp":"270","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"756_centauro","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"850","velocity":"6","attack_range":"5","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"757","in_store":"0","name":"Lythos Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"757_titanlythos","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"758","in_store":"0","name":"Infernal Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"758_infernaldragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"759","in_store":"0","name":"Valkyr","type":"u","cost":"1900","cost_type":"g","xp":"190","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"759_valkyr","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"325","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"760","in_store":"0","name":"Hermes Swordsman","type":"u","cost":"1700","cost_type":"g","xp":"170","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"760_hermes2","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"761","in_store":"0","name":"Hermes Spearman","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"761_hermes3","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"762","in_store":"0","name":"Stratos Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"762_titanstratos","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"763","in_store":"0","name":"Lythos Minion","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"757_titanlythos","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"175","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"764","in_store":"0","name":"Rodas Colossus","type":"u","cost":"7500","cost_type":"g","xp":"700","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"764_rodas","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"1000","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"765","in_store":"0","name":"Hades","type":"u","cost":"8000","cost_type":"g","xp":"700","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"765_hades","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1600","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"766","in_store":"0","name":"Heavy Dragon","type":"u","cost":"10","cost_type":"c","xp":"700","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"766_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1850","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"767","in_store":"0","name":"Advanced Catapult","type":"u","cost":"800","cost_type":"g","xp":"700","groups":"siege","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"767_lanzapiedras","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"100","velocity":"4","attack_range":"18","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"768","in_store":"0","name":"Heavy Draggy","type":"u","cost":"6","cost_type":"c","xp":"700","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"768_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"769","in_store":"0","name":"Dark Punky Draggy","type":"u","cost":"6","cost_type":"c","xp":"700","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"769_punky_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"770","in_store":"0","name":"Giant Mamooth","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"770_mamut","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"771","in_store":"0","name":"Antimatter Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"771_antimatter_wizard","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"500","velocity":"5","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"772","in_store":"0","name":"Hidros Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"772_titanhidros","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"773","in_store":"0","name":"Poseidon","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"773_god_poseidon","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"774","in_store":"0","name":"Aquiles","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"774_aquiles","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"775","in_store":"0","name":"Blue Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"775_blue_phoenix","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1750","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"776","in_store":"0","name":"Atomic Godzilla","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"776_nuclear_godzilla","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"777","in_store":"0","name":"Crystal Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"777_crystal_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"778","in_store":"0","name":"God Zeus","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"778_god_zeus","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"779","in_store":"0","name":"Ulises","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"779_ulises","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"780","in_store":"0","name":"Harpy","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"780_harpy","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"1000","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"781","in_store":"0","name":"Vulcano","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"781_hefesto","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"782","in_store":"0","name":"Spiky Spider","type":"u","cost":"7","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"782_spiky_spider","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1500","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"783","in_store":"0","name":"Little Spiky Spider","type":"u","cost":"3","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"782_spiky_spider","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"175","velocity":"8","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"784","in_store":"0","name":"Horned Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"784_horned_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"785","in_store":"0","name":"Furious Bull Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"785_bull_png","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"786","in_store":"0","name":"Manticora","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"786_manticora","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"787","in_store":"0","name":"Chimera","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"787_chimera","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"788","in_store":"0","name":"Ares","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"788_ares","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"789","in_store":"0","name":"Hercules","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"789_hercules","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1000","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"790","in_store":"0","name":"Crystal Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"790_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"791","in_store":"0","name":"Albino Werewolf","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"791_werewolf","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"792","in_store":"0","name":"Giant Cyclops","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"792_cyclops","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"793","in_store":"0","name":"Angelical Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"793_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"794","in_store":"0","name":"Necro Paladin","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"794_necropaladin","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1200","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"6","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"795","in_store":"0","name":"Necro Warrior","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"795_necrowarrior","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"760","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"796","in_store":"0","name":"Sun Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"796_wizard","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"550","velocity":"6","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"797","in_store":"1","name":"Axe Skeleton","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"797_axe_skeleton","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"240","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"798","in_store":"0","name":"Rubies Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"798_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"799","in_store":"0","name":"Necro Horseman","type":"u","cost":"2700","cost_type":"g","xp":"270","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"799_necro_horseman","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"700","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"800","in_store":"0","name":"Necro Gollum","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"800_necro_gollum","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"801","in_store":"0","name":"Necro Harvester","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"801_necro_harvester","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1100","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"802","in_store":"0","name":"Necro Fork Soldier","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"802_necro_fork_soldier","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"190","velocity":"8","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"803","in_store":"0","name":"Necro Multi-arms","type":"u","cost":"4000","cost_type":"g","xp":"400","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"803_necro_multi_arms","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"804","in_store":"0","name":"Necro Executioner","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"804_necro_executioner","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"805","in_store":"0","name":"Necro Shark Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"805_necro_shark_monster","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"806","in_store":"0","name":"Necro King","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"806_necro_king","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"807","in_store":"0","name":"Necro Abomination","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"807_necro_abomination","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"808","in_store":"0","name":"Sword Skeleton","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"808_sword_skeleton","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"809","in_store":"0","name":"Necro Archer","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"809_necro_archer","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"210","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"810","in_store":"0","name":"Necro Priest","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"810_necro_priest","elevation":"1","unit_capacity":"0","attack":"39","defense":"1","life":"950","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"811","in_store":"0","name":"Necro Winged Warrior","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"811_necro_winged_warrior","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"750","velocity":"7","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"812","in_store":"0","name":"Necro Gryphon Knight","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"812_necro_gryphon_knight","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"813","in_store":"0","name":"Rubies Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"813_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"814","in_store":"0","name":"Celestial Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"814_celestial_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"815","in_store":"0","name":"Necro Dark Lord","type":"u","cost":"6300","cost_type":"g","xp":"630","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"815_necro_big_sword","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"816","in_store":"0","name":"Necro Worm","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"816_necro_worm","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"817","in_store":"0","name":"Necro Rhino","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"817_necro_rhino","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1600","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"6","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"818","in_store":"0","name":"Skeleton Archer","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"818_skeleton_archer","elevation":"1","unit_capacity":"0","attack":"17","defense":"1","life":"220","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"819","in_store":"0","name":"Snake Charmer","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"819_snakes_charmer","elevation":"1","unit_capacity":"0","attack":"17","defense":"1","life":"220","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"820","in_store":"0","name":"Death Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"820_necro_draggy","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"821","in_store":"0","name":"Necro Ghost","type":"u","cost":"4000","cost_type":"g","xp":"400","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"821_necro_ghost","elevation":"1","unit_capacity":"0","attack":"41","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"822","in_store":"0","name":"Dragon Rider I","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"822_dragon_rider1","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"823","in_store":"0","name":"Dragon Rider II","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"823_dragon_rider2","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"650","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"824","in_store":"0","name":"Dragon Rider III","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"824_dragon_rider3","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"825","in_store":"0","name":"Necro Doublesword","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"825_necro_doublesword","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"425","velocity":"6","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"826","in_store":"0","name":"Death Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"826_necro_dragon_2","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"827","in_store":"0","name":"Evil Scorpion","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"827_necro_scorpion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"828","in_store":"0","name":"Furious Zeus","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"828_god_zeus","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1850","velocity":"5","attack_range":"9","attack_interval":"30","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"829","in_store":"0","name":"Punisher Knight","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"829_punisher_knight","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"830","in_store":"0","name":"Spectrum Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"830_dragon_king","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"831","in_store":"0","name":"Mad Balrog","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"831_balrog","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1750","velocity":"6","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"832","in_store":"0","name":"Furious Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"832_dragonbigred_jinete","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"833","in_store":"0","name":"Stormy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"833_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"1750","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"834","in_store":"0","name":"Sayan Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"834_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"835","in_store":"0","name":"Golden Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"835_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"1900","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"836","in_store":"0","name":"Two-Headed Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"836_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"837","in_store":"0","name":"Black Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"837_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"64","defense":"1","life":"1850","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"838","in_store":"0","name":"Epic 2-Head Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"838_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"68","defense":"1","life":"1950","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"839","in_store":"0","name":"Infernal Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"839_infernaldragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"840","in_store":"0","name":"Heavy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"840_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"841","in_store":"0","name":"Crystal Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"841_crystal_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2050","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"842","in_store":"0","name":"Furious Bull Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"842_furious_bull_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"843","in_store":"0","name":"Angelical Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"843_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"69","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"844","in_store":"0","name":"Rubies Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"844_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"845","in_store":"0","name":"Death Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"845_necro_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"2200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"846","in_store":"0","name":"Green Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"846_bahamut","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"847","in_store":"0","name":"Vulcano Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"847_vulcano_dragon","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"848","in_store":"0","name":"Giant Bat","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"848_giant_bat","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2100","velocity":"6","attack_range":"4","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"849","in_store":"0","name":"Vulcano Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"849_vulcano_draggy","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"475","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"850","in_store":"0","name":"Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"850_bahamut_draggy","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"851","in_store":"0","name":"Vulcano Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"851_vulcano_jinete","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"2300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"852","in_store":"0","name":"Green Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"852_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"83","defense":"1","life":"2400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"853","in_store":"0","name":"Red Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"853_bahamut","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"854","in_store":"0","name":"Red Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"854_bahamuty","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"855","in_store":"0","name":"Red Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"855_bahamut_jinete2","elevation":"1","unit_capacity":"0","attack":"85","defense":"1","life":"2450","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"856","in_store":"0","name":"Green Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"856_green_phoenix","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"7","attack_range":"10","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"857","in_store":"0","name":"Troll Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerotroll","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"75","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"858","in_store":"0","name":"Boar Rider","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"859","in_store":"0","name":"Brute Knight","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol2","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"860","in_store":"0","name":"Ramses II","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"860_ramses","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"861","in_store":"0","name":"Sphinx","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"861_esfinge","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"862","in_store":"0","name":"Electric Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"862_bahamut","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"2300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"863","in_store":"0","name":"Guardian Swordsman","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"863_brute_sworsdman","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"400","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"864","in_store":"0","name":"Electric Bahamut Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"864_bahamut_rider","elevation":"1","unit_capacity":"0","attack":"87","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"865","in_store":"0","name":"Guardian Archer","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"865_archer","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"200","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"866","in_store":"0","name":"Isis Healer","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"healer","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"866_healer","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"170","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"867","in_store":"0","name":"Horus Herald","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"867_horus","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"900","velocity":"7","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"868","in_store":"0","name":"Electric Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"868_bahamuty","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"869","in_store":"0","name":"Horus Gryphon","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"869_gryphon","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1600","velocity":"7","attack_range":"8","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"870","in_store":"0","name":"Guardian Axe","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"870_axe","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"250","velocity":"7","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"871","in_store":"0","name":"Cobra Rider","type":"u","cost":"5800","cost_type":"g","xp":"580","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"871_cobra","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"872","in_store":"0","name":"Dragon Hunter","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"872_dragon_hunter1","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1400","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"873","in_store":"0","name":"Dragon Hunter II","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"873_dragon_hunter2","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"874","in_store":"0","name":"Dragon Hunter III","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"874_dragon_hunter3","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"875","in_store":"0","name":"Golden Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"875_bahamut","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"2400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"876","in_store":"0","name":"Golden Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"876_bahamuty","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"525","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"877","in_store":"0","name":"Golden Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"877_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"90","defense":"1","life":"2600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"878","in_store":"0","name":"Mini Anubis","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"878_anubis","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"879","in_store":"0","name":"Anubis God","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"879_big_anubis","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1700","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"880","in_store":"0","name":"Turkish Swordsman","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"880_tk_sword","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"881","in_store":"0","name":"Turkish Axeman","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"881_tk_axe","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"882","in_store":"0","name":"Turkish Archer","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"882_tk_archer","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"500","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"883","in_store":"0","name":"Limit Wizard","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"91","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"883_limit_adder","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1500","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"884","in_store":"0","name":"Tuthankamon","type":"u","cost":"6200","cost_type":"g","xp":"620","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"884_tutankamon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"885","in_store":"0","name":"Turkish Horseman","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"885_tk_horseman","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1500","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"886","in_store":"0","name":"Megahealing Angel","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"886_angelical_super_healer","elevation":"1","unit_capacity":"0","attack":"200","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"130","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Now your army can be healed during a battle!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"887","in_store":"0","name":"Orc Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"887_orc_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"888","in_store":"0","name":"Pharaoh Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"888_egyptian_dragon","elevation":"1","unit_capacity":"0","attack":"67","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"889","in_store":"0","name":"Pharaoh Bahamut Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"889_egyptian_dragon_rider","elevation":"1","unit_capacity":"0","attack":"92","defense":"1","life":"2700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"890","in_store":"0","name":"Pharaoh Draggy","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"890_egyptian_draggy","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"550","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"891","in_store":"0","name":"Black Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"891_bahamut","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"892","in_store":"0","name":"Black Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"892_bahamuty","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"575","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"893","in_store":"0","name":"Black Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"893_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"95","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"894","in_store":"0","name":"Monster Hunter","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"894_monster_hunter1","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"895","in_store":"0","name":"Evil Orc Dragon","type":"u","cost":"10","cost_type":"g","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"887_orc_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"1","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"896","in_store":"0","name":"Chameleon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"896_chamaleon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"897","in_store":"0","name":"Scarab Rider","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"897_scarab_rider","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"898","in_store":"0","name":"Scarab Minion","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"898_scarab_minion","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"899","in_store":"0","name":"Super Chameleon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"896_chamaleon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"900","in_store":"0","name":"Palmera2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"palmera2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"901","in_store":"0","name":"Palmera4","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"palmera4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"902","in_store":"0","name":"Palmera8","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"8","height":"8","max_frame":"2","giftable":"0","img_name":"palmera8","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"903","in_store":"0","name":"Oasis","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"oasis","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"904","in_store":"0","name":"Cactus","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cactus1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"905","in_store":"0","name":"Cactus","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cactus2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"906","in_store":"0","name":"Mask","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"mascaraTutankamon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"907","in_store":"0","name":"Pile of skulls","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"calaveraDesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"908","in_store":"0","name":"Skeleton","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esqueletoDesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"909","in_store":"0","name":"Skeleton","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esqueletoRoca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"910","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramide1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"911","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"piramide2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"912","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piramide3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"913","in_store":"0","name":"Column","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"columna","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"914","in_store":"0","name":"ArbolNevado2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pinosnevados2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"915","in_store":"0","name":"ArbolNevado4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"pinosnevados4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"916","in_store":"0","name":"ArbolNevado8","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"8","height":"8","max_frame":"2","giftable":"0","img_name":"pinosnevados8x8","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"917","in_store":"0","name":"Lago2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"lake2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"918","in_store":"0","name":"Lago4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"lake4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"919","in_store":"0","name":"Mamut","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"920","in_store":"0","name":"Monticulo","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"icemontain4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"921","in_store":"0","name":"IslaVegetacion3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islavegetacion3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"922","in_store":"0","name":"IslaVegetacion2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islavegetacion2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"923","in_store":"0","name":"IslaRoca2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaroca2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"924","in_store":"0","name":"IslaGrande","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"12","height":"12","max_frame":"2","giftable":"0","img_name":"islagrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"925","in_store":"0","name":"IslaCalavera","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"926","in_store":"0","name":"IslaMineral2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islamineral2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"927","in_store":"0","name":"IslaMineral2b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islamineral2x2b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"928","in_store":"0","name":"IslaMineral3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islamineral3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"929","in_store":"0","name":"IslaMineral4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamineral4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"930","in_store":"0","name":"IslaSelvaGrande","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"12","height":"12","max_frame":"2","giftable":"0","img_name":"islaselvagrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"931","in_store":"0","name":"IslaSelva2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"932","in_store":"0","name":"IslaSelva3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islaselva3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"933","in_store":"0","name":"IslaSelva4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaselva4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"934","in_store":"0","name":"IslaSelva2b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"935","in_store":"0","name":"Islitas2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islitas2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"936","in_store":"0","name":"IslaSelva2c","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2c","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"937","in_store":"0","name":"Islitas4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"938","in_store":"0","name":"Islitas4b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"939","in_store":"0","name":"Islitas4c","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4c","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"940","in_store":"0","name":"IslaPinguino","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islapinguino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"941","in_store":"0","name":"PlacasHielo","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"placashielo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"942","in_store":"0","name":"IslaHielo2x2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islahielo2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"943","in_store":"0","name":"IslaHielo4x4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islahielo4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"944","in_store":"0","name":"Whirlpool","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"remolino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"945","in_store":"0","name":"RocaCalavera","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"rocacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"946","in_store":"0","name":"RocaMinerales2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"rocaminerales2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"947","in_store":"0","name":"RocaMinerales3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"rocaminerales3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"948","in_store":"0","name":"RocaMinerales3b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"rocaminerales3b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"949","in_store":"0","name":"RocaMinerales4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rocaminerales4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1000","in_store":"0","name":"Expandable Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terreno","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1001","in_store":"0","name":"Desierto Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenodesierto","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1002","in_store":"0","name":"Ice Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenohielo","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1003","in_store":"0","name":"Sea","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenomar2","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1004","in_store":"0","name":"Mineral Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenomineral","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1005","in_store":"0","name":"Selva Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenoselva","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1006","in_store":"0","name":"Cloud Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenonubes","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1200","in_store":"0","name":"Deep Hole","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1200_agujero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1201","in_store":"0","name":"Rock Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1201_estatua","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1202","in_store":"0","name":"Big Nest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1202_nidogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1203","in_store":"0","name":"Small Nest","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1203_nido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1204","in_store":"0","name":"Captive Cleopatra","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1204_cleopatra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1205","in_store":"0","name":"Atlantis Decoration","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"peceraatlante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1206","in_store":"0","name":"Treasure","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"treasure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1207","in_store":"0","name":"Infernal Field","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1208","in_store":"0","name":"Tree","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1209","in_store":"0","name":"Portal to Hell","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1209_portal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1210","in_store":"0","name":"Portal to Hell","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1210_miniportal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1211","in_store":"0","name":"Kamikaze Center","type":"b","cost":"24","cost_type":"c","xp":"160","groups":"","trains":"686","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"341","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1211_fabricakamikaze","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1212","in_store":"0","name":"Rhino Stables","type":"b","cost":"28","cost_type":"c","xp":"3","groups":"","trains":"687","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1212_casarhino","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1213","in_store":"0","name":"Orb of Power","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1213_boladepoder","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1214","in_store":"0","name":"Maya Fire","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"65","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"fuegoMaya","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"14","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1215","in_store":"0","name":"Celestial Shrine","type":"b","cost":"22","cost_type":"c","xp":"3","groups":"","trains":"699","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1215_priesthouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1216","in_store":"0","name":"Celestial Archery","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"703","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1216_angelbarracks2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1217","in_store":"1","name":"Celestial Barracks","type":"b","cost":"12500","cost_type":"g","xp":"300","groups":"","trains":"701","upgrades_to":"0","display_order":"-1200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1217_soldierbarrack2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1218","in_store":"0","name":"Celestial Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1218_angelwall2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1219","in_store":"0","name":"Celestial Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1219_angeltower","elevation":"4","unit_capacity":"0","attack":"28","defense":"1","life":"2600","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1220","in_store":"1","name":"Celestial Field","type":"b","cost":"1500","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"-100","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1220_angelfarm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1221","in_store":"0","name":"Celestial House","type":"b","cost":"2500","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1221_angelcasa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1222","in_store":"1","name":"Mecha Barrack","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"702","upgrades_to":"0","display_order":"-3300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1222_mechabarrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1223","in_store":"0","name":"Gryphon Barracks","type":"b","cost":"30","cost_type":"c","xp":"350","groups":"","trains":"700","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1223_barracagrifo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1224","in_store":"0","name":"Reaper Barracks","type":"b","cost":"24","cost_type":"c","xp":"3","groups":"","trains":"704","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1224_barracadeath","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1225","in_store":"0","name":"Lancer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"400","groups":"","trains":"705","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1225_barracalancer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1226","in_store":"0","name":"Celestial Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1226_angelmolino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1227","in_store":"0","name":"Celestial Garden","type":"b","cost":"7","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1227_angelgarden","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1228","in_store":"0","name":"Celestial Cloud","type":"b","cost":"8000","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aldeanosnube","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1229","in_store":"0","name":"Celestial Statue","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"estatuanube","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1230","in_store":"1","name":"Legendary Castle","type":"b","cost":"80000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"35","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1230_castillo","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"10000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1231","in_store":"1","name":"Magnificent Castle","type":"b","cost":"40000","cost_type":"g","xp":"400","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"20","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1231_castillo","elevation":"4","unit_capacity":"0","attack":"18","defense":"1","life":"3500","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1232","in_store":"1","name":"Supreme Barracks","type":"b","cost":"32","cost_type":"c","xp":"400","groups":"","trains":"711","upgrades_to":"0","display_order":"-3110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1225_barracalancer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"6000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1233","in_store":"1","name":"Dragon Breeding Nest","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"20","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1233_criadero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1234","in_store":"1","name":"Diamond Castle","type":"b","cost":"450","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"25","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1234_castillo","elevation":"4","unit_capacity":"0","attack":"35","defense":"1","life":"20000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1235","in_store":"0","name":"Avenging Paladin Barracks","type":"b","cost":"36","cost_type":"c","xp":"600","groups":"","trains":"724","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1235_barracarcangel","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"6000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1236","in_store":"0","name":"Halloween Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1236_molino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1237","in_store":"0","name":"Halloween Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1237_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1238","in_store":"0","name":"Halloween Tower","type":"b","cost":"7","cost_type":"c","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1238_tower","elevation":"4","unit_capacity":"0","attack":"24","defense":"1","life":"2200","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1239","in_store":"0","name":"Halloween Farm","type":"b","cost":"2500","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1239_farm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1240","in_store":"0","name":"Halloween House","type":"b","cost":"3500","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1240_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1241","in_store":"0","name":"Mr. Bones Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"729","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1241_barracaesqueleto","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1242","in_store":"0","name":"Scarecrow Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"730","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1242_barracaespanta","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1243","in_store":"0","name":"Black Witch Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"731","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1243_barracabruja","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1244","in_store":"0","name":"Frankenstein Barracks","type":"b","cost":"22","cost_type":"c","xp":"300","groups":"","trains":"732","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1244_barracafrank","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1245","in_store":"0","name":"Werewolf Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"735","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1245_barracalobo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1246","in_store":"0","name":"Ghost Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"734","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1246_barracafantasma","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1247","in_store":"1","name":"Zombie Barracks","type":"b","cost":"19000","cost_type":"g","xp":"300","groups":"","trains":"738","upgrades_to":"0","display_order":"-1310","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1247_barracazombie","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1248","in_store":"0","name":"Ghost","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1248_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1249","in_store":"0","name":"Cauldron","type":"b","cost":"7","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1249_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1250","in_store":"0","name":"Dracula Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"733","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1250_barracadracula","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1251","in_store":"0","name":"Halloween SuperTower","type":"b","cost":"15","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1251_tower","elevation":"4","unit_capacity":"0","attack":"35","defense":"1","life":"3500","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1252","in_store":"0","name":"Haunted House","type":"b","cost":"6000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1252_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1253","in_store":"0","name":"Relic","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"814","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1253_relic","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1254","in_store":"0","name":"Phoenix Egg","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"311","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1254_eggphoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1255","in_store":"1","name":"Monsters Nest","type":"b","cost":"6000","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"30","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1255_monsternest","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1256","in_store":"0","name":"Mythological Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1256_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1257","in_store":"0","name":"Mythological Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1257_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1258","in_store":"0","name":"Mythological Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1258_tower","elevation":"4","unit_capacity":"0","attack":"29","defense":"1","life":"2700","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1259","in_store":"0","name":"Mythological Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1259_farm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1260","in_store":"0","name":"Mythological House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1260_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1261","in_store":"1","name":"Icarus Barracks","type":"b","cost":"13500","cost_type":"g","xp":"300","groups":"","trains":"750","upgrades_to":"0","display_order":"-1210","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1261_barrack_icaro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1262","in_store":"0","name":"Hermes Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"751","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1262_barrack_hermes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1263","in_store":"0","name":"Minotaur Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"752","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1263_barrack_minotauro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1264","in_store":"0","name":"Scorpion Barracks","type":"b","cost":"23","cost_type":"c","xp":"300","groups":"","trains":"753","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1264_barrack_escorpion","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1265","in_store":"0","name":"Cerberus Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"754","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1265_barrack_cancerbero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1266","in_store":"0","name":"Cyclops Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"748","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1266_barrack_ciclope","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1267","in_store":"0","name":"Medusa Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"749","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1267_barrack_medusa","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1268","in_store":"0","name":"Pyros Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"755","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1268_barrack_pyros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1269","in_store":"0","name":"Hercules Statue","type":"b","cost":"5","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1269_deco_hercules","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1270","in_store":"0","name":"Unicorn Statue","type":"b","cost":"7","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1270_deco_unicorn","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1271","in_store":"0","name":"Ancient Ruins","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1271_deco_3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1272","in_store":"0","name":"Myth Statue","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1272_deco_4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1273","in_store":"1","name":"Lythos Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"757","upgrades_to":"0","display_order":"-3100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1273_barrack_lythos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1274","in_store":"0","name":"Valkyr Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"759","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1274_barrack_valkyr","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1275","in_store":"0","name":"Hermes Swordman Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"760","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1275_barrack_hermes2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1276","in_store":"0","name":"Hermes Spearman Barracks","type":"b","cost":"16500","cost_type":"g","xp":"300","groups":"","trains":"761","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1276_barrack_hermes3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1277","in_store":"0","name":"Centaur Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"756","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1277_barrack_centaur","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1278","in_store":"0","name":"Rodhes Colossus Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"764","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1278_barrack_rodas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1279","in_store":"0","name":"Zeus Barrack","type":"b","cost":"15500","cost_type":"g","xp":"300","groups":"","trains":"779","upgrades_to":"0","display_order":"-10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1279_zeus_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1280","in_store":"0","name":"Poseidon Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"773","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1280_poseidon_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1281","in_store":"0","name":"Aquiles Barracks","type":"b","cost":"22","cost_type":"c","xp":"300","groups":"","trains":"774","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1281_aquiles_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1282","in_store":"0","name":"Phoenix Blue Egg","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1282_eggbluephoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1283","in_store":"1","name":"Survival arena","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"20","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1283_survival_arena","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1284","in_store":"1","name":"Unit Warehouse","type":"b","cost":"20","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"18","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"1284_unit_warehouse","elevation":"4","unit_capacity":"50","attack":"0","defense":"1","life":"7000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1286","in_store":"1","name":"Hades Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"765","upgrades_to":"0","display_order":"-3310","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1286_hades_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1287","in_store":"0","name":"Chained Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1287_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1288","in_store":"0","name":"Chained Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1288_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1289","in_store":"0","name":"Chained Blue F\u00e9nix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1289_chained_blue_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1290","in_store":"0","name":"Ulises Barracks","type":"b","cost":"15000","cost_type":"g","xp":"50","groups":"","trains":"779","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1290_ulises_barrack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1291","in_store":"0","name":"Harpy Barracks","type":"b","cost":"26","cost_type":"c","xp":"50","groups":"","trains":"780","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1291_harpy_barrack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1292","in_store":"1","name":"Stratos Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"762","upgrades_to":"0","display_order":"-3020","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1292_barrack_stratos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1293","in_store":"1","name":"Advanced Catapult Workshop","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"767","upgrades_to":"0","display_order":"-55","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1293_stonethrower_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1294","in_store":"0","name":"Chained Vulcano","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1294_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1295","in_store":"0","name":"Chained Furious Bull Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1295_chained_bull","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1296","in_store":"0","name":"Chained Manticora","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1296_chained_manticora","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1297","in_store":"0","name":"Chained Ares","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1297_chained_ares","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1298","in_store":"0","name":"Chained Quimera","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1298_chained_quimera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1299","in_store":"1","name":"Cash Wonder","type":"b","cost":"50","cost_type":"c","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"-400","activation":"86400","expiration":"0","collect":"1","collect_type":"c","collect_xp":"1","category_id":"12","subcategory_id":"121","subcat_functional":"139","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1299_cash_wonder","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1300","in_store":"0","name":"Morocco Dealer","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1300_morocco_dealer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1301","in_store":"0","name":"Hercules Barracks","type":"b","cost":"29","cost_type":"c","xp":"300","groups":"","trains":"789","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1301_barrack_hercules","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1302","in_store":"0","name":"Pyros Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"755","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1302_barrack_pyros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1303","in_store":"0","name":"Hydros Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"772","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1303_barrack_hydros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1304","in_store":"0","name":"Coliseum Stands","type":"b","cost":"0","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"20","height":"20","max_frame":"8","giftable":"0","img_name":"1304_gradas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1305","in_store":"0","name":"Sword Skeleton Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"808","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1305_sword_skeleton_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1306","in_store":"0","name":"Necro Archer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"809","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1306_necro_archer_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1307","in_store":"0","name":"Necro Warrior Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"795","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1307_necro_warrior_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1308","in_store":"0","name":"Beholder Eye","type":"b","cost":"7500","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1308_necro_deco_1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1309","in_store":"1","name":"Necro Priest Castle","type":"b","cost":"35","cost_type":"c","xp":"300","groups":"","trains":"810","upgrades_to":"0","display_order":"-3700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"231","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1309_necro_priest_castle","elevation":"4","unit_capacity":"0","attack":"32","defense":"1","life":"12000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1310","in_store":"0","name":"Winged Warrior Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"811","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1310_winged_warrior_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1311","in_store":"0","name":"Necro Paladin Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"794","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1311_necro_paladin_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1312","in_store":"1","name":"Dark Lord Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"815","upgrades_to":"0","display_order":"-3200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1312_necro_big_sword_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1313","in_store":"0","name":"Green Emerald","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1313_necro_deco_2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1314","in_store":"0","name":"Draco Fountain","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1314_necro_deco_3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1315","in_store":"0","name":"Necro Deco 4","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1315_necro_deco_4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1316","in_store":"0","name":"Necro Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1316_necro_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1317","in_store":"0","name":"Necro Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1317_necro_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1318","in_store":"0","name":"Necro Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1318_necro_tower","elevation":"4","unit_capacity":"0","attack":"30","defense":"1","life":"2800","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1319","in_store":"0","name":"Necro Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1319_necro_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1320","in_store":"0","name":"Necro House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1320_necro_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1321","in_store":"0","name":"Axe Skeleton Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"797","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1321_axe_skeleton_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1322","in_store":"0","name":"Necro Horseman Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"799","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1322_necro_horseman_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1323","in_store":"1","name":"Necro Fork Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"802","upgrades_to":"0","display_order":"-1350","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1323_necro_fork_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1324","in_store":"0","name":"Necro Gollum Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"800","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1324_necro_gollum_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1325","in_store":"0","name":"Necro Harvester Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"801","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1325_necro_harvester_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1326","in_store":"0","name":"Necro Multiarms Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"803","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1326_necro_multiarms_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1327","in_store":"0","name":"Necro Executioner Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"804","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1327_necro_executioner_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1328","in_store":"0","name":"Necro Shark Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"805","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1328_necro_shark_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1329","in_store":"0","name":"Necro King Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"806","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1329_necro_king_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1330","in_store":"0","name":"Necro Gryphon Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1330_necro_gryphon_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1331","in_store":"0","name":"Necro Abomination Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1331_necro_abomination_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1332","in_store":"0","name":"Necro Worm Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1332_necro_worm_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1333","in_store":"0","name":"Chained Cyclops","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1333_chained_cyclops","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1334","in_store":"0","name":"Chained Rubies","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1334_chained_rubies","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1335","in_store":"0","name":"Chained Angelical Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1335_chained_celestial","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1336","in_store":"0","name":"Chained Necro Paladin","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1336_chained_necropaladin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1337","in_store":"0","name":"Chained Necro Worm","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1337_chained_necroworm","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1338","in_store":"0","name":"Chained Dark Lord","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1338_chained_darklord","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1339","in_store":"0","name":"Chained Necro King","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1339_chained_necroking","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1340","in_store":"0","name":"Chained Necro Gryphon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1340_chained_gryphon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1341","in_store":"0","name":"Chained Necro Abomination","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1341_chained_abomination","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1342","in_store":"0","name":"Necro Rhino Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"817","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1342_necro_rhino_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1343","in_store":"0","name":"Skeleton Archer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"818","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1343_skeleton_archer_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1344","in_store":"0","name":"Social Wars","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1344_social_wars","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1345","in_store":"1","name":"Rider Academy","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-70","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1345_dragonrider_training","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1346","in_store":"1","name":"Dragon Riding","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1346_dragon_taming","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1347","in_store":"0","name":"Necro Doublesword Barracks","type":"b","cost":"16500","cost_type":"g","xp":"300","groups":"","trains":"825","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1347_necro_doublesword_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1348","in_store":"0","name":"Necro Ghost Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"821","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1348_necro_ghost_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1349","in_store":"0","name":"Chained Necro Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1349_chained_necro_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1350","in_store":"0","name":"Chained Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1350_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1351","in_store":"0","name":"Chained Spectrum Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1351_chained_spectrum","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1352","in_store":"0","name":"Chained Vulcano Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1352_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1353","in_store":"0","name":"Chained Mad Balrog","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1353_chained_balrog","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1354","in_store":"0","name":"Chained Green Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1354_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1355","in_store":"0","name":"Chained Red Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1355_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1356","in_store":"0","name":"Chained Green Phoenix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1356_chained_green_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1357","in_store":"0","name":"Dome Protection descartado","type":"b","cost":"100000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-570","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1357_protection_dome","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"5","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1358","in_store":"1","name":"Protection Dome","type":"b","cost":"50000","cost_type":"g","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1358_protection_dome","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"10","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1359","in_store":"1","name":"Tower Enhancer","type":"b","cost":"30","cost_type":"c","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"47","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1359_tower_enhancer_dome_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"10","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1360","in_store":"1","name":"Sky Tower II","type":"b","cost":"15","cost_type":"c","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"50","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1360_tower","elevation":"4","unit_capacity":"0","attack":"40","defense":"1","life":"3000","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1361","in_store":"1","name":"Sky Tower","type":"b","cost":"10000","cost_type":"s","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"40","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1361_tower","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2900","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1362","in_store":"0","name":"Guardian Swordman Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"863","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1362_barracks_swordman","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1363","in_store":"0","name":"Guardian Archer Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"865","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1363_barracks_archer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1364","in_store":"0","name":"Isis Healer Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"866","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1364_barracks_healer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1365","in_store":"0","name":"Horus Herald Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"867","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1365_barracks_horus","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1366","in_store":"1","name":"Ramses II Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"860","upgrades_to":"0","display_order":"-3210","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1366_barracks_ramses","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1367","in_store":"0","name":"Sphinx Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"861","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1367_barracks_sphinx","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1368","in_store":"1","name":"Sarcophagus","type":"b","cost":"6000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-120","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1368_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1369","in_store":"0","name":"Isis Statue","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1369_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1370","in_store":"0","name":"Keops Pyramid","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1370_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1371","in_store":"0","name":"Abu Simbel Statue","type":"b","cost":"7","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1371_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1372","in_store":"1","name":"Pharaohs Gold Mine","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-140","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1372_mine","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1373","in_store":"0","name":"Pharaohs Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1373_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1374","in_store":"1","name":"Pharaohs Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"-220","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1374_tower","elevation":"4","unit_capacity":"0","attack":"32","defense":"1","life":"2850","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1375","in_store":"0","name":"Pharaohs Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1375_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1376","in_store":"1","name":"Pharaohs House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"-300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1376_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1377","in_store":"0","name":"Chained Electric Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1377_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1378","in_store":"0","name":"Chained Golden Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1378_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1379","in_store":"0","name":"Guardian Axe Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"870","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1379_barracks_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1380","in_store":"0","name":"Horus Gryphon Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"869","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1380_barracks_gryphon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1381","in_store":"0","name":"Cobra Rider Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"871","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1381_barracks_cobra","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1382","in_store":"0","name":"Anubis God Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"879","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1382_barracks_anubis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1383","in_store":"1","name":"Tutankamon Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"884","upgrades_to":"0","display_order":"-3040","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1383_barracks_tutankamon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1384","in_store":"0","name":"Celestial Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1385","in_store":"0","name":"Mythological Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1386","in_store":"0","name":"Necro Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1387","in_store":"0","name":"Dragons Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1388","in_store":"0","name":"Monsters Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1389","in_store":"0","name":"Chained Dragon Hunter","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1389_chained_hunter","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1390","in_store":"0","name":"Chained Monster Hunter","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1390_chained_hunter","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1391","in_store":"0","name":"Chained Egyptian Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1391_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1392","in_store":"0","name":"Chained Black Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1392_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1393","in_store":"0","name":"Chained Dragon Hunter II","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1393_chained_hunter2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1394","in_store":"1","name":"Supreme Dragon Temple","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-6400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1394_temple_invocation_bahamut_supreme","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1395","in_store":"0","name":"Chained Chameleon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1395_chained_chameleon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1396","in_store":"1","name":"Scarab Rider Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"897","upgrades_to":"0","display_order":"-3500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1396_barracks_scarab","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1397","in_store":"1","name":"Elf Swordman Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2005","upgrades_to":"0","display_order":"-1100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1397_barracks_swordman","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1398","in_store":"1","name":"Elf Archer Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2006","upgrades_to":"0","display_order":"-1020","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1398_barracks_archer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1399","in_store":"1","name":"Elf Priest Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"2007","upgrades_to":"0","display_order":"-3000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1399_barracks_healer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1400","in_store":"0","name":"Elf Knight Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"2009","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1400_barracks_knight","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1401","in_store":"0","name":"Elf Reptile Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2008","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1401_barracks_raptor","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1402","in_store":"0","name":"Elf Fountain","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1402_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1403","in_store":"1","name":"Emerald Sculpture","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1403_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1404","in_store":"0","name":"Reptile Knight Statue","type":"b","cost":"7000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1404_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1405","in_store":"0","name":"Imperial Elf Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1405_mine","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1406","in_store":"0","name":"Imperial Elf Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1406_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1407","in_store":"1","name":"Imperial Elf Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"-160","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1407_tower","elevation":"4","unit_capacity":"0","attack":"33","defense":"1","life":"2900","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1408","in_store":"0","name":"Imperial Elf Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1408_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1409","in_store":"1","name":"Imperial Elf House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"-110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1409_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1410","in_store":"0","name":"Bahamut Heart","type":"b","cost":"0","cost_type":"c","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"1611","subcat_functional":"1611","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1410_bahamut_heart","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1411","in_store":"0","name":"Chained Megahealing Angel","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1411_chained_angelical","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1412","in_store":"0","name":"Chained Paladin Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1412_chained_paladin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1413","in_store":"0","name":"Chained Red Phoenix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1413_chained_red_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1414","in_store":"0","name":"Elf Axe Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"2010","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1414_barracks_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1415","in_store":"1","name":"Elf Gryphon Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2011","upgrades_to":"0","display_order":"-3010","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1415_barracks_gryphon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1416","in_store":"0","name":"Elf Catapult Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2012","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1416_barracks_catapult","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1417","in_store":"0","name":"Chained Dynasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1417_chained_snake_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1418","in_store":"0","name":"Chained Balrogs","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1418_chained_balrogs","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1419","in_store":"0","name":"Chained Electric Dinasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1419_chained_snake_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1420","in_store":"1","name":"Red Bull Rider Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2019","upgrades_to":"0","display_order":"-3220","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1420_barracks_bull_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1421","in_store":"0","name":"Silver Paladin Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2020","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1421_barracks_silver_paladin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1422","in_store":"0","name":"Chained Red Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1422_chained_fire_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1423","in_store":"0","name":"Chained Frostfire Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1423_chained_frostfire_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1424","in_store":"0","name":"Elven Crossbow Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2021","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1424_barracks_elf_crossbow","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1425","in_store":"1","name":"Elven Eagle Rider Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2022","upgrades_to":"0","display_order":"-3320","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1425_barracks_elf_eagle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1426","in_store":"0","name":"Dragon Killer Fortress","type":"b","cost":"1000","cost_type":"c","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-8000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"1711","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1426_castle_dragon","elevation":"4","unit_capacity":"0","attack":"400","defense":"1","life":"17000","velocity":"0","attack_range":"15","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1427","in_store":"0","name":"Upgrade1","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"upgrade1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1428","in_store":"0","name":"Upgrade2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"upgrade2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1429","in_store":"0","name":"Upgrade3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"upgrade3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1430","in_store":"0","name":"Upgrade4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"upgrade4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1431","in_store":"0","name":"Chained Golden Bahamut Raider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1431_chained_golden_bahamut_raider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1432","in_store":"0","name":"Chained Jade Dinasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1432_chained_jade_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1433","in_store":"1","name":"Crusher Orc Barrack","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2027","upgrades_to":"0","display_order":"-1010","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1433_barracks_crusher_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1434","in_store":"0","name":"Archer Orc Barrack","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2028","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1434_barracks_archer_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1435","in_store":"0","name":"Boar Axe Rider Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2029","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1435_barracks_boar_axe_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1436","in_store":"0","name":"Orc Spear Warrior Barrack","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2030","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1436_barracks_orc_spear_warrior","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1437","in_store":"0","name":"Spider Orc Rider Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2031","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1437_barracks_spider_orc_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1438","in_store":"0","name":"Skullz Big Amulet","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1438_deco1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1439","in_store":"0","name":"Dark Orks Banner","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1439_deco2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1440","in_store":"0","name":"Dark Orc Deco 3 Cash","type":"b","cost":"7000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1440_deco3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1441","in_store":"0","name":"Dark Orc Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1441_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1442","in_store":"1","name":"Dark Orc Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"-150","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1442_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1443","in_store":"0","name":"Dark Orc Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1443_tower","elevation":"4","unit_capacity":"0","attack":"34","defense":"1","life":"2950","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1444","in_store":"0","name":"Dark Orc Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1444_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1445","in_store":"0","name":"Dark Orc House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1445_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1446","in_store":"0","name":"Chained Black Dragon Rider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1446_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1447","in_store":"0","name":"Chained Limit Wizard","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1447_chained_wizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1448","in_store":"0","name":"Chained Chest","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1448_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1449","in_store":"0","name":"Chained Mythological Chest 2","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1449_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1450","in_store":"0","name":"Chained Colossal Cobra","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1450_chained_cobra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1451","in_store":"0","name":"Chained Burning Tiger","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1451_chained_tiger","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1452","in_store":"0","name":"Chained Ramses II","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1452_chained_ramses","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1453","in_store":"0","name":"Chained Rainbow Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1453_chained_rainbow","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1454","in_store":"1","name":"Golden Paladin Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2036","upgrades_to":"0","display_order":"-3030","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1454_barracks_golden_paladin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1455","in_store":"0","name":"Chained Double Cash Offer","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1455_chained_double_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1456","in_store":"1","name":"Dragons Statue","type":"b","cost":"250000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"-6500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1456_dragon_statue","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1457","in_store":"1","name":"Vulcano","type":"b","cost":"250000","cost_type":"s","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"-6600","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1457_vulcano","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1458","in_store":"0","name":"Banyan Tree","type":"b","cost":"7000","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1458_banyan_tree","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1459","in_store":"0","name":"Chained Dragon Hunters","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1459_chained_hunters","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1460","in_store":"0","name":"Chained Furious Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1460_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1461","in_store":"0","name":"Chained Titan Lithos","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1461_chained_lithos","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1462","in_store":"0","name":"Chained Solar Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1462_chained_sun","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1463","in_store":"0","name":"Time Machine","type":"b","cost":"300000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-6700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"139","min_level":"55","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1463_time_machine","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1464","in_store":"0","name":"Chained Rockdriller","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1464_chained_rockdriller","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1465","in_store":"0","name":"Chained Vulcano","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1465_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1466","in_store":"0","name":"Chained 2-Head Holydeath Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1466_chained_dual","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1467","in_store":"0","name":"Chained Dark Chest","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1467_chained_dark","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1468","in_store":"0","name":"Chained Tiger Spider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1468_chained_tiger_spider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1469","in_store":"0","name":"Chained Punisher Knight","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1469_chained_punisher_knight","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1470","in_store":"0","name":"Chained Draggy","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1470_chained_draggy_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1471","in_store":"0","name":"Chained Metal T-Rex","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1471_chained_metal_trex","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1472","in_store":"0","name":"Chained Soul Eater","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1472_chained_soul_eater","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1473","in_store":"0","name":"Chained Galaxy Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1473_chained_galaxy_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1474","in_store":"0","name":"TNT Orc Barrack","type":"b","cost":"34","cost_type":"c","xp":"300","groups":"","trains":"2046","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1474_barracks_kamikaze_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1475","in_store":"1","name":"Big Basher Orc Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2047","upgrades_to":"0","display_order":"-3230","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1475_barracks_hammer_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1476","in_store":"0","name":"Chained Attack Booster Wizard","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1476_chained_attack_wizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1477","in_store":"0","name":"Chained Epic 2-Headed Dragon Rider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1477_chained_epic_rider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1478","in_store":"0","name":"Level Up Statue","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1478_levelup_statue","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1479","in_store":"0","name":"Chained Level Up Statue","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1479_chained_levelup","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1480","in_store":"0","name":"Chained Stratos","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1480_chained_stratos","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1481","in_store":"0","name":"Chained 75% Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1481_chained_75bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1482","in_store":"0","name":"Priest Orc Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2054","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1482_barrack_priest_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1483","in_store":"1","name":"Black Lizard Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2056","upgrades_to":"0","display_order":"-3120","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1483_barrack_monster_orc_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1484","in_store":"0","name":"Dual Axe Orc Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2061","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1484_barrack_dual_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1485","in_store":"1","name":"Wyvern Rider Barracks","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2062","upgrades_to":"0","display_order":"-3070","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1483_barrack_spectrum","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1486","in_store":"0","name":"Boomerang Orc Barracks","type":"b","cost":"34","cost_type":"c","xp":"300","groups":"","trains":"2068","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1486_barrack_boomerang","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1487","in_store":"0","name":"Grove","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arboles_2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1488","in_store":"0","name":"Forest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arboles_3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1489","in_store":"0","name":"Pharaohs Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1490","in_store":"0","name":"Elven Empire","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1491","in_store":"0","name":"Orc Battering Ram Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2074","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1491_battering_ram_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1492","in_store":"0","name":"Barrack Sword Gladiator","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2105","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1492_barracks_sword_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1493","in_store":"1","name":"Barrack Spearman Gladiator","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2106","upgrades_to":"0","display_order":"-1110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1493_barracks_spartan_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1494","in_store":"0","name":"Barrack Knight Gladiator","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2107","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1494_barracks_rider_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1495","in_store":"0","name":"Barrack Demolisher Gladiator","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2108","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1495_barracks_demolisher","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1496","in_store":"1","name":"Barrack Lizard Gladiator","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2109","upgrades_to":"0","display_order":"-3060","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1496_barracks_monster_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1497","in_store":"0","name":"Gladiator Bust Deco","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1497_deco1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1498","in_store":"0","name":"Golden Gladiator Statue","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1498_deco2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1499","in_store":"1","name":"Gladiator Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-130","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1499_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1500","in_store":"1","name":"Gladiator Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"-210","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1500_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1501","in_store":"0","name":"Gladiator Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1501_tower","elevation":"4","unit_capacity":"0","attack":"34","defense":"1","life":"2950","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1502","in_store":"0","name":"Gladiator Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1502_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1503","in_store":"0","name":"Gladiator House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1503_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1504","in_store":"0","name":"Antimatter Golem Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2111","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1504_barracks_antimatter_golem","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1505","in_store":"0","name":"Evil Demon Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2112","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1505_barracks_evil_demon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1506","in_store":"0","name":"God Isle 1","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1507","in_store":"0","name":"God Isle 2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1508","in_store":"1","name":"Mace Gladiator Barrack","type":"b","cost":"25000","cost_type":"g","xp":"300","groups":"","trains":"2116","upgrades_to":"0","display_order":"-1030","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1508_axeman_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1509","in_store":"0","name":"Priest Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2117","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1509_priest_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1510","in_store":"0","name":"Death Warrior Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2120","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1510_death_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1511","in_store":"0","name":"God Isle 3","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1512","in_store":"0","name":"Lion Soul Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2125","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1512_big_glad_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1513","in_store":"1","name":"Bull Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2126","upgrades_to":"0","display_order":"-3130","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1513_bull_glad_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1514","in_store":"1","name":"Burning Tiger Barrack","type":"b","cost":"42","cost_type":"c","xp":"300","groups":"","trains":"2035","upgrades_to":"0","display_order":"-2020","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1514_burning_tiger_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1515","in_store":"1","name":"T-Rex Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2139","upgrades_to":"0","display_order":"-2010","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1515_trex_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1516","in_store":"0","name":"4-Weapons Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2135","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1516_4weap_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1517","in_store":"0","name":"Centaur Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2136","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1517_centaur_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1518","in_store":"0","name":"Blade Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2143","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1518_bigwarrior_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1519","in_store":"0","name":"Minotaur Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2144","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1519_minotaur_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1520","in_store":"0","name":"Devil Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2150","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1520_devil_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1521","in_store":"0","name":"Chariot Gladiator Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2151","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1521_chariot_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1522","in_store":"1","name":"Caesar Gladiator Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2157","upgrades_to":"0","display_order":"-3330","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1522_cesar_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1523","in_store":"0","name":"Dwarf Axe Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2150","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1523_dwarfAxe_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1524","in_store":"0","name":"Dwarf Priest Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2151","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1524_dwarfPriest_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1525","in_store":"0","name":"Dwarven Catapult","type":"b","cost":"48","cost_type":"c","xp":"300","groups":"","trains":"2157","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1525_dwarvenCatapult_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1526","in_store":"1","name":"Punisher Knight Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"829","upgrades_to":"0","display_order":"-2000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1526_punisherKnight_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1527","in_store":"0","name":"Dragon City","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1527_dragonCity_cross","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2000","in_store":"0","name":"Paladin Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2000_bahamut","elevation":"1","unit_capacity":"0","attack":"72","defense":"1","life":"2700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2001","in_store":"0","name":"Paladin Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2001_bahamuty","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"600","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2002","in_store":"0","name":"Paladin Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2002_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"97","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2003","in_store":"0","name":"Supreme Bahamut Dragon","type":"u","cost":"200","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2003_bahamut_supreme","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"10000","velocity":"6","attack_range":"15","attack_interval":"35","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"20","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2004","in_store":"0","name":"Supreme Bahamut Draggy","type":"u","cost":"20","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2004_bahamuty_supreme","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"1","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2005","in_store":"0","name":"Imperial Elf Sword","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2005_elf_sword","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2006","in_store":"0","name":"Imperial Elf Archer","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2006_elf_archer","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"225","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2007","in_store":"0","name":"Elf Priest","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2007_elf_priest","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"1300","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2008","in_store":"0","name":"Reptile Knight","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2008_elf_raptor","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1400","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2009","in_store":"0","name":"Imperial Elf Knight","type":"u","cost":"5200","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2009_elf_knight","elevation":"1","unit_capacity":"0","attack":"39","defense":"1","life":"1200","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2010","in_store":"0","name":"Imperial Elf Axe","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2010_elf_axe","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"1400","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2011","in_store":"0","name":"Imperial Elf Gryphon","type":"u","cost":"6800","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2011_elf_gryphon","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2012","in_store":"0","name":"Imperial Elf Catapult","type":"u","cost":"4000","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2012_elf_catapult","elevation":"1","unit_capacity":"0","attack":"130","defense":"1","life":"300","velocity":"4","attack_range":"15","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2013","in_store":"0","name":"Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2013_snake_dragon","elevation":"1","unit_capacity":"0","attack":"74","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2014","in_store":"0","name":"Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2014_snake_draggy","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2015","in_store":"0","name":"Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2015_snake_rider","elevation":"1","unit_capacity":"0","attack":"99","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2016","in_store":"0","name":"Electric Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2016_snake_dragon","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2017","in_store":"0","name":"Electric Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2017_snake_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2018","in_store":"0","name":"Electric Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2018_snake_rider","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2019","in_store":"0","name":"Red Bull Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2019_elf_bull_rider","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2020","in_store":"0","name":"Silver Paladin","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2020_elf_silver_paladin","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1700","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2021","in_store":"0","name":"Elven Crossbow","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2021_elf_crossbow","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"600","velocity":"4","attack_range":"13","attack_interval":"110","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2022","in_store":"0","name":"Elven Eagle Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2022_elf_eagle","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2023","in_store":"0","name":"2-Head Frostfire Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2023_frostfire_bahamut","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2024","in_store":"0","name":"Frostfire Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2024_frost_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2025","in_store":"0","name":"Fire Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2025_fire_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2026","in_store":"0","name":"2-Head Frostfire Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2026_frostfire_bahamut_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2027","in_store":"0","name":"Crusher Orc","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2027_crusher_orc","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"450","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2028","in_store":"0","name":"Archer Orc","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2028_archer_orc","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"250","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2029","in_store":"0","name":"Boar Axe Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2029_boar_axe_rider","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1350","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2030","in_store":"0","name":"Orc Spear Warrior","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2030_orc_spear_warrior","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1200","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2031","in_store":"0","name":"Spider Orc Rider","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2031_spider_orc_rider","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1850","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2032","in_store":"0","name":"Jade Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2032_jade_dragon","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2033","in_store":"0","name":"Jade Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2033_jade_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2034","in_store":"0","name":"Jade Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2034_jade_dragon_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2035","in_store":"0","name":"Burning Tiger","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2035_burning_tiger","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2036","in_store":"0","name":"Golden Paladin","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2036_golden_paladin","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2037","in_store":"0","name":"Rainbow Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2037_rainbow_dragon","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2038","in_store":"0","name":"Rainbow Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2038_rainbow_dragon_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2039","in_store":"0","name":"Solar Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2039_sun_dragon","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2040","in_store":"0","name":"Solar Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2040_sun_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2041","in_store":"0","name":"Solar Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2041_sun_dragon_rider","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2042","in_store":"0","name":"Vulcano Golem","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2042_vulcano_golem","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"2100","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2043","in_store":"0","name":"2-Head Holydeath Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2043_dual_dragon","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2044","in_store":"0","name":"2-Head Holydeath Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2044_dual_draggy","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2045","in_store":"0","name":"2-Head Holydeath Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2045_dual_dragon_rider","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2046","in_store":"0","name":"TNT Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2046_orc_kamikaze","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"800","velocity":"5","attack_range":"11","attack_interval":"60","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"12","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2047","in_store":"0","name":"Big Basher Orc","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2047_hammer_orc","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2048","in_store":"0","name":"Galaxy Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2048_galaxy_dragon","elevation":"1","unit_capacity":"0","attack":"78","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2049","in_store":"0","name":"Galaxy Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2049_galaxy_draggy","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2050","in_store":"0","name":"Galaxy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2050_galaxy_dragon_rider","elevation":"1","unit_capacity":"0","attack":"103","defense":"1","life":"3300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2051","in_store":"0","name":"Chuck Norris Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2051_chuck_dragon","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2052","in_store":"0","name":"Attack Booster Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2052_attack_wizard","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2053","in_store":"0","name":"Metal T-Rex","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2053_metal_trex","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2100","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2054","in_store":"0","name":"Priest Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2054_priest_orc","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1300","velocity":"4","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2055","in_store":"0","name":"Soul Eater","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2055_soul_eater","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2056","in_store":"0","name":"Black Lizard Rider","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2056_monster_orc","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2057","in_store":"0","name":"3-Head Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2057_3h_dragon","elevation":"1","unit_capacity":"0","attack":"79","defense":"1","life":"3150","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2058","in_store":"0","name":"3-Head Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2058_3h_dragon_rider","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"3350","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2059","in_store":"0","name":"Sword Lion Warrior","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2059_sword_lion","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2150","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2060","in_store":"0","name":"Brutal Slasher","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2060_slasher_orc","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2061","in_store":"0","name":"Dual Axe Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2061_dual_swords","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1500","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2062","in_store":"0","name":"Wyvern Rider","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2062_spectrum_orc","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2063","in_store":"0","name":"Star Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2063_star_dragon","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2064","in_store":"0","name":"Star Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2064_star_draggy","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2065","in_store":"0","name":"Star Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2065_star_dragon_rider","elevation":"1","unit_capacity":"0","attack":"105","defense":"1","life":"3400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2066","in_store":"0","name":"2-Head Orc","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2066_twohead_orc","elevation":"1","unit_capacity":"0","attack":"59","defense":"1","life":"2200","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2067","in_store":"0","name":"Invisible Killer","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2067_invisible_killer","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"1800","velocity":"8","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2068","in_store":"0","name":"Boomerang Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2068_boomerang_orc","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2069","in_store":"0","name":"Golden Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2069_golden_dragon","elevation":"1","unit_capacity":"0","attack":"81","defense":"1","life":"3250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2070","in_store":"0","name":"Golden Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2070_golden_draggy","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2071","in_store":"0","name":"Golden Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2071_golden_dragon_rider","elevation":"1","unit_capacity":"0","attack":"106","defense":"1","life":"3450","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2072","in_store":"0","name":"Evil Demon","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2072_evil_demon","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2073","in_store":"0","name":"Death Warrior","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2073_death_warrior","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"2300","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2074","in_store":"0","name":"Orc Battering Ram","type":"u","cost":"14000","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2074_battering_ram","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"5000","velocity":"4","attack_range":"2","attack_interval":"80","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"15","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2075","in_store":"0","name":"Elemental Fire God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2075_elemental_red_god","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2076","in_store":"0","name":"Vulcano Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2076_vulcano_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2077","in_store":"0","name":"Elemental Fire Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2077_fire_colossus","elevation":"1","unit_capacity":"0","attack":"94","defense":"1","life":"3500","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2078","in_store":"0","name":"Elemental Forest Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2078_forest_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2079","in_store":"0","name":"Elemental Forest God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2079_elemental_forest_god","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3900","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2080","in_store":"0","name":"Elemental Forest Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2080_forest_colossus","elevation":"1","unit_capacity":"0","attack":"92","defense":"1","life":"3600","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2081","in_store":"0","name":"Fire Soul Eater","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2081_fire_soul_eater","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2200","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2082","in_store":"0","name":"Elemental Forest Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2082_forest_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"2","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2083","in_store":"0","name":"Evil Crows Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2083_evil_crow_whirlwinds","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2084","in_store":"0","name":"Elemental Water Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2084_water_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2085","in_store":"0","name":"Elemental Water God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2085_elemental_water_god","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"4100","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2086","in_store":"0","name":"Elemental Water Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2086_water_colossus","elevation":"1","unit_capacity":"0","attack":"96","defense":"1","life":"3400","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2087","in_store":"0","name":"Luring Warrior","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2087_big_lure","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2088","in_store":"0","name":"Infraworld Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2088_infra_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2089","in_store":"0","name":"Elemental Soul God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2089_elemental_infra_god","elevation":"1","unit_capacity":"0","attack":"108","defense":"1","life":"4250","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2090","in_store":"0","name":"Elemental Soul Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2090_infra_colossus","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"3800","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2091","in_store":"0","name":"Elemental Soul Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2091_infra_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2092","in_store":"0","name":"Elemental Light Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2092_heaven_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2093","in_store":"0","name":"Elemental Light God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"92","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2093_elemental_heaven_god","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"3800","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2094","in_store":"0","name":"Elemental Light Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"92","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2094_heaven_colossus","elevation":"1","unit_capacity":"0","attack":"95","defense":"1","life":"3450","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2095","in_store":"0","name":"Heaven Colossus Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2095_heaven_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2096","in_store":"0","name":"Elemental Water Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2084_water_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2097","in_store":"0","name":"Black Phoenix","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2097_black_phoenix","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2098","in_store":"0","name":"Antimatter Golem","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2098_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2099","in_store":"0","name":"Medieval Golden Slayer","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2099_medieval_slayer","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"3000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2100","in_store":"0","name":"Reptile Warrior","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2100_reptile_warrior","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2101","in_store":"0","name":"Medieval Ether Messiah","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2101_medieval_messiah","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2800","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2102","in_store":"0","name":"Medieval Samurai","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2102_medieval_samurai2","elevation":"1","unit_capacity":"0","attack":"78","defense":"1","life":"2600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2103","in_store":"0","name":"Slayer Minion","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2103_slayer_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"400","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2104","in_store":"0","name":"Tornado Heaven","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2104_tornado_heaven","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"400","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2105","in_store":"0","name":"Sword Gladiator","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2105_sword_glad","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"450","velocity":"5","attack_range":"2","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2106","in_store":"0","name":"Spearman Gladiator","type":"u","cost":"3200","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2106_spartan_glad","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"300","velocity":"6","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2107","in_store":"0","name":"Knight Gladiator","type":"u","cost":"6800","cost_type":"g","xp":"680","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2107_rider_glad","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2108","in_store":"0","name":"Demolisher Gladiator","type":"u","cost":"6800","cost_type":"g","xp":"680","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2108_demolisher","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2109","in_store":"0","name":"Lizard Gladiator","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2109_monster_glad","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2110","in_store":"0","name":"Souls Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2110_souls_whirlwinds","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2111","in_store":"0","name":"Antimatter Golem","type":"u","cost":"16000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2098_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2112","in_store":"0","name":"Evil Demon","type":"u","cost":"15000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2072_evil_demon","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2113","in_store":"0","name":"Dark Evil God","type":"u","cost":"15","cost_type":"c","xp":"100","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2113_evil_god","elevation":"1","unit_capacity":"0","attack":"110","defense":"1","life":"4500","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2114","in_store":"0","name":"Atlas Titan","type":"u","cost":"9","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2114_atlas_titan","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2115","in_store":"0","name":"Dark Evil God Minion","type":"u","cost":"6","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2115_evil_god_minion","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"600","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2116","in_store":"0","name":"Mace Gladiator","type":"u","cost":"3600","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2116_axeman_glad","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2117","in_store":"0","name":"Priest Gladiator","type":"u","cost":"6000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2117_priest_glad","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1400","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"12","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2118","in_store":"0","name":"Priest Gladiator Pet","type":"u","cost":"5","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2118_priest_minion_glad","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"450","velocity":"9","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2119","in_store":"0","name":"Dark Evil God","type":"u","cost":"15","cost_type":"c","xp":"100","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2113_evil_god","elevation":"1","unit_capacity":"0","attack":"110","defense":"1","life":"50000","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2120","in_store":"0","name":"Death Warrior","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2073_death_warrior","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"2300","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2121","in_store":"0","name":"Sky Bahamut Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2121_sky_bahamut","elevation":"1","unit_capacity":"0","attack":"108","defense":"1","life":"4000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2122","in_store":"0","name":"Sky Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2122_sky_draggy","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2123","in_store":"0","name":"Sky Bahamut Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2123_sky_dragon_rider","elevation":"1","unit_capacity":"0","attack":"133","defense":"1","life":"4250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2124","in_store":"0","name":"Sky Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2124_sky_whirlwind","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2125","in_store":"0","name":"Lion Soul Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2125_big_glad","elevation":"1","unit_capacity":"0","attack":"54","defense":"1","life":"2000","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2126","in_store":"0","name":"Bull Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2126_bull_glad","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2200","velocity":"8","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2127","in_store":"0","name":"Queen Beast","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2127_mother","elevation":"1","unit_capacity":"0","attack":"66","defense":"1","life":"2600","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2128","in_store":"0","name":"Queen Beast Spawn","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2128_mother_son","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"1500","velocity":"9","attack_range":"2","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2129","in_store":"0","name":"Hell Abyss Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2129_hell_dragon","elevation":"1","unit_capacity":"0","attack":"112","defense":"1","life":"4600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2130","in_store":"0","name":"Hell Abyss Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2130_hell_draggy","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2131","in_store":"0","name":"Hell Abyss Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2131_hell_rider","elevation":"1","unit_capacity":"0","attack":"137","defense":"1","life":"4850","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2132","in_store":"0","name":"3-Head Primal Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2132_3head_dragon","elevation":"1","unit_capacity":"0","attack":"114","defense":"1","life":"4700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2133","in_store":"0","name":"3-Head Primal Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2133_3head_draggy","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2134","in_store":"0","name":"3-Head Primal Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2134_3head_rider","elevation":"1","unit_capacity":"0","attack":"139","defense":"1","life":"4950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2135","in_store":"0","name":"4-Weapons Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2135_4weap_glad","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2136","in_store":"0","name":"Centaur Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2136_centaur_glad","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"11","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2137","in_store":"0","name":"Swamp Monster","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2137_swamp_monster","elevation":"1","unit_capacity":"0","attack":"69","defense":"1","life":"2800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2138","in_store":"0","name":"Predator Lizard","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2138_blacklizard","elevation":"1","unit_capacity":"0","attack":"68","defense":"1","life":"2700","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2139","in_store":"0","name":"T-Rex","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"713_trex","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1500","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2140","in_store":"0","name":"Green Extreme Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2140_4wings_dragon","elevation":"1","unit_capacity":"0","attack":"115","defense":"1","life":"4800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2141","in_store":"0","name":"Green Extreme Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2141_4wings_draggy","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2142","in_store":"0","name":"Green Extreme Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2142_4wings_rider","elevation":"1","unit_capacity":"0","attack":"140","defense":"1","life":"5050","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2143","in_store":"0","name":"Blade Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2143_bigwarrior_glad","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2144","in_store":"0","name":"Minotaur Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2144_minotaur_glad","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2145","in_store":"0","name":"Ice Golem","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2145_ice_golem","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2146","in_store":"0","name":"Swamp Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2146_swamp_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"500","velocity":"8","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2147","in_store":"0","name":"Whirlwind Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2147_whirlwind_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"11","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2148","in_store":"0","name":"Genesis Earth God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2148_earth_god","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"5200","velocity":"7","attack_range":"4","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2149","in_store":"0","name":"Genesis Earth God Minion","type":"u","cost":"6","cost_type":"g","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2149_earth_minion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2150","in_store":"0","name":"Devil Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2150_devil_glad","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1800","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2151","in_store":"0","name":"Chariot Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2151_chariot_glad","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"2200","velocity":"10","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2152","in_store":"0","name":"Genesis Earth Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2152_earth_colossus","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"4600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2153","in_store":"0","name":"Tiny Fire God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2153_tiny_fire","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2154","in_store":"0","name":"Sand Storm Whirlwind","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2154_sand_whirl","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"11","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2155","in_store":"0","name":"Tiny Water God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2155_tiny_water","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"4100","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2156","in_store":"0","name":"Genesis Wind God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2156_wind_god","elevation":"1","unit_capacity":"0","attack":"118","defense":"1","life":"5300","velocity":"7","attack_range":"11","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2157","in_store":"0","name":"Caesar Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2157_cesar_glad","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2158","in_store":"0","name":"Caesar Gladiator Minion","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2158_cesar_glad_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2159","in_store":"0","name":"Genesis Wind Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2159_wind_minion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2160","in_store":"0","name":"Genesis Shadow God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2160_genesisShadowGod","elevation":"1","unit_capacity":"0","attack":"124","defense":"1","life":"5000","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2161","in_store":"0","name":"Genesis Shadow Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2161_genesisShadowMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2162","in_store":"0","name":"Genesis Wind Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2162_genesisWindColossus","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"4600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2163","in_store":"0","name":"Dwarf Axe","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2163_dwarfAxe","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2164","in_store":"0","name":"Dwarf Priest","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2164_dwarfPriest","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2165","in_store":"0","name":"Dwarven Catapult","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2165_dwarvenCatapult","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2166","in_store":"0","name":"Tiny Light God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2166_tinyLightGod","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2167","in_store":"0","name":"Genesis Ice God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2167_genesisIceGod","elevation":"1","unit_capacity":"0","attack":"122","defense":"1","life":"5100","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2168","in_store":"0","name":"Genesis Ice Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2168_genesisICeMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2169","in_store":"0","name":"Genesis Iron God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2169_genesisIronGod","elevation":"1","unit_capacity":"0","attack":"126","defense":"1","life":"4900","velocity":"7","attack_range":"10","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2170","in_store":"0","name":"Genesis Iron Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2170_genesisIronMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2171","in_store":"0","name":"Electric Extreme Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2171_electricExtremeDragon","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"5000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2172","in_store":"0","name":"Electric Extreme Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2172_electricExtremeDraggy","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2173","in_store":"0","name":"Electric Extreme Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2173_electricExtremeDragonRider","elevation":"1","unit_capacity":"0","attack":"145","defense":"1","life":"5250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2174","in_store":"0","name":"Golden Extreme Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2174_goldenExtremeDragon","elevation":"1","unit_capacity":"0","attack":"125","defense":"1","life":"5100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2175","in_store":"0","name":"Golden Extreme Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2175_goldenExtremeDraggy","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2176","in_store":"0","name":"Golden Extreme Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2176_goldenExtremeDragonRider","elevation":"1","unit_capacity":"0","attack":"150","defense":"1","life":"5350","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3001","in_store":"0","name":"Chained 30% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3001_chained_30","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3002","in_store":"0","name":"Chained Soul Eater","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3002_chained_soul_eater","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3003","in_store":"0","name":"Chained 3-Head Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3003_chained_3h_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3004","in_store":"0","name":"Chained 60% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3004_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3005","in_store":"0","name":"Chained 100% Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3005_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3006","in_store":"0","name":"Chained Monster Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3006_chained_monster_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3007","in_store":"0","name":"Chained King Kong","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3007_chained_kong","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3008","in_store":"0","name":"Chained Sword Lion","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3008_chained_sword_lion","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3009","in_store":"0","name":"Chained Brutal Slasher","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3009_chained_slasher_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3010","in_store":"0","name":"Chained Star Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3010_chained_star_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3011","in_store":"0","name":"Chained 35% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3011_chained_35_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3012","in_store":"0","name":"Chained Atomic Godzilla","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3012_chained_atomic_godzilla","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3013","in_store":"0","name":"Chained 100% Egyptian Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3013_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3014","in_store":"0","name":"Chained Imperial Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3014_chained_imperial_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3015","in_store":"0","name":"Chained 2 Headed Orc","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3015_chained_twohead_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3016","in_store":"0","name":"Chained Invisible","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"3016_chained_invisible","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3017","in_store":"0","name":"Chained Golden Dynasty Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3017_chained_golden_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3018","in_store":"0","name":"Chained 50% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3018_chained_50_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3019","in_store":"0","name":"Chained 2 Headed Orc","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3019_chained_twohead_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3020","in_store":"0","name":"Chained Evil Demon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3020_chained_evil_demon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3021","in_store":"0","name":"Chained Black Magic Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3021_chained_new","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3022","in_store":"0","name":"Chained Death Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3022_chained_death_warrior","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3023","in_store":"0","name":"Chained 90 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3023_chained_90","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3024","in_store":"0","name":"Chained 100 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3024_chained_100","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3025","in_store":"0","name":"Chained Elemental Fire God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3025_chained_red_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3026","in_store":"0","name":"Chained Super Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3026_chained_super_pack_v3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3027","in_store":"0","name":"Chained Fire Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3027_chained_fire_colossus_2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3028","in_store":"0","name":"Chained Forest God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3028_chained_forest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3029","in_store":"0","name":"Chained Evil Demon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3029_chained_evil","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3030","in_store":"0","name":"Chained Forest Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3030_chained_forest_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3031","in_store":"0","name":"Chained Fire Soul Eater","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3031_chained_fire_soul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3032","in_store":"0","name":"Chained Creatures Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3032_chained_creatures","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3033","in_store":"0","name":"Chained Titans Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3033_chained_titans","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3034","in_store":"0","name":"Chained Luring Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3034_chained_lure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3035","in_store":"0","name":"Chained Elemental Water God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3035_chained_water_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3036","in_store":"0","name":"Chained Water Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3036_chained_water_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3037","in_store":"0","name":"Chained Elemental Soul God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3037_chained_infra_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3038","in_store":"0","name":"Chained Soul Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3038_chained_infra_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3039","in_store":"0","name":"Chained Elemental Light God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3039_chained_heaven_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3040","in_store":"0","name":"Chained Light Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3040_chained_heaven_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3041","in_store":"0","name":"Chained 60 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3041_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3042","in_store":"0","name":"Chained Reptile Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3042_chained_reptile_warrior","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3043","in_store":"0","name":"Chained Antimatter Golem","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3043_chained_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3044","in_store":"0","name":"Chained Black Phoenix","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3044_chained_black_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3045","in_store":"0","name":"Chained Battering Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3045_chained_battering_pack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3046","in_store":"0","name":"Chained Medieval Golden Slayer","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3046_chained_medieval_slayer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3047","in_store":"0","name":"Chained Medieval Ether Messiah","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3047_chained_medieval_messiah","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3048","in_store":"0","name":"Chained Medieval Samurai","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3048_chained_medieval_samurai","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3049","in_store":"0","name":"Chained Half Price Party Weekend","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3049_half_weekend","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3050","in_store":"0","name":"Chained 99% Bonus Revolution","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3050_99_bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3051","in_store":"0","name":"Chained Battle Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3051_chained_battle_pack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3052","in_store":"0","name":"Chained +150% Extra Cash","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3052_chained_150_extra_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3053","in_store":"0","name":"Chained 40% off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3053_chained_40_percent_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3054","in_store":"0","name":"Chained Power Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3054_chained_power","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3055","in_store":"0","name":"Chained Dark Evil God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3055_chained_evil_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3056","in_store":"0","name":"Chained Atlas Titan","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3056_chained_atlas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3057","in_store":"0","name":"Chained Water God & Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"10","height":"10","max_frame":"2","giftable":"0","img_name":"3057_chained_watergc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3058","in_store":"0","name":"Chained Supreme Bahamut","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3058_chained_supreme","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3059","in_store":"0","name":"Chained 100% Bonus Frostfire Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3059_chained_100_frostfire","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3060","in_store":"0","name":"Chained Brutal Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3060_chained_sixpm","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3061","in_store":"0","name":"Chained Sky Bahamut Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3061_chained_sky_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3062","in_store":"0","name":"Chained 100% Bonus Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3062_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3063","in_store":"0","name":"Chained Hell Abyss Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3063_chained_hell","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3064","in_store":"0","name":"Chained Legendary Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3064_chained_newchest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3065","in_store":"0","name":"Chained Queen Beast","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3065_chained_queen_beast","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3066","in_store":"0","name":"Chained 95% Brutal Slasher","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3066_chained_95_brutal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3067","in_store":"0","name":"Chained 3-Head Primal Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3067_chained_3head_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3068","in_store":"0","name":"Chained Swamp Monster","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3068_chained_swamp","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3069","in_store":"0","name":"Chained Brutal Monster Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3069_chained_brutalmonsters","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3070","in_store":"0","name":"Chained Predator Lizard","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3070_chained_blacklizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3071","in_store":"0","name":"Chained 60% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3071_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3072","in_store":"0","name":"Chained Green Extreme Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3072_chained_4wings_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3073","in_store":"0","name":"Chained Ice Golem","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3073_chained_ice_golem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3074","in_store":"0","name":"Chained Struggle Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3074_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3075","in_store":"0","name":"Chained 125% Bonus + Galaxy Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3075_chained_100_small","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3076","in_store":"0","name":"Chained 60% + Off Star Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3076_chained_60_star","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3077","in_store":"0","name":"Chained Genesis Earth God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3077_chained_earth_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3078","in_store":"0","name":"Chained Genesis Earth Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3078_chained_earth_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3079","in_store":"0","name":"Chained Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3079_golden_slayer_cannon_mech","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3080","in_store":"0","name":"Chained Tiny Fire God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3080_chained_tiny_fire","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3081","in_store":"0","name":"Chained 125% Extra Cash","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3081_chained_125_extracash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3082","in_store":"0","name":"Chained Tiny Water God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3082_chained_tiny_water","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3083","in_store":"0","name":"Chained Genesis Wind God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3083_chained_wind_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3084","in_store":"0","name":"Chained Light God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3084_chained_light_god_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3085","in_store":"0","name":"Chained Pharaohs Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3085_chained_pharaohs_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3086","in_store":"0","name":"Chained 110% Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3086_chained_110Bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3087","in_store":"0","name":"Chained Genesis Shadow God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3087_chained_genesisShadowGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3088","in_store":"0","name":"Chained Genesis Wind Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3088_chained_genesisWindColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3089","in_store":"0","name":"Chained Tiny Light God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3089_chained_tinyLightGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3090","in_store":"0","name":"Chained Soul God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3090_chained_soulGodColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3091","in_store":"0","name":"Chained Genesis Ice God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3091_chained_genesisIceGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3092","in_store":"0","name":"Chained Creepy Monsters Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3092_chained_creepyMonstersChest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3093","in_store":"0","name":"Chained Mounted Furious Bull Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3093_chained_mountedFuriousBullDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3094","in_store":"0","name":"Chained Fire God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3094_chained_fireGodColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3095","in_store":"0","name":"Chained Golems Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3095_chained_golemsChest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3096","in_store":"0","name":"Chained Red + Golden Bahamut Dragons","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3096_chained_red_goldenBahamutDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3097","in_store":"0","name":"Chained Genesis Iron God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3097_chained_genesisIronGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3098","in_store":"0","name":"Chained Electric Extreme Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3098_chained_electricExtremeDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3099","in_store":"0","name":"Chained x2_5 Cash Offer","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3099_chained_x2_5_cashOffer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3100","in_store":"0","name":"Chained Golden Extreme Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3100_chained_goldenExtremeDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"49987","in_store":"0","name":"Wood Wall","type":"b","cost":"2500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"49988","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone1","elevation":"4","unit_capacity":"0","attack":"50","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49988","in_store":"0","name":"Reenforced Wall","type":"b","cost":"5000","cost_type":"w","xp":"250","groups":"","trains":"0","upgrades_to":"49989","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"13","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone2","elevation":"4","unit_capacity":"0","attack":"200","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49989","in_store":"0","name":"Stone Wall","type":"b","cost":"10000","cost_type":"s","xp":"500","groups":"","trains":"0","upgrades_to":"49990","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone3","elevation":"4","unit_capacity":"0","attack":"500","defense":"1","life":"15000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49990","in_store":"0","name":"Steel Wall","type":"b","cost":"20000","cost_type":"s","xp":"1000","groups":"","trains":"0","upgrades_to":"49991","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone4","elevation":"4","unit_capacity":"0","attack":"1000","defense":"1","life":"30000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49991","in_store":"0","name":"Royal Wall","type":"b","cost":"100000","cost_type":"s","xp":"3000","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"34","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone5","elevation":"4","unit_capacity":"0","attack":"2000","defense":"1","life":"75000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49992","in_store":"0","name":"Heroes Hall","type":"b","cost":"2000","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"21600","expiration":"0","collect":"1","collect_type":"u","collect_xp":"100","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50002_heroes_hall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"SpecialWonders","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49993","in_store":"0","name":"Winged Knight Barracks","type":"b","cost":"28000","cost_type":"g","xp":"4500","groups":"","trains":"662","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49993_winged_knight_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49994","in_store":"0","name":"Troll Barracks","type":"b","cost":"26000","cost_type":"g","xp":"4000","groups":"","trains":"857","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"39","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49994_troll_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49995","in_store":"0","name":"Ninja Barracks","type":"b","cost":"22000","cost_type":"g","xp":"4000","groups":"","trains":"50031","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"36","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49995_ninja_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49996","in_store":"0","name":"Elephants Barracks","type":"b","cost":"21000","cost_type":"g","xp":"3500","groups":"","trains":"603","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"34","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49996_elephant_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49997","in_store":"0","name":"Buey Ranch","type":"b","cost":"5000","cost_type":"w","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"2000","collect_type":"f","collect_xp":"67","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"21","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49997_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Ranch","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49998","in_store":"0","name":"Pig ranch","type":"b","cost":"2500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"1500","collect_type":"f","collect_xp":"50","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"15","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49998_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49999","in_store":"0","name":"Chicken Ranch","type":"b","cost":"600","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"1000","collect_type":"f","collect_xp":"34","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"9","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49999_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50001","in_store":"0","name":"Town Hall I","type":"b","cost":"1000","cost_type":"g","xp":"150","groups":"","trains":"500","upgrades_to":"50007","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"4","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50001_townhall1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50003","in_store":"0","name":"Embassy I","type":"b","cost":"4000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50009","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"6","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50003_embassy1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50004","in_store":"0","name":"Stone Mine(Erase)","type":"b","cost":"125","cost_type":"w","xp":"14","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"90","expiration":"0","collect":"100","collect_type":"s","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"7","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50004_stone_mine","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"50005","in_store":"0","name":"Harbour I","type":"b","cost":"6000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50005_forest_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50006","in_store":"0","name":"Blacksmith I","type":"b","cost":"2000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50012","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50006_blacksmith1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50007","in_store":"0","name":"Town Hall II","type":"b","cost":"7500","cost_type":"g","xp":"1000","groups":"","trains":"500","upgrades_to":"50015","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50007_townhall2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50008","in_store":"0","name":"University I","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"50014","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"13","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50008_university1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50009","in_store":"0","name":"Embassy II","type":"b","cost":"15000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50016","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"15","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50009_embassy2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50010","in_store":"0","name":"Oracle","type":"b","cost":"30000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"16","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50010_oracle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Oracle","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"1","iphone_adjustments":""},{"id":"50011","in_store":"0","name":"Harbour II","type":"b","cost":"20000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"18","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50011_snow_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50012","in_store":"0","name":"Blacksmith II","type":"b","cost":"25000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"50025","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"19","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50012_blacksmith2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50014","in_store":"0","name":"University II","type":"b","cost":"20000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"50028","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"21","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50014_university2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50015","in_store":"0","name":"Town Hall III","type":"b","cost":"30000","cost_type":"g","xp":"1250","groups":"","trains":"500","upgrades_to":"50018","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"22","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50015_townhall3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50016","in_store":"0","name":"Embassy III","type":"b","cost":"60000","cost_type":"g","xp":"1250","groups":"","trains":"0","upgrades_to":"50020","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"26","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50016_embassy3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50018","in_store":"0","name":"Town Hall IV","type":"b","cost":"80000","cost_type":"g","xp":"2250","groups":"","trains":"500","upgrades_to":"50019","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"31","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50018_townhall4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50019","in_store":"0","name":"Town Hall V","type":"b","cost":"150000","cost_type":"g","xp":"5000","groups":"","trains":"500","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"42","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50019_townhall5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50020","in_store":"0","name":"Embassy IV","type":"b","cost":"85000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"50021","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"33","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50020_embassy4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50021","in_store":"0","name":"Embassy V","type":"b","cost":"200000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"43","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50021_embassy5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50022","in_store":"0","name":"Harbour III","type":"b","cost":"65000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50022_japan_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50023","in_store":"0","name":"Harbour IV","type":"b","cost":"90000","cost_type":"g","xp":"4500","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"36","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50023_mineral_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50024","in_store":"0","name":"Harbour V","type":"b","cost":"250000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"44","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50024_mountain_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50025","in_store":"0","name":"Blacksmith III","type":"b","cost":"70000","cost_type":"g","xp":"1750","groups":"","trains":"0","upgrades_to":"50026","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"28","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50025_blacksmith3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50026","in_store":"0","name":"Blacksmith IV","type":"b","cost":"95000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"50027","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"37","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50026_blacksmith4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50027","in_store":"0","name":"Blacksmith V","type":"b","cost":"300000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"45","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50027_blacksmith5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50028","in_store":"0","name":"University III","type":"b","cost":"75000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"50029","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"30","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50028_university3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50029","in_store":"0","name":"University IV","type":"b","cost":"100000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"50030","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"38","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50029_university4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50030","in_store":"0","name":"University V","type":"b","cost":"400000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"47","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50030_university5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50031","in_store":"0","name":"Black Ninja","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"719_ninja","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"400","velocity":"8","attack_range":"9","attack_interval":"15","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""}],"expansion_prices":[{"coins":4000,"cash":20,"neighbors":1},{"coins":40000,"cash":25,"neighbors":3},{"coins":80000,"cash":30,"neighbors":5},{"coins":100000,"cash":35,"neighbors":8},{"coins":150000,"cash":40,"neighbors":10},{"coins":300000,"cash":45,"neighbors":12},{"coins":400000,"cash":50,"neighbors":14},{"coins":500000,"cash":60,"neighbors":16}],"levels":[{"name":"Slave","exp_required":0,"reward_type":"s","reward_amount":50},{"name":"Servant","exp_required":29,"reward_type":"w","reward_amount":50},{"name":"Peon","exp_required":60,"reward_type":"f","reward_amount":50},{"name":"Peasant","exp_required":100,"reward_type":"w","reward_amount":400},{"name":"Villager","exp_required":200,"reward_type":"c","reward_amount":1},{"name":"Scout","exp_required":350,"reward_type":"c","reward_amount":1},{"name":"Cadet","exp_required":550,"reward_type":"c","reward_amount":1},{"name":"Squire","exp_required":800,"reward_type":"c","reward_amount":1},{"name":"Soldier","exp_required":1113,"reward_type":"c","reward_amount":1},{"name":"Footman","exp_required":1504,"reward_type":"c","reward_amount":1},{"name":"Swordsman","exp_required":1993,"reward_type":"c","reward_amount":1},{"name":"Spearman","exp_required":2604,"reward_type":"c","reward_amount":1},{"name":"Lancer","exp_required":3368,"reward_type":"c","reward_amount":1},{"name":"Grunt","exp_required":4323,"reward_type":"c","reward_amount":1},{"name":"Knight","exp_required":5517,"reward_type":"c","reward_amount":1},{"name":"Private","exp_required":7010,"reward_type":"c","reward_amount":1},{"name":"Second Lieutenant","exp_required":8876,"reward_type":"c","reward_amount":1},{"name":"Lieutenant","exp_required":11209,"reward_type":"c","reward_amount":1},{"name":"Corporal","exp_required":13659,"reward_type":"c","reward_amount":1},{"name":"Marauder","exp_required":16232,"reward_type":"c","reward_amount":1},{"name":"Captain","exp_required":18934,"reward_type":"c","reward_amount":1},{"name":"Sergeant","exp_required":21771,"reward_type":"c","reward_amount":1},{"name":"Senior Sergeant","exp_required":24750,"reward_type":"c","reward_amount":1},{"name":"First Sergeant","exp_required":27878,"reward_type":"c","reward_amount":1},{"name":"Master Sergeant","exp_required":31162,"reward_type":"c","reward_amount":1},{"name":"Sergeant Major","exp_required":34610,"reward_type":"c","reward_amount":1},{"name":"Major","exp_required":38230,"reward_type":"c","reward_amount":1},{"name":"Centurion","exp_required":42031,"reward_type":"c","reward_amount":1},{"name":"Legionnaire","exp_required":46022,"reward_type":"c","reward_amount":1},{"name":"Gladiator","exp_required":50213,"reward_type":"c","reward_amount":1},{"name":"Champion","exp_required":54614,"reward_type":"c","reward_amount":1},{"name":"Lieutenant General","exp_required":59235,"reward_type":"c","reward_amount":1},{"name":"General","exp_required":64087,"reward_type":"c","reward_amount":1},{"name":"Colonel","exp_required":69182,"reward_type":"c","reward_amount":1},{"name":"Lieutenant Commander","exp_required":74532,"reward_type":"c","reward_amount":1},{"name":"Commander","exp_required":80150,"reward_type":"c","reward_amount":1},{"name":"Marshal","exp_required":86049,"reward_type":"c","reward_amount":1},{"name":"Field Marshal","exp_required":92243,"reward_type":"c","reward_amount":1},{"name":"Grand Marshal","exp_required":98747,"reward_type":"c","reward_amount":1},{"name":"Paladin","exp_required":105576,"reward_type":"c","reward_amount":1},{"name":"Corporal","exp_required":112746,"reward_type":"c","reward_amount":1},{"name":"Admiral","exp_required":120275,"reward_type":"c","reward_amount":1},{"name":"Commodore","exp_required":128180,"reward_type":"c","reward_amount":1},{"name":"Battlemaster","exp_required":136480,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":145195,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":154346,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":163955,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":174044,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":184637,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":195760,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":207439,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":219702,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":232578,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":246098,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":260294,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":275200,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":290851,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":307285,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":324541,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":342660,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":361685,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":381661,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":402636,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":424660,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":447785,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":472066,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":497561,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":524331,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":552440,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":581954,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":612944,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":645484,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":679651,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":715526,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":756782,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":804226,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":858787,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":921532,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":993689,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1076670,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1172098,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1281840,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1408043,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1553176,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1720079,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1912017,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2132746,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2386584,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2678498,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3014199,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3400255,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3844219,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":4354778,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":4941921,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":5617135,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":6393631,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":7286601,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":8313517,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":9494470,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2016089205,"reward_type":"c","reward_amount":1}],"honor_levels":[{"id":1,"points":0,"rank":"Peasant with Spear"},{"id":2,"points":50,"rank":"Count's Squire"},{"id":3,"points":100,"rank":"Troll Slayer"},{"id":4,"points":150,"rank":"Baron's Knight"},{"id":5,"points":200,"rank":"Captain of Duke's Army"},{"id":6,"points":250,"rank":"Kingdom's Protector"},{"id":7,"points":300,"rank":"Citadel's Protector"},{"id":8,"points":350,"rank":"Spearmen's Commander"},{"id":9,"points":400,"rank":"Archery Lord"},{"id":10,"points":500,"rank":"Master Warlord"},{"id":11,"points":600,"rank":"Swords' Master"},{"id":12,"points":700,"rank":"Head of the Cavalry"},{"id":13,"points":800,"rank":"Great Lord of Tactics"},{"id":14,"points":900,"rank":"Siege's Master"},{"id":15,"points":1000,"rank":"Elite King's Warlord"}],"neighbor_assists":[{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! Some trolls are attacking my villagers!","action":"Click OKAY to eliminate the trolls","notification":"helped to eliminate the trolls"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! Some of my fighters got sick and I need them for the battle!","action":"Click OKAY to heal sick fighters","notification":"helped to heal sick fighters"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! A heavy storm has damaged my houses!","action":"Click OKAY to repair damaged houses","notification":"helped to repair damaged houses"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! We ran out of water and our villagers are thirsty!","action":"Click OKAY to provide some water","notification":"provided you some water"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! A little villager girl is lost and her mum can't find her!","action":"Click OKAY to find the little villager girl","notification":"helped to find the little villager girl"}],"town_prices":[{"coins":100000,"cash":20,"level":15},{"coins":300000,"cash":20,"level":25},{"coins":550000,"cash":20,"level":35},{"coins":1000000,"cash":20,"level":45}],"map_prices":[{"coins":100000,"cash":20,"level":15},{"coins":300000,"cash":20,"level":25},{"coins":550000,"cash":20,"level":35},{"coins":1000000,"cash":20,"level":45}],"findable_items":[{"id":1,"title":"Clown","description":"You've found a sad Clown on your park. Share it with your friends to find a new home for him!","coins":100},{"id":2,"title":"Little Boy","description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100},{"id":3,"title":"Little Girl","description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100},{"id":4,"title":"Teddy Bear","description":"You've found a Teddy Bear on your Park. Share it with your friends to find his owner!","coins":100},{"id":5,"title":"Budget","description":"Ohh, it seems somebody lost his wallet! Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":6,"title":"Bolso","description":"Ohh, a girl lost her Handbag on your Park!! Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":7,"title":"Globo","description":"A little child lost his balloon !! Help him to find it !!","coins":100},{"id":8,"title":"Llaves","description":"Ohh, One of your visitors lost his keys on your Park. Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":9,"title":"Gorra","description":"A teenager visitor lost his Cup!! On sunny days it's indispensable. Give the cup back by sharing it with your friends !!","coins":100},{"id":10,"title":"Movil","description":"Ohh, an old man lost his Handy on your park. Share it with your friends to find the owner !!","coins":100}],"missions":[{"id":2,"title":"Train villager","hint":"","description":"You need villagers to collect resources. Click on your Town Hall and then on the TRAIN button at the bottom panel.","reward":10},{"id":3,"title":"Send villager to farm land","hint":"","description":"Your farm land needs villagers to produce food. First click on a villager and then click on the farm land.","reward":10},{"id":4,"title":"Collect food","hint":"","description":"When the food is ready to be collected an icon appears. Click on it to get the resources!","reward":10},{"id":5,"title":"Cut trees and get wood","hint":"","description":"You got food, but you'll also need wood. Click on a villager and the click again on a tree. The villager will automatically cut all surrounding trees!","reward":10},{"id":6,"title":"Move mouse wheel to zoom","hint":"","description":"Rotate the mouse wheel or click and drag the slider at the lower right of the screen to zoom in\/out. It will help you to spot buildings or units!","reward":10},{"id":7,"title":"Build another farm land","hint":"","description":"Farm lands are essential to increase your empire because they provide you with food. Go to BUILD > Buildings > Resources and place another farm land.","reward":12},{"id":8,"title":"Build another house","hint":"","description":"Villagers and warriors live in houses! The more houses you build, the more units you can train. Go to BUILD > Buildings > Houses and place a House I.","reward":14},{"id":9,"title":"Build barracks","hint":"","description":"You'll need an army for coming battles! Click on the 'Build' button, select the 'Attack' category and finally click on the Barracks I building.","reward":16},{"id":10,"title":"Train 3 Spearmen","hint":"","description":"Start building your army with some spearmen. Click on the barracks building, and then click on the TRAIN button at the lower interface. Repeat this 3 times.","reward":18},{"id":11,"title":"Train 2 villagers","hint":"","description":"Click on the Town Hall and then on the Train button at the lower interface. Do this twice to train two villagers.","reward":20},{"id":12,"title":"Build mill","hint":"","description":"Mills will provide you with food, like farm lands. Go to BUILD > Buildings > Resources to build a mill.","reward":22},{"id":13,"title":"Send villager to mill","hint":"","description":"Mills don't work alone! They need villagers. Select a villager and click on the mill to put him in.","reward":24},{"id":14,"title":"Select food on mill","hint":"","description":"Choose one of the options to start producing the quantity of food you want!","reward":26},{"id":15,"title":"Put another villager on mill","hint":"","description":"Increase your food outcome adding another villager to your mill! (if you don't have any villagers available, you can train them at your Town Hall)","reward":28},{"id":16,"title":"Get villager out of mill","hint":"","description":"If you don't have resources to train villagers, you can get them out your buildings. Click on your mill and then click on a villager portrait at the lower interface to get it out of your mill.","reward":30},{"id":17,"title":"Extract 3 Gold","hint":"","description":"Gold will make you more powerful! It is used to train the best units. Select a villager and click on a gold vein (Explore the map to find gold veins)","reward":32},{"id":18,"title":"Select with double click","hint":"","description":"Double click 1 spearman to select the 3 at one, and move them near your Town Hall fountain. Double-clicking is very useful!","reward":34},{"id":19,"title":"Kill 3 trolls","hint":"","description":"Click on the Square Tool at the lower right of interface, and click and drag to select your units. (You can also use , it's easier and faster!). Then attack 3 trolls.","reward":36},{"id":20,"title":"Build sheep ranch","hint":"","description":"Sheeps are funny... and tasty! But they need a sheep ranch! Build one going to BUILD > Buildings > Resources. It will provide you with some food!","reward":38},{"id":21,"title":"Capture sheep","hint":"","description":"Ok! If you already got a sheep ranch, now go for some sheeps. Select a villager and click on a sheep to capture it.","reward":40},{"id":22,"title":"Send sheep to ranch","hint":"","description":"If you already captured a sheep with a villager, select the sheep and send it to the ranch!","reward":42},{"id":23,"title":"Collect sheep ranch","hint":"","description":"When a sheep ranch is ready to collect (you will see a food icon), click on it!","reward":44},{"id":24,"title":"Build 3 more farm lands","hint":"","description":"Build 3 more farm lands to feed your soldiers! Remember you can train villagers at your Town Hall and then direct them towards your farms to produce more food simultaneously.","reward":46},{"id":25,"title":"Collect 5 farm lands","hint":"","description":"Collect 5 farm lands. Important: Farm lands needs wood to be rebuilded, try to have always some on your inventory (see stats at the upper left of the screen).","reward":48},{"id":26,"title":"Build 4 more houses","hint":"","description":"Build 4 more houses to increase your population limit. (BUILD > Buildings > Houses)","reward":52},{"id":27,"title":"Build gold mine","hint":"","description":"Gold can also be obtained from gold mines, buy you can only own one. Go to Buildings > Resources and build it now!","reward":54},{"id":28,"title":"Put villager on gold mine","hint":"","description":"Gold mines need villagers to extract the gold. Bring one of them to the mine (if you don't have any villager available, remember to create them at your Town Hall).","reward":56},{"id":29,"title":"Build Archery","hint":"","description":"An archery will allow you to train archer infantry. Archers have a longer range than normal infantry. You can find the Archery in the Attack section of the BUILD menu.","reward":58},{"id":30,"title":"Train 3 Light Archers","hint":"","description":"Train 3 light archers at your archery! Remember, click the archery an then click the train button at the bottom.","reward":60},{"id":31,"title":"Kill 5 more trolls","hint":"","description":"It's time to kill trolls! Select your units with the SQUARE TOOL at the bottom right OR directly with a double click. Then click on an evil troll to attack him!","reward":62},{"id":32,"title":"Build 5 decorations","hint":"","description":"It's not all about battling! Put some decorations to your empire to make it more beautiful! Go to BUILD > Decorations and place 5 of them.","reward":64},{"id":33,"title":"Put name to empire","hint":"","description":"Every empire has a name! Put a name to yours too! Click at your empire name at the top right corner.","reward":66},{"id":34,"title":"Cut 10 trees","hint":"","description":"Click on a villager and click on a tree to cut it. If the tree is near a group of trees, the villager will cut them all automatically!","reward":68},{"id":35,"title":"Collect 10 stones","hint":"","description":"Stone is very important to build your defensive structures! Use your villagers to collect 10 stone!","reward":70},{"id":36,"title":"Build 2 towers near Town Hall","hint":"","description":"Build 2 towers near your Town Hall to protect it from your enemies. It's your most important building! (BUILD > Defense)","reward":72},{"id":37,"title":"Build wall","hint":"","description":"Build a row of 20 Wall I in the lower left border of your empire to start creating a defensive wall! Go to BUILD > Defense > Walls.","reward":74},{"id":38,"title":"Move wall","hint":"","description":"Choose a Wall I and then Move it with the Move option on the interface (directional cross icon).","reward":76},{"id":39,"title":"Build stables I","hint":"","description":"Your army needs cavalry! Build an stable to train light knights. (BUILD > Attack)","reward":78},{"id":40,"title":"Train 3 Light Knights","hint":"","description":"You'll need more warriors before facing your first real battle! Train 3 light knights at your new Stables I!","reward":80},{"id":41,"title":"Select unit with Square Tool","hint":"","description":"Choose multiple units with the Square Tool at the lower right of the interface (you can also use the bar, is much faster!)","reward":82},{"id":42,"title":"Kill all trolls","hint":"","description":"Kill all trolls in your empire! You can check how many of them are left on the counter at the lower right of the screen. Try to destroy their towers first!","reward":84},{"id":43,"title":"Rescue Princess!","hint":"","description":"When you finish with all the trolls, free the Princess and get the treasure!","reward":150},{"id":44,"title":"Visit #0#!","hint":"","description":"Click on the portrait of #0# on the lower interface and see how beautiful an empire can look like!","reward":88},{"id":45,"title":"Build lumber mill \/ Put peasant","hint":"","description":"Build a lumber mill and put a villager in to start producing wood! (You can find it at BUILD > Buildings > Resources).","reward":90},{"id":46,"title":"Select wood option","hint":"","description":"Choose one of the options to start producing the quantity of wood you want!","reward":92},{"id":47,"title":"Put another villager on lumber mill","hint":"","description":"Increase your wood outcome adding another villager to your lumber mill! (if you don't have available villagers on your map, remember you can train them on your Town Hall)","reward":94},{"id":48,"title":"Build cow ranch","hint":"","description":"Build a cow ranch to hold your cows. (BUILD > Buildings > Resources)","reward":96},{"id":49,"title":"Put cow on ranch","hint":"","description":"Bring a cow into the cow ranch to start producing some food.","reward":98},{"id":50,"title":"Build Market","hint":"","description":"Build a Market to buy and sell resources! (Market is at BUILD > Buildings > Miscellaneous)","reward":100},{"id":51,"title":"Recruit Friend Market","hint":"","description":"Recruit a friend to help you on the opening of your fabulous Market!","reward":102},{"id":52,"title":"Spend 1 cash","hint":"","description":"Cash is useful to buy units, buildings, friends for social buildings, etc. Make yourself a gift and spend 1 cash in what you wish!","reward":104},{"id":53,"title":"Open Market","hint":"","description":"Once you have filled up your Market with friends, click on the Open building to open it and be able to use it!","reward":106},{"id":54,"title":"Check collections","hint":"","description":"Click on the gift icon at the lower right of the screen, then click on the Trophy icon. If you complete these collections you can get unique warriors and items!","reward":108},{"id":55,"title":"Get Daily Bonus 3 days","hint":"","description":"Play 3 days in a row and click on the Daily Bonus bag at the left of the screen to get extra gold!","reward":150},{"id":56,"title":"Reach 40 population","hint":"","description":"Reach 40 of population. It will be a sign of your empire expansion!","reward":112},{"id":57,"title":"Harvest 10 Gold veins","hint":"","description":"Get 10 gold veins to increase your resource account, soon you'll need to use it!","reward":114},{"id":58,"title":"Build Stone Mine I","hint":"","description":"Stone is very necessary to build defensive buildings. Build a Stone Mine to start producing this needful resource! (BUILD > Buildings > Resources)","reward":116},{"id":59,"title":"Attack 1 player","hint":"","description":"Attacking other players provides much gold and xp! Click on the WORLD icon (blue) at the top, then click on the Attack button of a player. Read the Battle Help before starting!","reward":118},{"id":60,"title":"Defensive Strategy","hint":"","description":"Click on the WORLD button (blue icon on top right) and then click on the OPTIONS button at the top of the screen. Select the 'My defensive strategy' button and choose your units behavior.","reward":120},{"id":61,"title":"Collect mill","hint":"","description":"Pick up the food your mill produced to feed your troops!","reward":122},{"id":62,"title":"Collect lumber mill","hint":"","description":"Pick up the wood your lumber mill produced to keep building stuff!","reward":124},{"id":63,"title":"Collect stone mine","hint":"","description":"Pick up the stone your stone mine produced to keep building more defensive structures!","reward":126},{"id":64,"title":"Collect gold mine","hint":"","description":"Pick up the gold your gold mine produced to keep building more defensive structures!","reward":128},{"id":65,"title":"Get 200 stone in Market","hint":"","description":"Get 200 stone units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the stone icon.","reward":130},{"id":66,"title":"Get 100 wood in Market","hint":"","description":"Get 100 wood units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the wood icon.","reward":132},{"id":67,"title":"Attack 1 friend!","hint":"","description":"Click on the WORLD word in one of your friends portrait (if you can't see it, first click on the Assist word and come back to your empire) and attack him. For once he'll forgive you! =P","reward":134},{"id":68,"title":"Check Attacks","hint":"","description":"Click on the WORLD button (blue) and then click on the BATTLE RESULTS button at the top of the screen. Then check your attacks and who attacked you!","reward":136},{"id":69,"title":"Build house II","hint":"","description":"Houses II allow you to put in more people! Build one or update a House I clicking on one and using the UPGRADE option at the lower interface.","reward":138},{"id":70,"title":"Store decoration","hint":"","description":"Click on a decoration and then click again on the STORE icon at the lower interface. You can retrieve your decoration (or sell it) clicking on BUILD > Storage.","reward":140},{"id":71,"title":"Build\/Open Eagles I","hint":"","description":"Eagles allow you to spy your enemy before attacking him! Build one and hire friends to open it! (BUILD > Buildings > Miscellaneous)","reward":142},{"id":72,"title":"Sell 100 wood","hint":"","description":"Sell 100 wood units in the Market. Click on the Sell button to get gold in exchange!","reward":144},{"id":73,"title":"Expand 2 Acres","hint":"","description":"Click on a FOR SALE post on your empire to buy land and continue your expansion!","reward":146},{"id":74,"title":"Build Workshop I","hint":"","description":"Build a workshop I to build rams and be able to destroy doors of enemies' fortifications (BUILD > Attack).","reward":148},{"id":75,"title":"Free 3 archers","hint":"","description":"Free the 3 archers kidnapped by trolls! (daily mission)","reward":150},{"id":76,"title":"Kill 5 Devious trolls","hint":"","description":"Kill 5 Devious Trolls. They are implied in the complot to destroy your empire!","reward":152},{"id":77,"title":"Coordinated Attack","hint":"","description":"Send 5 archers to attack the same tower, and afterwards send your melee units against the same tower!","reward":154},{"id":78,"title":"Use Eagle","hint":"","description":"Click on the world icon at the upper part and then on the SPY button on any player to spy his empire!","reward":156},{"id":79,"title":"Defeat two players","hint":"","description":"Defeat two players (including your friends!) to get gold... and glory!","reward":158},{"id":80,"title":"Build Harbor","hint":"","description":"Build a Harbor (Buildings > Miscellaneous), invite your friends and click on the OPEN button to explore the seas!","reward":160},{"id":81,"title":"Check the map","hint":"","description":"Once your Harbor is open, click on it and then press the Let's Sail button to see the map!","reward":162},{"id":82,"title":"Complete Mysterious Isle on 1 star","hint":"","description":"Use the Harbor to travel to Mysterious Isle and retrieve the treasure that the trolls stole to your ancestors! Complete Mysterious Island (1 star).","reward":164},{"id":83,"title":"Upgrade Barracks II","hint":"","description":"Upgrade your Barracks II to train stronger units! (Buildings > Attack or UPGRADE button in Barracks I interface)","reward":166},{"id":84,"title":"Train 3 Swordsmen","hint":"","description":"Train 3 Swordsmen in your Barracks II... you'll need them soon!","reward":168},{"id":85,"title":"Sail in another way","hint":"","description":"Access the map in another way: click on the world icon on top and then click on the ship surrounding the island.","reward":170},{"id":86,"title":"Complete Unknown Isle (1 star)","hint":"","description":"Unknown Isle is a cold, hostile place, but in the loot that the Ravager Trolls protect lies hidden a nice amount of gold! Complete Unknown Isle (1 star).","reward":172},{"id":87,"title":"Build 2 tower II","hint":"","description":"Build two Tower II in your empire. You will get rid of enemies faster! (BUILD > Defense)","reward":174},{"id":88,"title":"Build 20 Wall II","hint":"","description":"Build 20 Wall II in the lower left row of your 1st acre (BUILD > Defense). You can also upgrade the Wall I you already have if you click on one wall and then click UPGRADE on the lower interface.","reward":176},{"id":89,"title":"Build 2 Pumpkin Crop","hint":"","description":"Build 2 Pumpkin Crop to obtain more food.","reward":178},{"id":90,"title":"Invoke allies","hint":"","description":"Build an Allies Building and get 9 allies to open it!","reward":180},{"id":91,"title":"Upgrade to Archery II","hint":"","description":"Upgrade you Archery to train better archers! (Buildings > Attack)","reward":182},{"id":93,"title":"Rescue Kidnapped Soldiers","hint":"","description":"The trolls have kidnapped some soldiers! Free them! (daily mission)","reward":186},{"id":94,"title":"Defeat 3 players","hint":"","description":"Prove yourself and defeat 3 players... including your friends!","reward":188},{"id":95,"title":"Build Mill II","hint":"","description":"Build the Mill II to increase food production.","reward":190},{"id":96,"title":"Recruit 6 friends for Mill II","hint":"","description":"Recruit 6 friends to open the mill.","reward":192},{"id":97,"title":"Hire all villagers in Mill II","hint":"","description":"Hire all villagers in your new mill to take full advantage of it!","reward":194},{"id":98,"title":"8 hours Mill","hint":"","description":"Leave the mill collecting for 8 hours.","reward":196},{"id":99,"title":"Upgrade Market","hint":"","description":"Upgrade your Market to Market II to buy or sell more resources.","reward":198},{"id":100,"title":"Build 8 towers","hint":"","description":"Build 8 towers in your empire... the trolls will attack soon and you must protect yourself!","reward":200},{"id":101,"title":"Extinguish fire","hint":"","description":"If the trolls set fire to buildings of your empire, click on a villager and then click again on the fire to extinguish it!","reward":202},{"id":102,"title":"Help a friend","hint":"","description":"Visit a friend and help him to collect as many resources as you can!","reward":204},{"id":103,"title":"Build Prize Building","hint":"","description":"Build a Prize building and get allies to obtain fabulous special units! (Buildings > Miscellaneous)","reward":206},{"id":104,"title":"Get recruitment prize","hint":"","description":"Tell 3 friends to help you get a fantastic special unit on your Prize Building!","reward":208},{"id":105,"title":"Build Traning Stables","hint":"","description":"Build the Training Stables to improve the mobility of your units!","reward":210},{"id":106,"title":"Capture a horse and...","hint":"","description":"Capture a horse with a villager or warrior and take it to the Training Stables.","reward":212},{"id":107,"title":"Lead Swordsman to Stables...","hint":"","description":"Once you have put a horse, lead a Swordsman to the Training Stables to turn him into a medium knight!","reward":214},{"id":108,"title":"Complete Mysterious Isle (2 stars)","hint":"","description":"Complete Mysterious Isle on 2 stars to obtain much more gold and XP!","reward":216},{"id":109,"title":"Upgrade Town Hall","hint":"","description":"Upgrade your Town Hall. Select it and click on UPGRADE at the bottom part of the interface.","reward":218},{"id":110,"title":"Train 2 villagers","hint":"","description":"Train 2 villagers in your new Town Hall. Now they will run as fast as a hare!","reward":220},{"id":111,"title":"Upgrade Stables","hint":"","description":"Upgrade Stables to Stables II to train heavier mounted units!","reward":222},{"id":112,"title":"Train 3 Medium Knights","hint":"","description":"Train 3 Medium Knights... You're getting stronger every day!","reward":224},{"id":113,"title":"Get Treasure Chest!","hint":"","description":"Get the Treasure Chest, defended by the trolls! (Daily mission)","reward":226},{"id":114,"title":"Build Allies Market","hint":"","description":"Build the Allies Market so your friends can send you free resources! (Buildings > Miscellaneous)","reward":228},{"id":115,"title":"Get wood Allies Market","hint":"","description":"Tell your friends to help you and get at least 500 units of wood in the allies market!","reward":230},{"id":116,"title":"Undiscovered Isle (1 star)","hint":"","description":"Discover the secrets of the Undiscovered Isle (1 star). Beware of the evil skeletons!","reward":232},{"id":117,"title":"Build Gold Mine II","hint":"","description":"The more gold the better! Build a Gold Mine II to increase the production.","reward":234},{"id":118,"title":"Put 4 villagers in Gold Mine II","hint":"","description":"Take the most out of the Gold Mine II adding 4 villagers to it.","reward":236},{"id":119,"title":"Build Treasure Mine","hint":"","description":"Need help to complete the collections? Build a Treasure Mine to get one item EACH DAY!","reward":238},{"id":120,"title":"Collect object in Treasure Mine","hint":"","description":"Collect the surprise item in the Treasure Mine (lapse of 24h. since the last picked up gift).","reward":240},{"id":121,"title":"Build Workshop II","hint":"","description":"Build a Workshop II to enjoy a high damage weapon: \u00a1scorpions! (BUILD > Attack)","reward":242},{"id":122,"title":"Open Workshop II","hint":"","description":"Tell your friends to help you open the Workshop II... scorpions wreak havoc against enemy towers!","reward":244},{"id":123,"title":"Build 3 Scorpions","hint":"","description":"Build 3 scorpions in the Workshop II and get ready for the last stage of the process!","reward":246},{"id":124,"title":"Destroy 1 tower with Scorpions","hint":"","description":"When the next troll camp appears, destroy one tower with a group of 3 Scorpions... notice that weak enemy towers don't have enough range to destroy your scorpions!","reward":248},{"id":125,"title":"Build Tower III","hint":"","description":"Build a Tower III to protect yourself better against incoming attacks!","reward":250},{"id":126,"title":"Build Altar of Heroes","hint":"","description":"Build an Altar of Heroes to purchase powerful special units!","reward":252},{"id":127,"title":"Get a hero","hint":"","description":"Get a hero in the Altar of Heroes to help you defeat your enemies more easily! (Click on the GET HERO button)","reward":254},{"id":128,"title":"Kill Axethrower","hint":"","description":"Kill an Axethrower. These depictable beings won't hesitate to kill your units from the distance!","reward":256},{"id":129,"title":"Rescue villagers","hint":"","description":"Rescue the villagers captured by trolls! They would do the same for you! (daily mission)","reward":258},{"id":130,"title":"Put a hero on your map","hint":"","description":"Play 5 days in a row and get your special unit. To put your hero on the map, go to BUILD > STORAGE.","reward":260},{"id":131,"title":"Save the penguins!","hint":"","description":"Go to Arctic Isle (1 star) and save the penguins... Beware, a big beast is waiting for you!","reward":262},{"id":132,"title":"Fight against two player from your same level","hint":"","description":"Fight against two players from your same level and show up your skills! you don't need to win, but must finish the combat!","reward":264},{"id":133,"title":"Build Lumber Mill II","hint":"","description":"Build a Lumber Mill II to produce more wood!","reward":266},{"id":134,"title":"Put 4 villager into Lumber Mill II","hint":"","description":"Put 4 villagers into the Lumber Mill II to increase its production outcome!","reward":268},{"id":135,"title":"Build Small Refuge","hint":"","description":"Build a Small Refuge and before logging out put in 2 of your most valuable units so other players don't destroy them!","reward":270},{"id":136,"title":"Build Big Church","hint":"","description":"Invoke heavenly powers and build a Big Church to raise your population limit. (BUILD > Wonders)","reward":272},{"id":137,"title":"More Ravager Trolls!","hint":"","description":"Trolls hid more treasures yet, and this time they have doubled its number to protect it! Complete Unknown Isle on 2 stars!","reward":274},{"id":138,"title":"Build Barracks III","hint":"","description":"Build a Barracks III to train the renowned Long Swordsman!","reward":276},{"id":139,"title":"Train 3 Long Swordsman","hint":"","description":"Train 3 Long Swordsman, they will help you defeat your enemies more quickly!","reward":278},{"id":140,"title":"Upgrade to Eagles II","hint":"","description":"Upgrade to Eagles II so your eagles have more life and can explore more enemy terrain!","reward":280},{"id":141,"title":"Build Heroes Grave","hint":"","description":"Build a Heroes Grave to have the chance of resurrecting your lost special units!","reward":282},{"id":142,"title":"Liberate Prisoner Troll","hint":"","description":"Liberate the Prisoner Troll. He never bent his knee against the evil behavior of his tribe and has always tried to be a good troll!","reward":284},{"id":143,"title":"Kill 1 Boar Rider","hint":"","description":"Kill 1 Boar Rider! This mounted beast won't dare to kill your fighters when you are not watching!","reward":286},{"id":144,"title":"Thrice Trolls!","hint":"","description":"Complete Mysterious Isle on 3 stars and defeat all the evil trolls!","reward":288},{"id":145,"title":"Build Stone Mine II","hint":"","description":"Build a Stone Mine II to keep producing more stone for the welfare of your Empire!","reward":290},{"id":146,"title":"Build 20 Wall III","hint":"","description":"Build 20 Wall III in the bottom left row or upgrade your current walls there. This way your enemies will have a hard time trying to put their foot on your empire!","reward":292},{"id":147,"title":"Build Cow Ranch II","hint":"","description":"Build Cow Ranch II\u2026 if the meat is tasty now, it will be tastier with this improvement!","reward":294},{"id":148,"title":"Lead a cow to ranch","hint":"","description":"Lead a cow to the ranch to get a good portion of food!","reward":296},{"id":149,"title":"Build Round Table","hint":"","description":"Build a Round Table so your allies can help you getting incredible bonuses!","reward":298},{"id":150,"title":"Put 4 allies to Round Table","hint":"","description":"Recruit 4 allies to the Round Table to get the first prize!","reward":300},{"id":151,"title":"Destroy 2 Troll Towers III","hint":"","description":"Destroy 2 Troll Towers III and let those ugly beasts know who rules this empire!!","reward":302},{"id":152,"title":"Rescue Prince Arthur!","hint":"","description":"Prince Arthur has been kidnapped by evil trolls! Save him before it's too late!","reward":304},{"id":153,"title":"Build Archery II","hint":"","description":"Build an Archery III to train lethal Heavy Archers!","reward":306},{"id":154,"title":"Train 3 heavy archers","hint":"","description":"Train 3 heavy archers. You'll be more dreaded by your enemies!","reward":308},{"id":155,"title":"Build Temple","hint":"","description":"Build a Temple to obtain more gold resources!","reward":310},{"id":156,"title":"Avenge Ancestors","hint":"","description":"Trolls conquered this island and killed all its human dwellers. Avenge your ancestors and conquer Emergent Isle (1 star)!!","reward":312},{"id":157,"title":"Update House II","hint":"","description":"Update 4 House I to House II to put more citizens in!","reward":314},{"id":158,"title":"Expand 3 acres","hint":"","description":"Expand 3 acres","reward":316},{"id":159,"title":"Open Church","hint":"","description":"Open a Church so you can train healers!","reward":318},{"id":160,"title":"Train 3 healers","hint":"","description":"Train 3 healers so they can heal your units during the combat!","reward":320},{"id":161,"title":"Attack 2 player more level","hint":"","description":"Attack 2 players of more level than yours and show them who's the best!","reward":322},{"id":162,"title":"Free the wells","hint":"","description":"Trolls have cut the water supply! Kill them to retrieve control of the wells!","reward":324},{"id":163,"title":"Build Stable III","hint":"","description":"Build a Stable III to be able to train the dreaded heavy knights!","reward":326},{"id":164,"title":"Save Healers","hint":"","description":"Save the captive healers from trolls' hands! They will join your army afterwards!","reward":328},{"id":165,"title":"Complete Misty Isle on 1 star","hint":"","description":"Visit Misty Isle (1 star) and destroy the Town Hall of your Viking enemies before they come to conquer your land!","reward":330},{"id":166,"title":"Complete Unknown Isle 3 stars","hint":"","description":"Visit Unknown Isle (3 stars) and let Ravager Trolls know who has the power!","reward":332},{"id":167,"title":"Build 3 eggplant farms","hint":"","description":"Build 3 eggplant farms to increase your food outcome!","reward":334},{"id":168,"title":"Build 1 wall door","hint":"","description":"Build 1 wall door so your units can come in and out of your empire easily and securely!","reward":336},{"id":169,"title":"Build Academy","hint":"","description":"Build an Academy (Buildings > Investigation) to train your villagers to go faster and pile up more resources to gather!","reward":338},{"id":170,"title":"Build workshop III","hint":"","description":"Build a Workshop III to be able to build destructive catapults!","reward":340},{"id":171,"title":"Sacrifice unit","hint":"","description":"Build a sacrifice altar and sacrifice a unit to get part of the resources back to your inventory.","reward":342},{"id":172,"title":"Free 4 stone mines!","hint":"","description":"Free the 4 stone mines from trolls control! This resource is basic for your survival! (daily mission)","reward":344},{"id":173,"title":"Complete Undiscovered Isle 2 stars","hint":"","description":"Visit the Undiscovered Isle (2 stars) and kill all the skeletons that have spawned to end with the undead menace!","reward":346},{"id":174,"title":"Build Mill III","hint":"","description":"Build a Mill III to increase your food outcome even more!","reward":348},{"id":175,"title":"Build 2 Tower IV","hint":"","description":"Build 2 Tower IV to destroy your enemies almost with no hassles!","reward":350},{"id":176,"title":"Open Cathedral","hint":"","description":"Open a Cathedral to train hypnotist monks! They are very powerful!","reward":352},{"id":177,"title":"Convert enemy with a monk","hint":"","description":"Convert an enemy using a monk. Afterwards you can control that enemy for your purposes!","reward":354},{"id":178,"title":"Build Nursery","hint":"","description":"Build a Nursery to help animals to breed.","reward":356},{"id":179,"title":"Put 2 horses inside","hint":"","description":"Put 2 horses inside and wait for getting your new horse! You can produce as many as you need!","reward":358},{"id":180,"title":"Complete Dune Isle on 1 star","hint":"","description":"Visit Dune Isle (1 star) and destroy the Golden Hall where the treacherous Mummy lives. Take care with Anubis servants!","reward":360},{"id":181,"title":"Build Gold Mine III","hint":"","description":"Build a Gold Mine III to increase your gold resources!","reward":362},{"id":182,"title":"Put 6 villagers inside","hint":"","description":"Put 6 villagers inside your new gold mine to make it work at its fullest.","reward":364},{"id":184,"title":"Build 2 Archer Knight","hint":"","description":"Train 2 Archer Knights to increase the speed of your range units!","reward":368},{"id":185,"title":"Rescue the captured allies","hint":"","description":"Rescue the captured allies by the trolls before they kill them!","reward":370},{"id":186,"title":"Build a Zeppelin Tower","hint":"","description":"Build a Zeppelin Tower to fly over the Eastern Sea and visit more isles!!","reward":372},{"id":187,"title":"Update Town Hall to Town Hall III","hint":"","description":"Update Town Hall to Town Hall III. Your villagers will go as faster as the best runner!","reward":374},{"id":188,"title":"Train 2 villagers III","hint":"","description":"Train 2 villagers III and try their super speed","reward":376},{"id":189,"title":"Update the Market to Market III","hint":"","description":"Update the Market to Market III to deal with more resources with each transaction.","reward":378},{"id":190,"title":"Build 10 walls IV","hint":"","description":"Build 10 walls IV on the left bottom row of your empire 1rst acre.","reward":380},{"id":191,"title":"Complete Arctic Isle 2 stars","hint":"","description":"Visit the Arctic Isle (2 stars) and pay a visit to your 'friend' the Yeti to save the penguins\u2026 take care, he has called for help!","reward":382},{"id":192,"title":"Free the captured animals","hint":"","description":"Free the animals closed in the cage, they are suffering!","reward":384},{"id":193,"title":"Build Workshop IV","hint":"","description":"Build the Workshop IV to be able to build cannons! Woo hoo!!","reward":386},{"id":194,"title":"Train 3 cannons","hint":"","description":"Train 3 cannons\u2026 and try them on your enemies when you wish!","reward":388},{"id":195,"title":"Heal a damaged unit.","hint":"","description":"Build the Healing Spring and heal a damaged unit after a battle. This tree is miraculous!","reward":390},{"id":196,"title":"Build a Cow Ranch III","hint":"","description":"Build a Cow Ranch III to increase your food outcome. Cows won't like it, but your empire's survival depends on it!!","reward":392},{"id":197,"title":"Build a Lumber Mill III","hint":"","description":"Build a Lumber Mill III to increase your wood outcome!","reward":394},{"id":198,"title":"Complete the Emergent Isle 2 stars","hint":"","description":"Visit the Emergent Isle (2 stars) and try to get the treasure protected by the trolls. Beware, now they are much more dangerous!","reward":396},{"id":199,"title":"Build Barracks IV","hint":"","description":"Build a Barracks IV to train Powerful Swordsmen! Your enemies will be terrified now!","reward":398},{"id":200,"title":"Train 3 swordsmen IV","hint":"","description":"Train 3 swordsmen IV and show your enemies some sword skill lessons!","reward":400},{"id":201,"title":"Build 2 carrot farms","hint":"","description":"Build 2 carrot farms to increase your food outcome. Your warriors are not rabbits, but they also like carrots!","reward":402},{"id":202,"title":"Build Forestry Academy","hint":"","description":"Build a Forestry Academy and your villagers will cut trees faster than any professional woodcutter!","reward":404},{"id":203,"title":"Open a Stone Mine III","hint":"","description":"Open a Stone Mine III to increase your stone resources.","reward":406},{"id":204,"title":"Build Mechanics","hint":"","description":"Build a Mechanics building. You can train Engineers to repair siege weapons!","reward":408},{"id":205,"title":"Free the Siege Weapons!","hint":"","description":"Free the Siege Weapons seized by the trolls! Why the hell they steal them if they don't know how to use them?","reward":410},{"id":206,"title":"Build Archery IV","hint":"","description":"Build an Archery IV to train Powerful Archers. If you started to be dreaded by your enemies, many will now run away from you!","reward":412},{"id":207,"title":"Train 3 Powerful Archers","hint":"","description":"Train 3 Powerful Archers and let them know how piercing are your new arrows!","reward":414},{"id":208,"title":"Build Eagles III","hint":"","description":"Build an Eagles III to breed stronger eagles!","reward":416},{"id":209,"title":"Explore the Skeleton Statue","hint":"","description":"Explore the Skeleton Statue and discover its hidden secret! (daily mission)","reward":418},{"id":210,"title":"Complete the Desert Isle on 1 star","hint":"","description":"Visit the Desert Isle (1 star) and kill all the trolls. Beware, a great peril looms under the sands\u2026","reward":420},{"id":211,"title":"Build House IV","hint":"","description":"Build a House IV to be able to put more population in.","reward":422},{"id":212,"title":"Open a Fire Workshop","hint":"","description":"Open a Fire Workshop to be able to build fire cannons! Super Whoo Hoo!","reward":424},{"id":213,"title":"Build Minery Academy","hint":"","description":"Build a Minery Academy so your villager learn to collect gold and stone faster.","reward":426},{"id":214,"title":"Open Mill IV","hint":"","description":"Open a Mill IV to increase your food outcome. Your warriors are always hungry!","reward":428},{"id":215,"title":"Build Stables IV","hint":"","description":"Build a Stables IV to train Powerful Knights. You are now stronger than ever!","reward":430},{"id":216,"title":"Train 3 Knights","hint":"","description":"Train 3 Powerful Knights and invite your enemies to eat dust!","reward":432},{"id":217,"title":"Build a Blacksmith","hint":"","description":"Build a Blacksmith so melee, ranged and mounted troops spend less resources to be trained! That's really good news!!","reward":434},{"id":218,"title":"Build 5 Towers IV","hint":"","description":"Build 5 Towers IV to improve your empire defenses. Put them strategically and they will badly hurt your enemies, promised!","reward":436},{"id":219,"title":"Build 10 Walls V","hint":"","description":"Build 10 Walls V on the lower left row of your empire to improve you defensive structures.","reward":438},{"id":220,"title":"Build a Weather Machine","hint":"","description":"Build a Weather Machine to be able to change the landscape at your will! That's magic, baby!!","reward":440},{"id":221,"title":"Build 2 watermelon Farms","hint":"","description":"Build 2 watermelon Farms to increase your food outcome. Eating fruit is very healthy, but you already know that!","reward":442},{"id":222,"title":"Update Town Hall IV","hint":"","description":"Update the Town Hall IV. If your villagers were really fast, now they will almost fly!","reward":444},{"id":223,"title":"Build Lumber Mill IV","hint":"","description":"Build a Lumber Mill IV to increase your wood outcome.","reward":446},{"id":224,"title":"Build the Tavern","hint":"","description":"Build a Tavern and you'll increase your maximum population capacity by 10 units\u2026 people that go to the Tavern don't need any home to live in!","reward":448},{"id":225,"title":"Build Wizardry Academy!","hint":"","description":"Build the Wizardry Academy to be able to cast spells! The power to destroy that the Spell Book gives you is immeasurable! (You'll see the Spell Book in your next game session)","reward":450},{"id":226,"title":"Expand to 4 acres","hint":"","description":"Expand the territory of your empire to 4 acres and show who the real king of Social Empires is!","reward":452},{"id":227,"title":"Defeat the Dragon!","hint":"","description":"Visit Nest Isle (1 star) and defeat the Furious Dragon! Take care, is very powerful!","reward":454},{"id":1008,"title":"Take care of the Dragon Egg!","hint":"","description":"Click on the Dragon Breeding Nest, and click again on the ENTER button at the lower interface. Now press the 'Take Care' button to take care of the Dragon Egg!","reward":14},{"id":1,"title":"Build farm land","hint":"","description":"A farm land provides food to your empire. Go to the BUILD menu and place a farm land near your Town Hall!","reward":10},{"id":92,"title":"Train 8 Medium Archer","hint":"","description":"Train 8 Medium Archer... the danger is imminent!","reward":184},{"id":183,"title":"Build Archery Stables","hint":"","description":"Build Archery Stables to train medium archer knights!","reward":366}],"offer_packs":[{"id":1,"position":22,"cost_cash":25,"gold":5000,"stone":5000,"food":5000,"wood":5000,"xp":500,"items":[27,550,555],"mana":0,"enabled":1,"pack_type":0},{"id":2,"position":21,"cost_cash":35,"gold":0,"stone":0,"food":0,"wood":0,"xp":750,"items":[199,199,369,369,384,384,214,214],"mana":0,"enabled":0,"pack_type":0},{"id":3,"position":20,"cost_cash":25,"gold":0,"stone":0,"food":0,"wood":0,"xp":500,"items":[152,553,554,555,556,557],"mana":0,"enabled":1,"pack_type":0},{"id":4,"position":19,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":625,"items":[241,268,388,577,578,607],"mana":0,"enabled":0,"pack_type":0},{"id":5,"position":18,"cost_cash":20,"gold":0,"stone":0,"food":0,"wood":0,"xp":400,"items":[575,575,575,575,502,502,568,568,568,568,541,541,541,541,541,540,540,540,540,540,539,539,539,539,539],"mana":0,"enabled":1,"pack_type":0},{"id":6,"position":17,"cost_cash":50,"gold":0,"stone":0,"food":0,"wood":0,"xp":900,"items":[608,608,608,608,608,609,609,609,609,609,610,610,610,610,610,569,569,414],"mana":0,"enabled":1,"pack_type":0},{"id":7,"position":16,"cost_cash":60,"gold":25000,"stone":25000,"food":25000,"wood":25000,"xp":1000,"items":[618,469],"mana":50,"enabled":1,"pack_type":0},{"id":8,"position":15,"cost_cash":100,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[630,631],"mana":0,"enabled":0,"pack_type":0},{"id":9,"position":14,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":800,"items":[[469,35],[56,70],[414,90],[642,100]],"mana":0,"enabled":0,"pack_type":1},{"id":10,"position":13,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":800,"items":[[57,35],[472,70],[652,90],[638,100]],"mana":0,"enabled":0,"pack_type":1},{"id":11,"position":12,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[60,35],[662,70],[660,90],[651,100]],"mana":0,"enabled":1,"pack_type":1},{"id":12,"position":11,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[649,684,650],[651,638,694,661,683],[687,643,655,635,615,646,629]],"mana":0,"enabled":0,"pack_type":2},{"id":13,"position":10,"cost_cash":150,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[638,651,698,710],"mana":0,"enabled":0,"pack_type":0},{"id":14,"position":9,"cost_cash":200,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[638,651,698,710],"mana":0,"enabled":0,"pack_type":0},{"id":15,"position":8,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[649,695,684],[709,710,698,712,707,706,660,612,641],[679,623,687,621,643,629]],"mana":0,"enabled":0,"pack_type":2},{"id":16,"position":7,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":17,"position":6,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"mana":0,"enabled":0,"pack_type":2},{"id":18,"position":5,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":19,"position":4,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"mana":0,"enabled":0,"pack_type":2},{"id":20,"position":3,"cost_cash":125,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[550,652,683,706,712,727],"mana":0,"enabled":0,"pack_type":0},{"id":21,"position":2,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[550,652,683,706,712,727],"mana":0,"enabled":0,"pack_type":0},{"id":22,"position":1,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[723,714,744],[722,745,741,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":23,"position":1,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[744,736,758],[724,755,644,702,745,700,647,742],[711,648,641,765,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":24,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,758,714],[757,713,724],[642,709,711]],"mana":0,"enabled":0,"pack_type":2},{"id":25,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,708,736],[723,714,769],[695,710,651]],"mana":0,"enabled":0,"pack_type":2},{"id":26,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[758,775,777],[776,753,700,773,770,754,774,755],[711,648,641,742,687,733,752]],"mana":0,"enabled":0,"pack_type":2},{"id":27,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,723,785],[775,815,650,762,792,757,772,794],[817,786,769,773,768,774,742]],"mana":0,"enabled":0,"pack_type":2},{"id":28,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[798,793,785],[775,776,756,762,792,755,772,794],[749,786,813,773,814,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":29,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[826,793,830],[828,829,776,762,792,831,772,806],[796,787,813,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":30,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[847,785,830],[744,788,776,755,791,831,772,806],[771,787,849,807,820,781,637]],"mana":0,"enabled":0,"pack_type":2},{"id":31,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[846,847,758],[856,829,828,788,755,827,791,746],[781,771,717,849,702,850,637]],"mana":0,"enabled":0,"pack_type":2},{"id":32,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[853,766,846],[764,815,829,737,827,752,631,746],[716,683,702,787,850,717,854]],"mana":0,"enabled":0,"pack_type":2},{"id":33,"position":1,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":750,"items":[1360,1361,1358,1359],"mana":0,"enabled":1,"pack_type":0},{"id":34,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":35,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":36,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[875,862,798],[775,788,776,762,791,831,772,815],[786,771,876,807,813,781,637]],"mana":0,"enabled":0,"pack_type":2},{"id":37,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[875,847,723],[856,829,828,788,757,794,791,815],[781,771,890,786,711,876,637]],"mana":0,"enabled":0,"pack_type":2},{"id":38,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[785,847,793],[830,788,776,792,831,772,791,829],[796,787,807,784,774,849,782]],"mana":0,"enabled":0,"pack_type":2},{"id":39,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[798,847,766],[830,884,778,792,831,879,745,896],[765,770,807,769,801,814,789]],"mana":5,"enabled":0,"pack_type":2},{"id":40,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[758,798,826],[1299,815,778,897,884,762,776,896],[765,770,871,784,861,820,789]],"mana":5,"enabled":0,"pack_type":2},{"id":41,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,777,826],[830,897,856,792,831,776,886,829],[771,637,861,790,816,769,774]],"mana":5,"enabled":0,"pack_type":2},{"id":42,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[846,777,723],[775,884,788,897,786,772,753,896],[683,637,850,2035,725,869,774]],"mana":5,"enabled":0,"pack_type":2},{"id":43,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,847,846],[830,2019,1299,788,776,801,772,667],[683,2008,2014,765,849,770,810]],"mana":5,"enabled":0,"pack_type":2},{"id":44,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,785],[2042,2022,1299,884,776,815,762,742],[2008,796,871,868,765,769,537]],"mana":5,"enabled":0,"pack_type":2},{"id":45,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,847,777],[2019,788,897,792,884,757,794,745],[765,770,879,849,756,790,821]],"mana":5,"enabled":0,"pack_type":2},{"id":46,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,826,793],[2022,2053,897,886,806,757,2008,745],[762,2020,879,820,799,814,711]],"mana":5,"enabled":0,"pack_type":2},{"id":47,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,798],[2059,2042,2053,772,2067,776,886,742],[765,813,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":48,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,798],[830,2073,2052,772,2067,2008,742,724],[828,2014,796,868,810,654,774]],"mana":5,"enabled":0,"pack_type":2},{"id":49,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,847],[2055,2042,2066,896,776,2059,886,753],[757,2017,770,683,811,892,779]],"mana":5,"enabled":0,"pack_type":2},{"id":50,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,847,777],[2060,2059,2066,2035,896,2053,886,831],[772,2024,717,727,811,849,779]],"mana":5,"enabled":0,"pack_type":2},{"id":51,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,777],[2055,830,2053,772,806,776,886,742],[762,790,771,892,810,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":52,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2043,891,793],[2099,2042,772,788,2067,757,742,717],[762,814,683,892,756,709,821]],"mana":5,"enabled":0,"pack_type":2},{"id":53,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,2043,846],[2056,2055,884,828,2067,757,2008,717],[776,2014,2066,683,2044,709,642]],"mana":5,"enabled":0,"pack_type":2},{"id":54,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2039,2016,891],[2099,897,2052,2055,772,886,880,724],[828,2017,2066,796,2040,753,650]],"mana":5,"enabled":0,"pack_type":2},{"id":55,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,891,798],[2099,2042,2052,2055,2059,886,880,829],[831,2024,722,796,892,753,544]],"mana":5,"enabled":0,"pack_type":2},{"id":56,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,862,847],[2114,897,884,792,2067,881,2011,724],[762,868,2029,849,799,654,544]],"mana":5,"enabled":0,"pack_type":2},{"id":57,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,777],[2102,2055,2114,2042,896,880,886,742],[828,757,879,2017,796,892,650]],"mana":5,"enabled":0,"pack_type":2},{"id":58,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2039,846,785],[2102,830,2042,815,896,2047,886,776],[828,762,2008,2040,771,850,717]],"mana":5,"enabled":0,"pack_type":2},{"id":59,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,777],[2101,2060,2053,772,2067,776,886,742],[765,790,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":60,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2043,891,846],[2099,2144,897,2055,772,2052,880,724],[828,2044,2066,796,892,753,650]],"mana":5,"enabled":0,"pack_type":2},{"id":61,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,847,777],[2019,788,897,792,884,757,794,745],[765,770,879,849,756,790,821]],"mana":5,"enabled":0,"pack_type":2},{"id":62,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,826,793],[2022,2053,897,886,806,757,2008,745],[762,2020,879,820,799,814,711]],"mana":5,"enabled":0,"pack_type":2},{"id":63,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,798],[2059,2042,2053,772,2067,776,886,742],[765,813,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":64,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,798],[830,2073,2052,772,2067,2008,742,724],[828,2014,796,868,810,654,774]],"mana":5,"enabled":0,"pack_type":2},{"id":65,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,847],[2055,2042,2066,896,776,2059,886,753],[757,2017,770,683,811,892,779]],"mana":5,"enabled":1,"pack_type":2}],"images":{"470_maravilla_popup.jpg":"en","agregar-juego.jpg":"","aguila2.jpg":"","aldeana-regalos.png":"","alert_allies.jpg":"","alert_human_camp.jpg":"","alert_magic.jpg":"","alert_ship.jpg":"","alert_ship2.jpg":"","alert_troll_camp.jpg":"","alert_zep.jpg":"","alert_zep2.jpg":"","aliadosprisionerospopup.jpg":"","antimatter_evildemon.jpg":"en","ataque_ganado.jpg":"","ataque_perdido.jpg":"","BahamutSupremeInvocationTemple.swf":"","barca.jpg":"","barco.jpg":"","barril.png":"","bg_quest_progress_ship1.jpg":"","bg_quest_progress_ship2.jpg":"","bg_quest_progress_ship3.jpg":"","boss2_end.jpg":"","boss2_ini.jpg":"","b_1.png":"","b_10.png":"","b_11.png":"","b_12.png":"","b_13.png":"","b_14.png":"","b_15.png":"","b_2.png":"","b_3.png":"","b_4.png":"","b_5.png":"","b_6.png":"","b_7.png":"","b_8.png":"","b_9.png":"","caballotroyano.png":"","caja200.png":"","catapultaspresas_SCREEN.jpg":"","CESPED.jpg":"","CIVorks2.jpg":"en","cofre.png":"","collectibles.png":"","collectibles_new.png":"","collect_f0.jpg":"","collect_f1.jpg":"","collect_f2.jpg":"","collect_f3.jpg":"","collect_g0.jpg":"","collect_g1.jpg":"","collect_g2.jpg":"","collect_g3.jpg":"","COLLECT_GEMS.jpg":"","collect_s0.jpg":"","collect_s1.jpg":"","collect_s2.jpg":"","collect_s3.jpg":"","collect_w0.jpg":"","collect_w1.jpg":"","collect_w2.jpg":"","collect_w3.jpg":"","conquer_the_world.png":"en","DESIERTO.jpg":"","dragonmuenfadao.jpg":"","dragonmuerto.jpg":"","dragonNestInactive.jpg":"","dragonRiderProgress1.swf":"","dragonRiderProgress2.swf":"","dragonRiderProgress3.swf":"","dragonsattack.jpg":"","dragon_limit.jpg":"en","estatuaesqueletopopup.jpg":"","expand.png":"en","flag.png":"","ganas_defensa.jpg":"","goal_001.jpg":"","goal_002.jpg":"","goal_003.jpg":"","goal_004.jpg":"","goal_005.jpg":"","goal_006.jpg":"","goal_007.jpg":"","goal_008.jpg":"","goal_008_.jpg":"","goal_009.jpg":"","goal_010.jpg":"","goal_011.jpg":"","goal_012.jpg":"","goal_013.jpg":"","goal_014.jpg":"","goal_015.jpg":"","goal_016.jpg":"","goal_017.jpg":"","goal_018.jpg":"","goal_019.jpg":"","goal_020.jpg":"","goal_021.jpg":"","goal_023.jpg":"","goal_024.jpg":"","goal_025.jpg":"","goal_026.jpg":"","goal_027.jpg":"","goal_028.jpg":"","goal_029.jpg":"","goal_030.jpg":"","goal_031.jpg":"","goal_032.jpg":"","goal_033.jpg":"","goal_034.jpg":"","goal_035.jpg":"","goal_036.jpg":"","goal_037.jpg":"","goal_038.jpg":"","goal_039.jpg":"","goal_040.jpg":"","goal_041.jpg":"","goal_042.jpg":"","goal_043.jpg":"","goal_044.jpg":"","goal_045.jpg":"","goal_046.jpg":"","goal_047.jpg":"","goal_048.jpg":"","goal_049.jpg":"","goal_050.jpg":"","goal_051.jpg":"","goal_052.jpg":"","goal_053.jpg":"","goal_054.jpg":"","goal_055.jpg":"","goal_056.jpg":"","goal_057.jpg":"","goal_058.jpg":"","goal_059.jpg":"","goal_060.jpg":"","goal_061.jpg":"","goal_062.jpg":"","goal_063.jpg":"","goal_064.jpg":"","goal_065.jpg":"","goal_066.jpg":"","goal_067.jpg":"","goal_068.jpg":"","goal_069.jpg":"","goal_070.jpg":"","goal_071.jpg":"","goal_072.jpg":"","goal_073.jpg":"","goal_074.jpg":"","goal_075.jpg":"","goal_076.jpg":"","goal_077.jpg":"","goal_078.jpg":"","goal_079.jpg":"","goal_080.jpg":"","goal_081.jpg":"","goal_082.jpg":"","goal_083.jpg":"","goal_084.jpg":"","goal_085.jpg":"","goal_086.jpg":"","goal_087.jpg":"","goal_088.jpg":"","goal_089.jpg":"","goal_090.jpg":"","goal_091.jpg":"","goal_092.jpg":"","goal_093.jpg":"","goal_094.jpg":"","goal_095.jpg":"","goal_096.jpg":"","goal_097.jpg":"","goal_098.jpg":"","goal_099.jpg":"","goal_100.jpg":"","gods_1.jpg":"","gods_2.jpg":"","gods_3.jpg":"","gods_4.jpg":"","gods_5.jpg":"","gods_6.jpg":"","gods_7.jpg":"","healersprisioneraspopup.jpg":"","help_dragon_nest.jpg":"","help_island_image.jpg":"","human-defeated.png":"","install.jpg":"en","island_location.png":"","jaulaanimal_SCREEN.jpg":"","jinete.png":"","kidnapped.png":"","llibre.png":"","magic_black_hole.jpg":"","magic_crack.jpg":"","magic_dragon.jpg":"","magic_enlarge.jpg":"","magic_fire.jpg":"","magic_frozen.jpg":"","magic_full_limit.jpg":"","magic_golem.jpg":"","magic_heal.jpg":"","magic_lightning.jpg":"","magic_poison.jpg":"","magic_range_increaser.jpg":"","magic_shield.jpg":"","magic_speed_increaser.jpg":"","magic_stone.jpg":"","magic_yeti.jpg":"","mago_altar.png":"","mapa1.jpg":"","mapa2.jpg":"","mapa3.jpg":"","mapa4.jpg":"","mapa5.jpg":"","minapiedracandado_SCREEN.jpg":"","MINERAL.jpg":"","molinollamaspopup.jpg":"","monsterNestInactive.jpg":"","morocco_dealer.png":"","motivation1.jpg":"","motivation2.jpg":"","news_aceite.jpg":"en","news_angel2.jpg":"en","news_angeles.jpg":"en","news_atlantis.jpg":"en","news_atlantis2.jpg":"en","news_barco.jpg":"en","news_bossdrac.jpg":"en","news_catedral.jpg":"en","news_cementerio.jpg":"en","news_civ.jpg":"en","news_criadero.jpg":"en","news_demonio.jpg":"en","news_egypt.jpg":"en","news_elefante.jpg":"en","news_elfos.jpg":"en","news_elfos2.jpg":"en","news_fortress.jpg":"en","news_heroes.jpg":"en","news_inferno.jpg":"en","news_kamirino.jpg":"en","news_magic.jpg":"en","news_map.jpg":"en","news_mitologic_3.jpg":"en","news_mitologic_4.jpg":"en","news_mummy.jpg":"en","news_mummy2.jpg":"en","news_myth.jpg":"en","news_neptune.jpg":"en","news_newangel.jpg":"en","news_newtowers.jpg":"en","news_odin.jpg":"en","news_pack.jpg":"en","news_paladin.jpg":"en","news_recruit.jpg":"en","news_squad2.jpg":"en","news_supreme.jpg":"en","news_tiempo.jpg":"en","news_tierv.jpg":"en","news_torrehielo.jpg":"en","news_torremovil.jpg":"en","news_tower_2.jpg":"en","news_trolls.jpg":"en","news_trolls_discount.jpg":"en","news_tsunami.jpg":"en","news_vikingos.jpg":"en","news_warehouse.jpg":"en","news_watertower.jpg":"en","news_watertower2.jpg":"en","news_wonders.jpg":"en","news_world.jpg":"en","news_zepelin.jpg":"en","new_2hard.jpg":"en","new_470maravilla.jpg":"en","new_635_ent.jpg":"en","new_bahamut_riders.jpg":"en","new_bestciv2_4.jpg":"en","new_bestciv2_5.jpg":"en","new_bestciv2_6.jpg":"en","new_bestciv2_7.jpg":"en","new_bestciv3_1.jpg":"en","new_bestciv3_2.jpg":"en","new_bestciv3_3.jpg":"en","new_bestciv3_4.jpg":"en","new_bestciv3_5.jpg":"en","new_bestcivs2.jpg":"en","new_bestcivs2_2.jpg":"en","new_bestcivs2_3.jpg":"en","new_boss2.jpg":"en","new_castledragon.jpg":"en","new_civelv.jpg":"en","new_civelv2.jpg":"en","new_civelv3.jpg":"en","new_civelv4.jpg":"en","new_civelv5.jpg":"en","new_civglad.jpg":"en","new_civglad2.jpg":"en","new_civglad3.jpg":"en","new_civglad4.jpg":"en","new_civglad5.jpg":"en","new_civglad6.jpg":"en","new_civglad7.jpg":"en","new_civork1.jpg":"en","new_civork3.jpg":"en","new_civork4.jpg":"en","new_civork5.jpg":"en","new_decos.jpg":"en","new_dragonrider.jpg":"en","new_dragon_riders.jpg":"en","new_elitearmy.jpg":"en","new_gods.jpg":"en","new_gods2.jpg":"en","new_halloween.jpg":"en","new_halloween2.jpg":"en","new_hardcore.jpg":"en","new_hardgods.jpg":"en","new_lanza.jpg":"en","new_lanza2.jpg":"en","new_monday.jpg":"en","new_multiciv.jpg":"en","new_multiciv1.jpg":"en","new_multiciv2.jpg":"en","new_multiciv3.jpg":"en","new_multiciv4.jpg":"en","new_myth2.jpg":"en","new_myth5.jpg":"en","new_myth6.jpg":"en","new_myth6b.jpg":"en","new_myth7.jpg":"en","new_necro1.jpg":"en","new_necro2.jpg":"en","new_necro3.jpg":"en","new_necro4.jpg":"en","new_necro5.jpg":"en","new_necro_feature.jpg":"en","new_nestmonster.jpg":"en","new_newmagics.jpg":"en","new_pharaohs.jpg":"en","new_pharaohs2.jpg":"en","new_pharaohs3.jpg":"en","new_pharaohs4.jpg":"en","new_punisherknight.jpg":"en","new_supreme.jpg":"en","new_survival.jpg":"en","new_tiger.jpg":"en","new_time.jpg":"en","new_tourney.jpg":"en","new_trex.jpg":"en","NIEVE.jpg":"","nino_00.png":"","nino_01.png":"","nino_02.png":"","nino_03.png":"","nino_04.png":"","nino_05.png":"","nino_06.png":"","nino_07.png":"","nino_08.png":"","nino_09.png":"","nino_10.png":"","nino_11.png":"","nino_12.png":"","nino_13.png":"","nino_14.png":"","nino_15.png":"","nino_16.png":"","nino_17.png":"","nino_18.png":"","nino_19.png":"","nino_20.png":"","nino_21.png":"","nino_22.png":"","nino_23.png":"","nino_24.png":"","NoGiftsIcon.png":"","nubes.jpg":"","offer_pack_1.png":"en","offer_pack_10.png":"en","offer_pack_11.png":"en","offer_pack_12.png":"en","offer_pack_13.png":"en","offer_pack_14.png":"en","offer_pack_15.png":"en","offer_pack_16.png":"en","offer_pack_17.png":"en","offer_pack_18.png":"en","offer_pack_19.png":"en","offer_pack_2.png":"en","offer_pack_20.png":"en","offer_pack_21.png":"en","offer_pack_22.png":"en","offer_pack_23.png":"en","offer_pack_24.png":"en","offer_pack_25.png":"en","offer_pack_26.png":"en","offer_pack_27.png":"en","offer_pack_28.png":"en","offer_pack_29.png":"en","offer_pack_3.png":"en","offer_pack_30.png":"en","offer_pack_31.png":"en","offer_pack_32.png":"en","offer_pack_33.png":"en","offer_pack_34.png":"en","offer_pack_35.png":"en","offer_pack_36.png":"en","offer_pack_37.png":"en","offer_pack_38.png":"en","offer_pack_39.png":"en","offer_pack_4.png":"en","offer_pack_40.png":"en","offer_pack_41.png":"en","offer_pack_42.png":"en","offer_pack_43.png":"en","offer_pack_44.png":"en","offer_pack_45.png":"en","offer_pack_46.png":"en","offer_pack_47.png":"en","offer_pack_48.png":"en","offer_pack_49.png":"en","offer_pack_5.png":"en","offer_pack_50.png":"en","offer_pack_51.png":"en","offer_pack_52.png":"en","offer_pack_53.png":"en","offer_pack_54.png":"en","offer_pack_55.png":"en","offer_pack_56.png":"en","offer_pack_57.png":"en","offer_pack_58.png":"en","offer_pack_59.png":"en","offer_pack_6.png":"en","offer_pack_60.png":"en","offer_pack_61.png":"en","offer_pack_62.png":"en","offer_pack_63.png":"en","offer_pack_64.png":"en","offer_pack_65.png":"en","offer_pack_7.png":"en","offer_pack_8.png":"en","offer_pack_9.png":"en","oveja.png":"","pierdes_defensa.jpg":"","popupDragonProgress1.swf":"","popupDragonProgress2.swf":"","popupDragonProgress3.swf":"","popupDragonProgress4.swf":"","popupDragonProgress5.swf":"","popupDragonProgress6.swf":"","popupMonsterProgress1.swf":"","popupMonsterProgress2.swf":"","popupMonsterProgress3.swf":"","popupMonsterProgress4.swf":"","pop_up5_sueno2.jpg":"","pop_up_nieve.jpg":"","prev_magic_black_hole.jpg":"","prev_magic_crack.jpg":"","prev_magic_dragon.jpg":"","prev_magic_enlarge.jpg":"","prev_magic_fire.jpg":"","prev_magic_frozen.jpg":"","prev_magic_full_limit.jpg":"","prev_magic_golem.jpg":"","prev_magic_heal.jpg":"","prev_magic_poison.jpg":"","prev_magic_range_increaser.jpg":"","prev_magic_shield.jpg":"","prev_magic_speed_increaser.jpg":"","prev_magic_stone.jpg":"","prev_magic_yeti.jpg":"","princess.png":"","princess2.png":"","principecolgado.png":"","prisonarchers.png":"","prisontroll.png":"","quests_manager_img1.jpg":"","quests_manager_img2.jpg":"","quests_manager_img3.jpg":"","quests_manager_img4.jpg":"","quests_manager_img5.jpg":"","quests_manager_img_1.jpg":"","quests_manager_img_2.jpg":"","quests_manager_img_3.jpg":"","quests_manager_img_4.jpg":"","quests_manager_img_5.jpg":"","quests_manager_img_6.jpg":"","quests_manager_img_7.jpg":"","quest_allies.jpg":"","quest_altar_azteca.jpg":"","quest_arbolvida.jpg":"","quest_archers.jpg":"","quest_atlantes_tesoro.jpg":"","quest_balrog.jpg":"","quest_cages.jpg":"","quest_chinos_dragones.jpg":"","quest_chinos_fuegos.jpg":"","quest_cleopatra.jpg":"","quest_egypt_golem.jpg":"","quest_egypt_sarcofago.jpg":"","quest_ent.jpg":"","quest_healers.jpg":"","quest_kidnapped.jpg":"","quest_magos.jpg":"","quest_map.png":"","quest_mill.jpg":"","quest_portales.jpg":"","quest_prince.jpg":"","quest_princess.jpg":"","quest_rockdriller.jpg":"","quest_siege.jpg":"","quest_stone_mine.jpg":"","quest_treasure.jpg":"","quest_troll.jpg":"","quest_undead.jpg":"","quest_vibora.jpg":"","quest_vikingos_cerveza.jpg":"","quest_villagers.jpg":"","quest_yeti_negro.jpg":"","recruitprize_556.jpg":"","recruitprize_569.jpg":"","recruitprize_602.jpg":"","recruitprize_603.jpg":"","recruitprize_606.jpg":"","rockdriller_start.jpg":"","rockdriller_win.jpg":"","SELVA.jpg":"","ship.png":"","ship2.png":"","SURVIVAL_DESIERTO.jpg":"","SURVIVAL_MINERAL.jpg":"","SURVIVAL_NIEVE.jpg":"","SURVIVAL_NUBES.jpg":"","SURVIVAL_SELVA.jpg":"","TESORO.jpg":"","thumbprincess.jpg":"","thumbrey.jpg":"","totem.png":"","tournament_friends.jpg":"","tournament_weekly_cash.jpg":"","tournament_weekly_gold.jpg":"","townHuman.png":"","townTroll.png":"","troll_civ.png":"en","trols.png":"","trolsentado.png":"","vaca.png":"","victoryYETI.jpg":"","villagers.png":"","vs-nivel1.jpg":"","vs-nivel2.jpg":"","vs-nivel3.jpg":"","vs-nivel4.jpg":"","vs-nivel5.jpg":"","vs-nivel6.jpg":"","vs-nivel7.jpg":"","weekly_tournament_bot1.png":"","weekly_tournament_bot2.png":"","weekly_tournament_bot3.png":"","win-golem.jpg":"","zeppelin.jpg":""},"social_items":[{"id":6,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"},{"id":16,"worker_cost":2,"workers":"Geologist,Miner"},{"id":18,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner,Supervisor"},{"id":23,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer"},{"id":24,"worker_cost":2,"workers":"Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl"},{"id":49,"worker_cost":2,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":50,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":185,"worker_cost":4,"workers":"Veterinary,Trainer,Waterboy,Assistant,Supervisor"},{"id":189,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"},{"id":202,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic"},{"id":212,"worker_cost":3,"workers":"Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl,Prayer boy,Prayer girl"},{"id":216,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist,Supervisor,Boss"},{"id":224,"worker_cost":3,"workers":"Captain,Cabin boy,Helmsman"},{"id":234,"worker_cost":3,"workers":"1st Ally,2nd Ally,3rd Ally,4th Ally,5th Ally,6th Ally,7th Ally,8th Ally,9th Ally"},{"id":266,"worker_cost":2,"workers":"+125,+125,+125,+125,+125,+125,+125,+125"},{"id":299,"worker_cost":5,"workers":"Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway"},{"id":301,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"},{"id":318,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner"},{"id":320,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner,Supervisor"},{"id":335,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer"},{"id":337,"worker_cost":2,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":338,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":343,"worker_cost":3,"workers":"Captain,Grummet,Helmsman,Boatswain,Sailor,Engineer,Cook,Skipper,Traveller,Stowaway"},{"id":344,"worker_cost":5,"workers":"Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway,Engineer,Assistant"},{"id":346,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"},{"id":349,"worker_cost":4,"workers":"Veterinary,Trainer,Waterboy,Assistant,Supervisor"},{"id":352,"worker_cost":2,"workers":"+125,+125,+125,+125,+125,+125,+125,+125"},{"id":362,"worker_cost":2,"workers":"Shaman,Farseer,Altar boy, Altar Girl,Follower boy,Follower Girl,Card reader,Voodoo Doll,Incense Boy,Incense Girl"},{"id":387,"worker_cost":0,"workers":"New Recruit,New Recruit,New Recruit"},{"id":389,"worker_cost":0,"workers":"1,2,3,4,5,6,7,8"},{"id":470,"worker_cost":0,"workers":"New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit"}],"globals":{"MARKET_BASE_COSTS":{"w":100,"s":150,"f":100},"MARKET_INCREMENT":0.02,"MARKET_SELL_PERCENTAGE":0.75,"MARKET_MAX_INCREMENTS":200,"MARKET_MAX_DECREMENTS":25,"MARKET_PERIOD_HOURS":20,"EXCHANGE_CASH":5,"EXCHANGE_GOLD":2500,"COLLECTION_REWARDS":[0,176,177,178,179,180,551,546,544,552,553,206,207,208,209,124,561,562,563,564,565,875,853,1410],"COLLECTION_PRICES":"DEPRECATED","HEROES":[533,534,535,550,554,555,556,557],"COLLECT_BUILDINGS_SUBCAT_FUNCS":[511,124,121],"ATTACKS_PERIOD_HOURS":6,"ATTACKS_PERIOD_MAX":3,"ASSIST_REWARD_GOLD":10,"ASSIST_REWARD_XP":3,"RESURRECT_COST_MULT":500,"LIMITED_EDITION_EXPIRATION":"2012-09-14","ALLIES_BUILDING":234,"SUBCAT_FARMS":122,"ALLIES_MARKET":266,"ALLIES_MARKET_INCREMENTAL_COLLECT":{"w":125,"s":125,"f":125,"g":125},"ALLIES_MARKET_INITIAL_COLLECT":{"w":125,"s":125,"f":125,"g":125},"ENERGY_COSTS":{"15":4,"30":8,"60":15},"COST_UNLOCK_SKIN":20,"ALLIES_MARKET_TROLLS":352,"COLLECT_HELP_SECONDS":3600,"NEWFRIENDS_REWARD_ID_UNIT":"603.1,606.2,569.2,556.1,602.1","NEWFRIENDS_REWARD_DESCRIPTION":"615,616,617,618,619","NEWS_IMAGE":"DEPRECATED","NEWS_STORE":"DEPRECATED","NEWFRIENDS_REWARD_SCALE_UNIT":"0.9,1.1,1.1,1.1,0.8","ROUND_TABLE":389,"MAX_FEEDS_ROUND_TABLE":60,"RECRUITMENT_PRIZE":387,"MAX_GOLD_ASSAULT":20000,"EXPIRABLE_UNITS":[615],"RESURRECTABLE_UNITS":{"533":"533","534":"534","535":"535","550":"550","554":"554","555":"555","556":"556","557":"557","553":"550","565":"557"},"COST_MANA_GOLD":20000,"COST_MANA_CASH":1,"ISLE_ORDER":["100000006","100000007","100000008","100000002","100000012","100000021","100000022","100000003","100000028","100000014","100000013","100000020","100000015","100000019","100000018","100000023","100000011","100000033","100000041","100000042","100000043","100000044","100000045","100000046","100000047","100000090","100000091","100000092"],"UNIT_ENLARGE_DURATION":30000,"NUM_SPELL_USES_LVL2":25,"NUM_SPELL_USES_LVL3":50,"MANA_PER_PURCHASE":5,"START_LEVEL_MANA_REWARD":36,"MANA_REWARD_PER_LEVEL":2,"SHOW_GRATS_PACK":0,"MAX_GOLD_QUEST":25000,"POPULATION_WONDER_ID":470,"POPULATION_INCREASE":10,"POPULATION_INCREASE_QTY":5,"COLLECT_VARIABLE_IDS":[5,6,7,202,13,14,15,203,16,17,18,204,77,78,79,205],"ANIMALS_PER_DAY":20,"SPEED_HACK_CONTROL":0,"SURVIVAL_UNLOCK_MAP_CASH":[0,0,0,20,30],"SURVIVAL_WAIT_HOURS_MAP_REPEAT":1,"SURVIVAL_BUY_LIVE_CASH":3,"SURVIVAL_HOURS_LIVE_REGENERATE":3,"PVP_BUY_TERRITORY_CASH":5,"PVP_BUY_ISLAND_CASH":30,"WAREHOUSE_CAPACITIES":[50,100,150,200,250,300,350,400,450,500,550,600,650,700,750,800,850,900,950,1000],"WAREHOUSE_CAPACITY_INCREASE_PRICE":[0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50],"WAREHOUSE_CAPACITY_INCREASE_PRICE_SINGLE":2,"WAREHOUSE_MAX_CAPACITY":1000,"SPAWN_MOROCCO_DEALER":1,"TOURNAMENT_MAX_NUMBER_COMPLEX_UNITS":10,"TOURNAMENT_UNITS_NOT_ALLOWED":[762,683,716,765,791,735,569,879,2007,2003,2145],"TOURNAMENT_ACTIVATED":1,"SPAWN_MENVSWOMEN_ADVERTISING":1,"NEWS_ITEM":[{"news_image":"new_bestciv3_5.jpg","news_store":"12.121.0"},{"news_image":"new_punisherknight.jpg","news_store":"12.121.0"},{"news_image":"new_gods2.jpg","news_store":"gods"},{"news_image":"new_2hard.jpg","news_store":""},{"news_image":"new_hardgods.jpg","news_store":"godsquests"},{"news_image":"new_decos.jpg","news_store":"2.45.0"},{"news_image":"new_supreme.jpg","news_store":"1.13.0"},{"news_image":"new_newmagics.jpg","news_store":"1.13.0"},{"news_image":"new_hardcore.jpg","news_store":null},{"news_image":"new_bahamut_riders.jpg","news_store":"1.13.0"}],"DRAGONS":{"649":{"rider":"1","tamedId":"832"},"684":{"rider":"1","tamedId":"833"},"695":{"rider":"1","tamedId":"834"},"708":{"rider":"1","tamedId":"835"},"714":{"rider":"1","tamedId":"836"},"723":{"rider":"1","tamedId":"837"},"736":{"rider":"2","tamedId":"838"},"758":{"rider":"2","tamedId":"839"},"766":{"rider":"2","tamedId":"840"},"777":{"rider":"2","tamedId":"841"},"785":{"rider":"2","tamedId":"842"},"793":{"rider":"2","tamedId":"843"},"798":{"rider":"3","tamedId":"844"},"826":{"rider":"3","tamedId":"845"},"847":{"rider":"3","tamedId":"851"},"846":{"rider":"3","tamedId":"852"},"853":{"rider":"3","tamedId":"855"},"862":{"rider":"3","tamedId":"864"},"875":{"rider":"3","tamedId":"877"},"888":{"rider":"3","tamedId":"889"},"891":{"rider":"3","tamedId":"893"},"2000":{"rider":"3","tamedId":"2002"},"2013":{"rider":"3","tamedId":"2015"},"2016":{"rider":"3","tamedId":"2018"},"2023":{"rider":"3","tamedId":"2026"},"2037":{"rider":"3","tamedId":"2038"},"2043":{"rider":"3","tamedId":"2045"},"2039":{"rider":"3","tamedId":"2041"},"2048":{"rider":"3","tamedId":"2050"},"2057":{"rider":"3","tamedId":"2058"},"2063":{"rider":"3","tamedId":"2065"},"2069":{"rider":"3","tamedId":"2071"},"2121":{"rider":"3","tamedId":"2123"},"2129":{"rider":"3","tamedId":"2131"},"2132":{"rider":"3","tamedId":"2134"},"2140":{"rider":"3","tamedId":"2142"},"2171":{"rider":"3","tamedId":"2173"},"2174":{"rider":"3","tamedId":"2176"}},"DRAGON_RIDERS":{"1":{"unlockLevel":35,"steps":5,"stepCost":15},"2":{"unlockLevel":40,"steps":6,"stepCost":15},"3":{"unlockLevel":45,"steps":7,"stepCost":15}},"MONDAY_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"PRICE_COMPLETE_GOAL":2,"HEAVY_SIEGE_COST_CASH":20,"POLICY_FILES":["https:\/\/fbcdn-profile-a.akamaihd.net","http:\/\/profile.ak.fbcdn.net\/","https:\/\/s-assets.tp-cdn.com"],"CASH_WONDER":1299,"MAX_GOLD_HARDCORE_QUEST":30000,"DART_COST_CASH":20,"ACTIVATE_DRAGON_NEST_CASH":50,"ACTIVATE_DRAGON_NEST_GOLD":100000,"ACTIVATE_MONSTER_NEST_CASH":50,"ACTIVATE_MONSTER_NEST_GOLD":100000,"PERCENT_UNITS_RECOVERED_ATTACKER_L9":95,"PERCENT_UNITS_RECOVERED_ATTACKER_L9_MD":65,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15":75,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15_MD":55,"PERCENT_UNITS_RECOVERED_ATTACKER_L16":50,"PERCENT_UNITS_RECOVERED_ATTACKER_L16_MD":30,"PERCENT_UNITS_RECOVERED_DEFENDER":95,"PERCENT_UNITS_RECOVERED_DEFENDER_MD":75,"PERCENT_UNITS_RECOVERED_BOSS":70,"PERCENT_UNITS_RECOVERED_BOSS_MD":50,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND":60,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND_MD":30,"PERCENT_UNITS_RECOVERED_ISLE":60,"PERCENT_UNITS_RECOVERED_ISLE_MD":30,"DAILY_BONUS_CONFIG":[{"qty":250,"type":"g"},{"qty":1,"type":"hero"},{"qty":1,"type":"c"},{"qty":1,"type":"hero"},{"qty":3,"type":"c"}],"DAILY_BONUS_CONFIG_HEROES":[555,554,534,533,550,557,535,556],"DRAGON_NEST_FEED_CASH":1,"DRAGON_NEST_TAKE_CARE_CASH":1,"MONSTER_NEST_FEED_CASH":1,"MONSTER_NEST_TAKE_CARE_CASH":1,"MONDAY_BONUS_UNITS":[784,699,761,644,863],"COMEBACK_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"COMEBACK_BONUS_UNITS":[768,712],"TIME_MACHINE":[{"hours":0.5,"price":2},{"hours":1,"price":4},{"hours":4,"price":12},{"hours":8,"price":25},{"hours":12,"price":40},{"hours":24,"price":75}],"ID_BUILDING_LEVELUP_STATUE":1478,"REWARD_QUESTS_CHAPTERS_MULTIPLIER":0.3,"QUESTS_MIN_LEVELS":{"100000046":40,"100000047":40},"UNLOCKED_FOREVER_QUESTS":["100000090","100000091","100000092"],"MAX_GOLD_GOD_QUEST":35000,"MAX_XP_QUEST":7500,"MAX_XP_GOD_QUEST":8500},"magics":[{"id":2,"name":"Fire Havoc","description":"A fire tempest hits the battlefield. More effective against units.","mana":5,"area":"[5,7,9]","level":35,"gold":1000,"cash":35,"img_name":"magic_fire","target":2},{"id":3,"name":"Ultimate Hail","description":"Hundreds of boulders fall from the sky. More effective against buildings.","mana":7,"area":"[5,7,9]","level":45,"gold":60000,"cash":55,"img_name":"magic_stone","target":2},{"id":4,"name":"Deadly Frostbite","description":"Units are dead frozen, unable to move or attack for some time.","mana":5,"area":"[5,7,9]","level":43,"gold":15000,"cash":35,"img_name":"magic_frozen","target":2},{"id":5,"name":"Sacred Rain","description":"A healing rain pours over wounded units and replenishes their life.","mana":3,"area":"[5,7,9]","level":36,"gold":10000,"cash":38,"img_name":"magic_heal","target":1},{"id":6,"name":"Golem's Wrath","description":"A powerful Stone Golem ally is summoned on the battlefield.","mana":15,"area":"[1,1,1]","level":40,"gold":25000,"cash":45,"img_name":"magic_golem","target":0},{"id":7,"name":"Hell Abyss","description":"Earth crumbles and swallows small units and buildings for life.","mana":10,"area":"[5,7,9]","level":38,"gold":15000,"cash":40,"img_name":"magic_crack","target":2},{"id":8,"name":"Poisonous Flood","description":"A poisonous flood infects units and deals damage over time. Higher levels infect nearby targets.","mana":10,"area":"[5,7,9]","level":43,"gold":10000,"cash":30,"img_name":"magic_poison","target":2},{"id":9,"name":"Ether Shield","description":"A shield made of solid ether absorbs some damage inflicted to your units.","mana":6,"area":"[5,7,9]","level":38,"gold":50000,"cash":40,"img_name":"magic_shield","target":1},{"id":10,"name":"Yeti's Trail","description":"An abominable Yeti is summoned, wrecking havoc on enemy units.","mana":8,"area":"[1,1,1]","level":45,"gold":70000,"cash":60,"img_name":"magic_yeti","target":0},{"id":11,"name":"Age of Colossus","description":"Your units increase in size and deal more damage for some time.","mana":8,"area":"[5,7,9]","level":40,"gold":25000,"cash":45,"img_name":"magic_enlarge","target":1},{"id":12,"name":"Summon Dragon","description":"Summons a powerful Dragon to assist you on the battle.","mana":18,"area":"[1,1,1]","level":53,"gold":300000,"cash":80,"img_name":"magic_dragon","target":0},{"id":13,"name":"Instant Limit","description":"Instantly fills up the Limit Bar of your units.","mana":14,"area":"[5,7,9]","level":49,"gold":250000,"cash":70,"img_name":"magic_full_limit","target":0},{"id":14,"name":"2x Speed","description":"Doubles the movement speed of your units.","mana":10,"area":"[5,7,9]","level":47,"gold":150000,"cash":60,"img_name":"magic_speed_increaser","target":0},{"id":15,"name":"2x Range","description":"Doubles the attack range of your units.","mana":12,"area":"[5,7,9]","level":47,"gold":200000,"cash":60,"img_name":"magic_range_increaser","target":0},{"id":16,"name":"Black Hole","description":"Swallows enemies and buildings during certain amount of time.","mana":16,"area":"[5,7,9]","level":49,"gold":300000,"cash":80,"img_name":"magic_black_hole","target":0}],"units_collections_categories":{"1":{"category_id":1,"category_lang_id":1055,"units":[509,510,511,539,608],"rewards":608,"cost":1,"costs":null,"position":5},"2":{"category_id":2,"category_lang_id":1056,"units":[516,517,518,540,609],"rewards":609,"cost":1,"costs":null,"position":10},"3":{"category_id":3,"category_lang_id":1057,"units":[572,515,573,574],"rewards":574,"cost":2,"costs":null,"position":15},"4":{"category_id":4,"category_lang_id":1058,"units":[512,513,514,541,610],"rewards":610,"cost":2,"costs":null,"position":20},"5":{"category_id":5,"category_lang_id":1060,"units":[569,570,502,576],"rewards":576,"cost":3,"costs":null,"position":25},"6":{"category_id":6,"category_lang_id":1090,"units":[603,643,687,575],"rewards":575,"cost":5,"costs":[5,7,9,5],"position":30},"7":{"category_id":7,"category_lang_id":1091,"units":[635,654,615,623],"rewards":623,"cost":15,"costs":[20,25,15,15],"position":35},"33":{"category_id":33,"category_lang_id":1141,"units":[719,721],"rewards":721,"cost":15,"costs":[15,20],"position":40},"61":{"category_id":61,"category_lang_id":1431,"units":[872,894,886,896,883],"rewards":872,"cost":100,"costs":[260,250,240,250,245],"position":42},"8":{"category_id":8,"category_lang_id":1062,"units":[553,652,683,706],"rewards":706,"cost":10,"costs":[10,12,14,16],"position":45},"34":{"category_id":34,"category_lang_id":1142,"units":[712,727,771,796],"rewards":796,"cost":10,"costs":[18,20,22,24],"position":50},"9":{"category_id":9,"category_lang_id":1063,"units":[507,508,560,563],"rewards":563,"cost":5,"costs":[5,5,5,5],"position":55},"10":{"category_id":10,"category_lang_id":1065,"units":[519,520,521,522,568],"rewards":568,"cost":5,"costs":null,"position":60},"11":{"category_id":11,"category_lang_id":1216,"units":[544,631,642,537,641],"rewards":641,"cost":25,"costs":[20,25,30,25,30],"position":65},"12":{"category_id":12,"category_lang_id":1068,"units":[533,534,535,554],"rewards":554,"cost":6,"costs":null,"position":70},"13":{"category_id":13,"category_lang_id":1069,"units":[555,556,557],"rewards":557,"cost":9,"costs":null,"position":75},"14":{"category_id":14,"category_lang_id":1092,"units":[660,661,694],"rewards":694,"cost":25,"costs":null,"position":80},"15":{"category_id":15,"category_lang_id":1070,"units":[525,526,527,596],"rewards":596,"cost":5,"costs":[5,6,7,8],"position":85},"16":{"category_id":16,"category_lang_id":1071,"units":[529,547,530,531,589],"rewards":589,"cost":10,"costs":[10,12,14,14],"position":90},"17":{"category_id":17,"category_lang_id":1072,"units":[590,591,592,604,605],"rewards":605,"cost":15,"costs":[10,16,18,16,16],"position":95},"18":{"category_id":18,"category_lang_id":1073,"units":[585,586,587,588],"rewards":588,"cost":10,"costs":null,"position":100},"19":{"category_id":19,"category_lang_id":1074,"units":[606,607],"rewards":607,"cost":10,"costs":null,"position":105},"20":{"category_id":20,"category_lang_id":1075,"units":[577,578],"rewards":578,"cost":10,"costs":null,"position":110},"21":{"category_id":21,"category_lang_id":1076,"units":[612,613,614],"rewards":614,"cost":10,"costs":null,"position":115},"22":{"category_id":22,"category_lang_id":1077,"units":[619,620,621,622],"rewards":622,"cost":10,"costs":null,"position":120},"23":{"category_id":23,"category_lang_id":1078,"units":[626,627,628,629],"rewards":629,"cost":15,"costs":[15,15,18,20],"position":125},"24":{"category_id":24,"category_lang_id":1079,"units":[632,633,634],"rewards":634,"cost":15,"costs":[18,15,15],"position":130},"25":{"category_id":25,"category_lang_id":1081,"units":[644,645,646,647,648],"rewards":648,"cost":30,"costs":[35,30,30,40,35],"position":135},"26":{"category_id":26,"category_lang_id":1082,"units":[699,701,702,703,700],"rewards":700,"cost":30,"costs":[35,30,40,30,35],"position":140},"27":{"category_id":27,"category_lang_id":1083,"units":[704,705,711,715,724],"rewards":724,"cost":30,"costs":[30,30,40,35,40],"position":145},"28":{"category_id":28,"category_lang_id":1084,"units":[649,684,695,708,723],"rewards":723,"cost":100,"costs":[100,100,110,120,130],"position":150},"39":{"category_id":39,"category_lang_id":1147,"units":[714,736,758,766,785],"rewards":766,"cost":100,"costs":[140,150,160,170,180],"position":155},"47":{"category_id":47,"category_lang_id":1243,"units":[777,793,798,826,830],"rewards":777,"cost":100,"costs":[190,200,210,220,230],"position":160},"55":{"category_id":55,"category_lang_id":1328,"units":[847,846,862],"rewards":847,"cost":240,"costs":[240,240,240],"position":165},"29":{"category_id":29,"category_lang_id":1064,"units":[638,651,698,710,725],"rewards":725,"cost":35,"costs":[35,37,39,41,43],"position":190},"46":{"category_id":46,"category_lang_id":1240,"units":[768,769,784,790,813],"rewards":769,"cost":35,"costs":[45,47,49,51,53],"position":195},"52":{"category_id":52,"category_lang_id":1296,"units":[814,820,849],"rewards":820,"cost":35,"costs":[55,57,59],"position":196},"30":{"category_id":30,"category_lang_id":1087,"units":[655,662],"rewards":662,"cost":5,"costs":null,"position":210},"31":{"category_id":31,"category_lang_id":1088,"units":[561,562],"rewards":562,"cost":10,"costs":null,"position":215},"32":{"category_id":32,"category_lang_id":1089,"units":[637,653,707,650,709],"rewards":709,"cost":75,"costs":[75,80,85,85,85],"position":220},"40":{"category_id":40,"category_lang_id":1148,"units":[716,717,741,742,745],"rewards":745,"cost":75,"costs":[75,80,85,75,85],"position":225},"44":{"category_id":44,"category_lang_id":1217,"units":[770,776,757,772,762,782],"rewards":782,"cost":75,"costs":[75,85,85,90,85],"position":230},"57":{"category_id":57,"category_lang_id":1331,"units":[829,831],"rewards":831,"cost":100,"costs":[100,110],"position":231},"35":{"category_id":35,"category_lang_id":1143,"units":[729,730,731,732,733],"rewards":733,"cost":30,"costs":[30,30,30,35,30],"position":235},"36":{"category_id":36,"category_lang_id":1144,"units":[735,738,746],"rewards":746,"cost":30,"costs":[35,35,50],"position":240},"41":{"category_id":41,"category_lang_id":1149,"units":[713,722,737],"rewards":737,"cost":75,"costs":[75,80,85],"position":245},"37":{"category_id":37,"category_lang_id":1145,"units":[748,749,750,751,752],"rewards":752,"cost":40,"costs":[70,50,40,40,45],"position":250},"38":{"category_id":38,"category_lang_id":1146,"units":[755,753,754,778,828],"rewards":775,"cost":75,"costs":[85,75,75,90,95],"position":255},"42":{"category_id":42,"category_lang_id":1218,"units":[781,773,764,765,792],"rewards":792,"cost":75,"costs":[80,75,75,85,80],"position":260},"43":{"category_id":43,"category_lang_id":1219,"units":[759,760,761,779,774],"rewards":774,"cost":60,"costs":null,"position":265},"45":{"category_id":45,"category_lang_id":1239,"units":[786,787,788,789,780,778],"rewards":778,"cost":75,"costs":[85,85,80,75,75],"position":270},"48":{"category_id":48,"category_lang_id":1264,"units":[809,808,797,802,818],"rewards":795,"cost":60,"costs":null,"position":275},"49":{"category_id":49,"category_lang_id":1265,"units":[811,810,799,794,801],"rewards":794,"cost":75,"costs":[75,80,75,85,80],"position":280},"50":{"category_id":50,"category_lang_id":1292,"units":[803,805,807,812,795],"rewards":807,"cost":75,"costs":[75,80,85,85,75],"position":285},"51":{"category_id":51,"category_lang_id":1293,"units":[815,816,817,806,821],"rewards":806,"cost":75,"costs":[85,80,75,90,75],"position":290},"54":{"category_id":54,"category_lang_id":1327,"units":[827,825],"rewards":827,"cost":75,"costs":[85,60],"position":295},"53":{"category_id":53,"category_lang_id":1330,"units":[744,775,856],"rewards":778,"cost":75,"costs":[80,85,90],"position":300},"58":{"category_id":58,"category_lang_id":1400,"units":[867,866,869,897,860],"rewards":867,"cost":90,"costs":[80,90,90,100,110],"position":310},"59":{"category_id":59,"category_lang_id":1401,"units":[879,884],"rewards":884,"cost":120,"costs":[120,130],"position":315},"62":{"category_id":62,"category_lang_id":1500,"units":[2005,2006,2007,2008,2009],"rewards":2009,"cost":100,"costs":[35,35,70,90,60],"position":320},"63":{"category_id":63,"category_lang_id":1502,"units":[2010,2011,2012,2019,2020],"rewards":2019,"cost":150,"costs":[70,100,55,125,90],"position":325},"64":{"category_id":64,"category_lang_id":1505,"units":[2021,2022,2036],"rewards":2022,"cost":150,"costs":[90,125,130],"position":330}},"level_ranking_reward":[{"level":50,"cash":1,"units":{"640":1,"117":1}},{"level":49,"cash":1,"units":{"553":1}},{"level":48,"cash":1,"units":{"629":1}},{"level":47,"cash":1,"units":{"703":1}},{"level":46,"cash":1,"units":{"612":1}},{"level":45,"cash":1,"units":{"647":1,"119":1}},{"level":44,"cash":1,"units":{"633":1}},{"level":43,"cash":1,"units":null},{"level":42,"cash":1,"units":{"632":1}},{"level":41,"cash":1,"units":null},{"level":40,"cash":1,"units":null},{"level":39,"cash":1,"units":{"518":1}},{"level":38,"cash":1,"units":{"560":1}},{"level":37,"cash":1,"units":{"556":1}},{"level":36,"cash":1,"units":{"608":1}},{"level":35,"cash":1,"units":{"603":1,"123":1}},{"level":34,"cash":1,"units":{"540":1}},{"level":33,"cash":1,"units":{"565":1}},{"level":32,"cash":1,"units":{"534":1}},{"level":31,"cash":1,"units":{"507":1}},{"level":30,"cash":1,"units":{"655":1,"124":1}},{"level":29,"cash":1,"units":{"573":1}},{"level":28,"cash":1,"units":{"578":1}},{"level":27,"cash":1,"units":{"555":1}},{"level":26,"cash":1,"units":{"541":1}},{"level":25,"cash":1,"units":{"643":1,"128":1}},{"level":23,"cash":1,"units":{"574":1}},{"level":22,"cash":1,"units":{"633":1}},{"level":21,"cash":1,"units":{"606":1}},{"level":20,"cash":1,"units":{"615":1,"126":1}},{"level":19,"cash":1,"units":{"620":1}},{"level":24,"cash":1,"units":{"577":1}},{"level":18,"cash":1,"units":{"627":1}},{"level":17,"cash":1,"units":{"652":1}},{"level":16,"cash":1,"units":{"623":1}},{"level":15,"cash":1,"units":{"638":1,"121":1}},{"level":14,"cash":1,"units":{"662":1}},{"level":13,"cash":1,"units":{"644":1}},{"level":12,"cash":1,"units":{"683":1}},{"level":11,"cash":1,"units":{"626":1}},{"level":10,"cash":1,"units":{"651":10,"122":1}},{"level":9,"cash":1,"units":{"699":1}},{"level":8,"cash":1,"units":{"646":1}},{"level":7,"cash":1,"units":{"706":1}},{"level":6,"cash":1,"units":{"686":10}},{"level":5,"cash":1,"units":{"660":1,"575":10}},{"level":4,"cash":1,"units":{"661":1}},{"level":3,"cash":1,"units":{"694":1}},{"level":2,"cash":1,"units":{"712":1}},{"level":1,"cash":1,"units":{"650":1,"686":10}}],"tournament_type":{"1":{"id":1,"name":"NEWBIES","resource_type":"g","cost":500,"prize":[{"g":1500,"u":{"662":1}},{"g":1500,"u":{"729":1}},{"g":1500,"u":{"699":1}},{"g":1500,"u":{"712":1}},{"g":1500,"u":{"751":1}}],"num_players":4,"duration":24,"picture":"vs-nivel1.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"2":{"id":2,"name":"ADVANCED","resource_type":"c","cost":15,"prize":[{"c":30,"u":{"831":1}},{"c":30,"u":{"755":1}},{"c":30,"u":{"745":1}},{"c":30,"u":{"861":1}},{"c":30,"u":{"786":1}}],"num_players":4,"duration":24,"picture":"vs-nivel2.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"3":{"id":3,"name":"BEGINNERS","resource_type":"g","cost":2000,"prize":[{"g":6000,"u":{"771":1}},{"g":6000,"u":{"795":1}},{"g":6000,"u":{"711":1}},{"g":6000,"u":{"753":1}},{"g":6000,"u":{"749":1}}],"num_players":4,"duration":24,"picture":"vs-nivel3.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"4":{"id":4,"name":"PROFESSIONAL","resource_type":"c","cost":30,"prize":[{"c":60,"u":{"737":1}},{"c":60,"u":{"736":1}},{"c":60,"u":{"764":1}},{"c":60,"u":{"829":1}},{"c":60,"u":{"714":1}}],"num_players":4,"duration":24,"picture":"vs-nivel4.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"5":{"id":5,"name":"AMATEURS","resource_type":"g","cost":5000,"prize":[{"g":15000,"u":{"814":1}},{"g":15000,"u":{"867":1}},{"g":15000,"u":{"782":1}},{"g":15000,"u":{"768":1}},{"g":15000,"u":{"784":1}}],"num_players":4,"duration":24,"picture":"vs-nivel5.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"6":{"id":6,"name":"THE BEST","resource_type":"c","cost":50,"prize":[{"c":100,"u":{"847":1}},{"c":100,"u":{"793":1}},{"c":100,"u":{"884":1}},{"c":100,"u":{"766":1}},{"c":100,"u":{"826":1}}],"num_players":4,"duration":24,"picture":"vs-nivel6.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"7":{"id":7,"name":"MID-LEVEL","resource_type":"g","cost":15000,"prize":[{"g":45000,"u":{"749":1}},{"g":45000,"u":{"748":1}},{"g":45000,"u":{"722":1}},{"g":45000,"u":{"803":1}},{"g":45000,"u":{"789":1}}],"num_players":4,"duration":24,"picture":"vs-nivel7.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"8":{"id":8,"name":"WEEKLY GOLD","resource_type":"g","cost":500,"prize":[{"g":100000,"u":{"847":1}},{"g":75000,"u":{"777":1}},{"g":50000,"u":{"766":1}},{"g":25000,"u":{"766":1}},{"g":15000,"u":{"758":1}},{"g":10000,"u":{"736":1}},{"g":5000,"u":{"714":1}},{"g":5000,"u":{"695":1}},{"g":5000,"u":{"684":1}},{"g":5000,"u":{"649":1}}],"num_players":4,"duration":24,"picture":"tournament_weekly_gold.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":7,"weekly_opponent":{"10000001":{"user_name":"Bot 1","picture":"weekly_tournament_bot1.png","xp":1256,"level":15,"country":"ES","team":[643,643,643,649,684,684,649,643,643,643,638,638,638,638,638,651,651,651,651,651]},"10000002":{"user_name":"Bot 2","picture":"weekly_tournament_bot2.png","xp":1256,"level":15,"country":"ES","team":[752,752,752,695,714,714,695,752,752,752,749,749,749,749,749,724,724,724,724,724]},"10000003":{"user_name":"Bot 3","picture":"weekly_tournament_bot3.png","xp":1256,"level":15,"country":"ES","team":[745,745,744,736,708,708,736,744,745,745,781,781,781,781,781,754,754,754,754,754]}}}},"darts_items":[{"id":1,"start_date":"2012-01-31 23:00:00","items":[735,849,687,683,633,774],"extra_item":837},{"id":2,"start_date":"2012-02-05 23:00:00","items":[641,820,661,652,632,552],"extra_item":835},{"id":3,"start_date":"2012-02-12 23:00:00","items":[642,814,660,727,721,555],"extra_item":838},{"id":4,"start_date":"2012-02-19 23:00:00","items":[724,813,635,712,654,564],"extra_item":834},{"id":5,"start_date":"2012-02-26 23:00:00","items":[732,790,694,706,645,577],"extra_item":836},{"id":6,"start_date":"2012-03-04 23:00:00","items":[706,719,533,609,532,577],"extra_item":838},{"id":7,"start_date":"2012-03-11 23:00:00","items":[655,699,534,730,627,572],"extra_item":834},{"id":8,"start_date":"2012-03-18 23:00:00","items":[725,771,560,537,563,515],"extra_item":836},{"id":9,"start_date":"2012-03-25 23:00:00","items":[712,774,610,779,576,620],"extra_item":837},{"id":10,"start_date":"2012-04-01 23:00:00","items":[555,554,564,619,507,535],"extra_item":833},{"id":11,"start_date":"2012-04-08 23:00:00","items":[702,727,618,578,551,573],"extra_item":839},{"id":12,"start_date":"2012-04-15 23:00:00","items":[663,647,759,552,508,540],"extra_item":832},{"id":13,"start_date":"2012-04-22 23:00:00","items":[700,825,614,575,573,513],"extra_item":835},{"id":14,"start_date":"2012-04-29 23:00:00","items":[514,627,628,688,796,555],"extra_item":833},{"id":15,"start_date":"2012-05-06 23:00:00","items":[572,535,550,633,749,647],"extra_item":766},{"id":16,"start_date":"2012-05-13 23:00:00","items":[620,563,701,648,825,727],"extra_item":835},{"id":17,"start_date":"2012-05-20 23:00:00","items":[515,507,651,629,554,655],"extra_item":777},{"id":18,"start_date":"2012-05-27 23:00:00","items":[508,646,539,731,615,663],"extra_item":837},{"id":19,"start_date":"2012-06-03 23:00:00","items":[576,573,645,574,556,712],"extra_item":785},{"id":20,"start_date":"2012-06-10 23:00:00","items":[513,540,626,687,603,725],"extra_item":839},{"id":21,"start_date":"2012-06-17 23:00:00","items":[751,573,622,541,719,623],"extra_item":793},{"id":22,"start_date":"2012-06-24 23:00:00","items":[514,703,628,644,702,555],"extra_item":841},{"id":23,"start_date":"2012-07-01 23:00:00","items":[628,535,652,633,749,768],"extra_item":793},{"id":24,"start_date":"2012-07-08 23:00:00","items":[574,802,662,648,825,771],"extra_item":840},{"id":25,"start_date":"2012-07-15 23:00:00","items":[633,507,651,704,699,655],"extra_item":798},{"id":26,"start_date":"2012-07-22 23:00:00","items":[508,551,539,731,882,663],"extra_item":839},{"id":27,"start_date":"2012-07-29 23:00:00","items":[783,573,750,574,774,712],"extra_item":826},{"id":28,"start_date":"2012-08-05 23:00:00","items":[539,540,626,759,603,790],"extra_item":838},{"id":29,"start_date":"2012-08-12 23:00:00","items":[751,573,622,609,719,854],"extra_item":837},{"id":30,"start_date":"2012-08-19 23:00:00","items":[577,535,609,533,719,706],"extra_item":785},{"id":31,"start_date":"2012-08-26 23:00:00","items":[572,627,730,534,699,655],"extra_item":839},{"id":32,"start_date":"2012-09-02 23:00:00","items":[515,563,537,560,771,725],"extra_item":847},{"id":33,"start_date":"2012-09-09 23:00:00","items":[],"extra_item":0}],"iphone_missions":{"1":{"missionGroupId":1,"icon":"..\/img\/iPhone\/missions\/desert.png","background":"..\/img\/iPhone\/missions\/desert_background.png","harbourIid":0,"name":"Lost Sands","rank":1,"rankUpUnitsGived":[730,779,865,626,733,629,652],"missions":{"1":{"missionId":1,"name":"Anubis God","totalSteps":3,"currentStep":0,"stepEnergy":5,"itemsRequired":[],"reward":[{"qtyMin":40,"qtyMax":50,"type":"g"},{"qty":2,"type":"x"}],"lootUnits":[612,613,614],"lootChance":10},"2":{"missionId":2,"name":"The Hyksos","totalSteps":3,"currentStep":0,"stepEnergy":10,"itemsRequired":[{"item_id":509,"quantity":3}],"reward":[{"qtyMin":80,"qtyMax":100,"type":"g"},{"qty":3,"type":"x"}],"lootUnits":[577,578,607],"lootChance":20},"3":{"missionId":3,"name":"The Evil Mummy","totalSteps":4,"currentStep":0,"stepEnergy":10,"itemsRequired":[{"item_id":509,"quantity":5}],"reward":[{"qtyMin":90,"qtyMax":110,"type":"g"},{"qty":5,"type":"x"}],"lootUnits":[614,615,616],"lootChance":10},"4":{"missionId":4,"name":"Neptune","totalSteps":5,"currentStep":0,"stepEnergy":15,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":1}],"reward":[{"qtyMin":120,"qtyMax":150,"type":"g"},{"qty":7,"type":"x"}],"lootUnits":[619,620,623],"lootChance":10},"5":{"missionId":5,"name":"Detestable Ra","totalSteps":6,"currentStep":0,"stepEnergy":15,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":3}],"reward":[{"qtyMin":70,"qtyMax":80,"type":"w"},{"qty":10,"type":"x"}],"lootUnits":[603,718,535],"lootChance":10},"6":{"missionId":6,"name":"The Ruler Priest","totalSteps":7,"currentStep":0,"stepEnergy":20,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5}],"reward":[{"qtyMin":180,"qtyMax":200,"type":"g"},{"qty":12,"type":"x"}],"lootUnits":[603,533,535],"lootChance":10},"7":{"missionId":7,"name":"The Sphynx","totalSteps":8,"currentStep":0,"stepEnergy":20,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":3}],"reward":[{"qtyMin":190,"qtyMax":220,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[626,606,618],"lootChance":10},"8":{"missionId":8,"name":"Big Pyramid","totalSteps":9,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":5}],"reward":[{"qtyMin":230,"qtyMax":250,"type":"f"},{"qty":18,"type":"x"}],"lootUnits":[628,638,539],"lootChance":10},"9":{"missionId":9,"name":"Sacrifice Ritual","totalSteps":10,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":509,"quantity":7},{"item_id":516,"quantity":5},{"item_id":512,"quantity":7}],"reward":[{"qtyMin":240,"qtyMax":260,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[652,608,662],"lootChance":10},"10":{"missionId":10,"name":"The Greek BIG BOSS","totalSteps":10,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":509,"quantity":9},{"item_id":516,"quantity":7},{"item_id":512,"quantity":7},{"item_id":519,"quantity":3}],"reward":[{"qtyMin":300,"qtyMax":320,"type":"g"},{"qty":22,"type":"x"}],"lootUnits":[687,698,540],"lootChance":10}}},"2":{"missionGroupId":2,"icon":"..\/img\/iPhone\/missions\/forest.png","background":"..\/img\/iPhone\/missions\/forest_background.png","harbourIid":50005,"name":"Britania","rank":1,"rankUpUnitsGived":[651,701,750,683,729,2005,702],"missions":{"1":{"missionId":1,"name":"Willy Wallace","totalSteps":3,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":510,"quantity":7}],"reward":[{"qtyMin":350,"qtyMax":380,"type":"g"},{"qty":10,"type":"x"}],"lootUnits":[612,628,614],"lootChance":10},"2":{"missionId":2,"name":"Skirt Issues","totalSteps":3,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":510,"quantity":10}],"reward":[{"qtyMin":375,"qtyMax":400,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[622,578,607],"lootChance":10},"3":{"missionId":3,"name":"Camelot path","totalSteps":4,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":510,"quantity":15}],"reward":[{"qtyMin":420,"qtyMax":440,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[614,520,616],"lootChance":10},"4":{"missionId":4,"name":"Round Table","totalSteps":5,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":5}],"reward":[{"qtyMin":215,"qtyMax":225,"type":"w"},{"qty":30,"type":"x"}],"lootUnits":[619,627,623],"lootChance":10},"5":{"missionId":5,"name":"Lady's Lake","totalSteps":6,"currentStep":0,"stepEnergy":35,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":10}],"reward":[{"qtyMin":500,"qtyMax":525,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[603,719,535],"lootChance":10},"6":{"missionId":6,"name":"Sacred Sword","totalSteps":7,"currentStep":0,"stepEnergy":35,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15}],"reward":[{"qtyMin":510,"qtyMax":540,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[751,533,535],"lootChance":10},"7":{"missionId":7,"name":"The Holy Grial","totalSteps":8,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":5}],"reward":[{"qtyMin":580,"qtyMax":600,"type":"f"},{"qty":60,"type":"x"}],"lootUnits":[502,606,618],"lootChance":10},"8":{"missionId":8,"name":"Druids Council","totalSteps":9,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":10}],"reward":[{"qtyMin":600,"qtyMax":620,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[628,683,539],"lootChance":10},"9":{"missionId":9,"name":"Finding herbs","totalSteps":10,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15}],"reward":[{"qtyMin":675,"qtyMax":680,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[779,608,662],"lootChance":10},"10":{"missionId":10,"name":"Free Nessy","totalSteps":10,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15},{"item_id":520,"quantity":5}],"reward":[{"qtyMin":750,"qtyMax":800,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[687,706,540],"lootChance":10}}},"3":{"missionGroupId":3,"icon":"..\/img\/iPhone\/missions\/snow.png","background":"..\/img\/iPhone\/missions\/snow_background.png","harbourIid":50011,"name":"North Kingdom","rank":1,"rankUpUnitsGived":[769,648,704,866,712,2027,749],"missions":{"1":{"missionId":1,"name":"Winter is coming","totalSteps":3,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":511,"quantity":10}],"reward":[{"qtyMin":760,"qtyMax":800,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[802,613,614],"lootChance":10},"2":{"missionId":2,"name":"Ice Lake","totalSteps":3,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":511,"quantity":15}],"reward":[{"qtyMin":780,"qtyMax":800,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[577,712,607],"lootChance":10},"3":{"missionId":3,"name":"Cold Mountain","totalSteps":4,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":511,"quantity":20}],"reward":[{"qtyMin":880,"qtyMax":900,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[557,615,616],"lootChance":10},"4":{"missionId":4,"name":"Penguin runaway","totalSteps":5,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":5}],"reward":[{"qtyMin":440,"qtyMax":450,"type":"w"},{"qty":40,"type":"x"}],"lootUnits":[619,870,623],"lootChance":10},"5":{"missionId":5,"name":"Alpine Trolls","totalSteps":6,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":10}],"reward":[{"qtyMin":950,"qtyMax":1000,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[603,718,508],"lootChance":10},"6":{"missionId":6,"name":"Avalanche","totalSteps":7,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":15}],"reward":[{"qtyMin":980,"qtyMax":1000,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[603,721,535],"lootChance":10},"7":{"missionId":7,"name":"Frozen Cave","totalSteps":8,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":7}],"reward":[{"qtyMin":1100,"qtyMax":1200,"type":"f"},{"qty":80,"type":"x"}],"lootUnits":[768,606,618],"lootChance":10},"8":{"missionId":8,"name":"White Forest","totalSteps":9,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":12}],"reward":[{"qtyMin":1150,"qtyMax":1200,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[628,825,539],"lootChance":10},"9":{"missionId":9,"name":"Let it snow","totalSteps":10,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":20},{"item_id":514,"quantity":15}],"reward":[{"qtyMin":1380,"qtyMax":1400,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[652,651,662],"lootChance":10},"10":{"missionId":10,"name":"Yeti's Patriarch","totalSteps":10,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":511,"quantity":30},{"item_id":518,"quantity":25},{"item_id":514,"quantity":20},{"item_id":521,"quantity":10}],"reward":[{"qtyMin":1450,"qtyMax":1500,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[652,698,540],"lootChance":10}}},"4":{"missionGroupId":4,"icon":"..\/img\/iPhone\/missions\/japan.png","background":"..\/img\/iPhone\/missions\/japan_background.png","harbourIid":50022,"name":"Oriental War","rank":1,"rankUpUnitsGived":[790,655,771,721,732,715,822],"missions":{"1":{"missionId":1,"name":"Samurai Path","totalSteps":3,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":603,"quantity":15}],"reward":[{"qtyMin":1450,"qtyMax":1500,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[612,613,554],"lootChance":10},"2":{"missionId":2,"name":"Cherry Blossom","totalSteps":3,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":603,"quantity":20}],"reward":[{"qtyMin":1480,"qtyMax":1500,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[705,578,607],"lootChance":10},"3":{"missionId":3,"name":"Hidden Village","totalSteps":4,"currentStep":0,"stepEnergy":65,"itemsRequired":[{"item_id":603,"quantity":25}],"reward":[{"qtyMin":1500,"qtyMax":1600,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[614,729,616],"lootChance":10},"4":{"missionId":4,"name":"Fireworks night","totalSteps":5,"currentStep":0,"stepEnergy":65,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":10}],"reward":[{"qtyMin":750,"qtyMax":800,"type":"w"},{"qty":50,"type":"x"}],"lootUnits":[619,620,623],"lootChance":10},"5":{"missionId":5,"name":"The Shogunate","totalSteps":6,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":15}],"reward":[{"qtyMin":1600,"qtyMax":1700,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[750,718,535],"lootChance":10},"6":{"missionId":6,"name":"Kung Fu lessons","totalSteps":7,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20}],"reward":[{"qtyMin":1650,"qtyMax":1700,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[603,533,761],"lootChance":10},"7":{"missionId":7,"name":"Seven Swords","totalSteps":8,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":10}],"reward":[{"qtyMin":1800,"qtyMax":1900,"type":"f"},{"qty":100,"type":"x"}],"lootUnits":[797,606,618],"lootChance":10},"8":{"missionId":8,"name":"Katana Forge","totalSteps":9,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":15}],"reward":[{"qtyMin":1850,"qtyMax":1900,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[628,635,539],"lootChance":10},"9":{"missionId":9,"name":"Dragon Mountain","totalSteps":10,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20}],"reward":[{"qtyMin":1900,"qtyMax":2000,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[652,608,629],"lootChance":10},"10":{"missionId":10,"name":"The Ocher Ninja","totalSteps":10,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20},{"item_id":541,"quantity":10}],"reward":[{"qtyMin":1950,"qtyMax":2000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[699,698,540],"lootChance":10}}},"5":{"missionGroupId":5,"icon":"..\/img\/iPhone\/missions\/mineral.png","background":"..\/img\/iPhone\/missions\/mineral_background.png","harbourIid":50023,"name":"Ancient Greece","rank":1,"rankUpUnitsGived":[813,663,796,643,694,661,635],"missions":{"1":{"missionId":1,"name":"Spartan meeting","totalSteps":3,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":568,"quantity":20}],"reward":[{"qtyMin":2000,"qtyMax":2100,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[612,648,614],"lootChance":10},"2":{"missionId":2,"name":"This is madness","totalSteps":3,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":568,"quantity":25}],"reward":[{"qtyMin":2050,"qtyMax":2100,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[644,578,607],"lootChance":10},"3":{"missionId":3,"name":"Olympia crisis","totalSteps":4,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":568,"quantity":30}],"reward":[{"qtyMin":2300,"qtyMax":2400,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[614,663,616],"lootChance":10},"4":{"missionId":4,"name":"Zeus request","totalSteps":5,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":15}],"reward":[{"qtyMin":1100,"qtyMax":1200,"type":"w"},{"qty":60,"type":"x"}],"lootUnits":[655,620,623],"lootChance":10},"5":{"missionId":5,"name":"Scylla's crossing","totalSteps":6,"currentStep":0,"stepEnergy":90,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":20}],"reward":[{"qtyMin":2600,"qtyMax":2700,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[603,647,535],"lootChance":10},"6":{"missionId":6,"name":"Temple run","totalSteps":7,"currentStep":0,"stepEnergy":90,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25}],"reward":[{"qtyMin":2650,"qtyMax":2700,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[603,533,700],"lootChance":10},"7":{"missionId":7,"name":"Pan's Flute","totalSteps":8,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":15}],"reward":[{"qtyMin":2900,"qtyMax":3000,"type":"f"},{"qty":125,"type":"x"}],"lootUnits":[626,774,618],"lootChance":10},"8":{"missionId":8,"name":"Colossus' shadow","totalSteps":9,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":20}],"reward":[{"qtyMin":2950,"qtyMax":3000,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[749,638,539],"lootChance":10},"9":{"missionId":9,"name":"Row of the Titans","totalSteps":10,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":25}],"reward":[{"qtyMin":2975,"qtyMax":3000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[652,702,662],"lootChance":10},"10":{"missionId":10,"name":"The Thunderbirds","totalSteps":10,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":541,"quantity":25},{"item_id":662,"quantity":15}],"reward":[{"qtyMin":2990,"qtyMax":3100,"type":"g"},{"qty":200,"type":"x"}],"lootUnits":[687,660,540],"lootChance":10}}},"6":{"missionGroupId":6,"icon":"..\/img\/iPhone\/missions\/mountain.png","background":"..\/img\/iPhone\/missions\/mountain_background.png","harbourIid":50024,"name":"Mountain","rank":1,"rankUpUnitsGived":[814,700,711,754,867,872,765],"missions":{"1":{"missionId":1,"name":"The ascent","totalSteps":3,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":609,"quantity":25}],"reward":[{"qtyMin":3400,"qtyMax":3500,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[612,752,614],"lootChance":10},"2":{"missionId":2,"name":"Vertical limit","totalSteps":3,"currentStep":0,"stepEnergy":120,"itemsRequired":[{"item_id":609,"quantity":30}],"reward":[{"qtyMin":4100,"qtyMax":4200,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[795,578,607],"lootChance":10},"3":{"missionId":3,"name":"Cliffhanger","totalSteps":4,"currentStep":0,"stepEnergy":140,"itemsRequired":[{"item_id":609,"quantity":35}],"reward":[{"qtyMin":4700,"qtyMax":4900,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[614,661,616],"lootChance":10},"4":{"missionId":4,"name":"Crumbling","totalSteps":5,"currentStep":0,"stepEnergy":150,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":20}],"reward":[{"qtyMin":2400,"qtyMax":2600,"type":"w"},{"qty":80,"type":"x"}],"lootUnits":[715,620,623],"lootChance":10},"5":{"missionId":5,"name":"127 hours","totalSteps":6,"currentStep":0,"stepEnergy":160,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":25}],"reward":[{"qtyMin":5400,"qtyMax":5600,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[603,724,535],"lootChance":10},"6":{"missionId":6,"name":"To the top","totalSteps":7,"currentStep":0,"stepEnergy":170,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30}],"reward":[{"qtyMin":5700,"qtyMax":5950,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[603,533,789],"lootChance":10},"7":{"missionId":7,"name":"The conquest","totalSteps":8,"currentStep":0,"stepEnergy":180,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":20}],"reward":[{"qtyMin":6150,"qtyMax":6300,"type":"f"},{"qty":150,"type":"x"}],"lootUnits":[756,606,618],"lootChance":10},"8":{"missionId":8,"name":"Rocks & dust","totalSteps":9,"currentStep":0,"stepEnergy":200,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":25}],"reward":[{"qtyMin":6800,"qtyMax":7000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[628,764,539],"lootChance":10},"9":{"missionId":9,"name":"Going down","totalSteps":10,"currentStep":0,"stepEnergy":220,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30}],"reward":[{"qtyMin":7500,"qtyMax":7700,"type":"g"},{"qty":200,"type":"x"}],"lootUnits":[799,608,662],"lootChance":10},"10":{"missionId":10,"name":"The Third Man","totalSteps":10,"currentStep":0,"stepEnergy":250,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30},{"item_id":610,"quantity":20}],"reward":[{"qtyMin":8500,"qtyMax":8750,"type":"g"},{"qty":250,"type":"x"}],"lootUnits":[742,698,540],"lootChance":10}}}},"iphone_config":{"BANNERS":[{"url":"img\/iPhone\/banners\/test_banner.jpg","link":"link"}],"APP_RATED_CASH":5,"SPECIAL_BUILDS_MODIFIERS_VALUES":{"Blacksmith":{"50006":5,"50012":15,"50025":20,"50026":25,"50027":30},"University":{"50008":5,"50014":15,"50028":20,"50029":25,"50030":30},"Townhall":{"50001":2,"50007":4,"50015":6,"50018":9,"50019":12},"Oracle":{"50010":5},"Embassy":{"50003":50,"50009":100,"50016":150,"50020":200,"50021":250}},"UNIT_COLLECT_WONDERS":{"49992":[661,555,534,533]},"ALLOWED_REQUEST_TYPES":["gift","spe_gift","hire","help_collect","potion"],"APP_RATED_MAIN_SCREEN_ENABLED":1,"NEWS_EN":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"NEWS_ES":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"DEFAULT_MAX_PVP_ATTACKS":3,"PVP_OPPONENT_DEFENCE_DIVISOR":2,"TOWERS_LIMIT_BY_LEVEL":5,"PVP_ALGORITHM_PERCENTAGE_ALTER":20,"PVP_MAX_PERCENTAGE_OPPONENT_LOST":10,"NOT_ENOUGH_ENERGY_ATTACKS_POPUP_LEVEL":1,"PVP_ATTACK_RELOAD_TIME":300,"PVP_XP_WIN":2,"PVP_MIN_RESOURCES_MULT_LESS_10":25,"PVP_MAX_RESOURCES_MULT_LESS_10":50,"PVP_MIN_RESOURCES_MULT_GREATER_10":25,"PVP_MAX_RESOURCES_MULT_GREATER_10":100,"PVP_AND_ENERGY_REFILL_COST":5,"PVP_GIVE_GOLD_PROBABILITY":30,"PVP_GIVE_FOOD_PROBABILITY":30,"PVP_GIVE_WOOD_PROBABILITY":30,"PVP_GIVE_STONE_PROBABILITY":10,"INITIAL_MAX_ARMY_SIZE":25,"ARMY_SIZE_BY_LEVEL":5,"ARMY_SIZE_BY_FRIEND":20,"MAX_FRIENDS_FOR_ARMY_SIZE":10,"GOAL_LEVELS":{"1":3,"6":4,"10":5},"MINIMUM_GIFT_INTERVAL":86400,"MINIMUM_REFILL_NOTIFICATION_TIME":300,"MAXIMUM_COLLECT_NOTIFICATION_BY_DAY":6,"RESOURCE_NOTIFICATION_MAXIMUM_GROUP_TIME":3600,"DRAGON_NOTIFICATION_MAXIMUM_GROUP_TIME":21600,"MISS_YOU_NOTIFICATION_TIME":[86400,259200,604800],"MAXIMUM_PVP_NOTIFICATION_BY_DAY":2,"MAXIMUM_GIFT_NOTIFICATION_BY_DAY":5,"GIFTS":[635,694,702,752,867,866,796,661,754,683,784,863,768,2005,2027,727,771,774,623,556],"MAXIMUM_COLLECT_REMINDER_NOTIFICATIONS":2,"MAXIMUM_DRAGON_REMINDER_NOTIFICATIONS":3,"MAXIMUM_ENERGY_ATTACKS_REMINDER_NOTIFICATIONS":4,"COLLECT_REMINDER_INTERVAL":3600,"DRAGON_REMINDER_INTERVAL":3600,"ENERGY_ATTACKS_REMINDER_INTERVAL":3600,"FACEBOOK_LOGIN_REMINDER_INTERVAL":5,"INCREASE_POPULATION_LIMIT_COST":5,"INCREASE_POPULATION_LIMIT_AMOUNT":50,"AFTER_LOSING_PVP_UNITS":{"736":[15,50],"758":[15,50],"777":[15,50],"785":[15,50],"793":[15,50],"798":[15,50],"847":[15,50],"888":[15,50],"891":[15,50],"2000":[15,50],"2013":[15,50],"2016":[15,50],"766":[15,50],"2037":[15,50],"2039":[15,50],"2043":[15,50],"2048":[15,50],"2063":[15,50],"2069":[15,50],"2121":[15,50]},"AFTER_LOSING_PVP_UNITS_POPUP_BY_SES":1,"RATE_WITH_REWARD":0,"RATE_ON_PVP_INTERVAL":20},"iphone_goals":[{"goalId":"1","stepId":"1","name":"Complete Anubis God Adventure","goalDescription":"Complete Anubis God Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"1_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-1","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"2","stepId":"1","name":"Attack 2 players and win","goalDescription":"Attack 2 players and win the battle to earn resources and xp!","goalHintImage":"2_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"2","itemId":"win","title":"You Attacked","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"3","stepId":"1","name":"Complete The Hyksos Adventure","goalDescription":"Complete The Hyksos Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"3_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-2","title":"You completed","category":"","reward":[{"s":100}],"FBUsers":"1"},{"goalId":"4","stepId":"1","name":"Complete Neptune Adventure","goalDescription":"Complete Neptune Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"4_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-4","title":"You completed","category":"","reward":[{"s":100}],"FBUsers":"1"},{"goalId":"5","stepId":"1","name":"Build Archery I","goalDescription":"Build Archery I. It will allow you to train Light Archer.","goalHintImage":"5_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"41","title":"","category":"barrack","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"6","stepId":"1","name":"Train 5 more Light Archers","goalDescription":"Train 5 more Light Archers. The more you train, the more powerful your army will be!","goalHintImage":"6_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"516","title":"You trained","category":"","reward":[{"f":100}],"FBUsers":"1"},{"goalId":"7","stepId":"1","name":"Complete Detestable Ra Adventure","goalDescription":"Complete Detestable Ra Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"7_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-5","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"8","stepId":"1","name":"Attack 3 players and win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalHintImage":"8_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"3","itemId":"win","title":"You Attacked","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"9","stepId":"1","name":"Build Mill I","goalDescription":"Build Mill I. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"9_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"5","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"10","stepId":"1","name":"Select time for Mill I","goalDescription":"Select work time for Mill I to start producing food.","goalHintImage":"10_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"5","title":"","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"11","stepId":"1","name":"Build Gold Mine I","goalDescription":"Build Gold Mine I. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"11_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"13","title":"","category":"resourceManager","reward":[{"g":100}],"FBUsers":"0"},{"goalId":"12","stepId":"1","name":"Select time for Gold Mine I","goalDescription":"Select work time for Gold Mine I to start producing gold.","goalHintImage":"12_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"13","title":"","category":"","reward":[{"w":500}],"FBUsers":"1"},{"goalId":"13","stepId":"1","name":"Build Stables I","goalDescription":"Build Stables I. It will allow you to train Light Knight.","goalHintImage":"13_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"44","title":"","category":"barrack","reward":[{"f":700}],"FBUsers":"1"},{"goalId":"14","stepId":"1","name":"Train 5 more Light Knights","goalDescription":"Train 5 more Light Knights. The more you train, the more powerful your army will be!","goalHintImage":"14_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"512","title":"You trained","category":"","reward":[{"s":150}],"FBUsers":"1"},{"goalId":"15","stepId":"1","name":"Complete Sphinx Adventure","goalDescription":"Complete Sphinx Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"15_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-7","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"16","stepId":"1","name":"Attack 3 players and win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalHintImage":"16_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"3","itemId":"win","title":"You Attacked","category":"","reward":[{"u":620}],"FBUsers":"1"},{"goalId":"17","stepId":"1","name":"Collect Gold Mine I","goalDescription":"Collect gold from Gold Mine I.","goalHintImage":"17_goalhint.png","goalNotificationType":"Collect Resource","totalQuantity":"1","itemId":"13","title":"","category":"","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"18","stepId":"1","name":"Build Lumber Mill I","goalDescription":"Build Lumber Mill I. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"18_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"77","title":"","category":"resourceManager","reward":[{"g":150}],"FBUsers":"0"},{"goalId":"19","stepId":"1","name":"Build Stone Mine I","goalDescription":"Build Stone Mine I. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"19_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"16","title":"","category":"resourceManager","reward":[{"w":500}],"FBUsers":"0"},{"goalId":"20","stepId":"1","name":"Build Town Hall I","goalDescription":"Build Town Hall I and increase your number of attacks in Battles mode from 3 to 5.","goalHintImage":"20_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50001","title":"","category":"special","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"21","stepId":"1","name":"Build Workshop I","goalDescription":"Build Workshop I. It will allow you to train Ram.","goalHintImage":"21_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"48","title":"","category":"barrack","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"22","stepId":"1","name":"Train 3 more Ram","goalDescription":"Train 3 more Ram. The more you train, the more powerful your army will be!","goalHintImage":"22_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"3","itemId":"519","title":"You trained","category":"","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"23","stepId":"1","name":"Attack 5 players and win","goalDescription":"Attack 5 players and win the battle to earn resources and xp!","goalHintImage":"23_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"5","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"24","stepId":"1","name":"Complete Big Pyramid Adventure","goalDescription":"Complete Big Pyramid on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"24_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-8","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"25","stepId":"1","name":"Build Barracks II","goalDescription":"Build Barracks II. It will allow you to train Swordsmen.","goalHintImage":"25_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"39","title":"","category":"barrack","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"26","stepId":"1","name":"Train 5 more Swordsman","goalDescription":"Train 5 more Swordsman. The more you train, the more powerful your army will be!","goalHintImage":"26_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"510","title":"You trained","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"27","stepId":"1","name":"Invite friends","goalDescription":"Invite your friends by Facebook option to Mobile Social Empires. More friends more fun!","goalHintImage":"27_goalhint.png","goalNotificationType":"Invite Friend","totalQuantity":"1","itemId":"","title":"","category":"","reward":[{"u":759}],"FBUsers":"1"},{"goalId":"28","stepId":"1","name":"Build Chicken Ranch","goalDescription":"Build Chicken Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"28_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49999","title":"","category":"resourceManager","reward":[{"f":100}],"FBUsers":"1"},{"goalId":"29","stepId":"1","name":"Collect Resources 4 times","goalDescription":"Collect any of your resources 4 times.","goalHintImage":"29_goalhint.png","goalNotificationType":"Collect Resource","totalQuantity":"4","itemId":"","title":"You collected","category":"","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"30","stepId":"1","name":"Increase Your Army Size to 50","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 50.","goalHintImage":"30_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"5","itemId":"50","title":"Current army","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"31","stepId":"1","name":"Complete Sacrifice Ritual Adventure","goalDescription":"Complete Sacrifice Ritual Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"31_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-9","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"32","stepId":"1","name":"Attack 6 players and win","goalDescription":"Attack 6 players and win the battle to earn resources and xp!","goalHintImage":"32_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"6","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"33","stepId":"1","name":"Rate the Application","goalDescription":"Give us your opinion and rate Mobile Social Empires!","goalHintImage":"33_goalhint.png","goalNotificationType":"Rate App","totalQuantity":"0","itemId":"","title":"","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"34","stepId":"1","name":"Build Archery II","goalDescription":"Build Archery II. It will allow you to train Medium Archer.","goalHintImage":"34_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"42","title":"","category":"barrack","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"35","stepId":"1","name":"Train 5 more Medium Archers","goalDescription":"Train 5 more Medium Archers. You can train them if you have Archery II. The more you train, the more powerful your army will be!","goalHintImage":"35_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"517","title":"You trained","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"36","stepId":"1","name":"Build Embassy I","goalDescription":"Build Embassy I and increase your energy in Adventures from 200 to 250.","goalHintImage":"36_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50003","title":"","category":"special","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"37","stepId":"1","name":"Build Wood Wall","goalDescription":"Build Wood Wall to protect your Empire better.","goalHintImage":"37_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49987","title":"","category":"defense","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"38","stepId":"1","name":"Complete all Lost Sands Adventures","goalDescription":"Complete all Lost Sands Adventures and begin rank 2.","goalHintImage":"38_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"1","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"39","stepId":"1","name":"Build Harbour I","goalDescription":"Build Harbour I. It will unlock new a localization called Britania. It will allow you to do more Adventures.","goalHintImage":"39_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50005","title":"","category":"special","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"40","stepId":"1","name":"Build Mill II","goalDescription":"Build Mill II. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"40_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"6","title":"","category":"resourceManager","reward":[{"g":250}],"FBUsers":"0"},{"goalId":"41","stepId":"1","name":"Attack 7 players and win","goalDescription":"Attack 7 players and win the battle to earn resources and xp!","goalHintImage":"41_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"7","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"42","stepId":"1","name":"Build Heroes Hall","goalDescription":"Build Heroes Hall. It will give you good units. Every time you collect it you will get one of these four: Barbarian, Willy Wallace, Prince Arthur and Warrior Princess.","goalHintImage":"42_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49992","title":"","category":"wonder","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"43","stepId":"1","name":"Build Stables II","goalDescription":"Build Stables II. It will allow you to train Medium Knight.","goalHintImage":"43_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"45","title":"","category":"barrack","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"44","stepId":"1","name":"Train 5 more Medium Knights","goalDescription":"Train 5 more Medium Knights. The more you train, the more powerful your army will be!","goalHintImage":"44_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"513","title":"You trained","category":"","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"45","stepId":"1","name":"Build Blacksmith I","goalDescription":"Build Blacksmith I. It will provide you +5% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"45_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50006","title":"","category":"special","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"46","stepId":"1","name":"Build Town Hall II","goalDescription":"Build Town Hall II and increase your number of attacks in Battles mode from 5 to 7.","goalHintImage":"46_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50007","title":"","category":"special","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"47","stepId":"1","name":"Build Gold Mine II","goalDescription":"Build Gold Mine II. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"47_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"14","title":"","category":"resourceManager","reward":[{"f":250}],"FBUsers":"0"},{"goalId":"48","stepId":"1","name":"Attack 8 players and win","goalDescription":"Attack 8 players and win the battle to earn resources and xp!","goalHintImage":"48_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"8","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"49","stepId":"1","name":"Upgrade your wall to Reenforced Wall","goalDescription":"Upgrade Your Empire wall to Reenforced Wall to protect it better.","goalHintImage":"49_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49988","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"50","stepId":"1","name":"Build University I","goalDescription":"Build University I. It will provide you +5% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"50_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50008","title":"","category":"special","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"51","stepId":"1","name":"Build Workshop II","goalDescription":"Build Workshop II. It will allow you to train Scorpions.","goalHintImage":"51_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49","title":"","category":"barrack","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"52","stepId":"1","name":"Train 10 more Scorpion","goalDescription":"Train 10 more Scorpions. The more you train, the more powerful your army will be!","goalHintImage":"52_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"520","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"53","stepId":"1","name":"Increase Your Army Size to 80","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 80.","goalHintImage":"53_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"80","itemId":"80","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"54","stepId":"1","name":"Complete all Britania Adventures","goalDescription":"Complete all Britania and begin rank 2.","goalHintImage":"54_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"2","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"55","stepId":"1","name":"Build Lumber Mill II","goalDescription":"Build Lumber Mill II. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"55_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"78","title":"","category":"resourceManager","reward":[{"f":250}],"FBUsers":"0"},{"goalId":"56","stepId":"1","name":"Attack 10 players and win","goalDescription":"Attack 10 players and win the battle to earn resources and xp!","goalHintImage":"56_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"10","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"57","stepId":"1","name":"Build Pig Ranch","goalDescription":"Build Pig Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"57_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49998","title":"","category":"resourceManager","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"58","stepId":"1","name":"Build Embassy II","goalDescription":"Build Embassy II and increase your energy in Adventures from 250 to 300.","goalHintImage":"58_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50009","title":"","category":"special","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"59","stepId":"1","name":"Build Barracks III","goalDescription":"Build Barracks III. It will allow you to train Long Swordsmen.","goalHintImage":"59_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"40","title":"","category":"barrack","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"60","stepId":"1","name":"Train 10 more Long Swordsmen","goalDescription":"Train 10 more Long Swordsman. The more you train, the more powerful your army will be!","goalHintImage":"60_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"511","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"61","stepId":"1","name":"Build Stone Mine II","goalDescription":"Build Stone Mine II. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"61_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"17","title":"","category":"resourceManager","reward":[{"g":300}],"FBUsers":"0"},{"goalId":"62","stepId":"1","name":"Upgrade your wall to Stone Wall","goalDescription":"Upgrade Your Empire wall to Stone Wall to protect it better.","goalHintImage":"62_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49989","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"63","stepId":"1","name":"Attack 12 players and win","goalDescription":"Attack 12 players and win the battle to earn resources and xp!","goalHintImage":"63_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"12","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"64","stepId":"1","name":"Build Archery III","goalDescription":"Build Archery III. It will allow you to train Heavy Archer.","goalHintImage":"64_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"43","title":"","category":"barrack","reward":[{"f":300}],"FBUsers":"1"},{"goalId":"65","stepId":"1","name":"Train 10 more Heavy Archers","goalDescription":"Train 10 more Heavy Archers. You can train them if you have Archery III. The more you train, the more powerful your army will be!","goalHintImage":"65_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"518","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"66","stepId":"1","name":"Build Harbour II","goalDescription":"Build Harbour II. It will unlock new a localization called North Kingdom. It will allow you to do more Adventures.","goalHintImage":"66_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50011","title":"","category":"special","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"67","stepId":"1","name":"Build Blacksmith II","goalDescription":"Build Blacksmith II. It provides you +15% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"67_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50012","title":"","category":"special","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"68","stepId":"1","name":"Build Stables III","goalDescription":"Build Stables III. It will allow you to train Heavy Knight.","goalHintImage":"68_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"46","title":"","category":"barrack","reward":[{"f":300}],"FBUsers":"1"},{"goalId":"69","stepId":"1","name":"Train 15 more Heavy Knights","goalDescription":"Train 15 more Heavy Knights. The more you train, the more powerful your army will be!","goalHintImage":"69_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"514","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"70","stepId":"1","name":"Attack 14 players and win","goalDescription":"Attack 14 players and win the battle to earn resources and xp!","goalHintImage":"70_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"14","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"71","stepId":"1","name":"Build a Magnificent Castle","goalDescription":"Build a Magnificent Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"71_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"1231","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"72","stepId":"1","name":"Build Buey Ranch","goalDescription":"Build Buey Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"72_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49997","title":"","category":"resourceManager","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"73","stepId":"1","name":"Increase Your Army Size to 125","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 125.","goalHintImage":"73_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"125","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"74","stepId":"1","name":"Build University II","goalDescription":"Build University II. It will provide you +15% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"74_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50014","title":"","category":"special","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"75","stepId":"1","name":"Build Workshop III","goalDescription":"Build Workshop III. It will allow you to train Catapults.","goalHintImage":"75_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50","title":"","category":"barrack","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"76","stepId":"1","name":"Train 10 more Catapult","goalDescription":"Train 10 more Catapult. The more you train, the more powerful your army will be!","goalHintImage":"76_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"521","title":"You trained","category":"","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"77","stepId":"1","name":"Build Town Hall III","goalDescription":"Build Town Hall III and increase your number of attacks in Battles mode from 7 to 9.","goalHintImage":"77_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50015","title":"","category":"special","reward":[{"u":702}],"FBUsers":"1"},{"goalId":"78","stepId":"1","name":"Attack 16 players and win","goalDescription":"Attack 16 players and win the battle to earn resources and xp!","goalHintImage":"78_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"16","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"79","stepId":"1","name":"Complete all North Kingdom Adventures","goalDescription":"Complete all North Kingdom Adventures and begin rank 2.","goalHintImage":"79_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"3","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"80","stepId":"1","name":"Build Mill III","goalDescription":"Build Mill III. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"80_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"7","title":"","category":"resourceManager","reward":[{"g":350}],"FBUsers":"0"},{"goalId":"81","stepId":"1","name":"Select time for Mill III","goalDescription":"Select work time for Mill III to start producing food.","goalHintImage":"81_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"7","title":"","category":"","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"82","stepId":"1","name":"Build 5 Towers IV","goalDescription":"Build 5 Towers IV to protect Your Empire better.","goalHintImage":"82_goalhint.png","goalNotificationType":"Build","totalQuantity":"5","itemId":"32","title":"You built","category":"defense","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"83","stepId":"1","name":"Build Gold Mine III","goalDescription":"Build Gold Mine III. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"83_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"15","title":"","category":"resourceManager","reward":[{"f":350}],"FBUsers":"0"},{"goalId":"84","stepId":"1","name":"Build Archery Stables","goalDescription":"Build Archery Stables. It will allow you to train Medium Archer Knight.","goalHintImage":"84_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"47","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"85","stepId":"1","name":"Train 10 more Medium Archer Knight","goalDescription":"Train 10 more Medium Archer Knight. The more you train, the more powerful your army will be!","goalHintImage":"85_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"515","title":"You trained","category":"","reward":[{"f":400}],"FBUsers":"1"},{"goalId":"86","stepId":"1","name":"Attack 18 players and win","goalDescription":"Attack 18 players and win the battle to earn resources and xp!","goalHintImage":"86_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"18","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"87","stepId":"1","name":"Build a Wizard's Castle","goalDescription":"Build a Wizard's Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"87_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"181","title":"","category":"defense","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"88","stepId":"1","name":"Upgrade your wall to Steel Wall","goalDescription":"Upgrade Your Empire wall to Steel Wall to protect it better.","goalHintImage":"88_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49990","title":"","category":"defense","reward":[{"u":749}],"FBUsers":"1"},{"goalId":"89","stepId":"1","name":"Build Workshop IV","goalDescription":"Build Workshop IV. It will allow you to train Cannons.","goalHintImage":"89_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"51","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"90","stepId":"1","name":"Train 15 more Cannons","goalDescription":"Train 15 more Cannons. The more you train, the more powerful your army will be!","goalHintImage":"90_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"522","title":"You trained","category":"","reward":[{"f":400}],"FBUsers":"1"},{"goalId":"91","stepId":"1","name":"Build Embassy III","goalDescription":"Build Embassy III and increase your energy in Adventures from 300 to 350.","goalHintImage":"91_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50016","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"92","stepId":"1","name":"Build Lumber Mill III","goalDescription":"Build Lumber Mill III. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"92_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"79","title":"","category":"resourceManager","reward":[{"f":400}],"FBUsers":"0"},{"goalId":"93","stepId":"1","name":"Increase Your Army Size to 150","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 150.","goalHintImage":"93_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"150","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"94","stepId":"1","name":"Build Harbour III","goalDescription":"Build Harbour III. It will unlock new a localization called Oriental War. It will allow you to do more Adventures.","goalHintImage":"94_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50022","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"95","stepId":"1","name":"Build Barracks IV","goalDescription":"Build Barracks IV. It will allow you to train Powerful Swordsmen.","goalHintImage":"95_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"136","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"96","stepId":"1","name":"Train 25 more Powerful Swordmen","goalDescription":"Train 25 more Powerful Swordmen. The more you train, the more powerful your army will be!","goalHintImage":"96_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"539","title":"You trained","category":"","reward":[{"u":721}],"FBUsers":"1"},{"goalId":"97","stepId":"1","name":"Build Blacksmith III","goalDescription":"Build Blacksmith III. It will provide you +20% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"97_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50025","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"98","stepId":"1","name":"Build Stone Mine III","goalDescription":"Build Stone Mine III. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"98_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"18","title":"","category":"resourceManager","reward":[{"f":400}],"FBUsers":"0"},{"goalId":"99","stepId":"1","name":"Build Archery IV","goalDescription":"Build Archery IV. It will allow you to train Powerful Archers.","goalHintImage":"99_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"137","title":"","category":"barrack","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"100","stepId":"1","name":"Train 20 more Powerful Archers","goalDescription":"Train 20 more Powerful Archers. The more you train, the more powerful your army will be!","goalHintImage":"100_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"540","title":"You trained","category":"","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"101","stepId":"1","name":"Attack 20 players and win","goalDescription":"Attack 20 players and win the battle to earn resources and xp!","goalHintImage":"101_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"20","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"102","stepId":"1","name":"Build University III","goalDescription":"Build University. It will provide you +20% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"102_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50028","title":"","category":"special","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"103","stepId":"1","name":"Build Fire Workshop","goalDescription":"Build Fire Workshop. It will allow you to train Fire Cannons.","goalHintImage":"103_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"216","title":"","category":"barrack","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"104","stepId":"1","name":"Train 15 more Fire Cannons","goalDescription":"Train 15 more Fire Cannons. The more you train, the more powerful your army will be!","goalHintImage":"104_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"568","title":"You trained","category":"","reward":[{"u":715}],"FBUsers":"1"},{"goalId":"105","stepId":"1","name":"Complete all Oriental War Adventures","goalDescription":"Complete all Oriental War Adventures and begin rank 2.","goalHintImage":"105_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"4","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"106","stepId":"1","name":"Build Town Hall IV","goalDescription":"Build Town Hall IV and increase your number of attacks in Battles mode from 9 to 12.","goalHintImage":"106_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50018","title":"","category":"special","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"107","stepId":"1","name":"Build Stables IV","goalDescription":"Build Stables IV. It will allow you to train Powerful Knight.","goalHintImage":"107_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"138","title":"","category":"barrack","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"108","stepId":"1","name":"Train 25 more Powerful Knights","goalDescription":"Train 25 more Powerful Knights. The more you train, the more powerful your army will be!","goalHintImage":"108_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"541","title":"You trained","category":"","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"109","stepId":"1","name":"Build Mill IV","goalDescription":"Build Mill IV. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"109_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"202","title":"","category":"resourceManager","reward":[{"g":500}],"FBUsers":"0"},{"goalId":"110","stepId":"1","name":"Build Embassy IV","goalDescription":"Build Embassy IV and increase your energy in Adventures from 350 to 400.","goalHintImage":"110_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50020","title":"","category":"special","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"111","stepId":"1","name":"Attack 22 players and win","goalDescription":"Attack 22 players and win the battle to earn resources and xp!","goalHintImage":"111_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"22","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"112","stepId":"1","name":"Upgrade your wall to Royal Wall","goalDescription":"Upgrade Your Empire wall to Royal Wall to protect it better.","goalHintImage":"112_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49991","title":"","category":"defense","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"113","stepId":"1","name":"Build Elephants Barracks","goalDescription":"Build Elephants Barracks. It will allow you to train Elephant Riders.","goalHintImage":"113_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49996","title":"","category":"barrack","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"114","stepId":"1","name":"Train 15 more Elephant Riders","goalDescription":"Train 15 more Elephant Riders. The more you train, the more powerful your army will be!","goalHintImage":"114_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"603","title":"You trained","category":"","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"115","stepId":"1","name":"Build Lumber Mill IV","goalDescription":"Build Lumber Mill IV. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"115_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"205","title":"","category":"resourceManager","reward":[{"g":600}],"FBUsers":"0"},{"goalId":"116","stepId":"1","name":"Build a Legendary Castle","goalDescription":"Build a Legendary Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"116_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"1230","title":"","category":"defense","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"117","stepId":"1","name":"Build Ninja Barracks","goalDescription":"Build Ninja Barracks. It will allow you to train Black Ninjas.","goalHintImage":"117_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49995","title":"","category":"barrack","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"118","stepId":"1","name":"Train 20 more Black Ninjas","goalDescription":"Train 20 more Black Ninjas. The more you train, the more powerful your army will be!","goalHintImage":"118_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"50031","title":"You trained","category":"","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"119","stepId":"1","name":"Build Harbour IV","goalDescription":"Build Harbour IV. It will unlock new a localization called Ancient Greece. It will allow you to do more Adventures.","goalHintImage":"119_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50023","title":"","category":"special","reward":[{"u":694}],"FBUsers":"1"},{"goalId":"120","stepId":"1","name":"Build Barracks V","goalDescription":"Build Barracks V. It will allow you to train Royal Swordsmen.","goalHintImage":"120_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"390","title":"","category":"barrack","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"121","stepId":"1","name":"Increase Your Army Size to 175","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 175.","goalHintImage":"121_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"175","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"122","stepId":"1","name":"Train 25 more Royal Swordsmen","goalDescription":"Train 25 more Royal Swordsmen. The more you train, the more powerful your army will be!","goalHintImage":"122_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"608","title":"You trained","category":"","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"123","stepId":"1","name":"Attack 24 players and win","goalDescription":"Attack 24 players and win the battle to earn resources and xp!","goalHintImage":"123_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"24","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"124","stepId":"1","name":"Build Blacksmith IV","goalDescription":"Build Blacksmith IV. It will provide you +25% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"124_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50026","title":"","category":"special","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"125","stepId":"1","name":"Build Gold Mine IV","goalDescription":"Build Gold Mine IV. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"125_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"203","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"126","stepId":"1","name":"Build University IV","goalDescription":"Build University IV. It will provide you +25% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"126_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50029","title":"","category":"special","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"127","stepId":"1","name":"Build Troll Barracks","goalDescription":"Build Troll Barracks. It will allow you to train Troll Archers.","goalHintImage":"127_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49994","title":"","category":"barrack","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"128","stepId":"1","name":"Train 20 more Troll Archers","goalDescription":"Train 20 more Troll Archers. The more you train, the more powerful your army will be!","goalHintImage":"128_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"857","title":"You trained","category":"","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"129","stepId":"1","name":"Build Winged Knight Barracks","goalDescription":"Build Winged Knight Barracks. It will allow you to train Winged Knights.","goalHintImage":"129_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49993","title":"","category":"barrack","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"130","stepId":"1","name":"Train 20 more Winged Knights","goalDescription":"Train 20 more Winged Knights. The more you train, the more powerful your army will be!","goalHintImage":"130_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"662","title":"You trained","category":"","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"131","stepId":"1","name":"Complete all Ancient Greece Adventures","goalDescription":"Complete all Ancient Greece Adventures and begin rank 2.","goalHintImage":"131_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"5","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"132","stepId":"1","name":"Build Stone Mine IV","goalDescription":"Build Stone Mine IV. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"132_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"204","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"133","stepId":"1","name":"Build Archery V","goalDescription":"Build Archery V. It will allow you to train Royal Archers.","goalHintImage":"133_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"391","title":"","category":"barrack","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"134","stepId":"1","name":"Train 25 more Royal Archers","goalDescription":"Train 25 more Royal Archers. The more you train, the more powerful your army will be!","goalHintImage":"134_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"609","title":"You trained","category":"","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"135","stepId":"1","name":"Attack 30 players and win","goalDescription":"Attack 30 players and win the battle to earn resources and xp!","goalHintImage":"135_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"30","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"136","stepId":"1","name":"Build Town Hall V","goalDescription":"Build Town Hall V and increase your number of attacks in Battles mode from 12 to 15.","goalHintImage":"136_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50019","title":"","category":"special","reward":[{"u":711}],"FBUsers":"1"},{"goalId":"137","stepId":"1","name":"Build Harbour V","goalDescription":"Build Harbour V. It will unlock new a localization called Mountain. It will allow you to do more Adventures.","goalHintImage":"137_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50024","title":"","category":"special","reward":[{"u":789}],"FBUsers":"1"},{"goalId":"138","stepId":"1","name":"Build Blacksmith V","goalDescription":"Build Blacksmith V. It will provide you +30% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"138_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50027","title":"","category":"special","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"139","stepId":"1","name":"Build Stables V","goalDescription":"Build Stables V. It will allow you to train Royal Knights.","goalHintImage":"139_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"392","title":"","category":"barrack","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"140","stepId":"1","name":"Train 25 more Royal Knights","goalDescription":"Train 25 more Royal Knights. The more you train, the more powerful your army will be!","goalHintImage":"140_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"610","title":"You trained","category":"","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"141","stepId":"1","name":"Increase Your Army Size to 250","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 250.","goalHintImage":"141_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"250","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"142","stepId":"1","name":"Build University V","goalDescription":"Build University V. It will provide you +30% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"142_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50030","title":"","category":"special","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"143","stepId":"1","name":"Complete all Mountain Adventures","goalDescription":"Complete all Mountain Adventures and begin rank 2.","goalHintImage":"143_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"6","title":"Completed adventures","category":"","reward":[{"f":1000}],"FBUsers":"1"}]}
\ No newline at end of file
diff --git a/config/game_config_4399.json b/config/game_config_4399.json
new file mode 100644
index 0000000..b326ba3
--- /dev/null
+++ b/config/game_config_4399.json
@@ -0,0 +1,14 @@
+{"categories":{"0":{"sub":[{"name":"全部","parent":0,"id":0}]},"1":{"name":"Village","id":1,"sub":[{"name":"住宅","parent":1,"id":11},{"name":"资源","parent":1,"id":12},{"name":"其它","parent":1,"id":13},{"name":"研究","parent":1,"id":14}]},"2":{"name":"Defense","id":2,"sub":[{"name":"塔","parent":2,"id":21},{"name":"墙","parent":2,"id":22},{"name":"城堡","parent":2,"id":23},{"name":"避难","parent":2,"id":24}]},"3":{"name":"Army","id":3,"sub":[{"name":"步兵","parent":3,"id":31},{"name":"弓箭手","parent":3,"id":32},{"name":"骑兵","parent":3,"id":33},{"name":"攻城武器","parent":3,"id":34},{"name":"特价","parent":3,"id":35}]},"4":{"name":"Decorations","id":4,"sub":[{"name":"树","parent":4,"id":41},{"name":"花","parent":4,"id":42},{"name":"旗","parent":4,"id":43},{"name":"雕像","parent":4,"id":44},{"name":"其它","parent":4,"id":45}]},"5":{"name":"Wonders","id":5,"sub":[{"name":"奇观","parent":5,"id":51}]},"12":{"name":"New","id":12,"sub":[{"name":"限量","parent":12,"id":121},{"name":"新品","parent":12,"id":122},{"name":"特价","parent":12,"id":123}]}},"map_prices":[{"coins":100000,"level":15,"cash":20},{"coins":300000,"level":25,"cash":20},{"coins":550000,"level":35,"cash":20},{"coins":1000000,"level":45,"cash":20}],"offer_packs":[{"pack_type":0,"position":9,"items":[27,550,555],"stone":5000,"id":1,"mana":0,"wood":5000,"enabled":1,"xp":500,"gold":5000,"food":5000,"cost_cash":25},{"pack_type":0,"position":21,"items":[199,199,369,369,384,384,214,214],"stone":0,"id":2,"mana":0,"wood":0,"enabled":0,"xp":750,"gold":0,"food":0,"cost_cash":35},{"pack_type":0,"position":8,"items":[152,553,554,555,556,557],"stone":0,"id":3,"mana":0,"wood":0,"enabled":1,"xp":500,"gold":0,"food":0,"cost_cash":25},{"pack_type":0,"position":19,"items":[241,268,388,577,578,607],"stone":0,"id":4,"mana":0,"wood":0,"enabled":0,"xp":625,"gold":0,"food":0,"cost_cash":30},{"pack_type":0,"position":7,"items":[575,575,575,575,502,502,568,568,568,568,541,541,541,541,541,540,540,540,540,540,539,539,539,539,539],"stone":0,"id":5,"mana":0,"wood":0,"enabled":1,"xp":400,"gold":0,"food":0,"cost_cash":20},{"pack_type":0,"position":6,"items":[608,608,608,608,608,609,609,609,609,609,610,610,610,610,610,569,569,414],"stone":0,"id":6,"mana":0,"wood":0,"enabled":1,"xp":900,"gold":0,"food":0,"cost_cash":50},{"pack_type":0,"position":5,"items":[618,469],"stone":25000,"id":7,"mana":50,"wood":25000,"enabled":1,"xp":1000,"gold":25000,"food":25000,"cost_cash":60},{"pack_type":0,"position":15,"items":[630,631],"stone":0,"id":8,"mana":0,"wood":0,"enabled":0,"xp":1500,"gold":0,"food":0,"cost_cash":100},{"pack_type":1,"position":14,"items":[[469,35],[56,70],[414,90],[642,100]],"stone":0,"id":9,"mana":0,"wood":0,"enabled":0,"xp":800,"gold":0,"food":0,"cost_cash":45},{"pack_type":1,"position":13,"items":[[57,35],[472,70],[652,90],[638,100]],"stone":0,"id":10,"mana":0,"wood":0,"enabled":0,"xp":800,"gold":0,"food":0,"cost_cash":45},{"pack_type":1,"position":4,"items":[[60,35],[662,70],[660,90],[651,100]],"stone":0,"id":11,"mana":0,"wood":0,"enabled":1,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":11,"items":[[649,684,650],[651,638,694,661,683],[687,643,655,635,615,646,629]],"stone":0,"id":12,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":0,"position":10,"items":[638,651,698,710],"stone":0,"id":13,"mana":0,"wood":0,"enabled":0,"xp":1500,"gold":0,"food":0,"cost_cash":150},{"pack_type":0,"position":9,"items":[638,651,698,710],"stone":0,"id":14,"mana":0,"wood":0,"enabled":0,"xp":1500,"gold":0,"food":0,"cost_cash":200},{"pack_type":2,"position":8,"items":[[649,695,684],[709,710,698,712,707,706,660,612,641],[679,623,687,621,643,629]],"stone":0,"id":15,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":7,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"stone":0,"id":16,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":6,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"stone":0,"id":17,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":30},{"pack_type":2,"position":5,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"stone":0,"id":18,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":4,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"stone":0,"id":19,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":30},{"pack_type":0,"position":3,"items":[550,652,683,706,712,727],"stone":0,"id":20,"mana":0,"wood":0,"enabled":0,"xp":1500,"gold":0,"food":0,"cost_cash":125},{"pack_type":0,"position":2,"items":[550,652,683,706,712,727],"stone":0,"id":21,"mana":0,"wood":0,"enabled":0,"xp":1500,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":1,"items":[[723,714,744],[722,745,741,727,712,707,716,719,660],[612,641,623,687,621,643]],"stone":0,"id":22,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":1,"items":[[744,736,758],[724,755,644,702,745,700,647,742],[711,648,641,765,687,621,643]],"stone":0,"id":23,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[766,758,714],[757,713,724],[642,709,711]],"stone":0,"id":24,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[766,708,736],[723,714,769],[695,710,651]],"stone":0,"id":25,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[758,775,777],[776,753,700,773,770,754,774,755],[711,648,641,742,687,733,752]],"stone":0,"id":26,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[766,723,785],[775,815,650,762,792,757,772,794],[817,786,769,773,768,774,742]],"stone":0,"id":27,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[798,793,785],[775,776,756,762,792,755,772,794],[749,786,813,773,814,774,782]],"stone":0,"id":28,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[826,793,830],[828,829,776,762,792,831,772,806],[796,787,813,807,820,774,782]],"stone":0,"id":29,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[847,785,830],[744,788,776,755,791,831,772,806],[771,787,849,807,820,781,637]],"stone":0,"id":30,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[846,847,758],[856,829,828,788,755,827,791,746],[781,771,717,849,702,850,637]],"stone":0,"id":31,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[853,766,846],[764,815,829,737,827,752,631,746],[716,683,702,787,850,717,854]],"stone":0,"id":32,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":0,"position":3,"items":[1360,1361,1358,1359],"stone":0,"id":33,"mana":0,"wood":0,"enabled":1,"xp":750,"gold":0,"food":0,"cost_cash":45},{"pack_type":2,"position":0,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"stone":0,"id":34,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"stone":0,"id":35,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[875,862,798],[775,788,776,762,791,831,772,815],[786,771,876,807,813,781,637]],"stone":0,"id":36,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[875,847,723],[856,829,828,788,757,794,791,815],[781,771,890,786,711,876,637]],"stone":0,"id":37,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[785,847,793],[830,788,776,792,831,772,791,829],[796,787,807,784,774,849,782]],"stone":0,"id":38,"mana":0,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[798,847,766],[830,884,778,792,831,879,745,896],[765,770,807,769,801,814,789]],"stone":0,"id":39,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[758,798,826],[1299,815,778,897,884,762,776,896],[765,770,871,784,861,820,789]],"stone":0,"id":40,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[766,777,826],[830,897,856,792,831,776,886,829],[771,637,861,790,816,769,774]],"stone":0,"id":41,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[846,777,723],[775,884,788,897,786,772,753,896],[683,637,850,2035,725,869,774]],"stone":0,"id":42,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2013,847,846],[830,2019,1299,788,776,801,772,667],[683,2008,2014,765,849,770,810]],"stone":0,"id":43,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2013,862,785],[2042,2022,1299,884,776,815,762,742],[2008,796,871,868,765,769,537]],"stone":0,"id":44,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2016,847,777],[2019,788,897,792,884,757,794,745],[765,770,879,849,756,790,821]],"stone":0,"id":45,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2023,826,793],[2022,2053,897,886,806,757,2008,745],[762,2020,879,820,799,814,711]],"stone":0,"id":46,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2037,891,798],[2059,2042,2053,772,2067,776,886,742],[765,813,771,892,799,654,711]],"stone":0,"id":47,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2013,862,798],[830,2073,2052,772,2067,2008,742,724],[828,2014,796,868,810,654,774]],"stone":0,"id":48,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2016,891,847],[2055,2042,2066,896,776,2059,886,753],[757,2017,770,683,811,892,779]],"stone":0,"id":49,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2023,847,777],[2060,2059,2066,2035,896,2053,886,831],[772,2024,717,727,811,849,779]],"stone":0,"id":50,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2037,891,777],[2055,830,2053,772,806,776,886,742],[762,790,771,892,810,654,711]],"stone":0,"id":51,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2043,891,793],[2099,2042,772,788,2067,757,742,717],[762,814,683,892,756,709,821]],"stone":0,"id":52,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2013,2043,846],[2056,2055,884,828,2067,757,2008,717],[776,2014,2066,683,2044,709,642]],"stone":0,"id":53,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2039,2016,891],[2099,897,2052,2055,772,886,880,724],[828,2017,2066,796,2040,753,650]],"stone":0,"id":54,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2023,891,798],[2099,2042,2052,2055,2059,886,880,829],[831,2024,722,796,892,753,544]],"stone":0,"id":55,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2037,862,847],[2114,897,884,792,2067,881,2011,724],[762,868,2029,849,799,654,544]],"stone":0,"id":56,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2016,891,777],[2102,2055,2114,2042,896,880,886,742],[828,757,879,2017,796,892,650]],"stone":0,"id":57,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2039,846,785],[2102,830,2042,815,896,2047,886,776],[828,762,2008,2040,771,850,717]],"stone":0,"id":58,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2037,891,777],[2101,2060,2053,772,2067,776,886,742],[765,790,771,892,799,654,711]],"stone":0,"id":59,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2043,891,846],[2099,2144,897,2055,772,2052,880,724],[828,2044,2066,796,892,753,650]],"stone":0,"id":60,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2016,847,777],[2019,788,897,792,884,757,794,745],[765,770,879,849,756,790,821]],"stone":0,"id":61,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2023,826,793],[2022,2053,897,886,806,757,2008,745],[762,2020,879,820,799,814,711]],"stone":0,"id":62,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2037,891,798],[2059,2042,2053,772,2067,776,886,742],[765,813,771,892,799,654,711]],"stone":0,"id":63,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2013,862,798],[830,2073,2052,772,2067,2008,742,724],[828,2014,796,868,810,654,774]],"stone":0,"id":64,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2016,891,847],[2055,2042,2066,896,776,2059,886,753],[757,2017,770,683,811,892,779]],"stone":0,"id":65,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2039,846,847],[2102,2127,2042,2072,896,815,886,782],[828,772,717,2040,771,850,635]],"stone":0,"id":66,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2037,862,785],[2101,2060,2137,2114,2067,776,2052,742],[764,868,771,784,799,654,702]],"stone":0,"id":67,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":0,"items":[[2057,2016,826],[2081,2138,2137,2053,2067,2052,745,742],[764,2017,771,820,791,637,702]],"stone":0,"id":68,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":2,"position":2,"items":[[2069,891,777],[2101,2042,2144,896,776,2059,886,753],[757,2017,683,892,811,790,779]],"stone":0,"id":69,"mana":5,"wood":0,"enabled":0,"xp":1000,"gold":0,"food":0,"cost_cash":60},{"pack_type":3,"position":1,"items":[],"stone":0,"id":70,"mana":0,"wood":0,"enabled":1,"xp":0,"gold":0,"food":0,"cost_cash":0},{"pack_type":2,"position":2,"items":[[2121,846,785],[830,2060,2053,772,2067,776,886,742],[765,850,771,784,799,654,711]],"stone":0,"id":71,"mana":5,"wood":0,"enabled":1,"xp":1000,"gold":0,"food":0,"cost_cash":60}],"iphone_config":{"DRAGON_REMINDER_INTERVAL":3600,"INITIAL_MAX_ARMY_SIZE":25,"MINIMUM_GIFT_INTERVAL":86400,"PVP_OPPONENT_DEFENCE_DIVISOR":2,"SPECIAL_BUILDS_MODIFIERS_VALUES":{"Oracle":{"50010":5},"University":{"50008":5,"50028":20,"50029":25,"50014":15,"50030":30},"Townhall":{"50007":4,"50001":2,"50018":9,"50019":12,"50015":6},"Embassy":{"50016":150,"50009":100,"50003":50,"50020":200,"50021":250},"Blacksmith":{"50025":20,"50026":25,"50027":30,"50012":15,"50006":5}},"MAXIMUM_COLLECT_REMINDER_NOTIFICATIONS":2,"RATE_ON_PVP_INTERVAL":20,"MISS_YOU_NOTIFICATION_TIME":[86400,259200,604800],"NOT_ENOUGH_ENERGY_ATTACKS_POPUP_LEVEL":1,"MAXIMUM_PVP_NOTIFICATION_BY_DAY":2,"COLLECT_REMINDER_INTERVAL":3600,"MAXIMUM_DRAGON_REMINDER_NOTIFICATIONS":3,"ARMY_SIZE_BY_LEVEL":5,"RATE_WITH_REWARD":0,"MINIMUM_REFILL_NOTIFICATION_TIME":300,"PVP_GIVE_WOOD_PROBABILITY":30,"BANNERS":[{"url":"img/iPhone/banners/test_banner.jpg","link":"link"}],"PVP_MAX_RESOURCES_MULT_GREATER_10":100,"PVP_ALGORITHM_PERCENTAGE_ALTER":20,"AFTER_LOSING_PVP_UNITS_POPUP_BY_SES":1,"INCREASE_POPULATION_LIMIT_COST":5,"ENERGY_ATTACKS_REMINDER_INTERVAL":3600,"PVP_GIVE_FOOD_PROBABILITY":30,"NEWS_EN":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"PVP_MIN_RESOURCES_MULT_GREATER_10":25,"MAXIMUM_ENERGY_ATTACKS_REMINDER_NOTIFICATIONS":4,"PVP_MIN_RESOURCES_MULT_LESS_10":25,"FACEBOOK_LOGIN_REMINDER_INTERVAL":5,"DEFAULT_MAX_PVP_ATTACKS":3,"PVP_AND_ENERGY_REFILL_COST":5,"PVP_XP_WIN":2,"UNIT_COLLECT_WONDERS":{"49992":[661,555,534,533]},"MAXIMUM_GIFT_NOTIFICATION_BY_DAY":5,"MAXIMUM_COLLECT_NOTIFICATION_BY_DAY":6,"GOAL_LEVELS":{"1":3,"6":4,"10":5},"INCREASE_POPULATION_LIMIT_AMOUNT":50,"ALLOWED_REQUEST_TYPES":["gift","spe_gift","hire","help_collect","potion"],"PVP_MAX_PERCENTAGE_OPPONENT_LOST":10,"GIFTS":[635,694,702,752,867,866,796,661,754,683,784,863,768,2005,2027,727,771,774,623,556],"PVP_GIVE_GOLD_PROBABILITY":30,"TOWERS_LIMIT_BY_LEVEL":5,"AFTER_LOSING_PVP_UNITS":{"736":[15,50],"2043":[15,50],"766":[15,50],"2016":[15,50],"2069":[15,50],"2048":[15,50],"777":[15,50],"847":[15,50],"2000":[15,50],"785":[15,50],"2037":[15,50],"758":[15,50],"2063":[15,50],"888":[15,50],"793":[15,50],"2121":[15,50],"891":[15,50],"2013":[15,50],"798":[15,50],"2039":[15,50]},"MAX_FRIENDS_FOR_ARMY_SIZE":10,"PVP_GIVE_STONE_PROBABILITY":10,"NEWS_ES":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"APP_RATED_CASH":5,"DRAGON_NOTIFICATION_MAXIMUM_GROUP_TIME":21600,"RESOURCE_NOTIFICATION_MAXIMUM_GROUP_TIME":3600,"APP_RATED_MAIN_SCREEN_ENABLED":1,"PVP_ATTACK_RELOAD_TIME":300,"ARMY_SIZE_BY_FRIEND":20,"PVP_MAX_RESOURCES_MULT_LESS_10":50},"expansion_prices":[{"coins":4000,"neighbors":1,"cash":20},{"coins":40000,"neighbors":3,"cash":25},{"coins":80000,"neighbors":5,"cash":30},{"coins":100000,"neighbors":8,"cash":35},{"coins":150000,"neighbors":10,"cash":40},{"coins":300000,"neighbors":12,"cash":45},{"coins":400000,"neighbors":14,"cash":50},{"coins":500000,"neighbors":16,"cash":60}],"level_ranking_reward":[{"level":50,"units":{"640":1,"117":1},"cash":1},{"level":49,"units":{"553":1},"cash":1},{"level":48,"units":{"629":1},"cash":1},{"level":47,"units":{"703":1},"cash":1},{"level":46,"units":{"612":1},"cash":1},{"level":45,"units":{"119":1,"647":1},"cash":1},{"level":44,"units":{"633":1},"cash":1},{"level":43,"units":null,"cash":1},{"level":42,"units":{"632":1},"cash":1},{"level":41,"units":null,"cash":1},{"level":40,"units":null,"cash":1},{"level":39,"units":{"518":1},"cash":1},{"level":38,"units":{"560":1},"cash":1},{"level":37,"units":{"556":1},"cash":1},{"level":36,"units":{"608":1},"cash":1},{"level":35,"units":{"123":1,"603":1},"cash":1},{"level":34,"units":{"540":1},"cash":1},{"level":33,"units":{"565":1},"cash":1},{"level":32,"units":{"534":1},"cash":1},{"level":31,"units":{"507":1},"cash":1},{"level":30,"units":{"124":1,"655":1},"cash":1},{"level":29,"units":{"573":1},"cash":1},{"level":28,"units":{"578":1},"cash":1},{"level":27,"units":{"555":1},"cash":1},{"level":26,"units":{"541":1},"cash":1},{"level":25,"units":{"128":1,"643":1},"cash":1},{"level":23,"units":{"574":1},"cash":1},{"level":22,"units":{"633":1},"cash":1},{"level":21,"units":{"606":1},"cash":1},{"level":20,"units":{"126":1,"615":1},"cash":1},{"level":19,"units":{"620":1},"cash":1},{"level":24,"units":{"577":1},"cash":1},{"level":18,"units":{"627":1},"cash":1},{"level":17,"units":{"652":1},"cash":1},{"level":16,"units":{"623":1},"cash":1},{"level":15,"units":{"121":1,"638":1},"cash":1},{"level":14,"units":{"662":1},"cash":1},{"level":13,"units":{"644":1},"cash":1},{"level":12,"units":{"683":1},"cash":1},{"level":11,"units":{"626":1},"cash":1},{"level":10,"units":{"122":1,"651":10},"cash":1},{"level":9,"units":{"699":1},"cash":1},{"level":8,"units":{"646":1},"cash":1},{"level":7,"units":{"706":1},"cash":1},{"level":6,"units":{"686":10},"cash":1},{"level":5,"units":{"660":1,"575":10},"cash":1},{"level":4,"units":{"661":1},"cash":1},{"level":3,"units":{"694":1},"cash":1},{"level":2,"units":{"712":1},"cash":1},{"level":1,"units":{"650":1,"686":10},"cash":1}],"honor_levels":[{"id":1,"points":0,"rank":"Peasant with Spear"},{"id":2,"points":50,"rank":"Count's Squire"},{"id":3,"points":100,"rank":"Troll Slayer"},{"id":4,"points":150,"rank":"Baron's Knight"},{"id":5,"points":200,"rank":"Captain of Duke's Army"},{"id":6,"points":250,"rank":"Kingdom's Protector"},{"id":7,"points":300,"rank":"Citadel's Protector"},{"id":8,"points":350,"rank":"Spearmen's Commander"},{"id":9,"points":400,"rank":"Archery Lord"},{"id":10,"points":500,"rank":"Master Warlord"},{"id":11,"points":600,"rank":"Swords' Master"},{"id":12,"points":700,"rank":"Head of the Cavalry"},{"id":13,"points":800,"rank":"Great Lord of Tactics"},{"id":14,"points":900,"rank":"Siege's Master"},{"id":15,"points":1000,"rank":"Elite King's Warlord"}],"iphone_goals":[{"stepId":"1","totalQuantity":"1","category":"","name":"Complete Anubis God Adventure","goalId":"1","title":"You completed","reward":[{"c":1}],"itemId":"1-1","goalDescription":"Complete Anubis God Adventure on the Lost Sands harbour to earn resources and cool new units!","goalNotificationType":"Complete Mission","FBUsers":"1","goalHintImage":"1_goalhint.png"},{"stepId":"1","totalQuantity":"2","category":"","name":"Attack 2 players and win","goalId":"2","title":"You Attacked","reward":[{"c":1}],"itemId":"win","goalDescription":"Attack 2 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"2_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete The Hyksos Adventure","goalId":"3","title":"You completed","reward":[{"s":100}],"itemId":"1-2","goalDescription":"Complete The Hyksos Adventure on the Lost Sands harbour to earn resources and cool new units!","goalNotificationType":"Complete Mission","FBUsers":"1","goalHintImage":"3_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete Neptune Adventure","goalId":"4","title":"You completed","reward":[{"s":100}],"itemId":"1-4","goalDescription":"Complete Neptune Adventure on the Lost Sands harbour to earn resources and cool new units!","goalNotificationType":"Complete Mission","FBUsers":"1","goalHintImage":"4_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Archery I","goalId":"5","title":"","reward":[{"c":1}],"itemId":"41","goalDescription":"Build Archery I. It will allow you to train Light Archer.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"5_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"","name":"Train 5 more Light Archers","goalId":"6","title":"You trained","reward":[{"f":100}],"itemId":"516","goalDescription":"Train 5 more Light Archers. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"6_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete Detestable Ra Adventure","goalId":"7","title":"You completed","reward":[{"c":1}],"itemId":"1-5","goalDescription":"Complete Detestable Ra Adventure on the Lost Sands harbour to earn resources and cool new units!","goalNotificationType":"Complete Mission","FBUsers":"1","goalHintImage":"7_goalhint.png"},{"stepId":"1","totalQuantity":"3","category":"","name":"Attack 3 players and win","goalId":"8","title":"You Attacked","reward":[{"c":1}],"itemId":"win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"8_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Mill I","goalId":"9","title":"","reward":[{"c":1}],"itemId":"5","goalDescription":"Build Mill I. It will provide you with food resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"9_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Select time for Mill I","goalId":"10","title":"","reward":[{"c":1}],"itemId":"5","goalDescription":"Select work time for Mill I to start producing food.","goalNotificationType":"Activate Collect Resource","FBUsers":"1","goalHintImage":"10_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Gold Mine I","goalId":"11","title":"","reward":[{"g":100}],"itemId":"13","goalDescription":"Build Gold Mine I. It will provide you with gold resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"11_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Select time for Gold Mine I","goalId":"12","title":"","reward":[{"w":500}],"itemId":"13","goalDescription":"Select work time for Gold Mine I to start producing gold.","goalNotificationType":"Activate Collect Resource","FBUsers":"1","goalHintImage":"12_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Stables I","goalId":"13","title":"","reward":[{"f":700}],"itemId":"44","goalDescription":"Build Stables I. It will allow you to train Light Knight.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"13_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"","name":"Train 5 more Light Knights","goalId":"14","title":"You trained","reward":[{"s":150}],"itemId":"512","goalDescription":"Train 5 more Light Knights. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"14_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete Sphinx Adventure","goalId":"15","title":"You completed","reward":[{"c":1}],"itemId":"1-7","goalDescription":"Complete Sphinx Adventure on the Lost Sands harbour to earn resources and cool new units!","goalNotificationType":"Complete Mission","FBUsers":"1","goalHintImage":"15_goalhint.png"},{"stepId":"1","totalQuantity":"3","category":"","name":"Attack 3 players and win","goalId":"16","title":"You Attacked","reward":[{"u":620}],"itemId":"win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"16_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Collect Gold Mine I","goalId":"17","title":"","reward":[{"g":150}],"itemId":"13","goalDescription":"Collect gold from Gold Mine I.","goalNotificationType":"Collect Resource","FBUsers":"1","goalHintImage":"17_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Lumber Mill I","goalId":"18","title":"","reward":[{"g":150}],"itemId":"77","goalDescription":"Build Lumber Mill I. It will provide you with wood resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"18_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Stone Mine I","goalId":"19","title":"","reward":[{"w":500}],"itemId":"16","goalDescription":"Build Stone Mine I. It will provide you with stone resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"19_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Town Hall I","goalId":"20","title":"","reward":[{"f":150}],"itemId":"50001","goalDescription":"Build Town Hall I and increase your number of attacks in Battles mode from 3 to 5.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"20_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Workshop I","goalId":"21","title":"","reward":[{"g":150}],"itemId":"48","goalDescription":"Build Workshop I. It will allow you to train Ram.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"21_goalhint.png"},{"stepId":"1","totalQuantity":"3","category":"","name":"Train 3 more Ram","goalId":"22","title":"You trained","reward":[{"f":150}],"itemId":"519","goalDescription":"Train 3 more Ram. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"22_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"","name":"Attack 5 players and win","goalId":"23","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 5 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"23_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete Big Pyramid Adventure","goalId":"24","title":"You completed","reward":[{"c":1}],"itemId":"1-8","goalDescription":"Complete Big Pyramid on the Lost Sands harbour to earn resources and cool new units!","goalNotificationType":"Complete Mission","FBUsers":"1","goalHintImage":"24_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Barracks II","goalId":"25","title":"","reward":[{"f":200}],"itemId":"39","goalDescription":"Build Barracks II. It will allow you to train Swordsmen.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"25_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"","name":"Train 5 more Swordsman","goalId":"26","title":"You trained","reward":[{"g":200}],"itemId":"510","goalDescription":"Train 5 more Swordsman. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"26_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Invite friends","goalId":"27","title":"","reward":[{"u":759}],"itemId":"","goalDescription":"Invite your friends by Facebook option to Mobile Social Empires. More friends more fun!","goalNotificationType":"Invite Friend","FBUsers":"1","goalHintImage":"27_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Chicken Ranch","goalId":"28","title":"","reward":[{"f":100}],"itemId":"49999","goalDescription":"Build Chicken Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"28_goalhint.png"},{"stepId":"1","totalQuantity":"4","category":"","name":"Collect Resources 4 times","goalId":"29","title":"You collected","reward":[{"g":150}],"itemId":"","goalDescription":"Collect any of your resources 4 times.","goalNotificationType":"Collect Resource","FBUsers":"1","goalHintImage":"29_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"","name":"Increase Your Army Size to 50","goalId":"30","title":"Current army","reward":[{"g":200}],"itemId":"50","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 50.","goalNotificationType":"Army Size","FBUsers":"1","goalHintImage":"30_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete Sacrifice Ritual Adventure","goalId":"31","title":"You completed","reward":[{"c":1}],"itemId":"1-9","goalDescription":"Complete Sacrifice Ritual Adventure on the Lost Sands harbour to earn resources and cool new units!","goalNotificationType":"Complete Mission","FBUsers":"1","goalHintImage":"31_goalhint.png"},{"stepId":"1","totalQuantity":"6","category":"","name":"Attack 6 players and win","goalId":"32","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 6 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"32_goalhint.png"},{"stepId":"1","totalQuantity":"0","category":"","name":"Rate the Application","goalId":"33","title":"","reward":[{"c":1}],"itemId":"","goalDescription":"Give us your opinion and rate Mobile Social Empires!","goalNotificationType":"Rate App","FBUsers":"1","goalHintImage":"33_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Archery II","goalId":"34","title":"","reward":[{"f":200}],"itemId":"42","goalDescription":"Build Archery II. It will allow you to train Medium Archer.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"34_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"","name":"Train 5 more Medium Archers","goalId":"35","title":"You trained","reward":[{"g":200}],"itemId":"517","goalDescription":"Train 5 more Medium Archers. You can train them if you have Archery II. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"35_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Embassy I","goalId":"36","title":"","reward":[{"f":150}],"itemId":"50003","goalDescription":"Build Embassy I and increase your energy in Adventures from 200 to 250.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"36_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"defense","name":"Build Wood Wall","goalId":"37","title":"","reward":[{"g":150}],"itemId":"49987","goalDescription":"Build Wood Wall to protect your Empire better.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"37_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete all Lost Sands Adventures","goalId":"38","title":"Completed adventures","reward":[{"f":200}],"itemId":"1","goalDescription":"Complete all Lost Sands Adventures and begin rank 2.","goalNotificationType":"Complete Mission Group","FBUsers":"1","goalHintImage":"38_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Harbour I","goalId":"39","title":"","reward":[{"f":200}],"itemId":"50005","goalDescription":"Build Harbour I. It will unlock new a localization called Britania. It will allow you to do more Adventures.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"39_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Mill II","goalId":"40","title":"","reward":[{"g":250}],"itemId":"6","goalDescription":"Build Mill II. It will provide you with food resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"40_goalhint.png"},{"stepId":"1","totalQuantity":"7","category":"","name":"Attack 7 players and win","goalId":"41","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 7 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"41_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"wonder","name":"Build Heroes Hall","goalId":"42","title":"","reward":[{"f":150}],"itemId":"49992","goalDescription":"Build Heroes Hall. It will give you good units. Every time you collect it you will get one of these four: Barbarian, Willy Wallace, Prince Arthur and Warrior Princess.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"42_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Stables II","goalId":"43","title":"","reward":[{"g":250}],"itemId":"45","goalDescription":"Build Stables II. It will allow you to train Medium Knight.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"43_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"","name":"Train 5 more Medium Knights","goalId":"44","title":"You trained","reward":[{"f":250}],"itemId":"513","goalDescription":"Train 5 more Medium Knights. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"44_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Blacksmith I","goalId":"45","title":"","reward":[{"f":200}],"itemId":"50006","goalDescription":"Build Blacksmith I. It will provide you +5% attack damage. The higher the upgrade, the more the attack damage.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"45_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Town Hall II","goalId":"46","title":"","reward":[{"c":1}],"itemId":"50007","goalDescription":"Build Town Hall II and increase your number of attacks in Battles mode from 5 to 7.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"46_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Gold Mine II","goalId":"47","title":"","reward":[{"f":250}],"itemId":"14","goalDescription":"Build Gold Mine II. It will provide you with gold resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"47_goalhint.png"},{"stepId":"1","totalQuantity":"8","category":"","name":"Attack 8 players and win","goalId":"48","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 8 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"48_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"defense","name":"Upgrade your wall to Reenforced Wall","goalId":"49","title":"","reward":[{"c":1}],"itemId":"49988","goalDescription":"Upgrade Your Empire wall to Reenforced Wall to protect it better.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"49_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build University I","goalId":"50","title":"","reward":[{"g":250}],"itemId":"50008","goalDescription":"Build University I. It will provide you +5% defense stats. The higher the upgrade, the more the defense stats.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"50_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Workshop II","goalId":"51","title":"","reward":[{"f":250}],"itemId":"49","goalDescription":"Build Workshop II. It will allow you to train Scorpions.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"51_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Train 10 more Scorpion","goalId":"52","title":"You trained","reward":[{"g":250}],"itemId":"520","goalDescription":"Train 10 more Scorpions. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"52_goalhint.png"},{"stepId":"1","totalQuantity":"80","category":"","name":"Increase Your Army Size to 80","goalId":"53","title":"You trained","reward":[{"g":250}],"itemId":"80","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 80.","goalNotificationType":"Army Size","FBUsers":"1","goalHintImage":"53_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete all Britania Adventures","goalId":"54","title":"Completed adventures","reward":[{"f":200}],"itemId":"2","goalDescription":"Complete all Britania and begin rank 2.","goalNotificationType":"Complete Mission Group","FBUsers":"1","goalHintImage":"54_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Lumber Mill II","goalId":"55","title":"","reward":[{"f":250}],"itemId":"78","goalDescription":"Build Lumber Mill II. It will provide you with wood resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"55_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Attack 10 players and win","goalId":"56","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 10 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"56_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Pig Ranch","goalId":"57","title":"","reward":[{"f":200}],"itemId":"49998","goalDescription":"Build Pig Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"57_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Embassy II","goalId":"58","title":"","reward":[{"g":250}],"itemId":"50009","goalDescription":"Build Embassy II and increase your energy in Adventures from 250 to 300.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"58_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Barracks III","goalId":"59","title":"","reward":[{"f":250}],"itemId":"40","goalDescription":"Build Barracks III. It will allow you to train Long Swordsmen.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"59_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"","name":"Train 10 more Long Swordsmen","goalId":"60","title":"You trained","reward":[{"g":300}],"itemId":"511","goalDescription":"Train 10 more Long Swordsman. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"60_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Stone Mine II","goalId":"61","title":"","reward":[{"g":300}],"itemId":"17","goalDescription":"Build Stone Mine II. It will provide you with stone resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"61_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"defense","name":"Upgrade your wall to Stone Wall","goalId":"62","title":"","reward":[{"c":1}],"itemId":"49989","goalDescription":"Upgrade Your Empire wall to Stone Wall to protect it better.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"62_goalhint.png"},{"stepId":"1","totalQuantity":"12","category":"","name":"Attack 12 players and win","goalId":"63","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 12 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"63_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Archery III","goalId":"64","title":"","reward":[{"f":300}],"itemId":"43","goalDescription":"Build Archery III. It will allow you to train Heavy Archer.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"64_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Train 10 more Heavy Archers","goalId":"65","title":"You trained","reward":[{"g":300}],"itemId":"518","goalDescription":"Train 10 more Heavy Archers. You can train them if you have Archery III. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"65_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Harbour II","goalId":"66","title":"","reward":[{"g":300}],"itemId":"50011","goalDescription":"Build Harbour II. It will unlock new a localization called North Kingdom. It will allow you to do more Adventures.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"66_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Blacksmith II","goalId":"67","title":"","reward":[{"g":300}],"itemId":"50012","goalDescription":"Build Blacksmith II. It provides you +15% attack damage. The higher the upgrade, the more the attack damage.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"67_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Stables III","goalId":"68","title":"","reward":[{"f":300}],"itemId":"46","goalDescription":"Build Stables III. It will allow you to train Heavy Knight.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"68_goalhint.png"},{"stepId":"1","totalQuantity":"15","category":"","name":"Train 15 more Heavy Knights","goalId":"69","title":"You trained","reward":[{"g":300}],"itemId":"514","goalDescription":"Train 15 more Heavy Knights. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"69_goalhint.png"},{"stepId":"1","totalQuantity":"14","category":"","name":"Attack 14 players and win","goalId":"70","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 14 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"70_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"defense","name":"Build a Magnificent Castle","goalId":"71","title":"","reward":[{"c":1}],"itemId":"1231","goalDescription":"Build a Magnificent Castle. Defense structures help you to protect your base against enemy attacks.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"71_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Buey Ranch","goalId":"72","title":"","reward":[{"f":350}],"itemId":"49997","goalDescription":"Build Buey Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"72_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Increase Your Army Size to 125","goalId":"73","title":"You trained","reward":[{"g":250}],"itemId":"125","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 125.","goalNotificationType":"Army Size","FBUsers":"1","goalHintImage":"73_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build University II","goalId":"74","title":"","reward":[{"g":350}],"itemId":"50014","goalDescription":"Build University II. It will provide you +15% defense stats. The higher the upgrade, the more the defense stats.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"74_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Workshop III","goalId":"75","title":"","reward":[{"g":350}],"itemId":"50","goalDescription":"Build Workshop III. It will allow you to train Catapults.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"75_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Train 10 more Catapult","goalId":"76","title":"You trained","reward":[{"f":350}],"itemId":"521","goalDescription":"Train 10 more Catapult. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"76_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Town Hall III","goalId":"77","title":"","reward":[{"u":702}],"itemId":"50015","goalDescription":"Build Town Hall III and increase your number of attacks in Battles mode from 7 to 9.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"77_goalhint.png"},{"stepId":"1","totalQuantity":"16","category":"","name":"Attack 16 players and win","goalId":"78","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 16 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"78_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete all North Kingdom Adventures","goalId":"79","title":"Completed adventures","reward":[{"f":200}],"itemId":"3","goalDescription":"Complete all North Kingdom Adventures and begin rank 2.","goalNotificationType":"Complete Mission Group","FBUsers":"1","goalHintImage":"79_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Mill III","goalId":"80","title":"","reward":[{"g":350}],"itemId":"7","goalDescription":"Build Mill III. It will provide you with food resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"80_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Select time for Mill III","goalId":"81","title":"","reward":[{"f":350}],"itemId":"7","goalDescription":"Select work time for Mill III to start producing food.","goalNotificationType":"Activate Collect Resource","FBUsers":"1","goalHintImage":"81_goalhint.png"},{"stepId":"1","totalQuantity":"5","category":"defense","name":"Build 5 Towers IV","goalId":"82","title":"You built","reward":[{"g":350}],"itemId":"32","goalDescription":"Build 5 Towers IV to protect Your Empire better.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"82_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Gold Mine III","goalId":"83","title":"","reward":[{"f":350}],"itemId":"15","goalDescription":"Build Gold Mine III. It will provide you with gold resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"83_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Archery Stables","goalId":"84","title":"","reward":[{"g":400}],"itemId":"47","goalDescription":"Build Archery Stables. It will allow you to train Medium Archer Knight.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"84_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Train 10 more Medium Archer Knight","goalId":"85","title":"You trained","reward":[{"f":400}],"itemId":"515","goalDescription":"Train 10 more Medium Archer Knight. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"85_goalhint.png"},{"stepId":"1","totalQuantity":"18","category":"","name":"Attack 18 players and win","goalId":"86","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 18 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"86_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"defense","name":"Build a Wizard's Castle","goalId":"87","title":"","reward":[{"g":400}],"itemId":"181","goalDescription":"Build a Wizard's Castle. Defense structures help you to protect your base against enemy attacks.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"87_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"defense","name":"Upgrade your wall to Steel Wall","goalId":"88","title":"","reward":[{"u":749}],"itemId":"49990","goalDescription":"Upgrade Your Empire wall to Steel Wall to protect it better.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"88_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Workshop IV","goalId":"89","title":"","reward":[{"g":400}],"itemId":"51","goalDescription":"Build Workshop IV. It will allow you to train Cannons.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"89_goalhint.png"},{"stepId":"1","totalQuantity":"15","category":"","name":"Train 15 more Cannons","goalId":"90","title":"You trained","reward":[{"f":400}],"itemId":"522","goalDescription":"Train 15 more Cannons. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"90_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Embassy III","goalId":"91","title":"","reward":[{"g":400}],"itemId":"50016","goalDescription":"Build Embassy III and increase your energy in Adventures from 300 to 350.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"91_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Lumber Mill III","goalId":"92","title":"","reward":[{"f":400}],"itemId":"79","goalDescription":"Build Lumber Mill III. It will provide you with wood resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"92_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Increase Your Army Size to 150","goalId":"93","title":"You trained","reward":[{"g":250}],"itemId":"150","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 150.","goalNotificationType":"Army Size","FBUsers":"1","goalHintImage":"93_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Harbour III","goalId":"94","title":"","reward":[{"g":400}],"itemId":"50022","goalDescription":"Build Harbour III. It will unlock new a localization called Oriental War. It will allow you to do more Adventures.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"94_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Barracks IV","goalId":"95","title":"","reward":[{"g":400}],"itemId":"136","goalDescription":"Build Barracks IV. It will allow you to train Powerful Swordsmen.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"95_goalhint.png"},{"stepId":"1","totalQuantity":"25","category":"","name":"Train 25 more Powerful Swordmen","goalId":"96","title":"You trained","reward":[{"u":721}],"itemId":"539","goalDescription":"Train 25 more Powerful Swordmen. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"96_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Blacksmith III","goalId":"97","title":"","reward":[{"g":400}],"itemId":"50025","goalDescription":"Build Blacksmith III. It will provide you +20% attack damage. The higher the upgrade, the more the attack damage.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"97_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Stone Mine III","goalId":"98","title":"","reward":[{"f":400}],"itemId":"18","goalDescription":"Build Stone Mine III. It will provide you with stone resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"98_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Archery IV","goalId":"99","title":"","reward":[{"f":500}],"itemId":"137","goalDescription":"Build Archery IV. It will allow you to train Powerful Archers.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"99_goalhint.png"},{"stepId":"1","totalQuantity":"20","category":"","name":"Train 20 more Powerful Archers","goalId":"100","title":"You trained","reward":[{"g":500}],"itemId":"540","goalDescription":"Train 20 more Powerful Archers. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"100_goalhint.png"},{"stepId":"1","totalQuantity":"20","category":"","name":"Attack 20 players and win","goalId":"101","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 20 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"101_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build University III","goalId":"102","title":"","reward":[{"g":500}],"itemId":"50028","goalDescription":"Build University. It will provide you +20% defense stats. The higher the upgrade, the more the defense stats.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"102_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Fire Workshop","goalId":"103","title":"","reward":[{"f":500}],"itemId":"216","goalDescription":"Build Fire Workshop. It will allow you to train Fire Cannons.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"103_goalhint.png"},{"stepId":"1","totalQuantity":"15","category":"","name":"Train 15 more Fire Cannons","goalId":"104","title":"You trained","reward":[{"u":715}],"itemId":"568","goalDescription":"Train 15 more Fire Cannons. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"104_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete all Oriental War Adventures","goalId":"105","title":"Completed adventures","reward":[{"f":200}],"itemId":"4","goalDescription":"Complete all Oriental War Adventures and begin rank 2.","goalNotificationType":"Complete Mission Group","FBUsers":"1","goalHintImage":"105_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Town Hall IV","goalId":"106","title":"","reward":[{"c":1}],"itemId":"50018","goalDescription":"Build Town Hall IV and increase your number of attacks in Battles mode from 9 to 12.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"106_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Stables IV","goalId":"107","title":"","reward":[{"g":500}],"itemId":"138","goalDescription":"Build Stables IV. It will allow you to train Powerful Knight.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"107_goalhint.png"},{"stepId":"1","totalQuantity":"25","category":"","name":"Train 25 more Powerful Knights","goalId":"108","title":"You trained","reward":[{"f":500}],"itemId":"541","goalDescription":"Train 25 more Powerful Knights. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"108_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Mill IV","goalId":"109","title":"","reward":[{"g":500}],"itemId":"202","goalDescription":"Build Mill IV. It will provide you with food resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"109_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Embassy IV","goalId":"110","title":"","reward":[{"g":500}],"itemId":"50020","goalDescription":"Build Embassy IV and increase your energy in Adventures from 350 to 400.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"110_goalhint.png"},{"stepId":"1","totalQuantity":"22","category":"","name":"Attack 22 players and win","goalId":"111","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 22 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"111_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"defense","name":"Upgrade your wall to Royal Wall","goalId":"112","title":"","reward":[{"f":600}],"itemId":"49991","goalDescription":"Upgrade Your Empire wall to Royal Wall to protect it better.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"112_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Elephants Barracks","goalId":"113","title":"","reward":[{"g":600}],"itemId":"49996","goalDescription":"Build Elephants Barracks. It will allow you to train Elephant Riders.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"113_goalhint.png"},{"stepId":"1","totalQuantity":"15","category":"","name":"Train 15 more Elephant Riders","goalId":"114","title":"You trained","reward":[{"f":600}],"itemId":"603","goalDescription":"Train 15 more Elephant Riders. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"114_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Lumber Mill IV","goalId":"115","title":"","reward":[{"g":600}],"itemId":"205","goalDescription":"Build Lumber Mill IV. It will provide you with wood resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"115_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"defense","name":"Build a Legendary Castle","goalId":"116","title":"","reward":[{"g":600}],"itemId":"1230","goalDescription":"Build a Legendary Castle. Defense structures help you to protect your base against enemy attacks.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"116_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Ninja Barracks","goalId":"117","title":"","reward":[{"f":600}],"itemId":"49995","goalDescription":"Build Ninja Barracks. It will allow you to train Black Ninjas.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"117_goalhint.png"},{"stepId":"1","totalQuantity":"20","category":"","name":"Train 20 more Black Ninjas","goalId":"118","title":"You trained","reward":[{"g":600}],"itemId":"50031","goalDescription":"Train 20 more Black Ninjas. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"118_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Harbour IV","goalId":"119","title":"","reward":[{"u":694}],"itemId":"50023","goalDescription":"Build Harbour IV. It will unlock new a localization called Ancient Greece. It will allow you to do more Adventures.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"119_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Barracks V","goalId":"120","title":"","reward":[{"g":750}],"itemId":"390","goalDescription":"Build Barracks V. It will allow you to train Royal Swordsmen.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"120_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Increase Your Army Size to 175","goalId":"121","title":"You trained","reward":[{"g":250}],"itemId":"175","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 175.","goalNotificationType":"Army Size","FBUsers":"1","goalHintImage":"121_goalhint.png"},{"stepId":"1","totalQuantity":"25","category":"","name":"Train 25 more Royal Swordsmen","goalId":"122","title":"You trained","reward":[{"f":750}],"itemId":"608","goalDescription":"Train 25 more Royal Swordsmen. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"122_goalhint.png"},{"stepId":"1","totalQuantity":"24","category":"","name":"Attack 24 players and win","goalId":"123","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 24 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"123_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Blacksmith IV","goalId":"124","title":"","reward":[{"g":750}],"itemId":"50026","goalDescription":"Build Blacksmith IV. It will provide you +25% attack damage. The higher the upgrade, the more the attack damage.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"124_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Gold Mine IV","goalId":"125","title":"","reward":[{"c":1}],"itemId":"203","goalDescription":"Build Gold Mine IV. It will provide you with gold resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"125_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build University IV","goalId":"126","title":"","reward":[{"g":750}],"itemId":"50029","goalDescription":"Build University IV. It will provide you +25% defense stats. The higher the upgrade, the more the defense stats.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"126_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Troll Barracks","goalId":"127","title":"","reward":[{"f":750}],"itemId":"49994","goalDescription":"Build Troll Barracks. It will allow you to train Troll Archers.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"127_goalhint.png"},{"stepId":"1","totalQuantity":"20","category":"","name":"Train 20 more Troll Archers","goalId":"128","title":"You trained","reward":[{"g":750}],"itemId":"857","goalDescription":"Train 20 more Troll Archers. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"128_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Winged Knight Barracks","goalId":"129","title":"","reward":[{"g":750}],"itemId":"49993","goalDescription":"Build Winged Knight Barracks. It will allow you to train Winged Knights.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"129_goalhint.png"},{"stepId":"1","totalQuantity":"20","category":"","name":"Train 20 more Winged Knights","goalId":"130","title":"You trained","reward":[{"f":750}],"itemId":"662","goalDescription":"Train 20 more Winged Knights. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"130_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete all Ancient Greece Adventures","goalId":"131","title":"Completed adventures","reward":[{"f":200}],"itemId":"5","goalDescription":"Complete all Ancient Greece Adventures and begin rank 2.","goalNotificationType":"Complete Mission Group","FBUsers":"1","goalHintImage":"131_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"resourceManager","name":"Build Stone Mine IV","goalId":"132","title":"","reward":[{"c":1}],"itemId":"204","goalDescription":"Build Stone Mine IV. It will provide you with stone resources. Resources allow you to grow up faster!","goalNotificationType":"Build","FBUsers":"0","goalHintImage":"132_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Archery V","goalId":"133","title":"","reward":[{"f":1000}],"itemId":"391","goalDescription":"Build Archery V. It will allow you to train Royal Archers.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"133_goalhint.png"},{"stepId":"1","totalQuantity":"25","category":"","name":"Train 25 more Royal Archers","goalId":"134","title":"You trained","reward":[{"g":1000}],"itemId":"609","goalDescription":"Train 25 more Royal Archers. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"134_goalhint.png"},{"stepId":"1","totalQuantity":"30","category":"","name":"Attack 30 players and win","goalId":"135","title":"You Attacked","reward":[{"g":200}],"itemId":"win","goalDescription":"Attack 30 players and win the battle to earn resources and xp!","goalNotificationType":"Attack Player","FBUsers":"1","goalHintImage":"135_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Town Hall V","goalId":"136","title":"","reward":[{"u":711}],"itemId":"50019","goalDescription":"Build Town Hall V and increase your number of attacks in Battles mode from 12 to 15.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"136_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Harbour V","goalId":"137","title":"","reward":[{"u":789}],"itemId":"50024","goalDescription":"Build Harbour V. It will unlock new a localization called Mountain. It will allow you to do more Adventures.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"137_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build Blacksmith V","goalId":"138","title":"","reward":[{"f":1000}],"itemId":"50027","goalDescription":"Build Blacksmith V. It will provide you +30% attack damage. The higher the upgrade, the more the attack damage.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"138_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"barrack","name":"Build Stables V","goalId":"139","title":"","reward":[{"g":1000}],"itemId":"392","goalDescription":"Build Stables V. It will allow you to train Royal Knights.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"139_goalhint.png"},{"stepId":"1","totalQuantity":"25","category":"","name":"Train 25 more Royal Knights","goalId":"140","title":"You trained","reward":[{"f":1000}],"itemId":"610","goalDescription":"Train 25 more Royal Knights. The more you train, the more powerful your army will be!","goalNotificationType":"Unit Trained","FBUsers":"1","goalHintImage":"140_goalhint.png"},{"stepId":"1","totalQuantity":"10","category":"","name":"Increase Your Army Size to 250","goalId":"141","title":"You trained","reward":[{"g":250}],"itemId":"250","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 250.","goalNotificationType":"Army Size","FBUsers":"1","goalHintImage":"141_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"special","name":"Build University V","goalId":"142","title":"","reward":[{"g":1000}],"itemId":"50030","goalDescription":"Build University V. It will provide you +30% defense stats. The higher the upgrade, the more the defense stats.","goalNotificationType":"Build","FBUsers":"1","goalHintImage":"142_goalhint.png"},{"stepId":"1","totalQuantity":"1","category":"","name":"Complete all Mountain Adventures","goalId":"143","title":"Completed adventures","reward":[{"f":1000}],"itemId":"6","goalDescription":"Complete all Mountain Adventures and begin rank 2.","goalNotificationType":"Complete Mission Group","FBUsers":"1","goalHintImage":"143_goalhint.png"}],"localization_strings":[{"name":"TUTORIAL_INTRO_TITULO","text":"欢迎来到奇幻大陆!","id":1},{"name":"TUTORIAL_INTRO_LECCION","text":"您好, 我是 #0#! 在这里我要告诉您如何管理您的帝国。\r.\r .我们开始吧!","id":2},{"name":"TUTORIAL_AYTO_TITULO","text":"选择市政厅","id":3},{"name":"TUTORIAL_AYTO_LECCION","text":"这是你的市政厅。可以通过它招募农民。\r\r选择市政厅,点击它。","id":4},{"name":"TUTORIAL_ALDEANO_TITULO","text":"招募一个农民","id":5},{"name":"TUTORIAL_ALDEANO_LECCION","text":"底部面板显示可用的操作按钮。\r\r点击村民按钮,招募一个农民。","id":6},{"name":"TUTORIAL_SELECCIONAR_ALDEANO_TITULO","text":"选择农民","id":7},{"name":"TUTORIAL_SELECCIONAR_ALDEANO_LECCION","text":"干得好!你已成功招募一个农民。\r\r用鼠标单击选择它!","id":8},{"name":"TUTORIAL_MOVER_ALDEANO_TITULO","text":"移动农民","id":9},{"name":"TUTORIAL_MOVER_ALDEANO_LECCION","text":"当你想要移动一个单位,可以通过点击所要到达的位置的地图。\r\r尝试它,点击所选区域!","id":10},{"name":"TUTORIAL_ARBOL_TITULO","text":"收集木材","id":11},{"name":"TUTORIAL_ARBOL_LECCION","text":"农民执行采集任务!\r\r点击一棵树!","id":12},{"name":"TUTORIAL_ESPERA_TITULO","text":"等待","id":13},{"name":"TUTORIAL_ESPERA_LECCION","text":"它只需几秒钟…… ^_^","id":14},{"name":"TUTORIAL_RECOLECCION_TITULO","text":"收集木材","id":15},{"name":"TUTORIAL_RECOLECCION_LECCION","text":"当完成砍树操作后,点击资源图标收集木材。","id":16},{"name":"TUTORIAL_CONSTRUIR_TITULO","text":"建造…","id":17},{"name":"TUTORIAL_CONSTRUIR_LECCION","text":"干得好!现在我将告诉你如何建造建筑。首先,点击商店按钮。","id":18},{"name":"TUTORIAL_CASA_TITULO","text":"选择房子","id":19},{"name":"TUTORIAL_CASA_LECCION","text":"下一步是选择所需的建筑。请选择 < 房子 >","id":20},{"name":"TUTORIAL_COLOCAR_TITULO","text":"放置到指定位置","id":21},{"name":"TUTORIAL_COLOCAR_LECCION","text":"现在点击地图选择安置的房子位置。开始施工!","id":22},{"name":"TUTORIAL_CABALLERO_TITULO","text":"选择骑士","id":23},{"name":"TUTORIAL_CABALLERO_LECCION","text":"干得好!准备好你的第一次战斗。\r\r点击这个骑士选择它!","id":24},{"name":"TUTORIAL_ATACAR_TITULO","text":"攻击巨魔","id":25},{"name":"TUTORIAL_ATACAR_LECCION","text":"巨魔是你的敌人!打败他们,或被他们打败!\r\r点击巨魔攻击它们!","id":26},{"name":"TUTORIAL_BATALLA_TITULO","text":"战斗进行中,等待……","id":27},{"name":"TUTORIAL_BATALLA_LECCION","text":"这些单位相互攻击,现在注意看它们的血条。别担心,他们只是弱小的巨魔!","id":28},{"name":"TUTORIAL_ENHORABUENA_TITULO","text":"祝贺你!","id":29},{"name":"TUTORIAL_ENHORABUENA_LECCION","text":"\r很好!现在你准备好建立最大的社会帝国!祝你好运!!","id":30},{"name":"TUTORIAL_EI","text":"EIIII","id":31},{"name":"TUTORIAL_EDIFICIO","text":"建造","id":32},{"name":"TUTORIAL_CASA","text":"选择房子","id":33},{"name":"TUTORIAL_COLOCAR","text":"放置房子","id":34},{"name":"TUTORIAL_ARTURO","text":"点击亚瑟国王","id":35},{"name":"TUTORIAL_OK2","text":"单击两次","id":36},{"name":"TUTORIAL_AYTO","text":"点击市政厅","id":37},{"name":"TUTORIAL_ALDEANO","text":"招募农民","id":38},{"name":"TUTORIAL_FLECHA","text":"箭头指向村民","id":39},{"name":"TUTORIAL_GRANJA","text":"选择农场","id":40},{"name":"TUTORIAL_ESPERAR","text":"等待农民收集物品","id":41},{"name":"TUTORIAL_LISTO","text":"准备好收集","id":42},{"name":"TUTORIAL_OK5","text":"确定点击 5 次","id":43},{"name":"TUTORIAL_SELECCIONA_ALDEANO","text":"选择类型","id":44},{"name":"TUTORIAL_ARBOL","text":"单击小树","id":45},{"name":"MISC_SEGURO","text":"你确定吗?","id":46},{"name":"MISC_FAVOR","text":"Do you want to accept the favor?","id":47},{"name":"STORE_EDIFICIO_EXP","text":"#0# exp","id":48},{"name":"STORE_EDIFICIO_NIVEL","text":"要求:等级 #0#","id":49},{"name":"STORE_EDIFICIO_LIMITE","text":"还剩下 #0# 天","id":50},{"name":"STORE_EDIFICIO_REFUERZOS","text":"\r\r允许你从你的盟友获得增援!","id":51},{"name":"STORE_EDIFICIO_DESBLOQUEO","text":"Unlock cost: #0# cash","id":52},{"name":"STORE_EDIFICIO_SACRIFICIO","text":"\r\r牺牲一个单位,获得一些资源回报","id":53},{"name":"STORE_EDIFICIO_TESORO","text":"\r\r每一天可以收集到一个收藏品","id":54},{"name":"STORE_EDIFICIO_ESTABLO","text":"\r\r允许你将弓箭手和移动单位转换为特殊兵种。","id":55},{"name":"STORE_EDIFICIO_CRIADERO","text":"\r\r把两只动物放入,它们将进行繁殖。","id":56},{"name":"STORE_EDIFICIO_ZEPPELIN","text":"\r\r允许你建立一艘飞艇探索古代海洋!","id":57},{"name":"STORE_EDIFICIO_BARCO","text":"\r\r允许你建立一只船探索大海!","id":58},{"name":"STORE_EDIFICIO_COLISEO","text":"\r\r让你的村民移动更快,收集更多资源收集。","id":59},{"name":"STORE_EDIFICIO_ESTATUA","text":"\r\r雕像让每天攻击限制从3增加到4。","id":60},{"name":"STORE_EDIFICIO_MINA","text":"\r\r让你的农民开采黄金和石头很快。","id":61},{"name":"STORE_EDIFICIO_SERRADERO","text":"\r\r让你的农民砍伐树木加快。","id":62},{"name":"STORE_EDIFICIO_MERCADO_ALIADOS","text":"\r\r让你收集你的资源以帮助你的盟友。","id":63},{"name":"STORE_EDIFICIO_MAQUINA_DEL_TIEMPO","text":"\r\r允许改变地形,主题地图!","id":64},{"name":"STORE_EDIFICIO_RECLUTAMIENTO_ALIADOS","text":"\r\r通过新兵,你将获得强大的兵种!","id":65},{"name":"STORE_EDIFICIO_MESA_REDONDA","text":"\r\r允许你通过朋友的帮助得到回报!","id":66},{"name":"STORE_EDIFICIO_HECHICERIA","text":"\r\r让您学习魔法咒语!","id":67},{"name":"STORE_EDIFICIO_MARAVILLA_SOCIAL","text":"\r\r增加人口上限可达50以上的单位!","id":68},{"name":"STORE_EDIFICIO_DESCONOCIDO","text":"\r\r病例未发现!","id":69},{"name":"STORE_EDIFICIO_IGLESIA_1","text":"治疗可以恢复单位的血量","id":70},{"name":"STORE_EDIFICIO_CATEDRAL","text":"僧侣把敌人的单位转换为自己的单位","id":71},{"name":"STORE_EDIFICIO_IGLESIA","text":"治疗可以恢复单位的血量","id":72},{"name":"STORE_EDIFICIO_TALLER","text":"维修工程师维修攻城武器","id":73},{"name":"STORE_EDIFICIO_DEMOLICION","text":"神风特攻队自爆伤害周围的单位和建筑","id":74},{"name":"STORE_EDIFICIO_ELEFANTE","text":"大象践踏地面击昏附近的对手","id":75},{"name":"STORE_EDIFICIO_CUARTEL1","text":"阿努比斯化身创建2个自己的阴影消灭敌人!","id":76},{"name":"STORE_EDIFICIO_TAMBORILERO","text":"鼓.激发你的军队土气使他们的攻击速度加快!","id":77},{"name":"STORE_EDIFICIO_RINOCERONTE","text":"犀牛闪电链使他的敌人飞走了","id":78},{"name":"STORE_EDIFICIO_TORRE_MOVIL","text":"防御塔,可以移动。你可以用它攻击","id":79},{"name":"STORE_EDIFICIO_PIRAMIDE","text":"用木乃伊的4个特殊技能来击败你的敌人","id":80},{"name":"STORE_EDIFICIO_TORRE_HIELO","text":"冻结敌人一段时间。被冻结的单位不能移动或攻击敌人。","id":81},{"name":"STORE_EDIFICIO_TORRE_AGUA","text":"向来袭的敌人投掷冰块。","id":82},{"name":"STORE_EDIFICIO_FORTALEZA_1","text":"放入弓箭手增加攻击力!","id":83},{"name":"STORE_EDIFICIO_TORRE_ACEITE","text":"放置一个燃烧弹,它会让敌人着火。","id":84},{"name":"STORE_EDIFICIO_HEROES_ALTAR","text":"\r\r你可以获得特殊的英雄!","id":85},{"name":"STORE_EDIFICIO_HEROES_CEMENTERIO","text":"\r\r\r允许您复活死去的英雄。","id":86},{"name":"STORE_EDIFICIO_MARAVILLA","text":"\r\r这个奇迹 the #0# 增加人口上限的 #1#","id":87},{"name":"AUX_ATERRIZANDO","text":"加载……","id":88},{"name":"AUX_RECOLECTANDO","text":"收集……","id":89},{"name":"AUX_ACEPTAR","text":"同意","id":90},{"name":"AUX_ACELERAR","text":"加速?","id":91},{"name":"AUX_ABSORBER","text":"#0# 吸收","id":92},{"name":"AUX_PUNTOS","text":"点","id":93},{"name":"AUX_EXP","text":"XP: #0#","id":94},{"name":"AUX_FUERA_DE_RANGO","text":"巨大的木乃伊","id":95},{"name":"AUX_ENTRENANDO","text":"招募……","id":96},{"name":"AUX_CONSTRUYENDO","text":"建造","id":97},{"name":"AUX_MODIFICADOR_HORA","text":"#0# 小时","id":98},{"name":"AUX_CARGANDO_TU_IMPERIO","text":"加载帝国……","id":99},{"name":"AUX_CARGANDO_IMPERIO","text":"Loading Empire...","id":100},{"name":"AUX_CARGANDO_EDIFICIOS","text":"加载帝国建筑……","id":101},{"name":"AUX_NO_ESTA_LISTO","text":"还没有准备好!","id":102},{"name":"AUX_RECOMPENSA","text":"奖励","id":103},{"name":"AUX_MAS_ATAQUES","text":"更多的攻击","id":104},{"name":"AUX_ATAQUES_RESTANTES","text":"Attacks left","id":105},{"name":"AUX_COMIDA","text":"食物","id":106},{"name":"AUX_MADERA","text":"木材","id":107},{"name":"AUX_PIEDRA","text":"石头","id":108},{"name":"EXPANSION_COST","text":"消耗: #0#","id":109},{"name":"EXPANSION_FALTAN_VECINOS","text":"你需要 #0# 更多的邻居\r支付这些黄金就可以扩张!","id":110},{"name":"EXPANSION_CABECERA","text":"扩张需要购买: #0# ","id":111},{"name":"MENU_VECINOS","text":"邻居","id":112},{"name":"MENU_CASAS","text":"房屋和资源","id":113},{"name":"MENU_DECORACIONES","text":"装饰品","id":114},{"name":"MENU_DEFENSAS","text":"防御系统","id":115},{"name":"MENU_EJERCITO","text":"军队","id":116},{"name":"MENU_EXPANSION","text":"扩张","id":117},{"name":"MENU_REGALOS","text":"礼品及存储","id":118},{"name":"MENU_MARAVILLAS","text":"奇迹","id":119},{"name":"TOOLTIP_ORO","text":"黄金","id":120},{"name":"TOOLTIP_CASH","text":"钞票","id":121},{"name":"TOOLTIP_TROFEOS","text":"奖品","id":122},{"name":"TOOLTIP_FALTA_POCO","text":"即将来临的","id":123},{"name":"TOOLTIP_MUSICA","text":"音乐","id":124},{"name":"TOOLTIP_EFECTOS_SONIDO","text":"音效","id":125},{"name":"TOOLTIP_FOTOS","text":"拍照:快来…","id":126},{"name":"TOOLTIP_PANTALLA_COMPLETA","text":"全屏切换","id":127},{"name":"TOOLTIP_CALIDAD","text":"品质切换","id":128},{"name":"TOOLTIP_VOLVER","text":"快回来","id":129},{"name":"TOOLTIP_TE_GUSTA","text":"喜欢这个游戏吗?","id":130},{"name":"TOOLTIP_MULTI","text":"多用工具","id":131},{"name":"TOOLTIP_ELIMINAR","text":"移除工具","id":132},{"name":"TOOLTIP_INVITACIONES_AMIGOS","text":"今天你有20个朋友邀请机会","id":133},{"name":"TOOLTIP_REGALOS","text":"今天你有20个礼物可以送朋友","id":134},{"name":"TOOLTIP_RECOLECTAR","text":"采集工具","id":135},{"name":"TOOLTIP_TIENDA","text":"储藏","id":136},{"name":"TOOLTIP_REGALOS_ALMACEN","text":"礼品/存储","id":137},{"name":"TOOLTIP_CAMBIAR_NOMBRE","text":"改变帝国的名字","id":138},{"name":"TOOLTIP_LUCHA","text":"攻打其他帝国","id":139},{"name":"TOOLTIP_TE_GUSTA_ESTE","text":"你喜欢这个游戏吗?","id":140},{"name":"TOOLTIP_BONO_DIARIO","text":"拿到每日奖金!","id":141},{"name":"TOOLTIP_GANAR_ORO","text":"增加黄金","id":142},{"name":"TOOLTIP_CONQUISTA","text":"征服世界","id":143},{"name":"TOOLTIP_RECURSO_COMIDA","text":"食物:用于饲养单位","id":144},{"name":"TOOLTIP_RECURSO_MADERA","text":"木材:用于建造基础建设","id":145},{"name":"TOOLTIP_RECURSO_PIEDRA","text":"石头:用来建造防御结构","id":146},{"name":"TOOLTIP_RECURSO_ORO","text":"黄金:用于支付军事单位","id":147},{"name":"TOOLTIP_REGALOS_VECINOS","text":"发送新的礼物给你的邻居","id":148},{"name":"TOOLTIP_INVITACIONES","text":"今天你有20个邀请好友的机会","id":149},{"name":"TOOLTIP_XP_GANADO","text":"获得经验值","id":150},{"name":"TOOLTIP_HONOR_GANADO","text":"获得荣誉","id":151},{"name":"TOOLTIP_ORO_GANADO","text":"获得金牌","id":152},{"name":"AVISO_REGALO_FACCION","text":"你不能对对立的阵营用礼品","id":153},{"name":"AVISO_POCO_NIVEL_PARA_CONQUISTAR","text":"\r你的帝国太弱小,不能征服世界。达到 #0# 级,就能够进入世界探险。","id":154},{"name":"AVISO_COLECCION_FACCION","text":"\r\r你不能访问这个派系的收藏品","id":155},{"name":"AVISO_GRIMORIO_TITULO","text":"可用的魔法书!","id":156},{"name":"AVISO_GRIMORIO_DESCRIPCION","text":"你已打开魔法书!\r\r现在你可以学习和施展强大的法术!\r\r你会发现这本书在屏幕左下角。","id":157},{"name":"AVISO_TOPE_UNIDADES","text":"\r该兵种有数量限制,不能够再新增!","id":158},{"name":"AVISO_TOPE_POBLACION","text":"\r你已经达到了最大的人口。","id":159},{"name":"AVISO_TOPE_ALOJAMIENTO","text":"没有足够的房屋容纳更多的人口。请建造房屋。","id":160},{"name":"AVISO_NIVEL_MEJORAR","text":"\r你需要到达 #0# 级,才能升级该建筑。","id":161},{"name":"AVISO_SIN_MADERA_GRANJA","text":"哦不!你没有足够的木材建造农场!","id":162},{"name":"AVISO_MUELLE_TITULO","text":"码头渡口!","id":163},{"name":"AVISO_MUELLE_DESCRIPCION","text":"点击港湾渡口进行航海冒险!","id":164},{"name":"AVISO_ZEPPELIN_TITULO","text":"热气飞船","id":165},{"name":"AVISO_ZEPPELIN_DESCRIPCION","text":"点击热气飞船进入古老的海洋!","id":166},{"name":"AVISO_SIN_AYUDAS","text":"\r没有更多的使用帮助!\r\r明天再来!","id":167},{"name":"AVISO_TOPE_TORRES","text":"帝国里只允许拥有 #0# 个塔!","id":168},{"name":"AVISO_BOCADILLOS","text":"\r讲话气泡启用!\r\r好喜欢哟!","id":169},{"name":"AVISO_SANGRE","text":"\r讲话气泡启用!\r\r好喜欢哟!","id":170},{"name":"AVISO_PACK_COMPRADO","text":"祝贺你!\r\r获得一个包裹!\r\r检查你的收藏室","id":171},{"name":"AVISO_PACK_FALTA_DINERO","text":"你没有足够的钱获得包裹。你想获得一些钞票?","id":172},{"name":"AVISO_UNIDAD_UNICA","text":"\r不能同时拥有两个单位","id":173},{"name":"AVISO_SUFICIENTE_ORO","text":"哦不!你没有足够的黄金!你想要一些吗?","id":174},{"name":"AVISO_SUFICIENTE_CASH","text":"哦不!你没有足够的现金!你想要一些吗?","id":175},{"name":"AVISO_SUFICIENTE_COMIDA","text":"你没有足够的食物!可以从农场,磨坊中获得更多食物。","id":176},{"name":"AVISO_SUFICIENTE_MADERA","text":"你没有足够的木材!请收集更多的树木。","id":177},{"name":"AVISO_SUFICIENTE_PIEDRA","text":"你没有足够的石头!收获的多石的吧。","id":178},{"name":"AVISO_REFRESCO","text":"对不起,发现在系统问题。请刷新游戏。","id":179},{"name":"AVISO_NAVEGAR_SIN_TROPAS","text":"\r你没有任何部队可启航!","id":180},{"name":"AVISO_TORRE_ZEPPELIN","text":"\r你需要一个热气飞船才可进行操作!","id":181},{"name":"AVISO_VOLAR_SIN_TROPAS","text":"\r你没有任何部队可飞行!","id":182},{"name":"AVISO_MERCADO_AGOTADO","text":"\r没有更多的资源可供交易,请24小时后再来吧!","id":183},{"name":"AVISO_MERCANCIA_AGOTADA","text":"你没有足够的木材进行销售!","id":184},{"name":"AVISO_JUGADOR_NO_ENCONTRADO","text":"\r找不到播放器","id":185},{"name":"AVISO_SERVICIO_NO_DISPONIBLE","text":"\r不能使用这个服务","id":186},{"name":"AVISO_DEMASIADOS_POSTS","text":"\n\nYou have sent enough posts today","id":187},{"name":"AVISO_BARCO_SIN_MUELLE","text":"\nYou can't land with the boat.\nBuild a harbour to construct a bigger ship and carry your army!","id":188},{"name":"AVISO_QUEST_BLOQUEADA","text":"\r你没有解锁这个任务吗!","id":189},{"name":"AVISO_QUEST_GASTADA","text":"\r每个岛每4小时开启一次","id":190},{"name":"TIMER_PROXIMA_RECOLECCION","text":"下集","id":191},{"name":"TIMER_RECOLECCION_LISTA","text":"准备好收集!","id":192},{"name":"TIMER_CAMPAMENTO_ENEMIGO","text":"当前敌人","id":193},{"name":"TIMER_EJERCITO_ENEMIGO","text":"敌人的军队","id":194},{"name":"UNIT_MOMIA_ESCARABAJOS","text":"圣甲虫","id":195},{"name":"UNIT_MOMIA_TORNADO","text":"龙卷风","id":196},{"name":"UNIT_MOMIA_ACEITE","text":"石油术","id":197},{"name":"UNIT_MOMIA_GIGANTE","text":"巨大的木乃伊","id":198},{"name":"UNIT_MOMIA_EXPIRADO","text":"我的时间了!…","id":199},{"name":"UNIT_NEPTUNO_PULPO","text":"章鱼","id":200},{"name":"UNIT_NEPTUNO_HURACAN","text":"飓风","id":201},{"name":"UNIT_NEPTUNO_OLAS","text":"海王星的光波","id":202},{"name":"UNIT_NEPTUNO_GIGANTE","text":"Giant Neptune","id":203},{"name":"UNIT_NOMBRE_CAMPESINO_HUMANO","text":"农民 #0#","id":204},{"name":"UNIT_NOMBRE_CAMPESINO_TROLL","text":"农民 #0#","id":205},{"name":"SPELL_CRACK_DESCRIPCION","text":"范围: #0#x#1#","id":206},{"name":"SPELL_ENLARGE_DESCRIPCION","text":"范围:#0#x#1# / 持续:#2#s","id":207},{"name":"SPELL_FIREBALL_DESCRIPCION","text":"范围: #0#x#1# / 毁坏: #2#+#3#","id":208},{"name":"SPELL_FORCESHIELD_DESCRIPCION","text":"面积: #0#x#1# / 持续: #2#s / 减少伤害:#3#%","id":209},{"name":"SPELL_HEALINGRAIN_DESCRIPCION_1","text":"面积:#0#x#1# / 持续:#2#","id":210},{"name":"SPELL_HEALINGRAIN_DESCRIPCION_2","text":"面积: #0#x#1# / 持续:#2#+#3#","id":211},{"name":"SPELL_ICEBALL_DESCRIPCION","text":"面积:#0#x#1# / 损伤:#2# / 冷却时间:#3#s","id":212},{"name":"SPELL_POISON_DESCRIPCION_1","text":"面积:#0#x#1# / 损伤:#2#","id":213},{"name":"SPELL_POISON_DESCRIPCION_2","text":"面积:#0#x#1# / 损伤:#2# + 影响附近的 #3# 单位","id":214},{"name":"SPELL_STONERAIN_DESCRIPCION","text":"面积: #0#x#1# / 损伤:#2#","id":215},{"name":"SPELL_SUMMON_DESCRIPCION","text":"生命: #0#","id":216},{"name":"SPELL_ESTADO_APRENDIDO","text":"学习","id":217},{"name":"SPELL_ESTADO_DISPONIBLE","text":"可用的","id":218},{"name":"SPELL_ESTADO_BLOQUEADO","text":"锁住","id":219},{"name":"ERROR_GENERICO","text":"哦不!发生了一个错误!请刷新页面,继续玩!","id":220},{"name":"ERROR_SYNC","text":"哦不!游戏不同步!请刷新页面,继续玩!","id":221},{"name":"ERROR_TIMEOUT","text":"哦不!与服务器的连接丢失!请刷新页面,继续玩!","id":222},{"name":"ERROR_EXPIRADO","text":"哦不!会话已过期!请刷新页面,继续玩!","id":223},{"name":"ERROR_INFO","text":"与服务器连接遇到问题,请稍后再检查。","id":224},{"name":"ERROR_CONEXION_1","text":"与服务器连接遇到问题,请稍后再检查。1","id":225},{"name":"ERROR_CONEXION_2","text":"与服务器连接遇到问题,请稍后再检查。2","id":226},{"name":"ERROR_DEFECTO","text":"有一个问题。请再试。","id":227},{"name":"ERROR_SYNC_2","text":"哦不!游戏不同步!刷新页面,继续玩!","id":228},{"name":"APRILFOOLS_QUEJA_1","text":"我们恨砍伐树木!","id":229},{"name":"APRILFOOLS_QUEJA_2","text":"在阳光下没有更多的选择!","id":230},{"name":"APRILFOOLS_QUEJA_3","text":"停止虐待!","id":231},{"name":"APRILFOOLS_QUEJA_4","text":"我们应该得到更高的工资!","id":232},{"name":"APRILFOOLS_QUEJA_5","text":"我们需要假期!","id":233},{"name":"APRILFOOLS_QUEJA_6","text":"尊重我们的权利!","id":234},{"name":"MES_ABR_ENERO","text":"一月","id":235},{"name":"MES_ABR_FEBRERO","text":"二月","id":236},{"name":"MES_ABR_MARZO","text":"三月","id":237},{"name":"MES_ABR_ABRIL","text":"四月","id":238},{"name":"MES_ABR_MAYO","text":"五月","id":239},{"name":"MES_ABR_JUNIO","text":"六月","id":240},{"name":"MES_ABR_JULIO","text":"七月","id":241},{"name":"MES_ABR_AGOSTO","text":"八月","id":242},{"name":"MES_ABR_SEPTIEMBRE","text":"九月","id":243},{"name":"MES_ABR_OCTUBRE","text":"十月","id":244},{"name":"MES_ABR_NOVIEMBRE","text":"十一月","id":245},{"name":"MES_ABR_DICIEMBRE","text":"十二月","id":246},{"name":"CONTADOR_ENEMIGOS_VIVOS_SINGULAR","text":"1个敌人活着","id":247},{"name":"CONTADOR_ENEMIGOS_VIVOS_PLURAL","text":"#0# 敌人活着","id":248},{"name":"CONTADOR_GEMAS_SINGULAR","text":"#0# 宝石存左","id":249},{"name":"CONTADOR_GEMAS_SINGULAR_ESPIA","text":"#0# 宝石","id":250},{"name":"CONTADOR_GEMAS_PLURAL","text":"#0# 宝石存在","id":251},{"name":"CONTADOR_GEMAS_PLURAL_ESPIA","text":"#0# 宝石","id":252},{"name":"CONTADOR_OBJETIVOS_SINGULAR","text":"剩下 #0# 个目标 ","id":253},{"name":"CONTADOR_OBJETIVOS_SINGULAR_ESPIA","text":"#0# 个目标 ","id":254},{"name":"CONTADOR_OBJETIVOS_PLURAL","text":"剩下 #0# 个目标 ","id":255},{"name":"CONTADOR_OBJETIVOS_PLURAL_ESPIA","text":"#0# 个目标","id":256},{"name":"INFO_COSECHA","text":"选择一个村民和点击这个资源进行收获","id":257},{"name":"INFO_REGENERACION","text":"等资源再生","id":258},{"name":"INFO_COFRE","text":"打败所有的敌人打开保藏!","id":259},{"name":"INFO_PRINCESA","text":"击败所有的敌人救公主!","id":260},{"name":"INFO_ALDEANOS","text":"击败所有的敌人救你的村民!","id":261},{"name":"INFO_ARQUEROS","text":"击败所有的敌人救援队员!","id":262},{"name":"INFO_TROLL","text":"打败所有的敌人解放巨魔!","id":263},{"name":"INFO_SOLDADOS","text":"击败所有的敌人救你的士兵!","id":264},{"name":"INFO_ARTURO","text":"击败所有的敌人救亚瑟王子!","id":265},{"name":"INFO_EXTINGUIR","text":"从三个井取水并灭火!","id":266},{"name":"INFO_CURANDEROS","text":"击败所有的敌人救你的治疗师!","id":267},{"name":"INFO_ALIADOS","text":"击败所有的敌人救你的盟友!","id":268},{"name":"INFO_ASEDIO","text":"击败所有的敌人救攻城机械!","id":269},{"name":"INFO_ESTATUA_ESQUELETO","text":"一个巨大的骷髅雕像。","id":270},{"name":"INFO_GEMA_PODER","text":"击败所有附近的敌人安全启动装置!","id":271},{"name":"INFO_PINGUINOS","text":"击败所有附近的敌人拿钥匙和自由的企鹅!","id":272},{"name":"INFO_POZO","text":"打败所有附近的敌人,并从井里取水!","id":273},{"name":"INFO_PIEDRA","text":"打败所有附近的敌人,并取得石头!","id":274},{"name":"INFO_ANIMALES","text":"击败所有附近的敌人拯救动物!","id":275},{"name":"INFO_ESTATUA_MISTERIOSA","text":"一个神秘的骷髅雕像","id":276},{"name":"INFO_GEMAS_ALTAR","text":"把4颗宝石放在祭坛!","id":277},{"name":"INFO_LLAVES","text":"取得4把钥匙打开门!","id":278},{"name":"INFO_ESPIAR","text":"现在你可以通过间谍侦察你的敌人的世界。","id":279},{"name":"INFO_ESPIAR_AGUILAS","text":"你的鹰有 #0# 血量。.","id":280},{"name":"INFO_HOSPITAL","text":"治疗周围的单位时,在它们战斗。","id":281},{"name":"INFO_HERRERO","text":"使您降低步兵成本,弓箭手和骑兵部队的 #0#%.","id":282},{"name":"INFO_UNIVERSIDAD","text":"你可以降低生产成本 #0#%.","id":283},{"name":"INFO_HECHICERIA","text":"浏览和学习魔法咒语","id":284},{"name":"INFO_MUELLE","text":"现在你可以穿越大海!","id":285},{"name":"INFO_AERODROMO","text":"现在你可以穿越古代海洋!","id":286},{"name":"INFO_ASERRADERO","text":"你的村民正在升级砍伐树木将加快。","id":287},{"name":"INFO_MINEROS","text":"你的农民正在升级,将更快的收取石材与黄金。","id":288},{"name":"INFO_ATLETAS","text":"你的农民正在提升速度并获得 #0# 额外资源。","id":289},{"name":"INFO_ESTATUA_LIDERAZGO","text":"雕像能够将攻击限制由3提高到4。","id":290},{"name":"INFO_CORRAL_OVEJAS","text":"把羊放进去生产食物","id":291},{"name":"INFO_CORRAL_VACAS","text":"将牛放进去生产食物","id":292},{"name":"INFO_CORRAL_JABALIS","text":"把野猪放进去生产食物","id":293},{"name":"INFO_CORRAL_CABALLOS","text":"把马放入内让士兵变成骑兵","id":294},{"name":"INFO_POBLACION","text":"为你提供人口","id":295},{"name":"INFO_ALIMENTACION","text":"为你提供食物","id":296},{"name":"INFO_COLECCIONABLE","text":"每一天发现一个收藏品","id":297},{"name":"INFO_MATADERO","text":"牺牲一个单位并获得一些资源回报","id":298},{"name":"INFO_CRIADERO","text":"把一对相同的物种放入,就可以进行配对","id":299},{"name":"INFO_BUNKER","text":"将单位放入其中可以消除来至玩家的攻击","id":300},{"name":"INFO_DANYO_ATAQUE","text":"攻击伤害","id":301},{"name":"INFO_RETARDO_ATAQUE","text":"攻击延迟","id":302},{"name":"INFO_RANGO_ATAQUE","text":"攻击范围","id":303},{"name":"INFO_VELOCIDAD_UNIDAD","text":"单位速度","id":304},{"name":"INFO_CAPACIDAD_POBLACION","text":"人口容量","id":305},{"name":"INFO_LIMIT_RECOLECCION_SINGULAR","text":"他们可以一次性收集 #0# 棵树。","id":306},{"name":"INFO_LIMIT_RECOLECCION_PLURAL","text":"他们可以一次性收集 #0# 棵树。","id":307},{"name":"INFO_CAPACIDAD","text":"容量 #0#/#1#","id":308},{"name":"INFO_CONFIRMAR_VENTA","text":"你真的想卖这个 #0# #1#?","id":309},{"name":"INFO_ORO_SINGULAR","text":"金币","id":310},{"name":"INFO_ORO_PLURAL","text":"一些金币","id":311},{"name":"INFO_COMIDA_SINGULAR","text":"单位食物","id":312},{"name":"INFO_COMIDA_PLURAL","text":"单位食物","id":313},{"name":"INFO_MADERA_SINGULAR","text":"单位木材","id":314},{"name":"INFO_MADERA_PLURAL","text":"单位木材","id":315},{"name":"INFO_PIEDRA_SINGULAR","text":"单位石头","id":316},{"name":"INFO_PIEDRA_PLURAL","text":"单位石头","id":317},{"name":"INFO_CASH_SINGULAR","text":"钞票","id":318},{"name":"INFO_CASH_PLURAL","text":"钞票","id":319},{"name":"COLECCION_MISTERIOS_ARENA","text":"神秘沙","id":320},{"name":"COLECCION_VIEJO_BAUL","text":"叶奥尔德宝藏","id":321},{"name":"COLECCION_PODER_FLOR","text":"和平与爱情","id":322},{"name":"COLECCION_TOQUE_RENACIMIENTO","text":"文艺复兴时期的触摸","id":323},{"name":"COLECCION_DESCUBRIMIENTO_ANTIGUO","text":"一个古老的发现","id":324},{"name":"COLECCION_AMENAZA_CAZADORA","text":"狩猎的威胁","id":325},{"name":"COLECCION_DESCUBRIMIENTO_ARTICO","text":"北极发现","id":326},{"name":"COLECCION_VIAJE_NEVADO","text":"雪之旅","id":327},{"name":"COLECCION_APARICION_DIABOLICA","text":"魔鬼的外观","id":328},{"name":"COLECCION_FRAGANCIA_MAGICA","text":"神奇的气味","id":329},{"name":"COLECCION_TRAMPA_MORTAL","text":"一个致命的陷阱","id":330},{"name":"COLECCION_CIRCULO_VIDA","text":"生命的循环","id":331},{"name":"COLECCION_SENTENCIA_MUERTE","text":"死刑","id":332},{"name":"COLECCION_ATRAPADO_OSCURIDAD","text":"被困在黑暗中","id":333},{"name":"COLECCION_TRIBUTO_HEROE","text":"致敬英雄","id":334},{"name":"COLECCION_AMIGO_TROLL","text":"巨魔的最好的朋友","id":335},{"name":"COLECCION_BOLA_PELO","text":"小球毛皮","id":336},{"name":"COLECCION_HUESOS","text":"赤裸的骨头","id":337},{"name":"COLECCION_ALIADO_MONSTRUOSO","text":"一个Monstruous盟友","id":338},{"name":"COLECCION_SONIDO_BOSQUE","text":"森林的声音","id":339},{"name":"COLECCION_JEROGLIFO_EGIPCIO","text":"埃及象形文字","id":340},{"name":"COLECCION_MASCARA_FARAON","text":"法老的面具","id":341},{"name":"COLECCION_VIEJA_CERAMICA","text":"古陶瓷","id":342},{"name":"COLECCION_PAPIRO_ESCRITO","text":"书写纸莎草纸","id":343},{"name":"COLECCION_ESTATUILLA_HORUS","text":"荷鲁斯神的小雕像","id":344},{"name":"COLECCION_SUPERFICIE_MADERA","text":"木制表面","id":345},{"name":"COLECCION_TABLA_CURVA","text":"弯曲板","id":346},{"name":"COLECCION_CERRADURA_ORO","text":"金锁","id":347},{"name":"COLECCION_MAPA_TESORO","text":"宝藏地图","id":348},{"name":"COLECCION_CLAVOS_LARGOS","text":"大铁钉","id":349},{"name":"COLECCION_ROSA_ROJA","text":"红玫瑰","id":350},{"name":"COLECCION_GIRASOL","text":"向日葵","id":351},{"name":"COLECCION_LIRIO_BLANCO","text":"白百合","id":352},{"name":"COLECCION_GERANIO_AZUL","text":"蓝色天竺葵","id":353},{"name":"COLECCION_FERTILIZANTE","text":"土壤肥料","id":354},{"name":"COLECCION_REMACHE_ORO","text":"金色铆钉","id":355},{"name":"COLECCION_ESTATUA_ORO","text":"黄金雕像","id":356},{"name":"COLECCION_COLUMNA_SOLIDA","text":"实体柱","id":357},{"name":"COLECCION_LADRILLO_DECORADO","text":"复杂的砖","id":358},{"name":"COLECCION_AGUA_PURA","text":"纯水","id":359},{"name":"COLECCION_PIEL_MARRON","text":"棕色毛皮","id":360},{"name":"COLECCION_COLMILLO_MARFIL","text":"象牙","id":361},{"name":"COLECCION_BLOQUE_HIELO","text":"冰块","id":362},{"name":"COLECCION_ANTIGUO_CACAHUETE","text":"古代花生","id":363},{"name":"COLECCION_HUELLA_FOSSIL","text":"足迹化石","id":364},{"name":"COLECCION_PULSERA_CUERO","text":"皮护腕","id":365},{"name":"COLECCION_COLMILLO_GRANDE","text":"大的方","id":366},{"name":"COLECCION_ARNES_CUERO","text":"皮革吊带","id":367},{"name":"COLECCION_CASCO_CORNUDO","text":"角盔","id":368},{"name":"COLECCION_HACHA_AFILADA","text":"锐斧","id":369},{"name":"COLECCION_AGUA_FRIA","text":"冷水","id":370},{"name":"COLECCION_PESCADO_MALOLIENTE","text":"臭鱼","id":371},{"name":"COLECCION_IGLU_SOLIDO","text":"固体冰屋","id":372},{"name":"COLECCION_BOLA_NIEVE","text":"雪球","id":373},{"name":"COLECCION_HUEVO_ENTERO","text":"未孵化的蛋","id":374},{"name":"COLECCION_PIEL_AZUL","text":"蓝皮","id":375},{"name":"COLECCION_COLMILLO_AFILADO","text":"锋利的獠牙","id":376},{"name":"COLECCION_PIEL_BLANCA","text":"白苔","id":377},{"name":"COLECCION_CUERNO_PARTIDO","text":"切角","id":378},{"name":"COLECCION_GARRA_GIGANTE","text":"巨爪","id":379},{"name":"COLECCION_BOTAS_ORO","text":"金靴","id":380},{"name":"COLECCION_CINTURON_CALAVERA","text":"骷髅皮带","id":381},{"name":"COLECCION_PENDIENTE_ORO","text":"金耳环","id":382},{"name":"COLECCION_COLETA_NEGRA","text":"黑色马尾辫","id":383},{"name":"COLECCION_CIMITARRA","text":"单刃刀","id":384},{"name":"COLECCION_GORRO_TELA","text":"布帽","id":385},{"name":"COLECCION_TUNICA_TELA","text":"布袍","id":386},{"name":"COLECCION_BASTON_MADERA","text":"木制标尺","id":387},{"name":"COLECCION_BARBA_BLANCA","text":"白胡子","id":388},{"name":"COLECCION_LIBRO_HECHIZOS","text":"神奇的魔法书","id":389},{"name":"COLECCION_BARRO_SUCIO","text":"污泥","id":390},{"name":"COLECCION_ROCA_SUCIA","text":"肮脏的摇滚","id":391},{"name":"COLECCION_SAPO_MARRON","text":"棕色蟾蜍","id":392},{"name":"COLECCION_PIRANYA_CANIBAL","text":"食人族","id":393},{"name":"COLECCION_COCODRILO_FEROZ","text":"凶猛的鳄鱼","id":394},{"name":"COLECCION_ESTATUA_DELICADA","text":"精美的雕像","id":395},{"name":"COLECCION_RAICES_FUERTES","text":"强大的根源","id":396},{"name":"COLECCION_RAMA_PEQUENYA","text":"小树枝","id":397},{"name":"COLECCION_HOJAS_ROSAS","text":"粉红色叶子","id":398},{"name":"COLECCION_SEMILLAS_VIDA","text":"生命种子","id":399},{"name":"COLECCION_GRILLETES_MADERA","text":"木制枷锁","id":400},{"name":"COLECCION_PLANCHAS_FUERTES","text":"强大的木板","id":401},{"name":"COLECCION_CESTO_MIMBRE","text":"栲栳","id":402},{"name":"COLECCION_CUERDA_FUERTE","text":"结实的绳子","id":403},{"name":"COLECCION_HOJA_GUILLOTINA","text":"断头台刀片","id":404},{"name":"COLECCION_CERRADURA_HIERRO","text":"铁锁","id":405},{"name":"COLECCION_BARRA_HIERRO","text":"铁条","id":406},{"name":"COLECCION_CADENAS_HIERRO","text":"锒铛","id":407},{"name":"COLECCION_GRILLETES_HIERRO","text":"铁锁链","id":408},{"name":"COLECCION_TRAJE_PRESO","text":"Prisoner Suit","id":409},{"name":"COLECCION_PEDESTAL_PIEDRA","text":"石座","id":410},{"name":"COLECCION_PIERNAS_PIEDRA","text":"石腿","id":411},{"name":"COLECCION_PECHO_PIEDRA","text":"石胸部","id":412},{"name":"COLECCION_CABEZA_PIEDRA","text":"岩石巷道","id":413},{"name":"COLECCION_ESPADA_PIEDRA","text":"石中剑","id":414},{"name":"COLECCION_COLGANTE_ROJO","text":"红项链","id":415},{"name":"COLECCION_HUESO_RICO","text":"美味的骨头","id":416},{"name":"COLECCION_PELO_MARRON","text":"棕色毛皮","id":417},{"name":"COLECCION_GLOBO_ROJO","text":"红气球","id":418},{"name":"COLECCION_GORRO_PILOTO","text":"飞行员帽子","id":419},{"name":"COLECCION_COLGANTE_MONO","text":"可爱的项链","id":420},{"name":"COLECCION_LATA_ATUN","text":"金枪鱼罐头","id":421},{"name":"COLECCION_PELO_AZUL","text":"蓝色毛皮","id":422},{"name":"COLECCION_CASCABEL_PEQUENYO","text":"小雪橇铃","id":423},{"name":"COLECCION_BOLA_LANA","text":"羊毛团","id":424},{"name":"COLECCION_HUESO_CARNE","text":"肉骨","id":425},{"name":"COLECCION_ESPADA_OXIDADA","text":"生锈的剑","id":426},{"name":"COLECCION_YELMO_PODRIDO","text":"腐烂的小帽","id":427},{"name":"COLECCION_ESCUDO_DANYADO","text":"干瘪的盾","id":428},{"name":"COLECCION_CALAVERA_MALVADA","text":"邪恶的骷髅","id":429},{"name":"COLECCION_HOMBRERA_CUERO","text":"皮服肩垫","id":430},{"name":"COLECCION_YELMO_ESPELUZNANTE","text":"怪异的头盔","id":431},{"name":"COLECCION_BRAZALETES_REFORZADOS","text":"增强护腕","id":432},{"name":"COLECCION_MANDIBULAS_HUESO","text":"骨爪","id":433},{"name":"COLECCION_MARTILLO_PUNTA","text":"尖刺锤","id":434},{"name":"COLECCION_ARCO_LARGO","text":"长弓","id":435},{"name":"COLECCION_DIADEMA_ORO","text":"黄金王冠","id":436},{"name":"COLECCION_FLECHA_AFILADA","text":"锋利的箭","id":437},{"name":"COLECCION_CARCAJ_CUERO","text":"皮革箭袋","id":438},{"name":"COLECCION_OCARINA_MADERA","text":"木制陶笛","id":439},{"name":"POPUP_REPINTAR_OK","text":"点击可以重画它。","id":440},{"name":"POPUP_REPINTAR_DESCRIPCION","text":"该涂料在这个建筑开始消逝。","id":441},{"name":"POPUP_TOPE_EDIFICIOS","text":"你已经达到了帝国的极限 #0# 。","id":442},{"name":"POPUP_TOPE_EDIFICIOS_TIER","text":"当你到达一定的等级 #0# 就可以建立下一级。","id":443},{"name":"POPUP_MISION_OBJETIVO","text":"任务 #0#","id":444},{"name":"POPUP_MISION_COMPLETADO","text":"(完成 #0#/#1#)","id":445},{"name":"POPUP_ATAQUE_VICTORIA","text":"你赢了","id":446},{"name":"POPUP_ATAQUE_DERROTA","text":"你输了","id":447},{"name":"POPUP_EDIFICIO_ENHORABUENA","text":"祝贺你 #0#!","id":448},{"name":"POPUP_COMPRAR_ASALTO_TIEMPO","text":"#0#h #1#min","id":449},{"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ATAQUES","text":"购买攻击次数","id":450},{"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ESPIONAJES","text":"买间谍","id":451},{"name":"POPUP_COMPRAR_ASALTO_ATAQUES","text":"进攻","id":452},{"name":"POPUP_COMPRAR_ASALTO_ESPIONAJES","text":"间谍","id":453},{"name":"POPUP_COMPRAR_ASALTO_SIN_ACCIONES","text":"没有更多的 #0#,\r","id":454},{"name":"POPUP_COMPRAR_ASALTO_RECARGA","text":"你会得到超过3次在 #0#\r\r","id":455},{"name":"POPUP_COMPRAR_ASALTO_COMPRAR","text":"你是否想买 #0# 额外#1#?","id":456},{"name":"POPUP_COMPRAR_ASALTO_PRECIO","text":"#0# #1# = #2#","id":457},{"name":"POPUP_COMPRAR_ORO","text":"#0# 钞票","id":458},{"name":"POPUP_HEROES_RANGER","text":"艰苦的训练的游侠, 使他能够从远处致命对手。","id":459},{"name":"POPUP_HEROES_XENA","text":"她可以用旋风攻击多个巨魔!","id":460},{"name":"POPUP_HEROES_ARTURO","text":"帝国的王子, 从他的剑射出一个火球!","id":461},{"name":"POPUP_HEROES_MERLIN","text":"一个强大的巫师,用闪电打击敌人!","id":462},{"name":"POPUP_HEROES_VALKIRIA","text":"她治愈附近在激烈的战斗的单位!","id":463},{"name":"POPUP_HEROES_WALLACE","text":"他强大的轰鸣声激发附近盟友的勇气!","id":464},{"name":"POPUP_HEROES_THOR","text":"他用强大的闪电击碎他的敌人!","id":465},{"name":"POPUP_HEROES_ALTOELFO","text":"用古老的三胞胎技术寻找敌人!","id":466},{"name":"POPUP_NIVEL_TITULO","text":"等级 #0#!","id":467},{"name":"POPUP_NIVEL_CONFIRMACION","text":"你已经达到 #0# 名","id":468},{"name":"POPUP_NIVEL_HEADER_2","text":"你现在可以买:","id":469},{"name":"POPUP_NIVEL_HEADER_3","text":"升级奖励:","id":470},{"name":"POPUP_NIVEL_FOOTER","text":"哈。与你的朋友分享你的成功!","id":471},{"name":"POPUP_ASALTO_PREPARANDO_ESPIONAJE","text":"准备建间谍","id":472},{"name":"POPUP_ASALTO_LISTO_ESPIONAJE","text":"你的鹰准备侦察敌人","id":473},{"name":"POPUP_ASALTO_EMPEZAR_ESPIONAJE","text":"开始监控","id":474},{"name":"POPUP_ASALTO_AYUDA_TITULO","text":"战斗帮助","id":475},{"name":"POPUP_ASALTO_AYUDA_TEXTO","text":"-目标是摧毁敌人的市政厅。如果你这样做,你会得到奖励!\r\r-你所有的军队将去战斗。\r\r-在“菜单”按钮,你会看到战斗的地形。\r\r-一旦战斗结束,你的大部分死去的士兵将在帝国中复活!","id":476},{"name":"POPUP_ASALTO_ARMADA_LISTA","text":"Your Army is ready!\n\n Destroy the Town Hall to WIN the battle!","id":477},{"name":"POPUP_ASALTO_TITULO","text":"去战斗","id":478},{"name":"POPUP_ASALTO_MAPA_HEADER","text":"选择军队的起始位置","id":479},{"name":"POPUP_QUEST_YETI","text":"拯救企鹅和战胜邪恶的雪人!","id":480},{"name":"POPUP_QUEST_GUSANO","text":"找到火盆和隐藏的威胁!","id":481},{"name":"POPUP_QUEST_CARGANDO","text":"加载世界","id":482},{"name":"POPUP_QUEST_EXPLORA","text":"探索世界和发现任务!","id":483},{"name":"POPUP_QUEST_SIN_MUELLE","text":"你需要一个港湾才能入侵群岛!","id":484},{"name":"POPUP_QUEST_BARCO","text":"你船准备好了","id":485},{"name":"POPUP_QUEST_ZEPPELIN","text":"你的飞船准备好了","id":486},{"name":"POPUP_QUEST_TROLLS","text":"打败巨魔赢得胸甲!","id":487},{"name":"POPUP_QUEST_ESQUELETOS","text":"击败骷髅赢得胸甲!","id":488},{"name":"POPUP_QUEST_CHINOS","text":"击败华人村赢得胜利!","id":489},{"name":"POPUP_QUEST_AZTECAS","text":"打败阿兹特克人赢得了胜利!","id":490},{"name":"POPUP_QUEST_HUMANOS","text":"击败人类赢得胜利!","id":491},{"name":"POPUP_QUEST_HEROES","text":"击败英雄赢得胜利!","id":492},{"name":"POPUP_QUEST_KAMIKAZES","text":"用你的神风特攻队摧毁市政厅!","id":493},{"name":"POPUP_QUEST_VIKINGOS","text":"胜利打败维京!","id":494},{"name":"POPUP_QUEST_ATLANTES","text":"胜利打败亚特兰蒂斯部落!","id":495},{"name":"POPUP_QUEST_EGIPCIOS","text":"胜利打败埃及人!","id":496},{"name":"POPUP_QUEST_HUEVO","text":"你会找到一个巨大的鸡蛋。","id":497},{"name":"POPUP_QUEST_ELIGE_DIFICULTAD","text":"选择难度","id":498},{"name":"POPUP_QUEST_DIFICULTAD","text":"难度","id":499},{"name":"POPUP_QUEST_COMPLETAR","text":"完成任务 #0# 进行解锁","id":500},{"name":"POPUP_QUEST_ESTRELLA_1","text":"1 星级","id":501},{"name":"POPUP_QUEST_ESTRELLA_2","text":"2 星级","id":502},{"name":"POPUP_NUEVO_DIARIO_ORO","text":"#0# 黄金","id":503},{"name":"POPUP_NUEVO_DIARIO_HEROE","text":"1 英雄","id":504},{"name":"POPUP_NUEVO_DIARIO_GANADO","text":"你获得了 #0# 黄金!","id":505},{"name":"POPUP_NUEVO_DIARIO_GANADO_HEROE","text":"你赢得了一个英雄!","id":506},{"name":"POPUP_JUGADOR_HOY","text":"今天 #0#:#1#","id":507},{"name":"POPUP_JUGADOR_AYER","text":"昨天 #0#:#1#","id":508},{"name":"POPUP_JUGADOR_HACE","text":"#0# 天过去了","id":509},{"name":"POPUP_JUGADOR_NUNCA","text":"n/a","id":510},{"name":"POPUP_RAZA_TITULO_CIUDAD","text":"选择城市","id":511},{"name":"POPUP_RAZA_NIVEL_TROLL","text":"\r你必须达到 #0# 级,才能解锁巨魔种族。","id":512},{"name":"POPUP_RECLUTAMIENTO_RECOMPENSA","text":"获得奖励","id":513},{"name":"POPUP_RECLUTAMIENTO_RECLUTAS_LISTOS","text":"你所有的新兵都准备好了!得到你的奖励!","id":514},{"name":"POPUP_RECLUTAMIENTO_RECLUTA","text":"招聘!","id":515},{"name":"POPUP_RECLUTAMIENTO_INVITA_AMIGOS","text":"邀请3位新朋友和得到特殊单位免费!","id":516},{"name":"POPUP_RECLUTAMIENTO_AMIGO","text":"得到一个朋友!","id":517},{"name":"POPUP_RECLUTAMIENTO_ALDEANO","text":"农民","id":518},{"name":"POPUP_RESURRECCION_TITULO","text":"英雄的墓地","id":519},{"name":"POPUP_RESURRECCION_DESCRIPCION","text":"这允许您恢复您的死去的英雄","id":520},{"name":"POPUP_RESURRECCION_RESUCITAR","text":"复活","id":521},{"name":"POPUP_EDIFICIO_ALIADOS","text":"得到盟国","id":522},{"name":"POPUP_EDIFICIO_REFUERZOS","text":"你的盟友已准备!得到你的援军!","id":523},{"name":"POPUP_EDIFICIO_ABRIR","text":"打开商店","id":524},{"name":"POPUP_EDIFICIO_PERSONAL","text":"All your staff is ready! You can now open your #0#!","id":525},{"name":"POPUP_EDIFICIO_CONTRATAR","text":"雇佣好友","id":526},{"name":"POPUP_EDIFICIO_TROPAS_ALIADAS","text":"该建筑需要充满你的盟军部队。","id":527},{"name":"POPUP_EDIFICIO_CONTRATAR_AMIGOS","text":"雇用你的朋友在这里工作 #0#.","id":528},{"name":"POPUP_FEED_COMPLETADO","text":"完成!","id":529},{"name":"POPUP_FEED_RECOMPENSA","text":"获得奖励!","id":530},{"name":"POPUP_TESORO_TITULO","text":"下一波敌人","id":531},{"name":"POPUP_TESORO_DESCRIPCION","text":"有了更多的敌人在周围。他们应该在4小时内到达您的王国","id":532},{"name":"POPUP_UNLOCK","text":"你是否想提早解锁 #0# ?","id":533},{"name":"POPUP_UNLOCK_LBLUNLOCK","text":"解锁成本:","id":534},{"name":"POPUP_METEO_PRADERA","text":"草草甸","id":535},{"name":"POPUP_METEO_DESIERTO","text":"阳光明媚的沙漠","id":536},{"name":"POPUP_METEO_ESTEPA","text":"雪原","id":537},{"name":"POPUP_METEO_MONTANYA","text":"落基山脉","id":538},{"name":"POPUP_METEO_JUNGLA","text":"茂密的丛林","id":539},{"name":"POPUP_GRIMORIO_PAGINA","text":"page #0# / #1#","id":540},{"name":"POPUP_TUTORIAL_PAGINA","text":"#0# of #1#","id":541},{"name":"QUEST_DESIERTO","text":"沙漠团","id":542},{"name":"QUEST_ARTICO","text":"北极探险","id":543},{"name":"QUEST_GUSANO","text":"英雄使命","id":544},{"name":"QUEST_MISTERIOSA","text":"神秘岛","id":545},{"name":"QUEST_DESCONOCIDA","text":"未知的岛屿","id":546},{"name":"QUEST_NO_DESCUBIERTA","text":"未被发现的岛屿","id":547},{"name":"QUEST_EMERGENTE","text":"紧急岛","id":548},{"name":"QUEST_BARCO","text":"船舶","id":549},{"name":"QUEST_ZEPPELIN","text":"飞艇","id":550},{"name":"QUEST_MOLINO","text":"燃烧机","id":551},{"name":"QUEST_CURANDEROS","text":"圈养医士","id":552},{"name":"QUEST_ANIMALES","text":"关在笼里的动物","id":553},{"name":"QUEST_ESQUELETOS","text":"骨架的威胁","id":554},{"name":"QUEST_CHINOS","text":"中国海岛","id":555},{"name":"QUEST_AZTECAS","text":"阿兹台克岛","id":556},{"name":"QUEST_HUMANOS","text":"人类岛","id":557},{"name":"QUEST_HEROES","text":"英雄岛","id":558},{"name":"QUEST_MITICA","text":"神秘岛","id":559},{"name":"QUEST_NUBLADA","text":"雾岛","id":560},{"name":"QUEST_DUNAS","text":"沙丘岛","id":561},{"name":"QUEST_NIDO","text":"燕窝岛","id":562},{"name":"QUEST_PELIGROSA","text":"危险岛","id":563},{"name":"QUEST_GOLEM_GEMAS","text":"用宝石激活","id":564},{"name":"QUEST_GUSANO_BRASEROS","text":"#0# 个火盆激活","id":565},{"name":"QUEST_YETI_LLAVES","text":"启动键","id":566},{"name":"QUEST_YETI_FALTAN","text":"#0# 个钥匙剩下","id":567},{"name":"QUEST_CIVILIZACION_ENEMIGOS","text":"剩下的敌人","id":568},{"name":"QUEST_CIVILIZACION_HQ_SINGULAR","text":"1 市镇厅","id":569},{"name":"QUEST_CIVILIZACION_HQ_PLURAL","text":"#0# 市政厅","id":570},{"name":"QUEST_HEROES_VIVOS_SINGULAR","text":"1 活着的英雄","id":571},{"name":"QUEST_HEROES_VIVOS_PLURAL","text":"#0# 活着的英雄","id":572},{"name":"QUEST_TROLLS_VIVOS","text":"活着的巨魔","id":573},{"name":"QUEST_TROLLS_VIVOS_SINGULAR","text":"1 活着的巨魔","id":574},{"name":"QUEST_TROLLS_VIVOS_PLURAL","text":"#0# 活着的巨魔","id":575},{"name":"QUEST_ESQUELETOS_VIVOS","text":"剩余的骨骼","id":576},{"name":"QUEST_ESQUELETOS_VIVOS_SINGULAR","text":"1 剩余的骨架","id":577},{"name":"QUEST_ESQUELETOS_VIVOS_PLURAL","text":"#0# 剩余的骨架","id":578},{"name":"QUEST_BARCO_REQUISITO","text":"需要 #0# 级,才能访问这个区域","id":579},{"name":"ASALTO_REFUERZOS_TITULO","text":"增援部队的到来!","id":580},{"name":"ASALTO_REFUERZOS_DESCRIPCION","text":"援军来到城市帮助你战胜你的敌人。\r\r等他们救出公主!","id":581},{"name":"ASALTO_CAPITAN_H_ASEDIO_1","text":"攻城引擎!攻击!","id":582},{"name":"ASALTO_CAPITAN_T_ASEDIO_1","text":"Machinez, GO!","id":583},{"name":"ASALTO_CAPITAN_H_ASEDIO_2","text":"第一小队!攻击!","id":584},{"name":"ASALTO_CAPITAN_T_ASEDIO_2","text":"集团,攻击!","id":585},{"name":"ASALTO_CAPITAN_H_ASEDIO_3","text":"二队!攻击!","id":586},{"name":"ASALTO_CAPITAN_T_ASEDIO_3","text":"轮到你了,杀了他们全部!","id":587},{"name":"ASALTO_CAPITAN_H_RETIRADA","text":"撤退!","id":588},{"name":"ASALTO_CAPITAN_T_RETIRADA","text":"We lozin', we back!","id":589},{"name":"ASALTO_CAPITAN_H_MASTODONTES","text":"你走了,没有怜悯!!","id":590},{"name":"ASALTO_CAPITAN_T_MASTODONTES","text":"GO ON MORE BIG BOY'z!","id":591},{"name":"ASALTO_CAPITAN_H_PREPARADOS_1","text":"大家准备!","id":592},{"name":"ASALTO_CAPITAN_T_PREPARADOS_1","text":"cabbageheadz你准备好了?","id":593},{"name":"ASALTO_CAPITAN_H_PREPARADOS_2","text":"准备好!","id":594},{"name":"ASALTO_CAPITAN_T_PREPARADOS_2","text":"Zmell'em, 他们害怕!","id":595},{"name":"ASALTO_ALDEANO_H_1","text":"他们来了!救命啊。救命啊。","id":596},{"name":"ASALTO_ALDEANO_H_2","text":"请快点。","id":597},{"name":"ASALTO_ALDEANO_H_3","text":"准备战斗!","id":598},{"name":"ASALTO_ALDEANO_H_4","text":"帮助,协助!","id":599},{"name":"ASALTO_ALDEANO_T_1","text":"LOTZ OF 'EM","id":600},{"name":"ASALTO_ALDEANO_T_2","text":"帮助穷人的巨魔,帮助","id":601},{"name":"ASALTO_ALDEANO_T_3","text":"战争来了","id":602},{"name":"ASALTO_ALDEANO_T_4","text":"帮助,协助!","id":603},{"name":"ASALTO_CARRO_DESPEDIDA","text":"很乐意帮助你!","id":604},{"name":"AUX_OK","text":"确定","id":605},{"name":"AUX_SKIP","text":"跳过","id":606},{"name":"AUX_COMPRAR","text":"购买","id":607},{"name":"AUX_VENDER","text":"出售","id":608},{"name":"AUX_COMPARTIR","text":"分享!","id":609},{"name":"AUX_SI","text":"YES","id":610},{"name":"AUX_NO","text":"NO","id":611},{"name":"AUX_GUARDAR","text":"Save","id":612},{"name":"AUX_CANCELAR","text":"Cancel","id":613},{"name":"POPUP_NOMBRE_TITULO","text":"命名您的帝国","id":614},{"name":"NEWFRIENDS_REWARD_DESCRIPTION_1","text":"1x 大象骑士: 踩你的敌人使其眩晕!","id":615},{"name":"NEWFRIENDS_REWARD_DESCRIPTION_2","text":"2x 海盗:这传说中的海盗能粉碎你的敌人!","id":616},{"name":"NEWFRIENDS_REWARD_DESCRIPTION_3","text":"2x 僧侣:将敌方单位转为你的僧侣!","id":617},{"name":"NEWFRIENDS_REWARD_DESCRIPTION_4","text":"1x 托尔:用电闪雷鸣攻击你的仇敌!","id":618},{"name":"NEWFRIENDS_REWARD_DESCRIPTION_5","text":"1x 移动塔:塔的力量带到你想要的地方!","id":619},{"name":"POPUP_AYUDA_AMIGO","text":"想帮助你!","id":620},{"name":"POPUP_MISION_TITULO","text":"目标信息","id":621},{"name":"AUX_REPETIR","text":"repeat #0# times","id":622},{"name":"AUX_AYUDA","text":"救命啊。","id":623},{"name":"AUX_OBJETIVOS","text":"任务","id":624},{"name":"POPUP_MISION_OTORGA_RECOMPENSA","text":"任务 #0# 完成! #1# 黄金奖励","id":625},{"name":"POPUP_MOTIVACION_TITULO_INTRO","text":"欢迎来到奇幻大陆","id":626},{"name":"POPUP_MOTIVACION_CUERPO_INTRO","text":"欢迎到最佳冒险在4399!\r\r你将不得不在奇幻大陆…","id":627},{"name":"POPUP_MOTIVACION_PIE_INTRO","text":"祝你好运!","id":628},{"name":"POPUP_MOTIVACION_MENSAJE_1","text":"建立自己的王国","id":629},{"name":"POPUP_MOTIVACION_MENSAJE_2","text":"打败你的敌人!","id":630},{"name":"POPUP_MOTIVACION_MENSAJE_3","text":"拯救你的公主!","id":631},{"name":"POPUP_MOTIVACION_TITULO_OUTRO","text":"干得好!","id":632},{"name":"POPUP_MOTIVACION_CUERPO_OUTRO","text":"为推进发展,请跟着亚瑟王的任务走。","id":633},{"name":"POPUP_MOTIVACION_PIE_OUTRO","text":"坚持下去!\r\r你很快会救出你的公主!","id":634},{"name":"POPUP_MISION_NUEVA_MISION","text":"新的任务","id":635},{"name":"POPUP_MISION_OBTEN_RECOMPENSA","text":"Get Reward!","id":636},{"name":"POPUP_MISION_OBTEN_RECOMPENSA_AHORA","text":"获得奖励!","id":637},{"name":"AUX_MAS_INFO","text":"+信息","id":638},{"name":"AUX_NUEVO","text":"NEW","id":639},{"name":"POPUP_ATAQUE_TITULO","text":"战斗结果","id":640},{"name":"POPUP_ATAQUE_PIE","text":"(只显示最后10次攻击)","id":641},{"name":"POPUP_ATAQUE_FECHA","text":"日期","id":642},{"name":"POPUP_ATAQUE_OPONENTE","text":"对手","id":643},{"name":"POPUP_ATAQUE_RESULTADO","text":"结果","id":644},{"name":"POPUP_ATAQUE_ORO","text":"黄金","id":645},{"name":"POPUP_ATAQUE_INFORME_TITULO","text":"攻击!","id":646},{"name":"POPUP_ATAQUE_INFORME_CUERPO","text":"有人攻击你的帝国,而你在那里!","id":647},{"name":"POPUP_ATAQUE_INFORME_PIE","text":"检查结果和报仇!","id":648},{"name":"POPUP_ATAQUE_ACABADO_TITULO","text":"战役结果","id":649},{"name":"POPUP_ATAQUE_ACABADO_UNIDADES_VIVAS","text":"活着的单位","id":650},{"name":"POPUP_ATAQUE_ACABADO_UNIDADES_MUERTAS","text":"死亡的单位","id":651},{"name":"POPUP_ATAQUE_ACABADO_RESULTADOS","text":"结果","id":652},{"name":"POPUP_ATAQUE_ACABADO_TU_EJERCITO","text":"你的军队","id":653},{"name":"POPUP_ATAQUE_ACABADO_SU_EJERCITO","text":"敌人的军队","id":654},{"name":"POPUP_ATAQUE_ACABADO_TUS_PERDIDAS","text":"你失去的单位","id":655},{"name":"POPUP_ATAQUE_ACABADO_SIN_BAJAS","text":"- 没有单位失去 -","id":656},{"name":"POPUP_ATAQUE_ACABADO_GANANCIAS","text":"你赢了:","id":657},{"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_BUENA","text":"干的好!攻破市政厅,就能赢得胜利!","id":658},{"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PERDIDAS","text":"你失去很多的单位!","id":659},{"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_GANAS","text":"算你厉害。","id":660},{"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PIERDES","text":"你输了。","id":661},{"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_DEFENDISTE","text":"你的防御抵抗!","id":662},{"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_CAISTE","text":"你的防御下降!","id":663},{"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PACIFISTA","text":"你没有杀任何人","id":664},{"name":"POPUP_ATAQUE_ACABADO_ENHORABUENA","text":"祝贺你!与你的朋友分享!","id":665},{"name":"POPUP_ATAQUE_ACABADO_CONDOLENCIAS","text":"对不起!再试一次!","id":666},{"name":"POPUP_ATAQUE_ACABADO_ACABAR","text":"你想退出战斗?","id":667},{"name":"POPUP_ATAQUE_GUARDANDO","text":"保存结果…","id":668},{"name":"AUX_ATACANTE","text":"进攻者","id":669},{"name":"AUX_DEFENSOR","text":"防御者","id":670},{"name":"AUX_MUNDO_ENEMIGO","text":"去敌人的世界","id":671},{"name":"POPUP_OPCIONES_BATALLA_TITULO","text":"选择","id":672},{"name":"POPUP_OPCIONES_BATALLA_EJERCITO","text":"我的军队","id":673},{"name":"POPUP_OPCIONES_BATALLA_ESTRATEGIA","text":"我的防守策略","id":674},{"name":"POPUP_OPCIONES_BATALLA_CABECERA","text":"选择你的防御战略来保护您的帝国,当其他玩家攻击。","id":675},{"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA","text":"防御","id":676},{"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA","text":"中部防守","id":677},{"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA","text":"中部攻击","id":678},{"name":"POPUP_OPCIONES_BATALLA_AGRESIVA","text":"侵略","id":679},{"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA_DESCRIPCION","text":"所有单位保持队形直到入侵者接近。在冲突后他们将停止追击敌人,回到原来的位置。","id":680},{"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA_DESCRIPCION","text":"所有单位将直接攻城,然后所有的远程单位将会一起发动攻击。","id":681},{"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA_DESCRIPCION","text":"所有单位会呆在原地,直到被敌人攻打,才会发动攻击。","id":682},{"name":"POPUP_OPCIONES_BATALLA_AGRESIVA_DESCRIPCION","text":"所有单位一开始就会主动攻击敌人,当敌人被消灭后才会返回。","id":683},{"name":"POPUP_OPCIONES_BATALLA_UNIDADES","text":"单位","id":684},{"name":"POPUP_EDIFICIO_COMPARTE_AMIGOS","text":"与你的朋友分享你的新项目!","id":685},{"name":"AUX_ENHORABUENA","text":"祝贺你!","id":686},{"name":"AUX_INTERCAMBIAR","text":"交易","id":687},{"name":"POPUP_COMPRAR_ORO_TITULO","text":"大陆银行","id":688},{"name":"POPUP_COMPRAR_ORO_CABECERA","text":"现金换黄金!","id":689},{"name":"AUX_COMPRAR_CASH","text":"用钞票购买","id":690},{"name":"POPUP_COMPRAR_MANA_TITULO","text":"资源库向导 ","id":691},{"name":"POPUP_COMPRAR_MANA_CABECERA","text":"得到一些魔法\r\r释放你的力量!","id":692},{"name":"POPUP_COLECCION_COMPARTE_AMIGOS","text":"与你的朋友分享你的新礼物!","id":693},{"name":"POPUP_COLECCIONES_TITULO","text":"收集","id":694},{"name":"POPUP_COLECCIONES_RECLAMAR_RECOMPENSA","text":"Claim reward","id":695},{"name":"POPUP_COLECCIONES_COMPLETAR_POR","text":"完成","id":696},{"name":"AUX_COLECCION","text":"收集","id":697},{"name":"AUX_COMPLETADO","text":"完成!","id":698},{"name":"POPUP_CAMPAMENTO_TITULO","text":"打败所有的敌人!","id":699},{"name":"POPUP_CAMPAMENTO_CABECERA_1","text":"你打败了所有","id":700},{"name":"POPUP_CAMPAMENTO_CABECERA_2","text":"敌人!","id":701},{"name":"POPUP_CAMPAMENTO_PIE_PRINCESA","text":"现在保存你的公主!\r\r点击她!","id":702},{"name":"POPUP_CAMPAMENTO_PIE_ARQUEROS","text":"现在保存弓箭手!\r\r点击他们!","id":703},{"name":"POPUP_CAMPAMENTO_PIE_SOLDADOS","text":"现在拯救你的士兵!\r\r点击他们!","id":704},{"name":"POPUP_CAMPAMENTO_PIE_TESORO","text":"现在得到宝石!\r\r点击它!","id":705},{"name":"POPUP_CAMPAMENTO_PIE_ALDEANOS","text":"现在拯救你的村民!\r\r点击他们!","id":706},{"name":"POPUP_CAMPAMENTO_PIE_TROLL","text":"现在解放巨魔!\r\r点击他!","id":707},{"name":"POPUP_CAMPAMENTO_PIE_PRINCIPE","text":"现在拯救你的王子!\r\r点击他!","id":708},{"name":"POPUP_CAMPAMENTO_PIE_FUEGO","text":"现在灭火!\r\r点击它!","id":709},{"name":"POPUP_CAMPAMENTO_PIE_CURANDEROS","text":"现在拯救你的治疗师!\r\r点击他们!","id":710},{"name":"POPUP_CAMPAMENTO_PIE_PIEDRA","text":"现在拿石头!\r\r点击它!","id":711},{"name":"POPUP_CAMPAMENTO_PIE_ALIADOS","text":"现在拯救你的盟友!\r\r点击他们!","id":712},{"name":"POPUP_CAMPAMENTO_PIE_ANIMALES","text":"现在拯救动物!\r\r在笼子里!","id":713},{"name":"POPUP_CAMPAMENTO_PIE_ASEDIO","text":"现在突出围困!\r\r点击他们!","id":714},{"name":"POPUP_CAMPAMENTO_PIE_ESTATUA","text":"现在摧毁骨骼!\r\r点击雕像!","id":715},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA","text":"公主被绑架!","id":716},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS","text":"弓箭手的危险!","id":717},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS","text":"士兵被绑架!","id":718},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO","text":"宝石出现!","id":719},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS","text":"农民失踪!","id":720},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL","text":"链式巨魔!","id":721},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE","text":"王子被绑架了!","id":722},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO","text":"轧机在火焰!","id":723},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS","text":"圈养医士!","id":724},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA","text":"石煤矿!","id":725},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS","text":"捕获的盟友!","id":726},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES","text":"捕获的动物!","id":727},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO","text":"捕获的围攻!","id":728},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA","text":"令人毛骨悚然的雕像!","id":729},{"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCESA","text":"敌人绑架你","id":730},{"name":"POPUP_MISION_CAMPAMENTO_C1_ARQUEROS","text":"敌人在一组","id":731},{"name":"POPUP_MISION_CAMPAMENTO_C1_SOLDADOS","text":"敌人已经采取了你的一些","id":732},{"name":"POPUP_MISION_CAMPAMENTO_C1_TESORO","text":"突然出现了一个","id":733},{"name":"POPUP_MISION_CAMPAMENTO_C1_ALDEANOS","text":"把你的敌人","id":734},{"name":"POPUP_MISION_CAMPAMENTO_C1_TROLL","text":"它已经发现了一个囚犯","id":735},{"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCIPE","text":"巨魔有人质","id":736},{"name":"POPUP_MISION_CAMPAMENTO_C1_FUEGO","text":"巨魔都烧了","id":737},{"name":"POPUP_MISION_CAMPAMENTO_C1_CURANDEROS","text":"巨魔已抓获","id":738},{"name":"POPUP_MISION_CAMPAMENTO_C1_PIEDRA","text":"敌人的保护","id":739},{"name":"POPUP_MISION_CAMPAMENTO_C1_ALIADOS","text":"敌人占领了一些","id":740},{"name":"POPUP_MISION_CAMPAMENTO_C1_ANIMALES","text":"有一些神秘","id":741},{"name":"POPUP_MISION_CAMPAMENTO_C1_ASEDIO","text":"敌人已联合","id":742},{"name":"POPUP_MISION_CAMPAMENTO_C1_ESTATUA","text":"有一些令人毛骨悚然的","id":743},{"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCESA","text":"公主!","id":744},{"name":"POPUP_MISION_CAMPAMENTO_C2_ARQUEROS","text":"弓箭手!","id":745},{"name":"POPUP_MISION_CAMPAMENTO_C2_SOLDADOS","text":"士兵!","id":746},{"name":"POPUP_MISION_CAMPAMENTO_C2_TESORO","text":"宝!","id":747},{"name":"POPUP_MISION_CAMPAMENTO_C2_ALDEANOS","text":"农民!","id":748},{"name":"POPUP_MISION_CAMPAMENTO_C2_TROLL","text":"巨魔!","id":749},{"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCIPE","text":"亚瑟王子!","id":750},{"name":"POPUP_MISION_CAMPAMENTO_C2_FUEGO","text":"轧机!","id":751},{"name":"POPUP_MISION_CAMPAMENTO_C2_CURANDEROS","text":"治疗师!","id":752},{"name":"POPUP_MISION_CAMPAMENTO_C2_PIEDRA","text":"石煤矿!","id":753},{"name":"POPUP_MISION_CAMPAMENTO_C2_ALIADOS","text":"同盟的!","id":754},{"name":"POPUP_MISION_CAMPAMENTO_C2_ANIMALES","text":"动物笼!","id":755},{"name":"POPUP_MISION_CAMPAMENTO_C2_ASEDIO","text":"攻城机械!","id":756},{"name":"POPUP_MISION_CAMPAMENTO_C2_ESTATUA","text":"骨架雕像!","id":757},{"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA","text":"杀死所有的敌人来救她!","id":758},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS","text":"帮助他们战胜了敌人!","id":759},{"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS","text":"快点,敌人会杀了他们!","id":760},{"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO","text":"打败所有的敌人,得到它!","id":761},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS","text":"Save them from the enemies!","id":762},{"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL","text":"帮助他获得了他的自由!","id":763},{"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE","text":"杀巨魔和拯救亚瑟王子!","id":764},{"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO","text":"从井里取水\r\r扑灭大火!","id":765},{"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS","text":"拯救他们的巨魔!","id":766},{"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA","text":"杀死敌人,夺回石!","id":767},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS","text":"帮助他们躲避敌人!","id":768},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES","text":"杀巨魔打开它们!","id":769},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO","text":"收回他们的敌人!","id":770},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA","text":"去调查他们!","id":771},{"name":"POPUP_EXPANSION_CABECERA_1","text":"你的大陆","id":772},{"name":"POPUP_EXPANSION_CABECERA_2","text":"生长!","id":773},{"name":"POPUP_EXPANSION_PIE","text":"与你的朋友分享你的扩张!","id":774},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCESA","text":"公主获救!","id":775},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ARQUEROS","text":"弓箭手营救!","id":776},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_SOLDADOS","text":"士兵获救!","id":777},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TESORO","text":"找到宝藏!","id":778},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALDEANOS","text":"村民营救!","id":779},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TROLL","text":"巨魔救出!","id":780},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCIPE","text":"王子救了!","id":781},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_FUEGO","text":"轧机保存!","id":782},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_CURANDEROS","text":"医士获救!","id":783},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PIEDRA","text":"收购石头!","id":784},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALIADOS","text":"救出盟军!","id":785},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ANIMALES","text":"动物出笼!","id":786},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ASEDIO","text":"围攻检索!","id":787},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ESTATUA","text":"雕像的探讨!","id":788},{"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_EL","text":"你救出了","id":789},{"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_ENCUENTRAS_EL","text":"You have found the","id":790},{"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS","text":"You have rescued","id":791},{"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_SALVAS","text":"你求出了","id":792},{"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_TU","text":"你救了你","id":793},{"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RECUPERAS","text":"你已经恢复了","id":794},{"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_DERROTADO","text":"你打败了","id":795},{"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_PIEDRA","text":"你已经获得的石头","id":796},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCESA","text":"她加入军队和你打架!","id":797},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ARQUEROS","text":"他们真的感激和加入你的军队!","id":798},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_SOLDADOS","text":"现在他们会加入你的军队!","id":799},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TESORO","text":"与你的朋友分享!","id":800},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALDEANOS","text":"他们会为你努力!","id":801},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TROLL","text":"他是如此的感激,加入你的部队!","id":802},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCIPE","text":"他将加入您的行列,为你战斗!","id":803},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_FUEGO","text":"与你的朋友分享!","id":804},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_CURANDEROS","text":"与你的朋友分享!","id":805},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PIEDRA","text":"与你的朋友分享!","id":806},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALIADOS","text":"与你的朋友分享!","id":807},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ANIMALES","text":"与你的朋友分享!","id":808},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ASEDIO","text":"与你的朋友分享!","id":809},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ESTATUA","text":"与你的朋友分享!","id":810},{"name":"POPUP_HEROES_TITULO","text":"英雄祭坛","id":811},{"name":"POPUP_HEROES_PIE","text":"这允许您调用强大的英雄","id":812},{"name":"POPUP_HEROES_COMPRAR_HEROE","text":"得到英雄!","id":813},{"name":"POPUP_HURRY_UP_TITULO","text":"进行中工作","id":814},{"name":"POPUP_HURRY_UP_HEADER_2","text":"你可以采取以下行动","id":815},{"name":"POPUP_HURRY_UP_OPTION_1","text":"请你的朋友帮你加快速度","id":816},{"name":"POPUP_HURRY_UP_OPTION_2","text":"完成这项工作立即支付","id":817},{"name":"POPUP_HURRY_UP_OPTION_SEPARATOR","text":"或","id":818},{"name":"POPUP_INSTALL_TITLE","text":"完整性辅导!","id":819},{"name":"POPUP_LOST_TITLE_DISCOVERY","text":"发现!","id":820},{"name":"POPUP_LOST_HEADER_1","text":"你已经找到了","id":821},{"name":"POPUP_LOST_HEADER_1B","text":"你找到了一个","id":822},{"name":"POPUP_LOST_INJURED_COW","text":"受伤的牛!","id":823},{"name":"POPUP_LOST_COW_FOOTER","text":"告诉你的朋友,采纳吧!","id":824},{"name":"POPUP_LOST_INJURED_SHEEP","text":"受伤的绵羊!","id":825},{"name":"POPUP_LOST_SHEEP_FOOTER","text":"告诉你的朋友,采纳吧!","id":826},{"name":"POPUP_LOST_LONELY_KNIGHT","text":"孤独的骑士!!","id":827},{"name":"POPUP_LOST_LONELY_FOOTER","text":"告诉你的朋友\r\r加上他自己的军队!!","id":828},{"name":"POPUP_LOST_TROJAN_HORSE","text":"特洛伊木马!!!","id":829},{"name":"POPUP_LOST_TROJAN_FOOTER","text":"把这礼物\r\r你的一些朋友!","id":830},{"name":"POPUP_LOST_MYST_CRATE","text":"神秘箱","id":831},{"name":"POPUP_LOST_MYST_FOOTER","text":"分享它的内容\r\r与你的朋友!","id":832},{"name":"POPUP_LOST_BARREL","text":"蜂蜜酒筒","id":833},{"name":"POPUP_LOST_BARREL_FOOTER","text":"有一些饮料与您的朋友!","id":834},{"name":"POPUP_LOST_INJURED_TROLL","text":"受伤的巨魔!","id":835},{"name":"POPUP_LOST_TROLL_FOOTER","text":"告诉你的朋友,采纳吧!","id":836},{"name":"POPUP_LOST_GOLDEN_TOTEM","text":"金色图腾!","id":837},{"name":"POPUP_LOST_TOTEM_FOOTER","text":"把这礼物\r\r你的一些朋友!","id":838},{"name":"POPUP_MARKET_FOOTER","text":"今天的交易次数:","id":839},{"name":"POPUP_NEWS_TITLE","text":"每日新闻","id":840},{"name":"POPUP_NEWS_SEC_HINTS","text":"提示和技巧:","id":841},{"name":"POPUP_NEWS_SEC_LATEST","text":"最新消息","id":842},{"name":"POPUP_NEWS_SPECIAL_OFFERS","text":"特价优惠及包","id":843},{"name":"POPUP_PROFILE_TITLE","text":"球员简介","id":844},{"name":"POPUP_PROFILE_LBL_LEVEL","text":"等级:","id":845},{"name":"POPUP_PROFILE_LBL_RANK","text":"等级:","id":846},{"name":"POPUP_PROFILE_LBL_EMPNAME","text":"帝国的名字:","id":847},{"name":"POPUP_PROFILE_LBL_VICTORIAS","text":"胜利:","id":848},{"name":"POPUP_PROFILE_LBL_DERROTAS","text":"/ 击败:","id":849},{"name":"POPUP_PROFILE_LBL_LASTCONN","text":"持续:","id":850},{"name":"POPUP_PROFILE_LBL_COUNTRY","text":"国家:","id":851},{"name":"POPUP_PROFILE_LBL_HONOR","text":"荣誉点:","id":852},{"name":"POPUP_QUESTEND_TITLE","text":"任务结果","id":853},{"name":"POPUP_QUESTEND_HEADER_1","text":"黄金与经验","id":854},{"name":"POPUP_QUESTEND_BUT_RESULTS","text":"结果","id":855},{"name":"POPUP_QUESTEND_BUT_USAVED","text":"你的失去的单位","id":856},{"name":"POPUP_QUESTEND_MESSAGE1_WIN","text":"祝贺你!与你的朋友分享!","id":857},{"name":"POPUP_QUESTEND_MESSAGE1_LOSE","text":"对不起!再试一次!","id":858},{"name":"POPUP_QUESTEND_MESSAGE2","text":"你想结束战斗?","id":859},{"name":"POPUP_QUESTEND_CHECK_REWARD","text":"检查你收藏室中的奖励!","id":860},{"name":"POPUP_QUESTEND_GOLEM_DEFEATED","text":"你击败了魔!","id":861},{"name":"POPUP_QUESTEND_YETI_DEFEATED","text":"你击败了雪人!","id":862},{"name":"POPUP_QUESTEND_ROCKDRILLER_DEFEATED","text":"你击败了rockdriller!","id":863},{"name":"POPUP_QUESTEND_EGG_DEFEATED","text":"你使某人生气!\r\r快来!","id":864},{"name":"POPUP_QUESTEND_NO_CASUALTIES","text":"- 没有单位失去","id":865},{"name":"POPUP_QUESTEND_WIN","text":"算你厉害。","id":866},{"name":"POPUP_QUESTEND_LOSE","text":"你还没完成!","id":867},{"name":"POPUP_QUESTEND_UNFINISHED","text":"你还没完成!","id":868},{"name":"POPUP_RECOVER_TITLE","text":"野战医院","id":869},{"name":"POPUP_RECRUITMENT_TITLE","text":"征募新兵","id":870},{"name":"POPUP_RESOURCE_TITLE","text":"盟军市场","id":871},{"name":"POPUP_RESOURCE_HEADER","text":"选择你想要获得资源","id":872},{"name":"POPUP_YOUR_ARMY_TITLE","text":"我的军队","id":873},{"name":"POPUP_NEWTOWN2_FOOTER","text":"现在你可以开始你的帝国!\r\r与你的朋友分享!","id":874},{"name":"EXPAND_BUTTON_CAPTION","text":"点击购买现在签扩大你的城市。","id":875},{"name":"NEWCAMP_BUTTON_CAPTION","text":"需要6级才能开启世界。","id":876},{"name":"TROLLCAMP_BUTTON_CAPTION","text":"玩一个全新的巨魔文明帝国!","id":877},{"name":"STORE_ICON_BUILDINGS","text":"建筑","id":878},{"name":"STORE_ICON_DECORATIONS","text":"装饰","id":879},{"name":"STORE_ICON_DEFENSE","text":"防御","id":880},{"name":"STORE_ICON_ATTACK","text":"攻击","id":881},{"name":"STORE_ICON_EXPAND","text":"扩张","id":882},{"name":"STORE_ICON_STORAGE","text":"储藏","id":883},{"name":"STORE_ICON_WONDERS","text":"奇观","id":884},{"name":"STORE_ICON_NEWS","text":"新品","id":885},{"name":"EXPLORATIONS_LOADING_WORLD","text":"加载世界……","id":886},{"name":"AUX_OPEN_STORE","text":"去商店","id":887},{"name":"AUX_BUY_FOR","text":"买:","id":888},{"name":"INFOPOPUP_MARAVILLA_RECURSOS","text":"一个想给你一个高质量的资源。","id":889},{"name":"INFOPOPUP_DEFENSIVE","text":"防御结构","id":890},{"name":"INFOPOPUP_TRAIN","text":"Allows you to train:","id":891},{"name":"INFOPOPUP_TRADE","text":"你可以在这里交易资源。允许你得到较高贸易量。","id":892},{"name":"INFOPOPUP_REDUCE_COST","text":"使您降低步兵,弓箭手和骑兵部队的成本。","id":893},{"name":"INFOPOPUP_ANIMALS_FOOD","text":"把动物放入生产食品","id":894},{"name":"INFOPOPUP_VILLAGERS","text":"把农民放入生产资源","id":895},{"name":"INFOPOPUP_HOUSE","text":"房屋增加你的人口有更多的单位","id":896},{"name":"INFOPOPUP_RESOURCES","text":"为你提供资源的周期。","id":897},{"name":"INFOPOPUP_EAGLES","text":"允许你监视你的敌人。\r\r更高层次的健康给予更多的鹰","id":898},{"name":"POPUP_PACK_TITLE","text":"购买包装","id":899},{"name":"POPUP_PACK_SUBTITLE","text":"购买这个包吗?","id":900},{"name":"POPUP_MISTERY_TITLE","text":"神秘盒包装","id":901},{"name":"POPUP_MISTERY_SUBTITLE","text":"你可以得到下列之一!\r\r测试你的运气!","id":902},{"name":"POPUP_MISTERY_RARE","text":"特殊","id":903},{"name":"POPUP_MISTERY_UNCOMMON","text":"罕见的","id":904},{"name":"POPUP_MISTERY_COMMON","text":"普通","id":905},{"name":"POPUP_GOTPACK_TITLE","text":"祝贺你!","id":906},{"name":"POPUP_GOTPACK_SUBTITLE","text":"你获得 #0#!\r请到储藏室确认!","id":907},{"name":"POPUP_FAV_TITLE","text":"加入最爱","id":908},{"name":"POPUP_FAV_TEXT","text":"Add Social Empires in your favourites!","id":909},{"name":"POPUP_GOAL_COMPLETED","text":"你已完成任务:","id":910},{"name":"TUTORIAL_HOST_NAME_MALE","text":"亚瑟","id":911},{"name":"TUTORIAL_HOST_NAME_FEMALE","text":"吉尼维尔","id":912},{"name":"POPUP_QUESTEND_DRAGON_DEFEATED","text":"你击败了深红的规模!","id":913},{"name":"POPUP_QUEST_DRAGON","text":"打败龙!","id":914},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_GOLEM","text":"危险的黄金傀儡!","id":916},{"name":"POPUP_MISION_CAMPAMENTO_C1_GOLEM","text":"邪恶势力派","id":917},{"name":"POPUP_MISION_CAMPAMENTO_C2_GOLEM","text":"金魔到你的帝国!","id":918},{"name":"POPUP_MISION_CAMPAMENTO_PIE_GOLEM","text":"一个危险的金魔绑架了一名阿努比斯头像!帮助埃及战士救他!","id":919},{"name":"POPUP_CAMPAMENTO_TITULO_GOLEM","text":"金魔下来!","id":920},{"name":"POPUP_CAMPAMENTO_CABECERA_1_GOLEM","text":"你打败了","id":921},{"name":"POPUP_CAMPAMENTO_CABECERA_2_GOLEM","text":"金色的傀儡!","id":922},{"name":"POPUP_CAMPAMENTO_PIE_GOLEM","text":"现在救援阿努比斯头像!点击的避难所!","id":923},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_GOLEM","text":"金魔下来!","id":924},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_GOLEM","text":"作为回报,挽救他的生命,阿努比斯头像将会加入你的行列!","id":925},{"name":"QUEST_YETI_NEGRO","text":"危险。黑色雪人斑点!","id":926},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_YETI_NEGRO","text":"黑色雪人斑点!","id":927},{"name":"POPUP_MISION_CAMPAMENTO_C1_YETI_NEGRO","text":"维京探险家发现","id":928},{"name":"POPUP_MISION_CAMPAMENTO_C2_YETI_NEGRO","text":"黑色雪人!","id":929},{"name":"POPUP_MISION_CAMPAMENTO_PIE_YETI_NEGRO","text":"维京探险家发现了一个黑色的雪人!帮助他们战胜它!","id":930},{"name":"POPUP_CAMPAMENTO_TITULO_YETI_NEGRO","text":"黑色雪人!","id":931},{"name":"POPUP_CAMPAMENTO_CABECERA_1_YETI_NEGRO","text":"你和你的海盗朋友打碎了","id":932},{"name":"POPUP_CAMPAMENTO_CABECERA_2_YETI_NEGRO","text":"黑色雪人!","id":933},{"name":"POPUP_CAMPAMENTO_PIE_YETI_NEGRO","text":"维京探险家发现了一个黑色的雪人!帮助他们战胜它!","id":934},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_YETI_NEGRO","text":"打败黑色雪人!","id":935},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_YETI_NEGRO","text":"斧头海盗将会加入你的行列为表感谢你的帮助!","id":936},{"name":"QUEST_VIBORA_GIGANTE","text":"海王星会发疯!","id":937},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"海王星会发疯!","id":938},{"name":"POPUP_MISION_CAMPAMENTO_C1_VIBORA_GIGANTE","text":"海王星有召集","id":939},{"name":"POPUP_MISION_CAMPAMENTO_C2_VIBORA_GIGANTE","text":"GIANT VYPER!","id":940},{"name":"POPUP_MISION_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"海王星,亚特兰提斯之王,召唤一个巨大的vyper征服你的帝国!杀了它在太晚之前!","id":941},{"name":"POPUP_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Giant Vyper 被击败!","id":942},{"name":"POPUP_CAMPAMENTO_CABECERA_1_VIBORA_GIGANTE","text":"你已经结束了","id":943},{"name":"POPUP_CAMPAMENTO_CABECERA_2_VIBORA_GIGANTE","text":"GIANT VYPER!","id":944},{"name":"POPUP_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"恭喜你,你征服了vYper巨人!点击它的巢!","id":945},{"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_VIBORA_GIGANTE","text":"打败Giant Vyper !","id":946},{"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_VIBORA_GIGANTE","text":"海王星无法打败你,回到了大海…再加上你已经找到了一个海豚喷泉在巢仍然!","id":947},{"name":"POPUP_MISION_FIREWORKS_TITULO","text":"被盗的烟花!","id":948},{"name":"POPUP_MISION_FIREWORKS_FOOTER","text":"巨魔偷了烟火从中国的营地时,大家正在睡觉!帮助他们找回它!","id":949},{"name":"POPUP_MISION_VIKBEER_TITULO","text":"维京的麦酒!","id":950},{"name":"POPUP_MISION_VIKBEER_FOOTER","text":"巨魔偷走了啤酒桶从你的vicking朋友!\r\r所以他们可以方再次找回它!","id":951},{"name":"POPUP_MISION_FIREWORKS_UNIT","text":"我们会帮助你在这个任务!","id":952},{"name":"POPUP_MISION_VIKBEER_UNIT","text":"啊!我们希望我们的啤酒回来!","id":953},{"name":"POPUP_MISION_FIREWORKS_TITULO_END","text":"烟花检索!","id":954},{"name":"POPUP_MISION_VIKBEER_TITULO_END","text":"啤酒检索!","id":955},{"name":"POPUP_MISION_FIREWORKS_FOOTER_END","text":"中国战士和快乐又给你一个龙雕像,谢谢你的帮助!","id":956},{"name":"POPUP_MISION_VIKBEER_FOOTER_END","text":"维京人是快乐的,可以再继续庆祝!他们给你一个海盗船,感谢你的帮助!","id":957},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA_END","text":"公主获救!","id":958},{"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA_END","text":"干得好!你救公主!她加入军队,谢谢你的帮助!","id":959},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS_END","text":"弓箭手营救!","id":960},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS_END","text":"真的。你救了三个弓箭手!他们现在加入你的队伍为表示感谢!","id":961},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS_END","text":"士兵获救!","id":962},{"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS_END","text":"你的准时到达!你救了士兵们被活活煮死!","id":963},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO_END","text":"宝石检索!","id":964},{"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO_END","text":"胜利!你的宝藏偷走的巨魔!","id":965},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS_END","text":"营救农民!","id":966},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS_END","text":"好的,你从某些死亡区救出村民!","id":967},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL_END","text":"巨魔救出!","id":968},{"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL_END","text":"BRAVO! 你设法挽救巨魔!他会帮你的!","id":969},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE_END","text":"王子救了!","id":970},{"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE_END","text":"好极了!你救了你的王子,你现在可以得到妥善管理,又帝国!","id":971},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO_END","text":"控制威尔斯!","id":972},{"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO_END","text":"可怕的!你重新控制你的威尔斯又是一个可以把火在田野和工厂!","id":973},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS_END","text":"医士获救!","id":974},{"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS_END","text":"很完美。你救疗愈者,和他们会加入你的队伍为表示感谢!","id":975},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA_END","text":"控制矿山!","id":976},{"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA_END","text":"好的,你打败了巨魔和重新控制了石材矿山!","id":977},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS_END","text":"盟军救出!","id":978},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS_END","text":"辉煌的!你救出你的盟友,他们会帮助你对抗巨魔现在!","id":979},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES_END","text":"动物拯救!","id":980},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES_END","text":"你做的!你救了动物和它们现在自由了!","id":981},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO_END","text":"攻城武器检索!","id":982},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO_END","text":"你的攻城武器,现在你可以利用它们对你的敌人!","id":983},{"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA_END","text":"神秘的解决!","id":984},{"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA_END","text":"雕像藏奸诈的骨架和你打败他们!","id":985},{"name":"POPUP_MISION_THEMUMMY_TITULO","text":"THE DEATH PARAOH!","id":986},{"name":"POPUP_MISION_THEMUMMY_FOOTER","text":"帮助egiptians取回权力宝石和防止邪恶牧师复活死者paraoh阿努比斯。","id":987},{"name":"POPUP_MISION_THEMUMMY_TITULO_END","text":"木乃伊打败!","id":988},{"name":"POPUP_MISION_THEMUMMY_FOOTER_END","text":"是的!你杀了木乃伊!埃及加入你的队伍,为谢谢你帮助他的人!","id":989},{"name":"POPUP_MISION_AZTECALTAR_TITULO","text":"阿兹特克神!","id":990},{"name":"POPUP_MISION_AZTECALTAR_FOOTER","text":"把羊献在祭坛上,而你为阿兹特克神把雨你的战场!","id":991},{"name":"POPUP_MISION_AZTECALTAR_TITULO_END","text":"阿兹特克神听到你的愿望!","id":992},{"name":"POPUP_MISION_AZTECALTAR_FOOTER_END","text":"阿兹特克神带雨的战场结束饥饿!","id":993},{"name":"POPUP_MISION_ELFOSARBOL_TITULO","text":"自然危险!","id":994},{"name":"POPUP_MISION_ELFOSARBOL_FOOTER","text":"帮助精灵消灭恶魔的雕塑,消耗的能源从生命树!","id":995},{"name":"POPUP_MISION_ELFOSARBOL_TITULO_END","text":"自然保存!","id":996},{"name":"POPUP_MISION_ELFOSARBOL_FOOTER_END","text":"干得好!你恢复自然平衡的树林。2个射手精灵加入您的队伍,作为证明的感激之情!","id":997},{"name":"POPUP_MISION_ELFOSARBOL_UNIT_SAY","text":"我们在您的订单,为这一刻…","id":998},{"name":"POPUP_MISION_CHINOSDRAGON_TITULO","text":"draggies愤怒!","id":999},{"name":"POPUP_MISION_CHINOSDRAGON_FOOTER","text":"三draggies肆虐田野和房屋是你的帝国!打败他们才杀了人!","id":1000},{"name":"POPUP_MISION_CHINOSDRAGON_TITULO_END","text":"draggies打败!","id":1001},{"name":"POPUP_MISION_CHINOSDRAGON_FOOTER_END","text":"干得好!你击败了draggies,但愤怒的龙逃到巢岛!2感谢中国射箭运动员加入您的行列!","id":1002},{"name":"POPUP_MISION_CHINOSDRAGON_UNIT_SAY","text":"帮助中国,与中国会奖励你!","id":1003},{"name":"POPUP_MISION_CHINOSDRAGON_BOSS_SAY","text":"你无法击败我!我会等着你我的岛上…\r\r如果你敢,吧!!","id":1004},{"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO","text":"海王星在爱!","id":1005},{"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER","text":"Nept uno救出克娄巴特拉从沉船,现在他已爱上她!帮助egiptians救她!","id":1006},{"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO_END","text":"克利奥帕特拉获救!","id":1007},{"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER_END","text":"干得好!海王星有逃到他的住所在神秘岛…跟随他,打败他的军队为好!","id":1008},{"name":"POPUP_MISION_NEPTUCLEOPATRA_UNIT_SAY","text":"帮助我们拯救我们的女王!","id":1009},{"name":"POPUP_MISION_ELFOSENT_TITULO","text":"恶人耳鼻喉科!","id":1010},{"name":"POPUP_MISION_ELFOSENT_FOOTER","text":"耳鼻喉科已被地狱的追随者!帮助精灵把他从法术!","id":1011},{"name":"POPUP_MISION_ELFOSENT_TITULO_END","text":"耳鼻喉科免费!","id":1012},{"name":"POPUP_MISION_ELFOSENT_FOOTER_END","text":"你已经摧毁了地狱的仆人和耳鼻喉科现在是免费的!为了表达感激之情,而精灵德鲁伊加入你们的队伍!","id":1013},{"name":"POPUP_MISION_ELFOSENT_UNIT_SAY","text":"让自由从恶魔法术的耳鼻喉科!","id":1014},{"name":"POPUP_MISION_TESOROATLANTE_TITULO","text":"阿兹特克财富!","id":1015},{"name":"POPUP_MISION_TESOROATLANTE_FOOTER","text":"帮助阿兹特克人取回自己的宝藏,偷走了亚特兰蒂斯的沉船赫尔南议会!","id":1016},{"name":"POPUP_MISION_TESOROATLANTE_TITULO_END","text":"珍宝检索!","id":1017},{"name":"POPUP_MISION_TESOROATLANTE_FOOTER_END","text":"万岁!你帮了阿兹特克人找回了他们的宝物,他们给你一个阿兹特克老板雕塑回报您的努力!","id":1018},{"name":"POPUP_MISION_TESOROATLANTE_UNIT_SAY","text":"帮助我们恢复我们的宝藏!","id":1019},{"name":"POPUP_MISION_BALROG_TITULO","text":"可怕的炎魔!","id":1020},{"name":"POPUP_MISION_BALROG_FOOTER","text":"魔鬼部队派遣炎魔自己打败你的帝国!地狱外人会加入你,打败他和他的军队!","id":1021},{"name":"POPUP_MISION_BALROG_TITULO_END","text":"炎魔逃跑了!","id":1022},{"name":"POPUP_MISION_BALROG_FOOTER_END","text":"祝贺你!炎魔逃声称复仇!地狱的局外人将会加入你的行列,帮助你发现邪恶的力量!","id":1023},{"name":"POPUP_MISION_BALROG_UNIT_SAY","text":"我们会帮助您战胜炎魔!","id":1024},{"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO","text":"邪恶的巫师!","id":1025},{"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER","text":"一群巫师偷走宝珠的犯规。检索在肆虐你的帝国!","id":1026},{"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO_END","text":"邪恶的巫师击败!","id":1027},{"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER_END","text":"你是最棒的!你取回宝珠的权力和打败了犯规向导。红色精灵可以挽救他的疯狂和加入你的队伍!","id":1028},{"name":"POPUP_MISION_MAGOSCORRUPTOS_UNIT_SAY","text":"WIZARDSLOCOS DEFEATED!","id":1029},{"name":"POPUP_MISION_PERFORARROCAS_TITULO","text":"救命啊。rockdriller在这里!","id":1030},{"name":"POPUP_MISION_PERFORARROCAS_FOOTER","text":"帮助阿兹特克战士打败rockdriller!消灭蛇雕塑!","id":1031},{"name":"POPUP_MISION_PERFORARROCAS_TITULO_END","text":"rockdriller逃走的!","id":1032},{"name":"POPUP_MISION_PERFORARROCAS_FOOTER_END","text":"你做的!该rockdriller逃到矿物岛现在你是拯救帝国!阿兹特克武士加入您的队伍,以表达他们的感激之情!","id":1033},{"name":"POPUP_MISION_PERFORARROCAS_UNIT_SAY","text":"让我们打败它!","id":1034},{"name":"POPUP_MISION_DEMONPORTAL_TITULO","text":"恶魔的门户!","id":1035},{"name":"POPUP_MISION_DEMONPORTAL_FOOTER","text":"一些恶魔的门户都出现在你的帝国!杀死恶魔,交叉,摧毁所有的门!","id":1036},{"name":"POPUP_MISION_DEMONPORTAL_TITULO_END","text":"门户的破坏","id":1037},{"name":"POPUP_MISION_DEMONPORTAL_FOOTER_END","text":"太好了。你打败了所有的恶魔和毁灭的门户!你的帝国是现在保存!","id":1038},{"name":"POPUP_SUPER_MISTERY_TITLE","text":"超级神秘盒包装","id":1039},{"name":"POPUP_SUPER_MISTERY_HEADER","text":"#0# 可能奖","id":1040},{"name":"POPUP_SUPER_MISTERY_HEADER_DONE","text":"祝贺你!,你赢了:","id":1041},{"name":"POPUP_SUPER_MISTERY_FOOTER","text":"你会发现你的奖品在储藏室!","id":1042},{"name":"POPUP_SUPER_MISTERY_GRANTED","text":"罕见的奖,保证!","id":1043},{"name":"POPUP_QUEST_INFO_TITLE","text":"第 #0# 章","id":1044},{"name":"POPUP_CEMENTERIO_TITULO","text":"墓地","id":1045},{"name":"POPUP_CEMENTERIO_DESCRIPCION","text":"在这里你可以使战斗中失去的单位复活!","id":1046},{"name":"POPUP_CEMENTERIO_SIN_MUERTOS","text":"你没有死去的单位!","id":1047},{"name":"POPUP_CEMENTERIO_AVAILABLE","text":"可用的","id":1048},{"name":"POPUP_CEMENTERIO_POCIONES","text":"复活药水","id":1049},{"name":"POPUP_CEMENTERIO_RESUCITAR_POR","text":"Resurrect for","id":1050},{"name":"AUX_PEDIR","text":"请求","id":1051},{"name":"TOOLTIP_ASK_ACHIEVEMENTS","text":"更多的成就","id":1052},{"name":"POPUP_ALL_UNITS_TITLE","text":"单位收藏","id":1053},{"name":"POPUP_ALL_UNITS_OBTAINED","text":"获得单位","id":1054},{"name":"CATEGORY_SWORDS","text":"剑士","id":1055},{"name":"CATEGORY_ARCHERS","text":"弓箭手","id":1056},{"name":"CATEGORY_ARCHERS_II","text":"弓箭手 II","id":1057},{"name":"CATEGORY_KNIGHTS","text":"骑士","id":1058},{"name":"CATEGORY_KNIGHTS_II","text":"骑士 II","id":1059},{"name":"CATEGORY_SUPPORT_UNITS","text":"支持单位","id":1060},{"name":"CATEGORY_SPECIAL_COMBAT_UNITS","text":"特种作战部队","id":1061},{"name":"CATEGORY_WIZARDS","text":"向导","id":1062},{"name":"CATEGORY_CASTLES","text":"城堡的单位","id":1063},{"name":"CATEGORY_DRAGGIES","text":"DRAGGIES","id":1064},{"name":"CATEGORY_SIEGE_WEAPONS","text":"攻城武器","id":1065},{"name":"CATEGORY_SIEGE_WEAPONS_II","text":"攻城武器 II","id":1066},{"name":"CATEGORY_MYTH_I","text":"奇人 I","id":1067},{"name":"CATEGORY_HEROES","text":"英雄","id":1068},{"name":"CATEGORY_HEROES_II","text":"英雄 II","id":1069},{"name":"CATEGORY_TROLLS_I","text":"巨魔 I","id":1070},{"name":"CATEGORY_TROLLS_II","text":"巨魔 II","id":1071},{"name":"CATEGORY_TROLLS_III","text":"巨魔 III","id":1072},{"name":"CATEGORY_TROLL_SIEGE_WEAPONS","text":"巨魔攻城武器","id":1073},{"name":"CATEGORY_VIKINGS","text":"海盗","id":1074},{"name":"CATEGORY_CHINESE_AZTEC","text":"中国与阿兹特克","id":1075},{"name":"CATEGORY_EGYPTIANS","text":"EGIPTIANS","id":1076},{"name":"CATEGORY_ATLANTIS","text":"亚特兰蒂斯","id":1077},{"name":"CATEGORY_ELVES_I","text":"侏儒 I","id":1078},{"name":"CATEGORY_ELVES_II","text":"侏儒 II","id":1079},{"name":"CATEGORY_GOLEMS","text":"傀儡","id":1080},{"name":"CATEGORY_INFERNO","text":"地狱","id":1081},{"name":"CATEGORY_CELESTIAL","text":"天神","id":1082},{"name":"CATEGORY_CELESTIAL_II","text":"天神 II","id":1083},{"name":"CATEGORY_DRAGONS","text":"龙","id":1084},{"name":"CATEGORY_BEAST_UNITS","text":"牲畜单位","id":1085},{"name":"CATEGORY_UNITS_WITHOUT_ATTACKS","text":"单位 W/ 攻击","id":1086},{"name":"CATEGORY_WINGED","text":"飞行的","id":1087},{"name":"CATEGORY_PETS","text":"宠物","id":1088},{"name":"CATEGORY_MONSTERS","text":"怪物","id":1089},{"name":"CATEGORY_SPECIAL_UNITS_I","text":"特殊单位 I","id":1090},{"name":"CATEGORY_SPECIAL_UNITS_II","text":"特殊单位 II","id":1091},{"name":"CATEGORY_HEROES_III","text":"英雄 III","id":1092},{"name":"POPUP_CRIADERO_TITULO","text":"龙巢","id":1093},{"name":"POPUP_CRIADERO_PROGRESO","text":"进展","id":1094},{"name":"POPUP_CRIADERO_TERMINADO_EN","text":"完成的","id":1095},{"name":"POPUP_CRIADERO_AVANZAR_TIEMPO","text":"为 #0# 加快速度","id":1096},{"name":"POPUP_CRIADERO_CUIDAR","text":"照顾","id":1097},{"name":"POPUP_CRIADERO_ALIMENTAR","text":"喂养","id":1098},{"name":"POPUP_CRIADERO_OBTENER","text":"获得龙!","id":1099},{"name":"STORE_EDIFICIO_CEMENTERIO","text":"\r\r在这里你可以使在战斗失去的单位复活!","id":1100},{"name":"STORE_EDIFICIO_CRIADERO_DRAGON","text":"\r\r\r发展自己的龙!","id":1101},{"name":"POPUP_CRIADERO_TRAINING","text":"训练","id":1102},{"name":"POPOVER_FRIEND_BUTTON_VISIT","text":"访问","id":1103},{"name":"POPOVER_FRIEND_BUTTON_ATTACK","text":"攻击!","id":1104},{"name":"POPOVER_FRIEND_BUTTON_SEND_GIFT","text":"送礼物","id":1105},{"name":"TOOLTIP_OFFER_BUTTON","text":"提供的!","id":1106},{"name":"POPUP_GRAVEYARD_HELP_TITLE","text":"如果你在战斗中失去单位,你可以让他们在墓地复活!","id":1107},{"name":"POPUP_GRAVEYARD_HELP_1","text":"一个像你的死单位和他们的号码显示。","id":1108},{"name":"POPUP_GRAVEYARD_HELP_2","text":"复活死去的单位成本的一半,其原始价格。","id":1109},{"name":"POPUP_GRAVEYARD_HELP_3","text":"点击右边的按钮下面的肖像的单位恢复使用黄金,食物或现金。","id":1110},{"name":"POPUP_GRAVEYARD_HELP_4","text":"你也可以复活单位与药剂。","id":1111},{"name":"POPUP_GRAVEYARD_HELP_5","text":"请你的朋友向您发送药剂使用“请求”按钮在右下!","id":1112},{"name":"POPUP_GRAVEYARD_HELP_6","text":"一旦你有足够的药水,复活的单位,左边的按钮画像下方 (药剂) 将突出。","id":1113},{"name":"POPUP_GRAVEYARD_HELP_7","text":"点击按钮的药水恢复单元!","id":1114},{"name":"POPUP_METEO_NUBES","text":"多云的天空","id":1115},{"name":"POUP_SUPER_MISTERY_CIVILIZATION_TITLE","text":"包的文明","id":1116},{"name":"ISLANDS_PROGRESS","text":"征服的领土的进展","id":1117},{"name":"ISLANDS_NO_MORE_ATTACKS","text":"你没有更多的攻击","id":1118},{"name":"ISLANDS_ATTACKS_LEFT","text":"攻击:","id":1119},{"name":"ISLANDS_SPIES_LEFT","text":"鹰离开:","id":1120},{"name":"ISLANDS_SELECT_ISLAND","text":"选择岛:","id":1121},{"name":"ISLANDS_WINNER_FIRST_ISLAND","text":"太神了!!!你做的!!!你是国王的社会帝国!!!\r\r这是你应得的报酬等富有传奇色彩的惊人的胜利!!!(看建造“存储)","id":1122},{"name":"ISLANDS_PROGRESS_NEXT_ISLAND","text":"恭喜你,你打败了所有玩家对你的小岛!你进展到下一个!\r\r你的行为值得一个好奖!(看建造 > 储藏)","id":1123},{"name":"ISLANDS_HELP_TITLE","text":"帮助","id":1124},{"name":"ISLANDS_HELP_TEXT","text":"-征服其余敌人的帝国在您的海岛前进到下一个!\r\r-你也可以攻击球员来自其他岛屿得到大量的经验和金币!\r\r-每次你征服岛你赚了1现金和一个单位!\r\r-努力使它岛1和赢得惊人的奖品的路上!","id":1125},{"name":"QUESTS_ISLANDS_HELP_TITLE","text":"","id":1126},{"name":"QUESTS_ISLANDS_HELP_TEXT","text":"","id":1127},{"name":"ISLANDS_WINNER_FIRST_ISLAND_TITLE","text":"世界之王!!!","id":1128},{"name":"ISLANDS_PROGRESS_NEXT_ISLAND_TITLE","text":"国王的岛屿!!!","id":1129},{"name":"ISLANDS_WAITING","text":"等待更多的玩家…5分钟后回来!","id":1130},{"name":"ALERT_NO_MORE_ATTACKS","text":"你没有更多的攻击","id":1131},{"name":"BUTTON_REVENGE","text":"复仇!!","id":1132},{"name":"POPUP_CRIADERO_MONSTERS_OBTENER","text":"获得怪物!","id":1133},{"name":"POPUP_CRIADERO_MONSTERS_TITULO","text":"怪物育种巢","id":1134},{"name":"STORE_EDIFICIO_MONSTERS_NEST","text":"\r\r\r培育自己的怪物!","id":1135},{"name":"POPUP_QUEST_DRAGON_2","text":"战胜致命龙与鸡蛋!!","id":1136},{"name":"POPUP_QUESTEND_DRAGON2_DEFEATED","text":"你打败了凶恶的龙!!","id":1137},{"name":"POPUP_UNIT_COLLECTION_COMPLETE_TITLE","text":"收集完成!","id":1138},{"name":"POPUP_UNIT_COLLECTION_COMPLETE_TEXT","text":"You have completed a collection and here is your reward!","id":1139},{"name":"ALERT_UNIT_COLLECTION_COMPLETED","text":"你已经完成了一个单位收藏!\r\r去礼品>单位要求你的奖励!","id":1140},{"name":"CATEGORY_SPECIAL_UNITS_III","text":"特殊单位 III","id":1141},{"name":"CATEGORY_WIZARDS_II","text":"向导 II","id":1142},{"name":"CATEGORY_HALLOWEEN","text":"万圣节前夕","id":1143},{"name":"CATEGORY_HALLOWEEN_II","text":"万圣节前夕 II","id":1144},{"name":"CATEGORY_MYTHOLOGICAL","text":"天神","id":1145},{"name":"CATEGORY_MYTHOLOGICAL_II","text":"天神 II","id":1146},{"name":"CATEGORY_2HEAD_DRAGONS","text":"龙 II","id":1147},{"name":"CATEGORY_MONSTERS_II","text":"怪物 II","id":1148},{"name":"CATEGORY_T_REX","text":"暴龙","id":1149},{"name":"POPUP_SURVIVAL_MODE_TITLE","text":"生存模式!!","id":1150},{"name":"POPUP_SURVIVAL_MODE_TEXT","text":"-保护中央文物从敌人的攻击!\r\r抗尽可能多的时间和赢得一个单元!\r\r-你的军队将由30个你最强大的单位!!\r\r-提示:第一次打败老板停止8个方向的敌人产卵!\r\r-你不会失去任何单位玩这个游戏模式!!:)\r\r如果你战胜时间和赢得一个单位,检查存储得到它!\r\r-打败你的最佳时间,把照片发给我们的论坛!","id":1151},{"name":"SURVIVAL_BEEN_ATTACKED","text":"敌人正在攻击你的遗迹!!!","id":1152},{"name":"SURVIVAL_BEEN_DESTROYED","text":"你的遗迹被毁坏!!!","id":1153},{"name":"SURVIVAL_BEST_TIME","text":"最佳时间: #0#","id":1154},{"name":"SURVIVAL_NEXT_LIFE","text":"Next life in #0#","id":1155},{"name":"SURVIVAL_SURVIVE_AND_WIN","text":"生存和获胜","id":1156},{"name":"SURVIVAL_MINUTES","text":"分钟","id":1157},{"name":"SURVIVAL_UNIT","text":"单位","id":1158},{"name":"SURVIVAL_AVAILABLE","text":"提供的","id":1159},{"name":"SURVIVAL_COMING_SOON","text":"即将来临的","id":1160},{"name":"SURVIVAL_MAP1","text":"损坏的埃及","id":1161},{"name":"SURVIVAL_MAP2","text":"先帖","id":1162},{"name":"SURVIVAL_MAP3","text":"围攻天堂","id":1163},{"name":"SURVIVAL_MAP4","text":"冷冻领域","id":1164},{"name":"SURVIVAL_MAP5","text":"失去的土地","id":1165},{"name":"POPUP_SURVIVAL_SELECT_MAP","text":"选择地图","id":1166},{"name":"POPUP_SURVIVAL_BUY_LIFE_FOR","text":"Buy life for","id":1167},{"name":"SURVIVAL_RESULT_WIN_TITLE","text":"干得好!!","id":1168},{"name":"SURVIVAL_RESULT_WIN_TEXT","text":"你赢得了一个奖!","id":1169},{"name":"SURVIVAL_RESULT_LOOSE_TITLE","text":"再试一次","id":1170},{"name":"SURVIVAL_RESULT_LOOSE_TEXT","text":"你的生存时间","id":1171},{"name":"SURVIVAL_USER_EXIT","text":"你确定要退出生存地图?","id":1172},{"name":"SURVIVAL_MINUTES_REWARD","text":"#0# min.","id":1173},{"name":"SURVIVAL_UNLOCK_FOR","text":"解锁","id":1174},{"name":"SURVIVAL_BOSS_COMING","text":"第 #0# BOSS到来!!","id":1175},{"name":"SURVIVAL_WAVE_COMING","text":"第 #0# 波敌人到来!!","id":1176},{"name":"SURVIVAL_BUILDING_INFO","text":"你可以进入生存模式!","id":1177},{"name":"POPUP_PVP_BUY_TERRITORY_TITLE","text":"征服的领土","id":1178},{"name":"POPUP_PVP_BUY_TERRITORY_TEXT","text":"你想征服这片领土?","id":1179},{"name":"STORE_EDIFICIO_SURVIVAL_ARENA","text":"让你玩生存的竞技场模式!","id":1180},{"name":"UNIT_WAREHOUSE_HELP_TITLE","text":"THE UNIT WAREHOUSE","id":1181},{"name":"UNIT_WAREHOUSE_HELP_TEXT","text":"-让你单位安全的仓库!\r\r-没有需要牺牲你的单位因为缺乏空间!\r\r点击一个单位在地图上点击仓库存储。\r\r-点击一个单位的肖像放在你的地图。\r\r-你可以购买更多的空间高达200槽!!","id":1182},{"name":"STORE_EDIFICIO_WAREHOUSE","text":"这允许你存储20个单位…及更多!!","id":1183},{"name":"ERROR_TIME_HACK","text":"我们的服务器已检测到非法操作。现在将刷新页面。","id":1184},{"name":"TOURNAMENT_GAME_MODE","text":"联赛","id":1185},{"name":"POPUP_LOADING_TOURNAMENT_TITLE","text":"去比赛","id":1186},{"name":"POPUP_LOADING_TOURNAMENT_TEXT","text":"","id":1187},{"name":"TOURNAMENT_RESULT_WIN_TITLE","text":"YOU WON BY FAR!","id":1188},{"name":"TOURNAMENT_RESULT_WIN_TEXT","text":"祝贺你!你的分数:","id":1189},{"name":"TOURNAMENT_RESULT_LOSE_TITLE","text":"你输了!","id":1190},{"name":"TOURNAMENT_RESULT_LOSE_TEXT","text":"You'll have more luck next time!\nYou scored:","id":1191},{"name":"TOURNAMENT_ROOM_READY_TEXT","text":"准备比赛!","id":1192},{"name":"TOURNAMENT_ROOM_READY_HELP","text":"点击“开始”开始","id":1193},{"name":"TOURNAMENT_RESULTS_LBL_SCORETABLE","text":"积分榜","id":1194},{"name":"TOURNAMENT_RESULTS_LBL_PLAYEDMATCHES","text":"比赛","id":1195},{"name":"AUX_SCORE","text":"得分","id":1196},{"name":"AUX_ATTACKER_WON","text":"攻击者获得","id":1197},{"name":"AUX_ATTACKER_LOST","text":"攻击者失去","id":1198},{"name":"AUX_START","text":"开始","id":1199},{"name":"TOURNAMENT_RESULTS_MRESULT_PENDING","text":"Pending","id":1200},{"name":"TOURNAMENT_RESULTS_LBL_TEAM","text":"#0#'的团队","id":1201},{"name":"AUX_RESULTS","text":"结果","id":1202},{"name":"TOURNAMENT_RESULTS_ENDS_IN","text":"比赛结束:","id":1203},{"name":"AUX_MATCHES","text":"Matches","id":1204},{"name":"TOURNAMENT_MATCHES_TITLE","text":"#0#'s Matches","id":1205},{"name":"AUX_TIME","text":"时间","id":1206},{"name":"TOURNAMENT_LEVEL","text":"等级 #0#","id":1207},{"name":"TOURNAMENT_FINISHED","text":"比赛结束!","id":1208},{"name":"TOURNAMENT_LOSE","text":"\r\r对不起,你输了比赛!\r\r不要放弃,再试,令人惊讶的奖品等你!","id":1209},{"name":"TOURNAMENT_WIN","text":"\r\r祝贺你!你赢了这场比赛!\r\r搜索你的奖励在您的存储!","id":1210},{"name":"YOUR_TEAM","text":"你的团队","id":1211},{"name":"TOURNAMENT_YOU_CAN_FIGHT_WITH_20_UNITS","text":"\r你可以选择多达20个单位。\r\r你肯定要辞职吗?","id":1212},{"name":"TOURNAMENT_YOU_CAN_NOT_ENTER_WITHOUT_UNITS","text":"\r你不能进入比赛没有任何单位。\r\r选择你的团队。","id":1213},{"name":"TOURNAMENT_YOU_TEAM_HAS_NOT_MAXIUM_UNITS","text":"你没有选择的最大单位允许尚未。","id":1214},{"name":"STORE_EDIFICIO_WONDER_CASH","text":"这个奇迹每一天为你提供1的现金!","id":1215},{"name":"CATEGORY_ORIGINAL_BEASTS","text":"原始怪兽","id":1216},{"name":"CATEGORY_MONSTERS_III","text":"怪物 III","id":1217},{"name":"CATEGORY_MYTHOLOGICAL_III","text":"天神 III","id":1218},{"name":"CATEGORY_MYTHOLOGICAL_IV","text":"天神 IV","id":1219},{"name":"CATEGORY_DRAGONS_II","text":"龙 II","id":1220},{"name":"MOROCCO_DEALER_TITLE","text":"提供交易","id":1221},{"name":"MOROCCO_DEALER_TEXT","text":"你可以讨价还价,这个提议!\r\r但不要让你的经销商生气!","id":1222},{"name":"MOROCCO_DEALER_NEGOTIATE_TEXT","text":"好的,你赢了!让我们有折扣…","id":1223},{"name":"MOROCCO_DEALER_BYE","text":"经销商说:你骗了太多!!!再见。","id":1224},{"name":"MOROCCO_DEALER_BTN_NEGOTIATE","text":"交易","id":1225},{"name":"MOROCCO_DEALER_BTN_BUY","text":"购买","id":1226},{"name":"MOROCCO_DEALER_BTN_NEXT","text":"下一个提议","id":1227},{"name":"TOURNAMENT_LEAVE","text":"离开比赛","id":1228},{"name":"TOURNAMENT_HELP_TITLE","text":"比赛的帮助","id":1229},{"name":"TOURNAMENT_HELP_TEXT","text":"\r-你不会失去任何单位玩这个游戏模式!\r\r-对阵3名球员和比赛的胜利!\r\r-比赛将结束时,所有的球员都在比赛或24小时有间隔。\r\r-如果你赢得比赛你会有奇妙的奖励!\r\r目前,这些部队不能在比赛模式:#0#","id":1230},{"name":"TOURNAMENT_LEAVE_CONFIRM_TEXT","text":"\r\r你确定你要退出比赛吗?\r\r你将失去所有的战斗了…","id":1231},{"name":"TOURNAMENT_LEAVE_INSIDE_MATCH_CONFIRM_TEXT","text":"你确定你想逃跑?","id":1232},{"name":"TOURNAMENT_MAX_COMPLEX_UNITS","text":"你可以选择超过 #0# 的龙, 神和巨人一起玩的比赛","id":1233},{"name":"TOURNAMENT_PLAYER","text":"Player #0#","id":1234},{"name":"TOURNAMENT_UNITS_LEFT","text":"剩下 #0# 单位","id":1235},{"name":"TOURNAMENT_PRIZE","text":"奖品","id":1236},{"name":"TOURNAMENT_ENTRY_COST","text":"进入成本: #0#","id":1237},{"name":"POPUP_CRIADERO_NOOBINFO","text":"按“照顾”每6小时,以获得一个强大的龙。","id":1238},{"name":"CATEGORY_MYTHOLOGICAL_V","text":"天神 V","id":1239},{"name":"CATEGORY_DRAGGIES_II","text":"Draggies II","id":1240},{"name":"MOROCCO_DEALER_BEFORE","text":"先于:","id":1241},{"name":"MOROCCO_DEALER_NOW","text":"现在:","id":1242},{"name":"CATEGORY_DRAGONS_III","text":"Dragons III","id":1243},{"name":"DRAGON_NEST_HELP_TITLE","text":"龙的巢穴的帮助","id":1244},{"name":"DRAGON_NEST_HELP_TEXT","text":"-按'照顾' / '饲料'按钮下的图像。看进度栏在顶部填充。\r\r-等到计时器达到0:00:00或按'加快'按钮完成下面的步骤。\r\r-这一过程重复10次,按“龙!”按钮让你的龙!\r\r-每一次你得到一个拖泥带水或龙,你将开启下一条下方的肖像!\r\r租友多加快进度。更多的朋友,更多的步骤,你会进步的!","id":1245},{"name":"POPUP_NUEVO_DIARIO_CASH","text":"#0# 钞票","id":1246},{"name":"POPUP_NUEVO_DIARIO_GANADO_CASH","text":"你获得 #0# 钞票!","id":1247},{"name":"POPUP_MEN_VS_WOMEN_DESC","text":"尝试社会战争今天和享受我们的一些独家提供!","id":1248},{"name":"POPUP_MEN_VS_WOMEN_PLAY","text":"PLAY NOW","id":1249},{"name":"POPUP_CRIADERO_NOOBINFO2","text":"按“饲料”,每6小时获得一个强大的龙。","id":1250},{"name":"TOURNAMENT_ROOM_FULL","text":"比赛中你试图进入充满。选择另一个比赛.","id":1251},{"name":"TOURNAMENT_NO_MIN_FRIENDS","text":"你有不少于3个朋友在社会帝国。首先,邀请你的朋友比赛并创造你的比赛。","id":1252},{"name":"TOURNAMENT_SURE_CANCEL","text":"确实要取消比赛吗?","id":1253},{"name":"TOURNAMENT_NO_SELECTION","text":"你没有选择任何比赛","id":1254},{"name":"TOURNAMENT_CANCEL","text":"取消比赛","id":1255},{"name":"TOURNAMENT_INVITE_FRIENDS","text":"邀请朋友","id":1256},{"name":"TOURNAMENT_YOUR_RANKING_POS","text":"你的排名位置:#0#","id":1257},{"name":"TOURNAMENT_CURRENT_USERS","text":"本届赛事的用户: #0#","id":1258},{"name":"TOURNAMENT_WEEKLY_AVAILABLE","text":"提供的","id":1259},{"name":"TOURNAMENT_WEEKLY_ENDS_IN","text":"结束的","id":1260},{"name":"TOURNAMENT_MORE_INFO","text":"+信息","id":1261},{"name":"TOURNAMENT_CREATE","text":"创建锦标赛","id":1262},{"name":"TOURNAMENT_FRIENDS_TOURNAMENT_TITLE","text":"旅游的朋友。","id":1263},{"name":"CATEGORY_NECRO_I","text":"死亡使者 I","id":1264},{"name":"CATEGORY_NECRO_II","text":"死亡使者 II","id":1265},{"name":"TOURNAMENT_FRIENDS_TOURNAMENT_INFO","text":"创造和发挥与您的朋友","id":1266},{"name":"POPUP_DRAGON_TAMING_BUTTON_TAME","text":"骑龙","id":1267},{"name":"POPUP_DRAGON_TAMING_BUTTON_TAKE_OUT","text":"取出","id":1268},{"name":"POPUP_RIDER_TRAINING_BUTTON_TRAIN","text":"Train","id":1269},{"name":"POPUP_RIDER_TRAINING_BUTTON_GET","text":"得到骑士","id":1270},{"name":"POPUP_RIDER_TRAINING_TITLE","text":"骑龙","id":1271},{"name":"POPUP_RIDER_TRAINING_SELECT","text":"选择一个龙骑士","id":1272},{"name":"POPUP_RIDER_TRAINING_DRAGONS","text":"龙骑士","id":1273},{"name":"POPUP_RIDER_TRAINING_NO_DRAGONS","text":"","id":1274},{"name":"POPUP_RIDER_TRAINING_PROGRESS","text":"进展","id":1275},{"name":"POPUP_RIDER_TRAINING_RECUPERATED_IN","text":"恢复","id":1276},{"name":"POPUP_RIDER_TRAINING_RECUPERATE_FOR","text":"现在恢复 #0#","id":1277},{"name":"POPUP_RIDER_TRAINING_INFO","text":"完成所有步骤的培训得到龙骑士和能够升级你的龙!","id":1278},{"name":"POPUP_DRAGON_TAMING_TITLE","text":"驯龙","id":1279},{"name":"POPUP_DRAGON_TAMING_MOUNT","text":"山上的骑手龙","id":1280},{"name":"POPUP_DRAGON_TAMING_NEED","text":"安装一个龙骑士,你必须把这两单位建设。你将获得龙与更多的权力。","id":1281},{"name":"POPUP_DRAGON_TAMING_CLICK_TAME","text":"点击“骑龙”安装的龙骑士。","id":1282},{"name":"ALERT_DRAGON_RIDER_NOT_MATCHING","text":"你不能安装这个龙骑士。在骑士学院龙是一个很好的比赛他。","id":1283},{"name":"ALERT_DRAGON_RIDER_INCOMPLETE","text":"把一个龙骑士和一楼。","id":1284},{"name":"POPUP_DRAGON_TAMING_HELP","text":"-如何骑龙\r\r1。一旦你有你的骑士的骑士学院,选中它并把它放在骑龙。\r\r2。添加您的骑龙,龙骑士可以骑它!\r\r3。记住,骑士与龙必须兼容,可以成功地完成(检查骑士学院更多细节)。\r\r4。一旦你有骑士与龙建筑,按“骑龙”按钮,让您的超级强大的新单位!","id":1285},{"name":"POPUP_RIDER_TRAINING_HELP_SELECT","text":"如何培养一个龙骑士\r\r1。选择你喜欢的骑士(警告:把鼠标放在一个骑士,你会看到他骑龙下!)\r\r2。你必须证明你是值得骑龙:完成所有的冒险和到达终点!(每一次你完成冒险,你的进度条的顶端填写)\r\r3 -你必须等一段时间才打一次(你也有一个按钮,恢复快!)\r\r4。当你完成最后的冒险,按下按钮让您得到骑士龙骑士!\r\r5。一旦你得到你的骑士,它采取的骑龙建筑!(检查店)","id":1286},{"name":"POPUP_RIDER_TRAINING_HELP_TRAIN","text":"如何培养一个龙骑士\r\r1。选择你喜欢的骑士(警告:把鼠标放在一个骑士,你会看到他骑龙下!)\r\r2。你必须证明你是值得骑龙:完成所有的冒险和到达终点!(每一次你完成冒险,你的进度条的顶端填写)\r\r3。你必须等一段时间才打一次(你也有一个按钮,恢复快!)\r\r4。当你完成最后的冒险,按下按钮让您得到骑士龙骑士!\r\r5。一旦你得到你的骑士,它采取的骑龙建筑!(检查店)","id":1287},{"name":"POPUP_RIDER_TRAINING_GAIN","text":"龙的收益:","id":1290},{"name":"POPUP_RIDER_GAIN","text":"This rider gives your dragon additional #0# attack and #1# health!","id":1291},{"name":"CATEGORY_NECRO_III","text":"死亡使者 III","id":1292},{"name":"CATEGORY_NECRO_IV","text":"死亡使者 IV","id":1293},{"name":"TOURNAMENT_RANKING_PRIZES","text":"联赛排名奖","id":1294},{"name":"TOURNAMENT_WEEKLY_INFO_TEXT","text":"\r击败选手和使它的全球10强!!\r\r你得到更多的积分更好。不要忘记,在案件领带玩家用更少的时间打将以上!","id":1295},{"name":"CATEGORY_DRAGGIES_III","text":"DRAGGIES III","id":1296},{"name":"CATEGORY_MYTHOLOGICAL_VI","text":"天神 VI","id":1297},{"name":"TOURNAMENT_WEEKLY_MINIUM_TIME_TO_PLAY","text":"每周一次的比赛就要结束了在不到10分钟!!!\r\r你确定你想参加比赛?","id":1298},{"name":"ERROR_STOLEN","text":"Connection with server lost. Please refresh.","id":1299},{"name":"LIMIT_DAMAGE","text":"Fill bar doing damage. When full, press bar to attack.","id":1300},{"name":"LIMIT_HEAL","text":"Fill bar doing damage. When full, press bar to heal units.","id":1301},{"name":"LIMIT_STOMP","text":"Fill bar doing damage. When full, press bar to charge.","id":1302},{"name":"STORE_DOME_PROTECTION","text":"All your units within this dome will receive 50% less damage!!","id":1303},{"name":"STORE_DOME_TOWER_ENHANCER","text":"This Tower Enhancer will make surrounding towers shoot 2x faster!!","id":1304},{"name":"LIMIT_HELP","text":"- Limit is the most powerful of all attacks.\n- You can only find Limit attack on Dragons con Rider.\n- There are 3 types of Limit: Charge, Ray Attack and Heal. Each dragon with rider uses one of these.\n- Fill the bar button to activate Limit by killing enemies.\n- Once it is activated click on the bar button to unleash the attack.\n- Create your own Limit strategy attacking with different dragons with rider.\n","id":1305},{"name":"LIMIT_HELP_TITLE","text":"Limit Attack","id":1306},{"name":"TOURNAMENT_NUM_UNITS_HACK_ALERT","text":"Our server has detected an illegal operation.","id":1307},{"name":"TOURNAMENT_WIN_REWARD_SOON","text":"\n\nCongratulations! You won the tournament!\nYour reward will appear soon in your storage!","id":1308},{"name":"CHECK_YOUR_STORAGE","text":"Check your storage!","id":1309},{"name":"GET_PRIZE","text":"获得奖品","id":1310},{"name":"MONDAY_BONUS_POPUP_TITLE","text":"星期一奖金!","id":1311},{"name":"MONDAY_BONUS_POPUP_HEADER","text":"每星期一回来将得到神秘的奖励!","id":1312},{"name":"MONDAY_BONUS_POPUP_OR","text":"或","id":1313},{"name":"MONDAY_BONUS_POPUP_SELECT","text":"选择","id":1314},{"name":"MONDAY_BONUS_POPUP_OK","text":"Ok","id":1315},{"name":"MONDAY_BONUS_POPUP_FOOTER","text":"你会发现你的奖励在存储室","id":1316},{"name":"MONDAY_BONUS_POPUP_YOUR_REWARD","text":"你的奖赏!","id":1317},{"name":"MONDAY_BONUS_POPUP_HEADER_MONDAY","text":"这是你的星期一奖励!!\r\r选择一个盒子,得到神秘奖赏!!","id":1318},{"name":"RELOCATE_CONFIRM","text":"如果你去另一个岛,你将失去你的进展,这一次,你确定吗?","id":1319},{"name":"RELOCATE_BUTTON","text":"迁移","id":1320},{"name":"POPUP_HEAVY_SIEGE_TITLE","text":"重重包围","id":1321},{"name":"POPUP_HEAVY_SIEGE_INFO","text":"龙是准备进攻你的帝国!","id":1322},{"name":"POPUP_HEAVY_SIEGE_ATTACK_NOW","text":"现在攻击,\r\r我准备好了。","id":1323},{"name":"POPUP_HEAVY_SIEGE_PAY","text":"杀死所有的龙:\r\r成本20","id":1324},{"name":"POPUP_HEAVY_SIEGE_WAIT","text":"还没有,我需要增援!","id":1325},{"name":"ICON_VIDEOS_TOOLTIP","text":"观看视频和胜利的经验!","id":1326},{"name":"CATEGORY_NECRO_V","text":"死亡使者 V","id":1327},{"name":"CATEGORY_DRAGONS_IV","text":"Dragons IV","id":1328},{"name":"CATEGORY_DRAGGIES_III","text":"Draggies III","id":1329},{"name":"CATEGORY_PHOENIX","text":"Phoenix","id":1330},{"name":"CATEGORY_MONSTERS_IV","text":"怪物 IV","id":1331},{"name":"DRAGON_HUNTER_NO_DRAGONS_IN_RANGE","text":"没有龙的范围","id":1332},{"name":"QUEST_ENEMIES_ALIVE","text":"活着的敌人","id":1333},{"name":"QUEST_ENEMIES_ALIVE_SINGULAR","text":"1 个敌人活着","id":1334},{"name":"QUEST_ENEMIES_ALIVE_PLURAL","text":"#0# 个敌人活着","id":1335},{"name":"QUEST_HARDCORE1_DESCRIP","text":"打败拜占庭帝国!","id":1336},{"name":"QUEST_HARDCORE2_DESCRIP","text":"打败神话帝国!","id":1337},{"name":"QUEST_HARDCORE3_DESCRIP","text":"打败死灵帝国!","id":1338},{"name":"QUEST_HARDCORE4_DESCRIP","text":"打败龙帝国!","id":1339},{"name":"QUEST_HARDCORE5_DESCRIP","text":"打败怪物帝国!","id":1340},{"name":"HEAVY_SIEGE_POPUP_PRESENT_TITLE","text":"龙杀死!","id":1341},{"name":"HEAVY_SIEGE_POPUP_PRESENT_TEXT","text":"你会发现一个新单位存储为报答你的英雄行为…","id":1342},{"name":"MONSTER_HUNTER_NO_UNITS_IN_RANGE","text":"没有怪物在这范围内","id":1343},{"name":"SPELL_SUMMON_DRAGON_DESCRIPTION","text":"生命: #0#","id":1344},{"name":"SPELL_FULL_LIMIT_DESCRIPTION","text":"面积: #0#x#1#","id":1345},{"name":"SPELL_SPEED_INCREASE_DESCRIPTION","text":"面积: #0#x#1# / 间隔: #2#s","id":1346},{"name":"SPELL_RANGE_INCREASE_DESCRIPTION","text":"面积: #0#x#1# / 间隔: #2#s","id":1347},{"name":"SPELL_BLACK_HOLE_DESCRIPTION","text":"面积: #0#x#1# / 间隔: #2#s","id":1348},{"name":"TITLE_TUTORIAL_DARTS","text":"每天都玩飞镖!","id":1349},{"name":"TITLE_DESCRIPTION_DARTS","text":"-你会得到一个免费的飞镖的每一天!\r\r流行音乐气球得到奖品真棒!\r\r收集所有单位之前到期的时间获得奖金的奖励!\r\r新的游戏奖品介绍每星期!找到飞镖图标的游戏界面。","id":1350},{"name":"DARTS_COLLECT_FOR_EXTRA","text":"收集所有的单位获得的奖金奖励!","id":1351},{"name":"DARTS_FREE","text":"免费的","id":1352},{"name":"DARTS_RARE","text":"特殊的","id":1353},{"name":"DARTS_UNCOMMON","text":"罕见的","id":1354},{"name":"DARTS_COMMON","text":"普通的","id":1355},{"name":"DARTS_CLICK_ON_PLAY","text":"弹出的气球和赢得惊人的稀有奖品!","id":1356},{"name":"DARTS_BUTTON_PLAY","text":"Play","id":1357},{"name":"DARTS_BUTTON_PLAY_FOR","text":"花 #0# 再玩一次","id":1358},{"name":"DARTS_THROW","text":"一个气球和点击扔飞镖!","id":1359},{"name":"DARTS_YOU_WIN","text":"祝贺你!\r\r你赢了:","id":1360},{"name":"DARTS_GIFT_BOX","text":"找到这个单位的存储!","id":1361},{"name":"DARTS_COME_BACK","text":"下周回来新的奖品!","id":1362},{"name":"DARTS_CONGRATS","text":"祝贺你!","id":1363},{"name":"DARTS_WIN_EXTRA","text":"祝贺你!你赢了这个惊人的奖金奖励完成收集!","id":1364},{"name":"DARTS_FREE_DART_POPUP","text":"你可以免费飞镖!玩飞镖,赢得惊人的稀有奖品!","id":1365},{"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TITLE","text":"法律至上巴哈姆特","id":1366},{"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TEXT","text":"-获得最可怕的龙!!\r\r完成所有步骤释放最高巴哈姆特龙。\r\r-每个步骤需要48。\r\r-完成每一步在你希望。","id":1367},{"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_SURE_TO_SACRIFICE","text":"你确定你要牺牲 #0#?","id":1368},{"name":"COLECCION_BAHAMUT_GOLDEN_ITEM1","text":"黄金宝石","id":1369},{"name":"COLECCION_BAHAMUT_GOLDEN_ITEM2","text":"金表","id":1370},{"name":"COLECCION_BAHAMUT_GOLDEN_ITEM3","text":"金龙指甲","id":1371},{"name":"COLECCION_BAHAMUT_GOLDEN_ITEM4","text":"金色的羽毛","id":1372},{"name":"COLECCION_BAHAMUT_GOLDEN_ITEM5","text":"金喇叭","id":1373},{"name":"COLECCION_BAHAMUT_RED_ITEM1","text":"红色宝石","id":1374},{"name":"COLECCION_BAHAMUT_RED_ITEM2","text":"红色的鳞片","id":1375},{"name":"COLECCION_BAHAMUT_RED_ITEM3","text":"龙的火焰","id":1376},{"name":"COLECCION_BAHAMUT_RED_ITEM4","text":"红色的穗状花序","id":1377},{"name":"COLECCION_BAHAMUT_RED_ITEM5","text":"红色喇叭","id":1378},{"name":"COLECCION_BAHAMUT_HEART_ITEM1","text":"黑宝石","id":1379},{"name":"COLECCION_BAHAMUT_HEART_ITEM2","text":"黑色鳞片","id":1380},{"name":"COLECCION_BAHAMUT_HEART_ITEM3","text":"最高血","id":1381},{"name":"COLECCION_BAHAMUT_HEART_ITEM4","text":"红珍珠","id":1382},{"name":"COLECCION_BAHAMUT_HEART_ITEM5","text":"黑穗状花序","id":1383},{"name":"COLECCION_BAHAMUT_RED","text":"红色龙巴哈姆特","id":1384},{"name":"COLECCION_BAHAMUT_GOLDEN","text":"黄金龙巴哈姆特","id":1385},{"name":"COLECCION_BAHAMUT_HEART","text":"最高的心脏","id":1386},{"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_INFO","text":"提供资源。","id":1387},{"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_BTN","text":"提供","id":1388},{"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_INFO","text":"牺牲一个 #0#.\r得到它的第一个完整的必要步骤,在龙的巢穴!","id":1389},{"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BTN","text":"牺牲","id":1390},{"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_INFO","text":"提供最高的心脏。\r\r得到它,第一个完整的最高心集。\r\r找到这些藏品齐柏林飞艇在地图的3个任务。","id":1391},{"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_BTN","text":"提供","id":1392},{"name":"TEMPLE_SUPREME_BAHAMUT_WAIT_NEXT_STEP","text":"下一个步骤:","id":1393},{"name":"TEMPLE_SUPREME_BAHAMUT_TITLE","text":"龙王庙最高巴哈姆特","id":1394},{"name":"TEMPLE_SUPREME_BAHAMUT_PROGRESS","text":"过程","id":1395},{"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_INFO","text":"点击按钮得到最高的龙巴哈姆特!!","id":1396},{"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_BTN","text":"得到龙","id":1397},{"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_INFO","text":"牺牲 #0#.\r得到它,先完成相应的集合!\r找到这些藏品的最后5个飞艇地图任务。","id":1398},{"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_BTN","text":"牺牲","id":1399},{"name":"CATEGORY_PHARAOHS_I","text":"暴君 I","id":1400},{"name":"CATEGORY_PHARAOHS_II","text":"暴君 II","id":1401},{"name":"CATEGORY_PHARAOHS_III","text":"暴君 III","id":1402},{"name":"POPUP_SELECT_YOUR_DRAGON_TITLE","text":"免费拖泥带水的!!","id":1403},{"name":"POPUP_SELECT_YOUR_DRAGON_SUBTITLE","text":"祝贺你!!","id":1404},{"name":"POPUP_SELECT_YOUR_DRAGON_INFO","text":"选择拖泥带水的,将帮助你在你的冒险!","id":1405},{"name":"AUX_SELECT","text":"选择","id":1406},{"name":"AUX_OR","text":"","id":1407},{"name":"POPUP_SELECT_YOUR_DRAGON_2_TITLE","text":"龙之穴","id":1408},{"name":"POPUP_SELECT_YOUR_DRAGON_2_INFO","text":"获得更多的龙的龙之谷!\r现在进入!!","id":1409},{"name":"POPUP_MISSINGTOWNHALL_TITLE","text":"失踪的市政厅","id":1410},{"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_ASSAULT","text":"立即胜利\r\r该村是攻击没有市政厅。\r\r这意味着你赢了这一回合!","id":1411},{"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_NORMAL","text":"警告\r\r你的村庄没有市政厅。\r\r这意味着你将自动失去如果你被另一球员","id":1412},{"name":"POPUP_INACTIVE_NEST_BTN","text":"再次开始\r消耗: #0#","id":1413},{"name":"POPUP_INACTIVE_NEST_INFO","text":"获得更多的鸡蛋和重新开始选择按钮。","id":1414},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_DONE","text":"资源提供!","id":1415},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_DONE","text":"龙已经牺牲了!","id":1416},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_DONE","text":"龙已经牺牲了!","id":1417},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_DONE","text":"最高心已提供!","id":1418},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_OFFER","text":"提供这种资源现在!","id":1419},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_OFFER","text":"现在牺牲 #0# !","id":1420},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_OFFER","text":"现在牺牲 #0# !","id":1421},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_OFFER","text":"提供最高心!","id":1422},{"name":"TEMPLE_SUPREME_BAHAMUT_STEP_CANT_DO","text":"你不能做这一步!","id":1423},{"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TITLE","text":"祝贺你!!","id":1424},{"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TEXT","text":"#0# 接受朋友的帮助加快品种龙!\r\r单击“确定”,加快进度。","id":1425},{"name":"POPUP_DRAGONS_HIRE_FRIENDS_BTN","text":"租友","id":1426},{"name":"POPUP_DRAGONS_HIRE_FRIENDS_INFO","text":"雇用新的朋友进步较快","id":1427},{"name":"POPUP_DRAGONS_HIRE_FRIENDS_TOOLTIP","text":"对于每一个新朋友你雇佣,你会进步的2个步骤,立即!","id":1428},{"name":"TOOLTIP_STORE_SUPREME","text":"这允许您调用最高巴哈姆特龙。","id":1429},{"name":"RELOADING_PLAYER_INFO_TEXT","text":"换装礼品","id":1430},{"name":"CATEGORY_SPECIAL_UNITS_IV","text":"特殊单位 IV","id":1431},{"name":"ISLANDS_HELP_REWARD_TITLE","text":"征服岛奖励","id":1432},{"name":"ISLANDS_HELP_REWARD_UNIT","text":"1 单位!","id":1433},{"name":"ICON_COMEBACK2ND3RD_TOOLTIP","text":"奖品为明天","id":1434},{"name":"COMEBACK_BONUS_POPUP_TITLE","text":"欢迎免费礼品","id":1435},{"name":"COMEBACK_BONUS_POPUP_HEADER_READY","text":"点击其中的礼品,并获得免费的奖励!","id":1436},{"name":"COMEBACK_BONUS_POPUP_HEADER_NOTREADY","text":"明天回来,得到一个免费的奖励下!!","id":1437},{"name":"COMEBACK_BONUS_POPUP_FOOTER","text":"记住,这个奖金只有短短的两天!","id":1438},{"name":"POPUP_TIME_TITLE","text":"时间机器","id":1439},{"name":"POPUP_TIME_HEADER","text":"点击下面的按钮移动时间!","id":1440},{"name":"POPUP_TIME_MINUTES","text":"POPUP_TIME_MINUTES","id":1441},{"name":"POPUP_TIME_HOUR","text":"POPUP_TIME_HOUR","id":1442},{"name":"POPUP_TIME_HOURS","text":"POPUP_TIME_HOURS","id":1443},{"name":"INFOPOPUP_DRAGONKILLER_CASTLE","text":"防御结构与特殊等离子射线炒各种龙","id":1444},{"name":"POPUP_ASSAULT_FORCE_RELOAD","text":"单击确定加载到你的帝国","id":1445},{"name":"POPUP_QUEST_FORCE_RELOAD","text":"单击确定加载到你的帝国","id":1446},{"name":"TRAVELLING_FORWARDS","text":"旅行了","id":1447},{"name":"TOOLTIP_STORE_TIME_MACHINE","text":"推进时间你所有的建筑物,任务和PVP","id":1448},{"name":"ALERT_NEW_IPHONE_ITEMS","text":"The items you bought on your
SE iPhone are in
\\\"Storage > Mobile Storage\\\" now.","id":1449},{"name":"POPUP_QUEST_ARMY_TITLE","text":"任务部队","id":1450},{"name":"POPUP_QUEST_ARMY_HEADER","text":"选择你的军队在这个任务","id":1451},{"name":"POPUP_QUEST_ARMY_YOUR_ARMY","text":"你的军队","id":1452},{"name":"VALIDATION_MSG_TIME_MACHINE","text":"你需要购买这个项目之前,您可以使用它","id":1453},{"name":"POPUP_TEAM_SELECTION_SUBTITLE_1","text":"选中的单位","id":1454},{"name":"POPUP_TEAM_SELECTION_SUBTITLE_2","text":"可用单位","id":1455},{"name":"POPUP_TEAM_SELECTION_TITLE","text":"选择你的团队","id":1456},{"name":"POPUP_TIME_MACHINE_HELP_TITLE","text":"时间机器的帮助","id":1457},{"name":"POPUP_TIME_MACHINE_HELP_TEXT","text":"-利用时间机器向前行驶时间!!\r\r-因此,你会得到资源迟早!它也可以加速术,章节,任务,每日奖励,龙之谷,骑士学院和更多!\r\r-你有6种不同的沙漏,每一个前进的不同数额的时间。\r\r-选择一个你需要按使用键。","id":1458},{"name":"STORAGE_SUB_MAIN","text":"Storage / Gifts","id":1459},{"name":"STORAGE_SUB_IPHONE","text":"移动存储","id":1460},{"name":"QUEST_HARDCORE6_DESCRIP","text":"打败了法老的帝国!!","id":1461},{"name":"QUEST_HARDCORE7_DESCRIP","text":"战胜邪恶帝国的精灵!!","id":1462},{"name":"QUEST_TEAM_SELECTION_ALERT_1_UNIT","text":"您必须选择至少1个单元","id":1463},{"name":"QUEST_TEAM_SELECTION_ALERT_LESS_20_CONFIRM","text":"你确定你想玩不超过20个单位?","id":1464},{"name":"TOOLTIP_TITAN_GODS","text":"众神与巨人","id":1465},{"name":"GODS_1","text":"5元素神创造和统治世界的社会帝国之间的和平,保持其居民…","id":1466},{"name":"GODS_2","text":"…但一个未知的邪恶力量迅速增长,许多邪恶生物起源的摧毁整个帝国和杀害它的人…","id":1467},{"name":"GODS_3","text":"…在目睹,5元素神决定下凡社会帝国的巨像和帮助恢复平静!\r\r帮助他们实现自己的目标!","id":1468},{"name":"POPUP_NEW_IPHONE_ITEMS_TITLE","text":"欢迎手机","id":1469},{"name":"POPUP_SEND_GIFTS_TITLE","text":"送礼","id":1470},{"name":"POPUP_SEND_GIFTS_EXPLANATION","text":"送一个真棒惊喜盒给你的朋友,帮助他们建立自己的帝国!","id":1471},{"name":"POPUP_SEND_GIFTS_BUTTON","text":"送礼","id":1472},{"name":"ICON_MENU_MULTI_TOOL","text":"工具","id":1473},{"name":"ICON_MENU_REMOVE","text":"去除","id":1474},{"name":"ICON_MENU_FAST_COLLECT","text":"快速收集","id":1475},{"name":"ICON_SQUARE_TOOL","text":"框选","id":1476},{"name":"TEXT_SPACE_KEY","text":"空格键","id":1477},{"name":"ICON_MENU_WORLD_QUEST","text":"探险","id":1478},{"name":"ICON_MENU_WORLD_SURVIVAL","text":"生存","id":1479},{"name":"ICON_MENU_WORLD_TOURNEY","text":"马上比武","id":1480},{"name":"ICON_MENU_GIFT_UNITS","text":"单位","id":1481},{"name":"ICON_MENU_GIFT_NEWS","text":"新闻","id":1482},{"name":"ICON_MENU_GIFT_COLLECTIONS","text":"收集","id":1483},{"name":"ICON_MENU_GIFT_GIFTS","text":"礼物","id":1484},{"name":"POPUP_NEW_GOAL","text":"点击这里!","id":1485},{"name":"INFO_EMPIRE_NAME","text":"我的帝国","id":1486},{"name":"ICON_MENU_GAME_DARTS","text":"掷飞镖","id":1487},{"name":"INFO_COST","text":"消耗:","id":1488},{"name":"BUTTON_SALE_TERRAIN","text":"待售","id":1489},{"name":"BUTTON_CLICK_TO_BUY","text":"点击购买","id":1490},{"name":"ICON_UPGRADE","text":"升级","id":1491},{"name":"POPUP_NEED_ALLIES","text":"需要盟友?","id":1492},{"name":"POPUP_GET_ALLIES","text":"获得更多的盟友获得经验值和金币的每一天\r\r让盟军!","id":1493},{"name":"QUEST_GOD_ISLAND_1","text":"打败所有的敌人!","id":1494},{"name":"QUEST_GOD_ISLAND_2","text":"打败所有的敌人!","id":1495},{"name":"STORE_HEAL_UNITS","text":"治疗周围的单位时,不进行战斗","id":1496},{"name":"POPUP_STARTING_QUEST_TITLE","text":"启动任务","id":1497},{"name":"QUEST_GOD_ISLAND_3","text":"打败所有的敌人!","id":1498},{"name":"TEAM_SELECTION_WINDOW_REQUIREMENTS_MSG","text":"进入这个任务,你需要有至少 #0# 单位, 以下任何类别:\r\r","id":1499},{"name":"CATEGORY_IMPERIAL_ELVES_I","text":"帝国的精灵 I","id":1500},{"name":"STORAGE_IPHONE_ITEMS","text":"The items you bought on your SE iPhone are in:
Storage -> Mobile Storage","id":1501},{"name":"CATEGORY_IMPERIAL_ELVES_II","text":"帝国的精灵 II","id":1502},{"name":"GODS_4","text":"后的第一个史诗般的战斗,黑暗邪恶的神及其混沌力量抵抗凶猛,\r因此,元素神撤退以获得更多的权力。","id":1503},{"name":"GODS_5","text":"他们叫来5创神谁帮助塑造世界在其创作。\r借助于他们的巨人,将一同战役背后的邪恶!","id":1504},{"name":"CATEGORY_IMPERIAL_ELVES_III","text":"帝国的精灵 III","id":1505},{"name":"KOMPU_POPUP_TITLE","text":"单位药剂","id":1506},{"name":"KOMPU_POPUP_DESC","text":"收集药剂打破冻结笼这可怜的单位释放他们!","id":1507},{"name":"KOMPU_POPUP_FOOTER_TITLE","text":"得到药水:","id":1508},{"name":"KOMPU_POPUP_GET","text":"获得:","id":1509},{"name":"KOMPU_POPUP_PROGRESS","text":"Progress: #0#/#1# Potions","id":1510},{"name":"KOMPU_POPUP_HURRY_DESC","text":"用你的宝石叫巫师现在\r并获得更多的药剂!","id":1511},{"name":"KOMPU_POPUP_HURRY_UP","text":"或加速:","id":1512},{"name":"KOMPU_POPUP_TRY_AGAIN","text":"再试试:","id":1513},{"name":"KOMPU_CHANCES_LOW","text":"低概率","id":1514},{"name":"KOMPU_CHANCES_MID","text":"中的机会","id":1515},{"name":"KOMPU_CHANCES_HIGH","text":"100%的机会","id":1516},{"name":"KOMPU_CHANCES_DESC","text":"得到水从巫师。每个评论有不同的机会给你的药。明智的选择!","id":1517},{"name":"KOMPU_FREE","text":"免费","id":1518},{"name":"KOMPU_RESULT_PCREATED","text":"药水成功创建!","id":1519},{"name":"KOMPU_RESULT_CONGRATS","text":"恭喜!你有一个成功的药水!","id":1520},{"name":"KOMPU_RESULT_HINT","text":"提示:记住,只有主人巫师药水100%倍!","id":1521},{"name":"KOMPU_RESULT_SHARE","text":"分享","id":1522},{"name":"KOMPU_RESULT_FAILED","text":"未能创建!","id":1523},{"name":"KOMPU_RESULT_FAILED_2","text":"噢,我的…药剂创建失败!","id":1524},{"name":"KOMPU_RESULT_CLOSE","text":"关闭","id":1525},{"name":"KOMPU_RESULT_WORK_IN_PROG","text":"向导工作进展","id":1526},{"name":"KOMPU_RESULT_WORKING","text":"向导的工作…","id":1527},{"name":"KOMPU_REWARD_DESC","text":"检查您的存储和欣赏你的奖励!","id":1528},{"name":"KOMPU_REWARD_TITLE","text":"给予奖励!","id":1529},{"name":"CROSS_PLAY_NOW_DESC","text":"你需要到达 #0# 级在 #1# 才能得到 #3#. 现在玩!","id":1530},{"name":"CROSS_PLAY_NOW_BUTTON","text":"现在玩!","id":1531},{"name":"CROSS_PLAY_NOW_TITLE","text":"播放 #0#!","id":1532},{"name":"CROSS_TITLE","text":"自由龙","id":1533},{"name":"CROSS_CLAIM","text":"索赔!","id":1534},{"name":"CROSS_GET_IT","text":"得到它!","id":1535},{"name":"CROSS_GET_FREE","text":"免费获得","id":1536},{"name":"KOMPU_UNIQUE","text":"唯一","id":1537},{"name":"CATEGORY_DARK_ORCS_I","text":"黑兽人 I","id":1538},{"name":"ALERT_CROSS_LEVEL","text":"你需要达到 #0# 级才能从中受惠!","id":1539},{"name":"ALERT_CROSS_DISABLED","text":"这是促进不活跃","id":1540}],"kompu_offers":[{"duration":345600,"starts_at":1348704000,"rewards":[{"cost":3,"unit":[653]},{"cost":5,"unit":[745]},{"cost":7,"unit":[2060]},{"cost":10,"unit":[2190]}],"id":2,"hurry_up_cost":20,"game_type":0,"viral_icon":["icon_pure"],"timer_between":21600}],"units_collections_categories":{"1":{"position":5,"rewards":608,"units":[509,510,511,539,608],"costs":null,"cost":1,"category_lang_id":1055,"category_id":1},"2":{"position":10,"rewards":609,"units":[516,517,518,540,609],"costs":null,"cost":1,"category_lang_id":1056,"category_id":2},"3":{"position":15,"rewards":574,"units":[572,515,573,574],"costs":null,"cost":2,"category_lang_id":1057,"category_id":3},"4":{"position":20,"rewards":610,"units":[512,513,514,541,610],"costs":null,"cost":2,"category_lang_id":1058,"category_id":4},"5":{"position":25,"rewards":576,"units":[569,570,502,576],"costs":null,"cost":3,"category_lang_id":1060,"category_id":5},"6":{"position":30,"rewards":575,"units":[603,643,687,575],"costs":[5,7,9,5],"cost":5,"category_lang_id":1090,"category_id":6},"7":{"position":35,"rewards":623,"units":[635,654,615,623],"costs":[20,25,15,15],"cost":15,"category_lang_id":1091,"category_id":7},"8":{"position":45,"rewards":706,"units":[553,652,683,706],"costs":[10,12,14,16],"cost":10,"category_lang_id":1062,"category_id":8},"9":{"position":55,"rewards":563,"units":[507,508,560,563],"costs":[5,5,5,5],"cost":5,"category_lang_id":1063,"category_id":9},"10":{"position":60,"rewards":568,"units":[519,520,521,522,568],"costs":null,"cost":5,"category_lang_id":1065,"category_id":10},"11":{"position":65,"rewards":641,"units":[544,631,642,537,641],"costs":[20,25,30,25,30],"cost":25,"category_lang_id":1216,"category_id":11},"12":{"position":70,"rewards":554,"units":[533,534,535,554],"costs":null,"cost":6,"category_lang_id":1068,"category_id":12},"13":{"position":75,"rewards":557,"units":[555,556,557],"costs":null,"cost":9,"category_lang_id":1069,"category_id":13},"14":{"position":80,"rewards":694,"units":[660,661,694],"costs":null,"cost":25,"category_lang_id":1092,"category_id":14},"15":{"position":85,"rewards":596,"units":[525,526,527,596],"costs":[5,6,7,8],"cost":5,"category_lang_id":1070,"category_id":15},"16":{"position":90,"rewards":589,"units":[529,547,530,531,589],"costs":[10,12,14,14],"cost":10,"category_lang_id":1071,"category_id":16},"17":{"position":95,"rewards":605,"units":[590,591,592,604,605],"costs":[10,16,18,16,16],"cost":15,"category_lang_id":1072,"category_id":17},"18":{"position":100,"rewards":588,"units":[585,586,587,588],"costs":null,"cost":10,"category_lang_id":1073,"category_id":18},"19":{"position":105,"rewards":607,"units":[606,607],"costs":null,"cost":10,"category_lang_id":1074,"category_id":19},"20":{"position":110,"rewards":578,"units":[577,578],"costs":null,"cost":10,"category_lang_id":1075,"category_id":20},"21":{"position":115,"rewards":614,"units":[612,613,614],"costs":null,"cost":10,"category_lang_id":1076,"category_id":21},"22":{"position":120,"rewards":622,"units":[619,620,621,622],"costs":null,"cost":10,"category_lang_id":1077,"category_id":22},"23":{"position":125,"rewards":629,"units":[626,627,628,629],"costs":[15,15,18,20],"cost":15,"category_lang_id":1078,"category_id":23},"24":{"position":130,"rewards":634,"units":[632,633,634],"costs":[18,15,15],"cost":15,"category_lang_id":1079,"category_id":24},"25":{"position":135,"rewards":648,"units":[644,645,646,647,648],"costs":[35,30,30,40,35],"cost":30,"category_lang_id":1081,"category_id":25},"26":{"position":140,"rewards":700,"units":[699,701,702,703,700],"costs":[35,30,40,30,35],"cost":30,"category_lang_id":1082,"category_id":26},"27":{"position":145,"rewards":724,"units":[704,705,711,715,724],"costs":[30,30,40,35,40],"cost":30,"category_lang_id":1083,"category_id":27},"28":{"position":150,"rewards":723,"units":[649,684,695,708,723],"costs":[100,100,110,120,130],"cost":100,"category_lang_id":1084,"category_id":28},"29":{"position":190,"rewards":725,"units":[638,651,698,710,725],"costs":[35,37,39,41,43],"cost":35,"category_lang_id":1064,"category_id":29},"30":{"position":210,"rewards":662,"units":[655,662],"costs":null,"cost":5,"category_lang_id":1087,"category_id":30},"31":{"position":215,"rewards":562,"units":[561,562],"costs":null,"cost":10,"category_lang_id":1088,"category_id":31},"32":{"position":220,"rewards":709,"units":[637,653,707,650,709],"costs":[75,80,85,85,85],"cost":75,"category_lang_id":1089,"category_id":32},"33":{"position":40,"rewards":721,"units":[719,721],"costs":[15,20],"cost":15,"category_lang_id":1141,"category_id":33},"34":{"position":50,"rewards":796,"units":[712,727,771,796],"costs":[18,20,22,24],"cost":10,"category_lang_id":1142,"category_id":34},"35":{"position":235,"rewards":733,"units":[729,730,731,732,733],"costs":[30,30,30,35,30],"cost":30,"category_lang_id":1143,"category_id":35},"36":{"position":240,"rewards":746,"units":[735,738,746],"costs":[35,35,50],"cost":30,"category_lang_id":1144,"category_id":36},"37":{"position":250,"rewards":752,"units":[748,749,750,751,752],"costs":[70,50,40,40,45],"cost":40,"category_lang_id":1145,"category_id":37},"38":{"position":255,"rewards":775,"units":[755,753,754,778,828],"costs":[85,75,75,90,95],"cost":75,"category_lang_id":1146,"category_id":38},"39":{"position":155,"rewards":766,"units":[714,736,758,766,785],"costs":[140,150,160,170,180],"cost":100,"category_lang_id":1147,"category_id":39},"40":{"position":225,"rewards":745,"units":[716,717,741,742,745],"costs":[75,80,85,75,85],"cost":75,"category_lang_id":1148,"category_id":40},"41":{"position":245,"rewards":737,"units":[713,722,737],"costs":[75,80,85],"cost":75,"category_lang_id":1149,"category_id":41},"42":{"position":260,"rewards":792,"units":[781,773,764,765,792],"costs":[80,75,75,85,80],"cost":75,"category_lang_id":1218,"category_id":42},"43":{"position":265,"rewards":774,"units":[759,760,761,779,774],"costs":null,"cost":60,"category_lang_id":1219,"category_id":43},"44":{"position":230,"rewards":782,"units":[770,776,757,772,762,782],"costs":[75,85,85,90,85],"cost":75,"category_lang_id":1217,"category_id":44},"45":{"position":270,"rewards":778,"units":[786,787,788,789,780,778],"costs":[85,85,80,75,75],"cost":75,"category_lang_id":1239,"category_id":45},"46":{"position":195,"rewards":769,"units":[768,769,784,790,813],"costs":[45,47,49,51,53],"cost":35,"category_lang_id":1240,"category_id":46},"47":{"position":160,"rewards":777,"units":[777,793,798,826,830],"costs":[190,200,210,220,230],"cost":100,"category_lang_id":1243,"category_id":47},"48":{"position":275,"rewards":795,"units":[809,808,797,802,818],"costs":null,"cost":60,"category_lang_id":1264,"category_id":48},"49":{"position":280,"rewards":794,"units":[811,810,799,794,801],"costs":[75,80,75,85,80],"cost":75,"category_lang_id":1265,"category_id":49},"50":{"position":285,"rewards":807,"units":[803,805,807,812,795],"costs":[75,80,85,85,75],"cost":75,"category_lang_id":1292,"category_id":50},"51":{"position":290,"rewards":806,"units":[815,816,817,806,821],"costs":[85,80,75,90,75],"cost":75,"category_lang_id":1293,"category_id":51},"52":{"position":196,"rewards":820,"units":[814,820,849],"costs":[55,57,59],"cost":35,"category_lang_id":1296,"category_id":52},"53":{"position":300,"rewards":778,"units":[744,775,856],"costs":[80,85,90],"cost":75,"category_lang_id":1330,"category_id":53},"54":{"position":295,"rewards":827,"units":[827,825],"costs":[85,60],"cost":75,"category_lang_id":1327,"category_id":54},"55":{"position":165,"rewards":847,"units":[847,846,862],"costs":[240,240,240],"cost":240,"category_lang_id":1328,"category_id":55},"57":{"position":231,"rewards":831,"units":[829,831],"costs":[100,110],"cost":100,"category_lang_id":1331,"category_id":57},"58":{"position":310,"rewards":867,"units":[867,866,869,897,860],"costs":[80,90,90,100,110],"cost":90,"category_lang_id":1400,"category_id":58},"59":{"position":315,"rewards":884,"units":[879,884],"costs":[120,130],"cost":120,"category_lang_id":1401,"category_id":59},"61":{"position":42,"rewards":872,"units":[872,894,886,896,883],"costs":[260,250,240,250,245],"cost":100,"category_lang_id":1431,"category_id":61},"62":{"position":320,"rewards":2009,"units":[2005,2006,2007,2008,2009],"costs":[35,35,70,90,60],"cost":100,"category_lang_id":1500,"category_id":62},"63":{"position":325,"rewards":2019,"units":[2010,2011,2012,2019,2020],"costs":[70,100,55,125,90],"cost":150,"category_lang_id":1502,"category_id":63},"64":{"position":330,"rewards":2022,"units":[2021,2022,2036],"costs":[90,125,130],"cost":150,"category_lang_id":1505,"category_id":64},"65":{"position":335,"rewards":2029,"units":[2027,2029,2030,2031],"costs":[35,35,70,70,100],"cost":100,"category_lang_id":1538,"category_id":65}},"subcategories":{"0":{"name":"全部","id":0,"category_id":0},"33":{"name":"骑兵","id":33,"category_id":3},"34":{"name":"攻城武器","id":34,"category_id":3},"35":{"name":"特价","id":35,"category_id":3},"32":{"name":"弓箭手","id":32,"category_id":3},"41":{"name":"树","id":41,"category_id":4},"42":{"name":"花","id":42,"category_id":4},"11":{"name":"住宅","id":11,"category_id":1},"12":{"name":"资源","id":12,"category_id":1},"13":{"name":"其它","id":13,"category_id":1},"14":{"name":"研究","id":14,"category_id":1},"51":{"name":"奇迹","id":51,"category_id":5},"44":{"name":"雕像","id":44,"category_id":4},"21":{"name":"炮塔","id":21,"category_id":2},"22":{"name":"墙","id":22,"category_id":2},"23":{"name":"城堡","id":23,"category_id":2},"24":{"name":"Refuges","id":24,"category_id":2},"121":{"name":"Limited Edition","id":121,"category_id":12},"122":{"name":"New","id":122,"category_id":12},"123":{"name":"特价","id":123,"category_id":12},"43":{"name":"旗","id":43,"category_id":4},"45":{"name":"其它","id":45,"category_id":4},"31":{"name":"步兵","id":31,"category_id":3}},"social_items":[],"darts_items":[{"start_date":"2012-01-31 23:00:00","items":[735,849,687,683,633,774],"id":1,"extra_item":837},{"start_date":"2012-02-05 23:00:00","items":[641,820,661,652,632,552],"id":2,"extra_item":835},{"start_date":"2012-02-12 23:00:00","items":[642,814,660,727,721,555],"id":3,"extra_item":838},{"start_date":"2012-02-19 23:00:00","items":[724,813,635,712,654,564],"id":4,"extra_item":834},{"start_date":"2012-02-26 23:00:00","items":[732,790,694,706,645,577],"id":5,"extra_item":836},{"start_date":"2012-03-04 23:00:00","items":[706,719,533,609,532,577],"id":6,"extra_item":838},{"start_date":"2012-03-11 23:00:00","items":[655,699,534,730,627,572],"id":7,"extra_item":834},{"start_date":"2012-03-18 23:00:00","items":[725,771,560,537,563,515],"id":8,"extra_item":836},{"start_date":"2012-03-25 23:00:00","items":[712,774,610,779,576,620],"id":9,"extra_item":837},{"start_date":"2012-04-01 23:00:00","items":[555,554,564,619,507,535],"id":10,"extra_item":833},{"start_date":"2012-04-08 23:00:00","items":[702,727,618,578,551,573],"id":11,"extra_item":839},{"start_date":"2012-04-15 23:00:00","items":[663,647,759,552,508,540],"id":12,"extra_item":832},{"start_date":"2012-04-22 23:00:00","items":[700,825,614,575,573,513],"id":13,"extra_item":835},{"start_date":"2012-04-29 23:00:00","items":[514,627,628,688,796,555],"id":14,"extra_item":833},{"start_date":"2012-05-06 23:00:00","items":[572,535,550,633,749,647],"id":15,"extra_item":766},{"start_date":"2012-05-13 23:00:00","items":[620,563,701,648,825,727],"id":16,"extra_item":835},{"start_date":"2012-05-20 23:00:00","items":[515,507,651,629,554,655],"id":17,"extra_item":777},{"start_date":"2012-05-27 23:00:00","items":[508,646,539,731,615,663],"id":18,"extra_item":837},{"start_date":"2012-06-03 23:00:00","items":[576,573,645,574,556,712],"id":19,"extra_item":785},{"start_date":"2012-06-10 23:00:00","items":[513,540,626,687,603,725],"id":20,"extra_item":839},{"start_date":"2012-06-17 23:00:00","items":[751,573,622,541,719,623],"id":21,"extra_item":793},{"start_date":"2012-06-24 23:00:00","items":[514,703,628,644,702,555],"id":22,"extra_item":841},{"start_date":"2012-07-01 23:00:00","items":[628,535,652,633,749,768],"id":23,"extra_item":793},{"start_date":"2012-07-08 23:00:00","items":[574,802,662,648,825,771],"id":24,"extra_item":840},{"start_date":"2012-07-15 23:00:00","items":[633,507,651,704,699,655],"id":25,"extra_item":798},{"start_date":"2012-07-22 23:00:00","items":[508,551,539,731,882,663],"id":26,"extra_item":839},{"start_date":"2012-07-29 23:00:00","items":[783,573,750,574,774,712],"id":27,"extra_item":826},{"start_date":"2012-08-05 23:00:00","items":[539,540,626,759,603,790],"id":28,"extra_item":838},{"start_date":"2012-08-12 23:00:00","items":[751,573,622,609,719,854],"id":29,"extra_item":837},{"start_date":"2012-08-19 23:00:00","items":[577,535,609,533,719,706],"id":30,"extra_item":785},{"start_date":"2012-08-26 23:00:00","items":[572,627,730,534,699,655],"id":31,"extra_item":839},{"start_date":"2012-09-02 23:00:00","items":[515,563,537,560,771,725],"id":32,"extra_item":847},{"start_date":"2012-09-09 23:00:00","items":[514,563,628,560,702,725],"id":33,"extra_item":832},{"start_date":"2012-09-16 23:00:00","items":[628,627,652,534,749,655],"id":34,"extra_item":840},{"start_date":"2012-09-23 23:00:00","items":[574,535,662,533,825,706],"id":35,"extra_item":833},{"start_date":"2012-09-30 23:00:00","items":[633,573,651,609,699,854],"id":36,"extra_item":839},{"start_date":"2012-10-07 23:00:00","items":[508,540,539,759,882,790],"id":37,"extra_item":835},{"start_date":"2012-10-14 23:00:00","items":[783,573,750,731,774,712],"id":38,"extra_item":837},{"start_date":"2012-10-21 23:00:00","items":[539,551,626,574,603,663],"id":39,"extra_item":842},{"start_date":"2012-10-28 23:00:00","items":[751,507,622,704,719,655],"id":40,"extra_item":834},{"start_date":"2012-11-04 23:00:00","items":[577,802,609,648,699,771],"id":41,"extra_item":836},{"start_date":"2012-11-11 23:00:00","items":[572,535,730,633,719,768],"id":42,"extra_item":841},{"start_date":"2012-11-18 23:00:00","items":[515,703,537,644,771,555],"id":43,"extra_item":838},{"start_date":"2012-11-25 23:00:00","items":[],"id":44,"extra_item":0}],"tournament_type":{"1":{"duration":24,"cost":500,"num_players":4,"name":"NEWBIES","picture":"vs-nivel1.jpg","id":1,"map_id":100000040,"min_level":0,"resource_type":"g","weekly_opponent":null,"weekly_tournaments":0,"prize":[{"u":{"662":1},"g":1500},{"u":{"729":1},"g":1500},{"u":{"699":1},"g":1500},{"u":{"712":1},"g":1500},{"u":{"751":1},"g":1500}]},"2":{"duration":24,"cost":15,"num_players":4,"name":"ADVANCED","picture":"vs-nivel2.jpg","id":2,"map_id":100000040,"min_level":0,"resource_type":"c","weekly_opponent":null,"weekly_tournaments":0,"prize":[{"u":{"831":1},"c":30},{"u":{"755":1},"c":30},{"u":{"745":1},"c":30},{"u":{"861":1},"c":30},{"u":{"786":1},"c":30}]},"3":{"duration":24,"cost":2000,"num_players":4,"name":"BEGINNERS","picture":"vs-nivel3.jpg","id":3,"map_id":100000040,"min_level":0,"resource_type":"g","weekly_opponent":null,"weekly_tournaments":0,"prize":[{"u":{"771":1},"g":6000},{"u":{"795":1},"g":6000},{"u":{"711":1},"g":6000},{"u":{"753":1},"g":6000},{"u":{"749":1},"g":6000}]},"4":{"duration":24,"cost":30,"num_players":4,"name":"PROFESSIONAL","picture":"vs-nivel4.jpg","id":4,"map_id":100000040,"min_level":0,"resource_type":"c","weekly_opponent":null,"weekly_tournaments":0,"prize":[{"u":{"737":1},"c":60},{"u":{"736":1},"c":60},{"u":{"764":1},"c":60},{"u":{"829":1},"c":60},{"u":{"714":1},"c":60}]},"5":{"duration":24,"cost":5000,"num_players":4,"name":"AMATEURS","picture":"vs-nivel5.jpg","id":5,"map_id":100000040,"min_level":0,"resource_type":"g","weekly_opponent":null,"weekly_tournaments":0,"prize":[{"u":{"814":1},"g":15000},{"u":{"867":1},"g":15000},{"u":{"782":1},"g":15000},{"u":{"768":1},"g":15000},{"u":{"784":1},"g":15000}]},"6":{"duration":24,"cost":50,"num_players":4,"name":"THE BEST","picture":"vs-nivel6.jpg","id":6,"map_id":100000040,"min_level":0,"resource_type":"c","weekly_opponent":null,"weekly_tournaments":0,"prize":[{"u":{"847":1},"c":100},{"u":{"793":1},"c":100},{"u":{"884":1},"c":100},{"u":{"766":1},"c":100},{"u":{"826":1},"c":100}]},"7":{"duration":24,"cost":15000,"num_players":4,"name":"MID-LEVEL","picture":"vs-nivel7.jpg","id":7,"map_id":100000040,"min_level":0,"resource_type":"g","weekly_opponent":null,"weekly_tournaments":0,"prize":[{"u":{"749":1},"g":45000},{"u":{"748":1},"g":45000},{"u":{"722":1},"g":45000},{"u":{"803":1},"g":45000},{"u":{"789":1},"g":45000}]},"8":{"duration":24,"cost":500,"num_players":4,"name":"WEEKLY GOLD","picture":"tournament_weekly_gold.jpg","id":8,"map_id":100000040,"min_level":0,"resource_type":"g","weekly_opponent":{"10000001":{"user_name":"Bot 1","xp":1256,"country":"ES","team":[643,643,643,649,684,684,649,643,643,643,638,638,638,638,638,651,651,651,651,651],"picture":"weekly_tournament_bot1.png","level":15},"10000002":{"user_name":"Bot 2","xp":1256,"country":"ES","team":[752,752,752,695,714,714,695,752,752,752,749,749,749,749,749,724,724,724,724,724],"picture":"weekly_tournament_bot2.png","level":15},"10000003":{"user_name":"Bot 3","xp":1256,"country":"ES","team":[745,745,744,736,708,708,736,744,745,745,781,781,781,781,781,754,754,754,754,754],"picture":"weekly_tournament_bot3.png","level":15}},"weekly_tournaments":7,"prize":[{"u":{"847":1},"g":100000},{"u":{"777":1},"g":75000},{"u":{"766":1},"g":50000},{"u":{"766":1},"g":25000},{"u":{"758":1},"g":15000},{"u":{"736":1},"g":10000},{"u":{"714":1},"g":5000},{"u":{"695":1},"g":5000},{"u":{"684":1},"g":5000},{"u":{"649":1},"g":5000}]}},"items":[{"giftable":"1","cost":"30","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"房子 I","potion":"1","population":"3","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"2","store_level":"0","iphone_adjustments":"","xp":"3","collect_type":"g","unit_capacity":"0","id":"1","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casa1","display_order":"1","life":"180","width":"2"},{"giftable":"0","cost":"60","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"房子 II","potion":"1","population":"4","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"3","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"g","unit_capacity":"0","id":"2","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casa2","display_order":"2","life":"200","width":"2"},{"giftable":"0","cost":"120","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"房子 III","potion":"1","population":"5","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"4","store_level":"0","iphone_adjustments":"","xp":"12","collect_type":"g","unit_capacity":"0","id":"3","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"19","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casa3","display_order":"11","life":"220","width":"2"},{"giftable":"0","cost":"500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"房子 IV","potion":"1","population":"6","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"194","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"4","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"31","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casa4","display_order":"4","life":"240","width":"2"},{"giftable":"0","cost":"100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"磨坊 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"9","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"f","unit_capacity":"2","id":"5","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"molino1","display_order":"6","life":"200","width":"2"},{"giftable":"0","cost":"200","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"磨坊 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"300","collect_xp":"10","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":750}","xp":"20","collect_type":"f","unit_capacity":"4","id":"6","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"molino2","display_order":"7","life":"250","width":"2"},{"giftable":"0","cost":"1500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"磨坊 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"400","collect_xp":"14","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":7500}","xp":"150","collect_type":"f","unit_capacity":"6","id":"7","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"23","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"molino3","display_order":"8","life":"300","width":"2"},{"giftable":"0","cost":"120","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"南瓜田","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"25","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"32.4","upgrades_to":"9","store_level":"0","iphone_adjustments":"","xp":"12","collect_type":"f","unit_capacity":"1","id":"8","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granja1","display_order":"11","life":"100","width":"2"},{"giftable":"0","cost":"180","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"茄子田","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"35","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"32.4","upgrades_to":"10","store_level":"0","iphone_adjustments":"","xp":"18","collect_type":"f","unit_capacity":"1","id":"9","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"21","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granja2","display_order":"12","life":"100","width":"2"},{"giftable":"1","cost":"60","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"农田","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"15","collect_xp":"1","defense":"1","size":"0","gift_level":"2","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"32.4","upgrades_to":"200","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"f","unit_capacity":"1","id":"10","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granja3","display_order":"10","life":"100","width":"2"},{"giftable":"0","cost":"60","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"绵羊牧场 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"100","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"90","upgrades_to":"190","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"f","unit_capacity":"6","id":"11","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"2","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"rancho1_1","display_order":"16","life":"140","width":"4"},{"giftable":"0","cost":"200","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"奶牛牧场 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"150","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"90","upgrades_to":"192","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"f","unit_capacity":"6","id":"12","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"rancho2_1","display_order":"39","life":"140","width":"4"},{"giftable":"0","cost":"100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"金矿 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"200","collect_xp":"7","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"2","id":"13","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"4","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"minaoro1","display_order":"19","life":"200","width":"2"},{"giftable":"0","cost":"200","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"金矿 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"275","collect_xp":"10","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":1250}","xp":"20","collect_type":"g","unit_capacity":"4","id":"14","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"13","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"minaoro2","display_order":"20","life":"240","width":"2"},{"giftable":"0","cost":"4500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"金矿 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"350","collect_xp":"12","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":10000}","xp":"450","collect_type":"g","unit_capacity":"6","id":"15","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"24","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"minaoro3","display_order":"21","life":"300","width":"2"},{"giftable":"0","cost":"100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石矿 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"175","collect_xp":"6","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":250}","xp":"10","collect_type":"s","unit_capacity":"2","id":"16","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"6","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"minapiedra1","display_order":"30","life":"200","width":"2"},{"giftable":"0","cost":"200","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石矿 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"300","collect_xp":"10","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":3500}","xp":"20","collect_type":"s","unit_capacity":"4","id":"17","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"17","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"minapiedra2","display_order":"31","life":"240","width":"2"},{"giftable":"0","cost":"7500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石矿 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"400","collect_xp":"14","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":20000}","xp":"750","collect_type":"s","unit_capacity":"6","id":"18","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"29","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"minapiedra3","display_order":"32","life":"300","width":"2"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"1","name":"树","potion":"1","population":"0","attack_interval":"35","attack":"2","collect":"20","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"125","groups":"","velocity":"3","expiration":"0","achievement_desc":"","in_store":"0","activation":"3.24","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"w","unit_capacity":"4","id":"19","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"arbol1","display_order":"19","life":"50","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"1","name":"树","potion":"1","population":"0","attack_interval":"35","attack":"2","collect":"20","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"125","groups":"","velocity":"3","expiration":"0","achievement_desc":"","in_store":"0","activation":"3.24","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"w","unit_capacity":"4","id":"20","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"arbol2","display_order":"20","life":"50","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"1","name":"树","potion":"1","population":"0","attack_interval":"35","attack":"2","collect":"20","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"125","groups":"","velocity":"3","expiration":"0","achievement_desc":"","in_store":"0","activation":"3.24","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"w","unit_capacity":"4","id":"21","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"arbol3","display_order":"21","life":"50","width":"1"},{"giftable":"0","cost":"5000","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"铁匠","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"131","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"22","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"33","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"herreria","display_order":"58","life":"500","width":"3"},{"giftable":"0","cost":"350","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市场","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"132","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"188","store_level":"0","iphone_adjustments":"","xp":"35","collect_type":"g","unit_capacity":"0","id":"23","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"mercado_1","display_order":"23","life":"500","width":"4"},{"giftable":"0","cost":"400","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"教堂","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"133","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","unit_capacity":"0","id":"24","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"502","achievement":"0","type":"b","flying":"0","min_level":"19","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"isglesia","display_order":"50","life":"500","width":"3"},{"giftable":"0","cost":"8000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大学","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"134","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"800","collect_type":"g","unit_capacity":"0","id":"25","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"39","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"universidad","display_order":"60","life":"500","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市政厅","potion":"1","population":"5","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"135","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"139","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"26","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"ayuntamiento","display_order":"26","life":"1000","width":"4"},{"giftable":"0","cost":"15","height":"4","max_frame":"2","new_item":"0","category_id":"2","attack_range":"11","name":"城堡 I","potion":"1","population":"0","attack_interval":"35","attack":"22","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"231","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"28","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"27","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"507","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"castillo1","display_order":"16","life":"4000","width":"4"},{"giftable":"0","cost":"25","height":"4","max_frame":"2","new_item":"0","category_id":"2","attack_range":"11","name":"Castle II","potion":"1","population":"0","attack_interval":"35","attack":"26","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"231","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"198","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"28","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"508","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"castillo2","display_order":"17","life":"8000","width":"4"},{"giftable":"0","cost":"125","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"7","name":"塔 I","potion":"1","population":"0","attack_interval":"35","attack":"4","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"30","store_level":"0","iphone_adjustments":"","xp":"13","collect_type":"g","unit_capacity":"0","id":"29","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"2","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"torredefensa1","display_order":"1","life":"300","width":"1"},{"giftable":"0","cost":"250","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"8","name":"塔 II","potion":"1","population":"0","attack_interval":"35","attack":"10","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"31","store_level":"0","iphone_adjustments":"","xp":"25","collect_type":"g","unit_capacity":"0","id":"30","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"torredefensa2","display_order":"2","life":"500","width":"1"},{"giftable":"0","cost":"375","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"9","name":"塔 III","potion":"1","population":"0","attack_interval":"35","attack":"12","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"32","store_level":"0","iphone_adjustments":"","xp":"38","collect_type":"g","unit_capacity":"0","id":"31","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"torredefensa3","display_order":"3","life":"700","width":"1"},{"giftable":"0","cost":"500","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"10","name":"塔 IV","potion":"1","population":"0","attack_interval":"35","attack":"14","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"33","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"32","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"23","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"torredefensa4","display_order":"4","life":"900","width":"1"},{"giftable":"0","cost":"625","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"12","name":"塔 V","potion":"1","population":"0","attack_interval":"35","attack":"16","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"63","collect_type":"g","unit_capacity":"0","id":"33","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"33","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"torredefensa5","display_order":"5","life":"1100","width":"1"},{"giftable":"0","cost":"5","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"墙 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"35","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"34","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"3","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"muralla1","display_order":"8","life":"150","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"墙 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"36","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"35","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"muralla2","display_order":"9","life":"400","width":"1"},{"giftable":"0","cost":"30","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"墙 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"195","store_level":"0","iphone_adjustments":"","xp":"3","collect_type":"g","unit_capacity":"0","id":"36","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"17","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"muralla3","display_order":"10","life":"700","width":"1"},{"giftable":"0","cost":"50","height":"3","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"墙门","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"222","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","unit_capacity":"0","id":"37","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"21","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"puertamuralla","display_order":"13","life":"1500","width":"3"},{"giftable":"0","cost":"125","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"39","store_level":"0","iphone_adjustments":"","xp":"13","collect_type":"g","unit_capacity":"0","id":"38","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"509","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"infanteria1","display_order":"1","life":"300","width":"3"},{"giftable":"0","cost":"250","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"40","store_level":"0","iphone_adjustments":"{\"cost\":750}","xp":"25","collect_type":"g","unit_capacity":"0","id":"39","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"510","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"infanteria2","display_order":"2","life":"350","width":"3"},{"giftable":"0","cost":"375","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"136","store_level":"0","iphone_adjustments":"{\"cost\":3000}","xp":"38","collect_type":"g","unit_capacity":"0","id":"40","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"511","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"infanteria3","display_order":"3","life":"400","width":"3"},{"giftable":"0","cost":"150","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"弓箭手 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"42","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"41","subcategory_id":"32","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"516","achievement":"0","type":"b","flying":"0","min_level":"3","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"arqueria1","display_order":"5","life":"300","width":"3"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"弓箭手 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"43","store_level":"0","iphone_adjustments":"{\"cost\":1000}","xp":"30","collect_type":"g","unit_capacity":"0","id":"42","subcategory_id":"32","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"517","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"arqueria2","display_order":"6","life":"350","width":"3"},{"giftable":"0","cost":"450","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"弓箭手 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"137","store_level":"0","iphone_adjustments":"{\"cost\":5000}","xp":"45","collect_type":"g","unit_capacity":"0","id":"43","subcategory_id":"32","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"518","achievement":"0","type":"b","flying":"0","min_level":"18","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"arqueria3","display_order":"7","life":"400","width":"3"},{"giftable":"0","cost":"175","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"养马场 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"331","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"45","store_level":"0","iphone_adjustments":"{\"cost\":250}","xp":"18","collect_type":"g","unit_capacity":"0","id":"44","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"512","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"establo1","display_order":"9","life":"300","width":"3"},{"giftable":"0","cost":"350","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"养马场 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"331","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"46","store_level":"0","iphone_adjustments":"{\"cost\":1500}","xp":"35","collect_type":"g","unit_capacity":"0","id":"45","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"513","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"establo2","display_order":"9","life":"350","width":"3"},{"giftable":"0","cost":"525","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"养马场 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"331","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"138","store_level":"0","iphone_adjustments":"{\"cost\":7000}","xp":"53","collect_type":"g","unit_capacity":"0","id":"46","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"514","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"establo3","display_order":"10","life":"400","width":"3"},{"giftable":"0","cost":"700","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"骑射马厩","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"331","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":10000}","xp":"70","collect_type":"g","unit_capacity":"0","id":"47","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"515","achievement":"0","type":"b","flying":"0","min_level":"24","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"establoarquero","display_order":"11","life":"400","width":"3"},{"giftable":"0","cost":"200","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"车间 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"49","store_level":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":1000}","xp":"20","collect_type":"g","unit_capacity":"0","id":"48","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"519","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"fabricaAriete3","display_order":"14","life":"420","width":"3"},{"giftable":"0","cost":"400","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"车间 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"50","store_level":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":2000}","xp":"40","collect_type":"g","unit_capacity":"0","id":"49","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"520","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"fabricaAriete1","display_order":"15","life":"450","width":"3"},{"giftable":"0","cost":"600","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"车间 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"51","store_level":"0","iphone_adjustments":"{\"cost\":8000}","xp":"60","collect_type":"g","unit_capacity":"0","id":"50","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"521","achievement":"0","type":"b","flying":"0","min_level":"22","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"fabricaAriete2","display_order":"16","life":"500","width":"3"},{"giftable":"0","cost":"800","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"车间 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":12500}","xp":"80","collect_type":"g","unit_capacity":"0","id":"51","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"522","achievement":"0","type":"b","flying":"0","min_level":"26","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"fabricaAriete4","display_order":"17","life":"550","width":"3"},{"giftable":"0","cost":"20","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"Chichen Itza","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"600","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"52","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"ChichenItza","display_order":"4","life":"1500","width":"3"},{"giftable":"0","cost":"20","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"体育馆","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"600","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"s","unit_capacity":"0","id":"53","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"coliseo","display_order":"4","life":"1500","width":"3"},{"giftable":"0","cost":"20","height":"2","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"印加神","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"600","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"f","unit_capacity":"0","id":"54","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"diosInca","display_order":"3","life":"1500","width":"2"},{"giftable":"0","cost":"20","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"斯芬克斯","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"600","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"w","unit_capacity":"0","id":"55","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"esfinge","display_order":"4","life":"2000","width":"3"},{"giftable":"0","cost":"35","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"失落之城","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"1200","collect_xp":"40","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}","xp":"4","collect_type":"s","unit_capacity":"0","id":"56","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"6","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"machuPichu","display_order":"5","life":"2000","width":"3"},{"giftable":"0","cost":"35","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"万里长城","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"1200","collect_xp":"40","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}","xp":"4","collect_type":"g","unit_capacity":"0","id":"57","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"murallaChina","display_order":"6","life":"2000","width":"3"},{"giftable":"0","cost":"35","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"Petra","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"1200","collect_xp":"40","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}","xp":"4","collect_type":"f","unit_capacity":"0","id":"58","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"petra","display_order":"7","life":"2000","width":"3"},{"giftable":"0","cost":"35","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"泰姬陵","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"1200","collect_xp":"40","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}","xp":"4","collect_type":"w","unit_capacity":"0","id":"59","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"tajMahal","display_order":"8","life":"2000","width":"3"},{"giftable":"0","cost":"60","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"伊瓜苏瀑布","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"2000","collect_xp":"67","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"s","unit_capacity":"0","id":"60","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"cataratasIguazu","display_order":"10","life":"2000","width":"3"},{"giftable":"0","cost":"60","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"帕台农神殿","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"2000","collect_xp":"67","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"g","unit_capacity":"0","id":"61","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"partenon","display_order":"11","life":"2000","width":"3"},{"giftable":"1","cost":"5","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"黄色的花","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"3","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"62","subcategory_id":"42","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"floresAmarillas2","display_order":"63","life":"5","width":"1"},{"giftable":"1","cost":"25","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"白色的花","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"8","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"3","collect_type":"g","unit_capacity":"0","id":"63","subcategory_id":"42","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"2","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"floresBlancas","display_order":"77","life":"5","width":"1"},{"giftable":"0","cost":"50","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"紫色的花","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","unit_capacity":"0","id":"64","subcategory_id":"42","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"3","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"floresLilas","display_order":"81","life":"5","width":"1"},{"giftable":"1","cost":"100","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"红色的花","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"12","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"0","id":"65","subcategory_id":"42","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"floresRojas","display_order":"81","life":"5","width":"1"},{"giftable":"0","cost":"150","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"粉色的花","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"66","subcategory_id":"42","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"floresRosas","display_order":"86","life":"5","width":"1"},{"giftable":"0","cost":"225","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"绿花","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"23","collect_type":"g","unit_capacity":"0","id":"67","subcategory_id":"42","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"floresVerdes","display_order":"88","life":"5","width":"1"},{"giftable":"1","cost":"5","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"玛雅人的火","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"14","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"68","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"2","cost_type":"g","show_on_mobile_store":"0","img_name":"fuegoMaya","display_order":"65","life":"5","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石头","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"126","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"6.48","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"s","unit_capacity":"4","id":"69","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piedras1","display_order":"69","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石头","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"126","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"6.48","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"s","unit_capacity":"4","id":"70","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piedras2","display_order":"70","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石头","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"126","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"6.48","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"s","unit_capacity":"4","id":"71","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piedras3","display_order":"71","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石头","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"126","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"6.48","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"s","unit_capacity":"4","id":"72","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piedras4","display_order":"72","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"Gold","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"127","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"6.48","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"4","id":"73","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"oro1","display_order":"73","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"黄金","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"127","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"6.48","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"4","id":"74","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"oro2","display_order":"74","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"黄金","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"127","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"6.48","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"4","id":"75","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"oro3","display_order":"75","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"黄金","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"127","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"6.48","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"4","id":"76","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"oro4","display_order":"76","life":"1","width":"1"},{"giftable":"0","cost":"50","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"木材厂 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"200","collect_xp":"7","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"78","store_level":"0","iphone_adjustments":"{\"cost\":150}","xp":"5","collect_type":"w","unit_capacity":"2","id":"77","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"aserradero1","display_order":"26","life":"200","width":"2"},{"giftable":"0","cost":"200","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"木材厂 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"350","collect_xp":"12","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"79","store_level":"0","iphone_adjustments":"{\"cost\":2000}","xp":"20","collect_type":"w","unit_capacity":"4","id":"78","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"aserradero2","display_order":"27","life":"240","width":"2"},{"giftable":"0","cost":"6000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"木材厂 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"450","collect_xp":"15","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"205","store_level":"0","iphone_adjustments":"{\"cost\":15000}","xp":"600","collect_type":"w","unit_capacity":"6","id":"79","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"27","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"aserradero3","display_order":"28","life":"300","width":"2"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"黄金再生...","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"128","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"10800","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"80","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"2","cost_type":"g","show_on_mobile_store":"0","img_name":"regOro","display_order":"80","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石头再生...","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"128","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"10800","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"s","unit_capacity":"0","id":"81","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"2","cost_type":"g","show_on_mobile_store":"0","img_name":"regPiedras","display_order":"81","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"财宝箱","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"82","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"treasure","display_order":"82","life":"100","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"囚犯公主","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"83","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"princess2","display_order":"82","life":"100","width":"2"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"囚犯农民","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"84","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"prisoners","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"囚犯亚瑟","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"85","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"prisonarthur","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"囚犯弓箭手","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"86","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"prisonarchers","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"链式巨魔","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"87","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"prisontroll","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"能量宝石","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"ag","unit_capacity":"0","id":"88","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"powergem","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"魔坛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"813","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"89","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"golemstatue","display_order":"82","life":"100","width":"4"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"被绑架的单位","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"90","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"kidnapped","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"奖杯图腾","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"91","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trophytotem","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"9","attack_range":"0","name":"受伤的牛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"911","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"92","subcategory_id":"91","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"vacaPerdida","display_order":"114","life":"100","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"9","attack_range":"0","name":"受伤的绵羊","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"911","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"93","subcategory_id":"91","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ovejaPerdida","display_order":"114","life":"100","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"9","attack_range":"0","name":"孤独的骑士","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"911","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"94","subcategory_id":"91","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jinetePerdido","display_order":"114","life":"100","width":"1"},{"giftable":"0","cost":"50","height":"1","max_frame":"2","new_item":"0","category_id":"9","attack_range":"0","name":"特洛伊木马","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"911","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","unit_capacity":"0","id":"95","subcategory_id":"91","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballoTroyano","display_order":"114","life":"100","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"9","attack_range":"0","name":"神秘箱","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"911","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"96","subcategory_id":"91","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"cajaSorpresaPerdida","display_order":"114","life":"100","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"9","attack_range":"0","name":"蜂蜜酒筒","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"911","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"97","subcategory_id":"91","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"barrilPerdido","display_order":"114","life":"100","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"9","attack_range":"0","name":"受伤的巨魔","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"911","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"98","subcategory_id":"91","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trolPerdido","display_order":"114","life":"100","width":"1"},{"giftable":"0","cost":"50","height":"1","max_frame":"2","new_item":"0","category_id":"9","attack_range":"0","name":"金色图腾","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"911","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","unit_capacity":"0","id":"99","subcategory_id":"91","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"totemOro","display_order":"114","life":"100","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"黄色的树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"0","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"100","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolAmarillo","display_order":"62","life":"5","width":"1"},{"giftable":"0","cost":"50","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"蓝色的树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","unit_capacity":"0","id":"101","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"2","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolAzul","display_order":"79","life":"5","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"快乐树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"8","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"102","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"4","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolCara","display_order":"77","life":"5","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"中国树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"g","unit_capacity":"0","id":"103","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"arbolChino","display_order":"74","life":"5","width":"1"},{"giftable":"0","cost":"75","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"紫色的树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"8","collect_type":"g","unit_capacity":"0","id":"104","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolLila","display_order":"83","life":"5","width":"1"},{"giftable":"0","cost":"225","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"橙色的树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"23","collect_type":"g","unit_capacity":"0","id":"105","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolNaranja","display_order":"89","life":"5","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"红色的树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"7","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"106","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolRojo","display_order":"92","life":"5","width":"1"},{"giftable":"0","cost":"390","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"恐怖树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"39","collect_type":"g","unit_capacity":"0","id":"107","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolTerror","display_order":"94","life":"5","width":"1"},{"giftable":"0","cost":"60","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"绿色的树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"g","unit_capacity":"0","id":"108","subcategory_id":"41","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolVerde","display_order":"64","life":"5","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"蓝色旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"5","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"109","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"3","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"banderaAzul","display_order":"75","life":"5","width":"1"},{"giftable":"0","cost":"150","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"橘子旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"110","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"banderaNaranja","display_order":"87","life":"25","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"红旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"9","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"111","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"banderaRoja","display_order":"87","life":"5","width":"1"},{"giftable":"0","cost":"425","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"鹰旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"43","collect_type":"g","unit_capacity":"0","id":"112","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"banderaRoja2","display_order":"93","life":"25","width":"1"},{"giftable":"0","cost":"800","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"绿旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","unit_capacity":"0","id":"113","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"banderaVerde","display_order":"95","life":"25","width":"1"},{"giftable":"0","cost":"350","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"头骨俱乐部","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"35","collect_type":"g","unit_capacity":"0","id":"114","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"calaverasFardo","display_order":"84","life":"10","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"罗马柱","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"4","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"115","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"columnaRomana","display_order":"91","life":"5","width":"1"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"世界杯","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"116","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"copaMundo","display_order":"82","life":"50","width":"1"},{"giftable":"0","cost":"100","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"骷髅雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"0","id":"117","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaCalavera","display_order":"79","life":"100","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"头盔雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"10","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"118","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"3","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaCasco","display_order":"76","life":"5","width":"1"},{"giftable":"0","cost":"300","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"牛头人雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"119","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaCentauro","display_order":"90","life":"100","width":"1"},{"giftable":"0","cost":"500","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"牛头人雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"120","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaDragon","display_order":"96","life":"100","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"蒙古雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1500","collect_type":"g","unit_capacity":"0","id":"121","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"estatuaMongol","display_order":"66","life":"100","width":"1"},{"giftable":"0","cost":"20","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"国王雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2000","collect_type":"g","unit_capacity":"0","id":"122","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"estatuaRey","display_order":"67","life":"100","width":"1"},{"giftable":"0","cost":"700","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"战士雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"70","collect_type":"g","unit_capacity":"0","id":"123","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaSoldado1","display_order":"98","life":"100","width":"1"},{"giftable":"0","cost":"1200","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"战士雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","unit_capacity":"0","id":"124","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaSoldado2","display_order":"100","life":"100","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"战士雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"2","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"125","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"17","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaSoldado3","display_order":"97","life":"5","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"战士雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","unit_capacity":"0","id":"126","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"estatuaSoldado4","display_order":"68","life":"100","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"战士雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"6","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"127","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaSoldado5","display_order":"99","life":"5","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"海盗雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"800","collect_type":"g","unit_capacity":"0","id":"128","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"estatuaVikingo","display_order":"69","life":"100","width":"1"},{"giftable":"0","cost":"200","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"方丹","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"129","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"6","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"fuenteChica","display_order":"80","life":"100","width":"1"},{"giftable":"1","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"水井","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"3","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"130","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"pozoAgua","display_order":"85","life":"5","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"古陶瓷","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","unit_capacity":"0","id":"131","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"vasijaBarro","display_order":"70","life":"5","width":"1"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"Trojan Horse","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"132","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballoTroyano","display_order":"114","life":"50","width":"1"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"金色图腾","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"133","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"totemOro","display_order":"114","life":"50","width":"1"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔小屋","potion":"1","population":"2","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"0","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"134","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"trollhut","display_order":"1","life":"180","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔洞穴","potion":"1","population":"2","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"0","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"135","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"trollcave","display_order":"1","life":"180","width":"2"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"390","store_level":"0","iphone_adjustments":"{\"cost\":15000}","xp":"100","collect_type":"g","unit_capacity":"0","id":"136","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"539","achievement":"0","type":"b","flying":"0","min_level":"28","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"infanteria4","display_order":"4","life":"550","width":"3"},{"giftable":"0","cost":"1250","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"弓箭手 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"391","store_level":"0","iphone_adjustments":"{\"cost\":20000}","xp":"125","collect_type":"g","unit_capacity":"0","id":"137","subcategory_id":"32","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"540","achievement":"0","type":"b","flying":"0","min_level":"30","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"arqueria4","display_order":"8","life":"550","width":"3"},{"giftable":"0","cost":"1500","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"养马场 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"331","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"392","store_level":"0","iphone_adjustments":"{\"cost\":30000}","xp":"150","collect_type":"g","unit_capacity":"0","id":"138","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"541","achievement":"0","type":"b","flying":"0","min_level":"32","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"establo4","display_order":"12","life":"550","width":"3"},{"giftable":"0","cost":"3500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"5","name":"市政厅 II","potion":"1","population":"5","attack_interval":"35","attack":"5","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"135","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"140","store_level":"0","iphone_adjustments":"","xp":"350","collect_type":"g","unit_capacity":"0","id":"139","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"ayuntamiento2","display_order":"26","life":"2000","width":"4"},{"giftable":"0","cost":"7500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"6","name":"市政厅 III","potion":"1","population":"5","attack_interval":"35","attack":"10","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"135","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"141","store_level":"0","iphone_adjustments":"","xp":"750","collect_type":"g","unit_capacity":"0","id":"140","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"ayuntamiento3","display_order":"26","life":"4000","width":"4"},{"giftable":"0","cost":"15000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"7","name":"市政厅 IV","potion":"1","population":"5","attack_interval":"35","attack":"15","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"135","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1500","collect_type":"g","unit_capacity":"0","id":"141","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"35","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"ayuntamiento4","display_order":"26","life":"8000","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"岛 1","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"142","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isla1","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"3","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"Isle 2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"143","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isla2","display_order":"95","life":"5","width":"3"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"沙漠岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"144","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladesierto","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"Arctic Isle","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"145","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islanieve","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"钥匙","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"al","unit_capacity":"0","id":"146","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"key","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"锁上大门","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"813","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"147","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"portonhielo","display_order":"82","life":"100","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"神秘岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"148","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islamysterious","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"未知的小岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"149","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaunknown","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"200","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"英雄祭坛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"150","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"altarheroes","display_order":"47","life":"850","width":"3"},{"giftable":"0","cost":"400","height":"2","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"小的避难所","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","unit_capacity":"2","id":"151","subcategory_id":"24","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"refugio1","display_order":"14","life":"3500","width":"2"},{"giftable":"0","cost":"5","height":"3","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"大型的避难所","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"5","id":"152","subcategory_id":"24","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"refugio2","display_order":"15","life":"7000","width":"3"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"阿根廷国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"153","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagar","display_order":"71","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"澳大利亚国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"154","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagau","display_order":"72","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"比利时国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"155","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagbe","display_order":"79","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"保加利亚国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"156","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagbg","display_order":"75","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"加拿大国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"157","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagca","display_order":"76","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"加泰罗尼亚国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"158","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagcat","display_order":"78","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"瑞士国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"159","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagch","display_order":"80","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"智利国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"160","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagcl","display_order":"82","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"哥伦比亚国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"161","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagco","display_order":"83","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"德国国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"162","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagde","display_order":"84","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"西班牙国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"163","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flages","display_order":"85","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"巴塞罗那国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"164","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagfcb","display_order":"86","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"法国国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"165","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagfr","display_order":"80","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"英国国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"166","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flaggb","display_order":"81","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"以色列国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"167","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagil","display_order":"82","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"意大利国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"168","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagit","display_order":"83","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"墨西哥国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"169","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagmx","display_order":"84","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"荷兰国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"170","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagnl","display_order":"85","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"菲律宾国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"171","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagph","display_order":"86","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"葡萄牙国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"172","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagpt","display_order":"87","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"瑞典国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"173","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagse","display_order":"88","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"土耳其国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"174","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagtr","display_order":"89","life":"30","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"美国国旗","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"175","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"flagus","display_order":"90","life":"30","width":"1"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"金字塔","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"176","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piramide1","display_order":"90","life":"1000","width":"3"},{"giftable":"0","cost":"300","height":"1","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"财宝箱","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"177","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"cofre","display_order":"90","life":"200","width":"1"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"花园","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"178","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jardin","display_order":"90","life":"300","width":"3"},{"giftable":"0","cost":"300","height":"2","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"金色的喷泉","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"179","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"fuentedorada","display_order":"90","life":"300","width":"2"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"冰冻的猛犸象","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"180","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"mamut","display_order":"90","life":"750","width":"3"},{"giftable":"0","cost":"60000","height":"4","max_frame":"2","new_item":"0","category_id":"2","attack_range":"11","name":"巫师的城堡","potion":"1","population":"0","attack_interval":"35","attack":"22","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"231","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"181","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"550","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"castillo3","display_order":"19","life":"4000","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"未被发现的岛屿","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"182","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaundiscovered","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"紧急岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"183","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaemergent","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"岩岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"184","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islarock","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"鹰 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"136","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"186","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"0","id":"185","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"aguila1","display_order":"34","life":"500","width":"2"},{"giftable":"0","cost":"1000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"鹰 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"136","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"187","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"186","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"aguila2","display_order":"35","life":"500","width":"2"},{"giftable":"0","cost":"10000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"鹰 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"136","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"217","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","unit_capacity":"0","id":"187","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"30","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"aguila3","display_order":"36","life":"500","width":"2"},{"giftable":"0","cost":"500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市场 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"132","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"189","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"188","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"mercado_2","display_order":"24","life":"500","width":"4"},{"giftable":"0","cost":"10000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市场 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"132","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","unit_capacity":"0","id":"189","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"mercado_3","display_order":"25","life":"500","width":"4"},{"giftable":"0","cost":"600","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"绵羊牧场 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"150","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"90","upgrades_to":"191","store_level":"0","iphone_adjustments":"","xp":"60","collect_type":"f","unit_capacity":"6","id":"190","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"rancho1_2","display_order":"17","life":"300","width":"4"},{"giftable":"0","cost":"5000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"绵羊牧场 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"200","collect_xp":"7","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"90","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"f","unit_capacity":"6","id":"191","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"24","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"rancho1_3","display_order":"18","life":"600","width":"4"},{"giftable":"0","cost":"750","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"奶牛牧场 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"200","collect_xp":"7","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"90","upgrades_to":"193","store_level":"0","iphone_adjustments":"","xp":"75","collect_type":"f","unit_capacity":"6","id":"192","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"17","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"rancho2_2","display_order":"40","life":"300","width":"4"},{"giftable":"0","cost":"6500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"奶牛牧场 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"9","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"90","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"650","collect_type":"f","unit_capacity":"6","id":"193","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"26","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"rancho2_3","display_order":"41","life":"600","width":"4"},{"giftable":"0","cost":"1800","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"房子 V","potion":"1","population":"7","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"180","collect_type":"g","unit_capacity":"0","id":"194","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"36","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casa5","display_order":"5","life":"300","width":"2"},{"giftable":"0","cost":"100","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"墙 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"196","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"0","id":"195","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"muralla4","display_order":"11","life":"900","width":"1"},{"giftable":"0","cost":"225","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"墙 V","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"23","collect_type":"g","unit_capacity":"0","id":"196","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"34","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"muralla5","display_order":"12","life":"1100","width":"1"},{"giftable":"0","cost":"7500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"4","name":"愈合的春天","potion":"1","population":"0","attack_interval":"15","attack":"10","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"137","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"750","collect_type":"g","unit_capacity":"0","id":"197","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"26","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"curacion","display_order":"54","life":"500","width":"2"},{"giftable":"0","cost":"35","height":"4","max_frame":"2","new_item":"0","category_id":"2","attack_range":"11","name":"城堡 III","potion":"1","population":"0","attack_interval":"35","attack":"30","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"231","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"400","collect_type":"g","unit_capacity":"0","id":"198","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"560","achievement":"0","type":"b","flying":"0","min_level":"27","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"castillo333","display_order":"18","life":"10000","width":"4"},{"giftable":"0","cost":"9","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"12","name":"火塔","potion":"1","population":"0","attack_interval":"30","attack":"20","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"199","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"torredefensa6","display_order":"6","life":"2000","width":"1"},{"giftable":"0","cost":"500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"胡萝卜田","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"40","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"32.4","upgrades_to":"201","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"f","unit_capacity":"1","id":"200","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"28","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granja4","display_order":"13","life":"100","width":"2"},{"giftable":"0","cost":"1100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"西瓜田","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"45","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"110","collect_type":"f","unit_capacity":"1","id":"201","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"34","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granja5","display_order":"14","life":"100","width":"2"},{"giftable":"0","cost":"10000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"磨坊 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"500","collect_xp":"17","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":25000}","xp":"1000","collect_type":"f","unit_capacity":"6","id":"202","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"32","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"molino4","display_order":"9","life":"450","width":"2"},{"giftable":"0","cost":"20000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"金矿 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"500","collect_xp":"17","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":35000}","xp":"2000","collect_type":"g","unit_capacity":"6","id":"203","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"38","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"minaoro4","display_order":"22","life":"450","width":"2"},{"giftable":"0","cost":"24000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石矿IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"550","collect_xp":"19","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":45000}","xp":"2400","collect_type":"s","unit_capacity":"6","id":"204","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"41","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"minapiedra4","display_order":"33","life":"450","width":"2"},{"giftable":"0","cost":"15000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"木材厂 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"600","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":30000}","xp":"1500","collect_type":"w","unit_capacity":"6","id":"205","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"35","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"aserradero4","display_order":"29","life":"450","width":"2"},{"giftable":"0","cost":"500","height":"3","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"鳄鱼池","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"206","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"foso","display_order":"100","life":"100","width":"3"},{"giftable":"0","cost":"500","height":"2","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"生命树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"207","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolavatar","display_order":"100","life":"100","width":"2"},{"giftable":"0","cost":"500","height":"2","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"断头台","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"208","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guillotina","display_order":"100","life":"100","width":"2"},{"giftable":"0","cost":"500","height":"2","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"监狱","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"209","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"carcel","display_order":"100","life":"100","width":"2"},{"giftable":"0","cost":"1","height":"2","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"水井","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"3","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"al","unit_capacity":"0","id":"210","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"pozogrande","display_order":"85","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"燃烧机","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"211","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"molinollamas","display_order":"82","life":"100","width":"2"},{"giftable":"0","cost":"2500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大教堂","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"133","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"0","id":"212","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"569","achievement":"0","type":"b","flying":"0","min_level":"23","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"catedraltorres","display_order":"52","life":"1000","width":"4"},{"giftable":"0","cost":"1200","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"力学术","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":17500}","xp":"120","collect_type":"g","unit_capacity":"0","id":"213","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"570","achievement":"0","type":"b","flying":"0","min_level":"29","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"academiamecanica","display_order":"56","life":"1000","width":"3"},{"giftable":"0","cost":"10","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"12","name":"避雷塔","potion":"1","population":"0","attack_interval":"15","attack":"10","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"214","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"18","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"electorre","display_order":"7","life":"2200","width":"1"},{"giftable":"0","cost":"16","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"神风中心","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","unit_capacity":"0","id":"215","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"575","achievement":"0","type":"b","flying":"0","min_level":"19","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"fabricakamikaze","display_order":"-60","life":"2000","width":"3"},{"giftable":"0","cost":"1600","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"消防车间","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":25000}","xp":"160","collect_type":"g","unit_capacity":"0","id":"216","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"568","achievement":"0","type":"b","flying":"0","min_level":"31","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"workshop5","display_order":"18","life":"600","width":"3"},{"giftable":"0","cost":"7","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"鹰 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"136","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"217","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"30","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"eagle4","display_order":"37","life":"500","width":"2"},{"giftable":"0","cost":"325","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"宝矿","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"86400","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"33","collect_type":"t","unit_capacity":"0","id":"218","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"13","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"minatesoro","display_order":"46","life":"500","width":"2"},{"giftable":"0","cost":"2000","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"葡萄园","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"100","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"f","unit_capacity":"1","id":"219","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"37","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"vinedo","display_order":"15","life":"200","width":"3"},{"giftable":"0","cost":"400","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"图书馆","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","unit_capacity":"0","id":"220","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"19","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"isglesia","display_order":"40","life":"500","width":"3"},{"giftable":"0","cost":"550","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"学院","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"55","collect_type":"g","unit_capacity":"0","id":"221","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"21","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"academiagimnasio","display_order":"51","life":"500","width":"3"},{"giftable":"0","cost":"8000","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"采矿区学院","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"800","collect_type":"g","unit_capacity":"0","id":"222","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"31","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"academiamina","display_order":"57","life":"500","width":"3"},{"giftable":"0","cost":"6500","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"林业科学院","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"650","collect_type":"g","unit_capacity":"0","id":"223","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"28","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"academialenador","display_order":"55","life":"500","width":"3"},{"giftable":"0","cost":"300","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"海港","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"224","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"muelle","display_order":"38","life":"600","width":"4"},{"giftable":"0","cost":"1500","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"牺牲祭坛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"1.08","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"150","collect_type":"sk","unit_capacity":"1","id":"225","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"22","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"sacrificio","display_order":"52","life":"600","width":"3"},{"giftable":"0","cost":"1000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"幼儿园","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"1","collect_xp":"15","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"32400","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"h","unit_capacity":"2","id":"226","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"3","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"23","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"picaderoanimal","display_order":"53","life":"500","width":"2"},{"giftable":"0","cost":"400","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"培训马厩","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","unit_capacity":"5","id":"227","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"adiestramientocaballos","display_order":"44","life":"500","width":"4"},{"giftable":"0","cost":"5000","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"贵族府邸","potion":"1","population":"10","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"10","id":"228","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"42","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"casalujosa","display_order":"62","life":"750","width":"3"},{"giftable":"0","cost":"2000","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"庙","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"750","collect_xp":"25","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"138","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"172800","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"229","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"18","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"templooro","display_order":"49","life":"2000","width":"3"},{"giftable":"0","cost":"6","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"澡堂","potion":"1","population":"20","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","unit_capacity":"0","id":"230","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"banyos","display_order":"42","life":"1400","width":"4"},{"giftable":"0","cost":"2200","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"酒馆","potion":"1","population":"10","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"220","collect_type":"g","unit_capacity":"0","id":"231","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"35","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"taberna","display_order":"59","life":"500","width":"2"},{"giftable":"0","cost":"28000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"饭店","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"570","collect_xp":"19","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"138","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"28800","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2500","collect_type":"g","unit_capacity":"0","id":"232","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"45","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"restaurante","display_order":"64","life":"700","width":"2"},{"giftable":"0","cost":"16000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"面包房","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"550","collect_xp":"19","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"138","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"28800","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1200","collect_type":"f","unit_capacity":"0","id":"233","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"bakery","display_order":"61","life":"650","width":"2"},{"giftable":"0","cost":"150","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"盟军建筑","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"234","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"aliados","display_order":"43","life":"500","width":"3"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"石头","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"10","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"s","unit_capacity":"4","id":"235","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piedras1","display_order":"69","life":"1","width":"1"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"废矿","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"236","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"minapiedracandado","display_order":"82","life":"100","width":"2"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"医治者的监狱","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"237","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"healersprisioneras","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"被困的盟友","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"238","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"aliadosprisioneros","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"500","height":"3","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"英雄的坟墓","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"239","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"temploresureccion","display_order":"48","life":"850","width":"3"},{"giftable":"0","cost":"3000","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"中国馆","potion":"1","population":"6","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"10","id":"240","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"casachina","display_order":"1","life":"210","width":"2"},{"giftable":"0","cost":"9","height":"3","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"中国射箭","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"270","collect_type":"g","unit_capacity":"0","id":"241","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"577","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"arqueriachina","display_order":"1","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"万里长城","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"242","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"murallachina2","display_order":"3","life":"1200","width":"1"},{"giftable":"0","cost":"4","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"12","name":"中国塔","potion":"1","population":"0","attack_interval":"10","attack":"6","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","unit_capacity":"0","id":"243","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torredefensachina","display_order":"2","life":"2300","width":"1"},{"giftable":"0","cost":"20000","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"竹工厂","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"500","collect_xp":"17","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2000","collect_type":"w","unit_capacity":"2","id":"244","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"aserraderochino","display_order":"5","life":"200","width":"2"},{"giftable":"0","cost":"1500","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"中国视野","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"35","collect_xp":"2","defense":"1","size":"0","gift_level":"7","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"150","collect_type":"f","unit_capacity":"1","id":"245","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"campoarroz","display_order":"6","life":"100","width":"2"},{"giftable":"0","cost":"2","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"熊猫","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"140","collect_type":"g","unit_capacity":"0","id":"246","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"osopanda","display_order":"7","life":"100","width":"1"},{"giftable":"0","cost":"3","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"歌妓","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"210","collect_type":"g","unit_capacity":"0","id":"247","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"geisha","display_order":"8","life":"100","width":"1"},{"giftable":"0","cost":"7","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"风筝","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"490","collect_type":"g","unit_capacity":"0","id":"248","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"chinocometa","display_order":"9","life":"100","width":"2"},{"giftable":"0","cost":"10","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"中华寺","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","unit_capacity":"0","id":"249","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"pagoda","display_order":"10","life":"100","width":"2"},{"giftable":"0","cost":"300","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"招财猫","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"5","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"250","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"gatochino","display_order":"11","life":"100","width":"1"},{"giftable":"0","cost":"2000","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"面条","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"9","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"251","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"bolchino","display_order":"12","life":"100","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"鼓","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"252","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"tamborchino","display_order":"13","life":"100","width":"1"},{"giftable":"0","cost":"10000","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"中国树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","unit_capacity":"0","id":"253","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jardinchino","display_order":"14","life":"100","width":"2"},{"giftable":"0","cost":"20000","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"龙","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2000","collect_type":"g","unit_capacity":"0","id":"254","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"dragondorado","display_order":"15","life":"100","width":"1"},{"giftable":"0","cost":"35000","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"佛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"3500","collect_type":"g","unit_capacity":"0","id":"255","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"budaoro","display_order":"16","life":"100","width":"2"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"动物笼","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"256","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jaulaanimal","display_order":"90","life":"200","width":"3"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"捕获的围攻","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"257","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"catapultaspresas","display_order":"90","life":"100","width":"3"},{"giftable":"0","cost":"500","height":"2","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"骨架","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"258","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaesqueleto","display_order":"96","life":"100","width":"2"},{"giftable":"0","cost":"15","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"骨架","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1500","collect_type":"g","unit_capacity":"0","id":"259","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"estatuaesqueleto2","display_order":"66","life":"100","width":"3"},{"giftable":"0","cost":"20","height":"1","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"石头","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2000","collect_type":"g","unit_capacity":"0","id":"260","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"piedras1","display_order":"67","life":"100","width":"1"},{"giftable":"0","cost":"40","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"圣瓦西里大教堂","potion":"1","population":"25","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"4","collect_type":"g","unit_capacity":"0","id":"261","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"13","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"stbasil","display_order":"9","life":"2000","width":"3"},{"giftable":"0","cost":"70","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"亚历山大图书馆","potion":"1","population":"50","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"7","collect_type":"s","unit_capacity":"0","id":"262","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"21","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"bibliotecaalejandria","display_order":"14","life":"2500","width":"3"},{"giftable":"0","cost":"60","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"史前巨石柱","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"2000","collect_xp":"67","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"f","unit_capacity":"0","id":"263","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"18","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"stonehenge","display_order":"12","life":"2000","width":"3"},{"giftable":"0","cost":"60","height":"3","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"吴哥","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"2000","collect_xp":"67","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"3","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"w","unit_capacity":"0","id":"264","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"angkor","display_order":"13","life":"2000","width":"3"},{"giftable":"0","cost":"20","height":"1","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"树","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2000","collect_type":"g","unit_capacity":"0","id":"265","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"arbolAzul","display_order":"67","life":"100","width":"1"},{"giftable":"0","cost":"350","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"盟军市场","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"86400","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"35","collect_type":"g","unit_capacity":"0","id":"266","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"mercadoaliados","display_order":"45","life":"500","width":"4"},{"giftable":"0","cost":"2500","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹特克的房子","potion":"1","population":"6","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"10","id":"267","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"casaazteca","display_order":"14","life":"210","width":"2"},{"giftable":"0","cost":"16","height":"3","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹特克宿舍","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"480","collect_type":"g","unit_capacity":"0","id":"268","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"578","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"cuartelazteca","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹台","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"269","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"murallaazteca","display_order":"11","life":"1200","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"12","name":"阿兹台克塔","potion":"1","population":"0","attack_interval":"35","attack":"22","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","unit_capacity":"0","id":"270","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torredefensaazteca","display_order":"7","life":"2300","width":"1"},{"giftable":"0","cost":"15000","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹特克轧机","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"450","collect_xp":"15","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1500","collect_type":"f","unit_capacity":"2","id":"271","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"molinoazteca","display_order":"16","life":"200","width":"2"},{"giftable":"0","cost":"1400","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹特克场","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"35","collect_xp":"2","defense":"1","size":"0","gift_level":"7","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"140","collect_type":"f","unit_capacity":"1","id":"272","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granjaazteca","display_order":"12","life":"100","width":"2"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"蛇雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"150","collect_type":"g","unit_capacity":"0","id":"273","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"esculturaserpiente","display_order":"3","life":"100","width":"1"},{"giftable":"0","cost":"2","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹台克的老板","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"274","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"jefeazteca","display_order":"6","life":"100","width":"1"},{"giftable":"0","cost":"6","height":"3","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"羽蛇神","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"420","collect_type":"g","unit_capacity":"0","id":"275","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"quetzacoatl","display_order":"7","life":"100","width":"3"},{"giftable":"0","cost":"3","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹特克球场","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"210","collect_type":"g","unit_capacity":"0","id":"276","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"campoazteca","display_order":"5","life":"100","width":"2"},{"giftable":"0","cost":"150","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"头骨雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"8","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"277","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esculturacalavera","display_order":"1","life":"100","width":"1"},{"giftable":"0","cost":"300","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"金结构","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"18","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"278","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esculturaoro","display_order":"10","life":"100","width":"1"},{"giftable":"0","cost":"2000","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"太阳结构","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"279","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esculturasolar","display_order":"0","life":"100","width":"1"},{"giftable":"0","cost":"5000","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹特克日历","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"280","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esculturacalendario","display_order":"8","life":"100","width":"2"},{"giftable":"0","cost":"15000","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹特克装饰","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1500","collect_type":"g","unit_capacity":"0","id":"281","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"paredgrabado","display_order":"9","life":"100","width":"2"},{"giftable":"0","cost":"30000","height":"2","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"阿兹特克神庙","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"3000","collect_type":"g","unit_capacity":"0","id":"282","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"templosacrificio","display_order":"10","life":"100","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"宝藏","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"283","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"molinollamas","display_order":"82","life":"100","width":"2"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"矿物岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"284","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islandbigboss3","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"20","height":"1","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"_DEV ACTIVATOR","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2000","collect_type":"g","unit_capacity":"0","id":"285","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"arbolAzul","display_order":"67","life":"100","width":"1"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"_DEV TREASURE","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"286","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jaulaanimal","display_order":"90","life":"200","width":"3"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"火盆","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"ag","unit_capacity":"0","id":"287","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"brasero","display_order":"82","life":"100","width":"3"},{"giftable":"0","cost":"5000","height":"2","max_frame":"2","new_item":"0","category_id":"4","attack_range":"0","name":"Rockdriller头骨","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"288","subcategory_id":"43","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trofeogusano","display_order":"71","life":"30","width":"2"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔大厅 I","potion":"1","population":"5","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"135","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"321","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"289","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"580","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"townhalltrol1","display_order":"26","life":"1000","width":"4"},{"giftable":"0","cost":"60","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔农场 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"15","collect_xp":"1","defense":"1","size":"0","gift_level":"2","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"32.4","upgrades_to":"310","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"f","unit_capacity":"1","id":"290","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granjatrol1","display_order":"10","life":"100","width":"2"},{"giftable":"0","cost":"125","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"7","name":"巨魔塔 I","potion":"1","population":"0","attack_interval":"35","attack":"4","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"303","store_level":"0","iphone_adjustments":"","xp":"13","collect_type":"g","unit_capacity":"0","id":"291","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"2","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"torredefensatrol1","display_order":"1","life":"300","width":"1"},{"giftable":"0","cost":"5","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"巨魔墙 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"305","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"292","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"3","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"murallatrol1","display_order":"8","life":"150","width":"1"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"亚洲岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"293","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaasian","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"阿兹台克岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"294","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaaztec","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"Civilizated 岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"295","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islacivilizated","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"野岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"296","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islawild","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"征服之岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"297","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaxonquered","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"英雄岛","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"298","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islahero","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"3000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"飞艇塔","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"299","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"torrezepelin","display_order":"38","life":"1000","width":"4"},{"giftable":"0","cost":"100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔轧机 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"250","collect_xp":"9","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"301","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"f","unit_capacity":"2","id":"300","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"molinotrol1","display_order":"6","life":"200","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"Troll Mill II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"300","collect_xp":"10","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"302","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"f","unit_capacity":"4","id":"301","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"molinotrol2","display_order":"7","life":"250","width":"2"},{"giftable":"0","cost":"1500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔轧机 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"400","collect_xp":"14","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"150","collect_type":"f","unit_capacity":"6","id":"302","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"23","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"molinotrol3","display_order":"8","life":"300","width":"2"},{"giftable":"0","cost":"250","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"8","name":"巨魔塔 II","potion":"1","population":"0","attack_interval":"35","attack":"10","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"304","store_level":"0","iphone_adjustments":"","xp":"25","collect_type":"g","unit_capacity":"0","id":"303","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"torredefensatrol2","display_order":"2","life":"500","width":"1"},{"giftable":"0","cost":"375","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"9","name":"巨魔塔 III","potion":"1","population":"0","attack_interval":"35","attack":"12","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"347","store_level":"0","iphone_adjustments":"","xp":"38","collect_type":"g","unit_capacity":"0","id":"304","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"torredefensatrol3","display_order":"3","life":"700","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"巨魔墙 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"306","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"305","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"murallatrol2","display_order":"9","life":"400","width":"1"},{"giftable":"0","cost":"30","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"巨魔墙 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"3","collect_type":"g","unit_capacity":"0","id":"306","subcategory_id":"22","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"17","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"murallatrol3","display_order":"10","life":"700","width":"1"},{"giftable":"0","cost":"30","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔小屋 I","potion":"1","population":"2","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"308","store_level":"0","iphone_adjustments":"","xp":"3","collect_type":"g","unit_capacity":"0","id":"307","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casatrol1","display_order":"1","life":"180","width":"2"},{"giftable":"0","cost":"60","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔小屋 II","potion":"1","population":"4","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"309","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"g","unit_capacity":"0","id":"308","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casatrol2","display_order":"2","life":"200","width":"2"},{"giftable":"0","cost":"120","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔小屋 III","potion":"1","population":"5","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"12","collect_type":"g","unit_capacity":"0","id":"309","subcategory_id":"11","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"19","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casatrol3","display_order":"3","life":"220","width":"2"},{"giftable":"0","cost":"120","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔农场 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"25","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"32.4","upgrades_to":"311","store_level":"0","iphone_adjustments":"","xp":"12","collect_type":"f","unit_capacity":"1","id":"310","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granjatrol2","display_order":"11","life":"100","width":"2"},{"giftable":"0","cost":"180","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔农场 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"35","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"18","collect_type":"f","unit_capacity":"1","id":"311","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"21","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granjatrol3","display_order":"12","life":"100","width":"2"},{"giftable":"0","cost":"50","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔木材厂 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"200","collect_xp":"7","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"313","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"w","unit_capacity":"2","id":"312","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"aserraderotrol1","display_order":"26","life":"200","width":"2"},{"giftable":"0","cost":"200","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔木材厂 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"350","collect_xp":"12","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"314","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"w","unit_capacity":"4","id":"313","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"aserraderotrol2","display_order":"27","life":"240","width":"2"},{"giftable":"0","cost":"6000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔木材厂 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"450","collect_xp":"15","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"w","unit_capacity":"6","id":"314","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"27","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"aserraderotrol3","display_order":"28","life":"300","width":"2"},{"giftable":"0","cost":"100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔金矿 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"200","collect_xp":"7","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"316","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"2","id":"315","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"4","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"minaorotrol1","display_order":"19","life":"200","width":"2"},{"giftable":"0","cost":"200","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔金矿 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"275","collect_xp":"10","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"317","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"4","id":"316","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"13","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"minaorotrol2","display_order":"20","life":"240","width":"2"},{"giftable":"0","cost":"4500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔金矿 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"350","collect_xp":"12","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"450","collect_type":"g","unit_capacity":"6","id":"317","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"24","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"minaorotrol3","display_order":"21","life":"300","width":"2"},{"giftable":"0","cost":"100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔石矿 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"175","collect_xp":"6","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"319","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"s","unit_capacity":"2","id":"318","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"6","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"minapiedratrol1","display_order":"30","life":"200","width":"2"},{"giftable":"0","cost":"200","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔石矿 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"300","collect_xp":"10","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"320","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"s","unit_capacity":"4","id":"319","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"17","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"minapiedratrol2","display_order":"31","life":"240","width":"2"},{"giftable":"0","cost":"7500","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔石矿 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"400","collect_xp":"14","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"124","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"750","collect_type":"s","unit_capacity":"6","id":"320","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"29","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"minapiedratrol3","display_order":"32","life":"300","width":"2"},{"giftable":"0","cost":"3500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"5","name":"巨魔大厅 II","potion":"1","population":"5","attack_interval":"35","attack":"5","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"135","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"322","store_level":"0","iphone_adjustments":"","xp":"350","collect_type":"g","unit_capacity":"0","id":"321","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"580","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"townhalltrol2","display_order":"26","life":"2000","width":"4"},{"giftable":"0","cost":"7500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"6","name":"巨魔大厅 III","potion":"1","population":"5","attack_interval":"35","attack":"10","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"135","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"750","collect_type":"g","unit_capacity":"0","id":"322","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"580","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"townhalltrol3","display_order":"26","life":"4000","width":"4"},{"giftable":"0","cost":"15","height":"4","max_frame":"2","new_item":"0","category_id":"2","attack_range":"11","name":"巨魔城堡 I","potion":"1","population":"0","attack_interval":"35","attack":"22","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"231","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"324","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"323","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"592","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"castillotrol1","display_order":"16","life":"4000","width":"4"},{"giftable":"0","cost":"25","height":"4","max_frame":"2","new_item":"0","category_id":"2","attack_range":"11","name":"巨魔城堡 II","potion":"1","population":"0","attack_interval":"35","attack":"26","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"231","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"324","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"591","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"castillotrol2","display_order":"17","life":"8000","width":"4"},{"giftable":"0","cost":"100","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"体育馆","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"325","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"coliseumtrol","display_order":"17","life":"500","width":"4"},{"giftable":"0","cost":"425","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 3","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"330","store_level":"0","iphone_adjustments":"","xp":"43","collect_type":"g","unit_capacity":"0","id":"326","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"595","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"barrakatrol1","display_order":"5","life":"450","width":"3"},{"giftable":"0","cost":"10000","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 6","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","unit_capacity":"0","id":"327","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"600","achievement":"0","type":"b","flying":"0","min_level":"24","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"barrakatrol2","display_order":"9","life":"1000","width":"3"},{"giftable":"0","cost":"500","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"弓箭手 2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"328","subcategory_id":"32","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"598","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"barrakatrol3","display_order":"6","life":"450","width":"3"},{"giftable":"0","cost":"150","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"弓箭手 1","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"328","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"329","subcategory_id":"32","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"589","achievement":"0","type":"b","flying":"0","min_level":"4","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"barrakatrol4","display_order":"2","life":"300","width":"3"},{"giftable":"0","cost":"650","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 4","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"332","store_level":"0","iphone_adjustments":"","xp":"65","collect_type":"g","unit_capacity":"0","id":"330","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"596","achievement":"0","type":"b","flying":"0","min_level":"18","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"barrakatrol5","display_order":"7","life":"500","width":"3"},{"giftable":"0","cost":"350","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"野猪场","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"35","collect_type":"g","unit_capacity":"0","id":"331","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"599","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"barrakatrol6","display_order":"4","life":"400","width":"3"},{"giftable":"0","cost":"2750","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 5","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"327","store_level":"0","iphone_adjustments":"","xp":"275","collect_type":"g","unit_capacity":"0","id":"332","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"597","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"barrakatrol7","display_order":"8","life":"725","width":"3"},{"giftable":"0","cost":"125","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 1","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"334","store_level":"0","iphone_adjustments":"","xp":"13","collect_type":"g","unit_capacity":"0","id":"333","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"593","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"barrakatrol8","display_order":"1","life":"350","width":"3"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"兵营 2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"326","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"334","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"594","achievement":"0","type":"b","flying":"0","min_level":"6","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"barrakatrol9","display_order":"3","life":"400","width":"3"},{"giftable":"0","cost":"350","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔市场 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"132","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"345","store_level":"0","iphone_adjustments":"","xp":"35","collect_type":"g","unit_capacity":"0","id":"335","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"mercadotrol1","display_order":"23","life":"500","width":"4"},{"giftable":"0","cost":"200","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"研究会 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"337","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"336","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"585","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"fabricaarietetrol1","display_order":"10","life":"420","width":"3"},{"giftable":"0","cost":"400","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"研究会 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"338","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","unit_capacity":"0","id":"337","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"586","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"fabricaarietetrol2","display_order":"11","life":"450","width":"3"},{"giftable":"0","cost":"600","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"研究会 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"339","store_level":"0","iphone_adjustments":"","xp":"60","collect_type":"g","unit_capacity":"0","id":"338","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"587","achievement":"0","type":"b","flying":"0","min_level":"22","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"fabricaarietetrol3","display_order":"12","life":"500","width":"3"},{"giftable":"0","cost":"800","height":"3","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"研究会 IV","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"341","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","unit_capacity":"0","id":"339","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"588","achievement":"0","type":"b","flying":"0","min_level":"26","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"fabricaarietetrol4","display_order":"13","life":"550","width":"3"},{"giftable":"0","cost":"60","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"野猪农场 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"100","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"90","upgrades_to":"341","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"f","unit_capacity":"6","id":"340","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"2","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"ranchojabali","display_order":"16","life":"140","width":"4"},{"giftable":"0","cost":"600","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"野猪农场 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"150","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"90","upgrades_to":"342","store_level":"0","iphone_adjustments":"","xp":"60","collect_type":"f","unit_capacity":"6","id":"341","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"14","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"ranchojabali2","display_order":"17","life":"300","width":"4"},{"giftable":"0","cost":"5000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"野猪农场 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"200","collect_xp":"7","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"90","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"f","unit_capacity":"6","id":"342","subcategory_id":"12","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"24","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"ranchojabali3","display_order":"18","life":"600","width":"4"},{"giftable":"0","cost":"300","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔的港湾","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"343","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"muelle","display_order":"38","life":"600","width":"4"},{"giftable":"0","cost":"3000","height":"4","max_frame":"2","new_item":"1","category_id":"1","attack_range":"0","name":"巨魔齐柏林飞船","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"344","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"torrezepelin","display_order":"38","life":"1000","width":"4"},{"giftable":"0","cost":"500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔市场 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"132","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"346","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"345","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"mercadotrol2","display_order":"24","life":"500","width":"4"},{"giftable":"0","cost":"10000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔市场 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"132","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","unit_capacity":"0","id":"346","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"mercadotrol3","display_order":"25","life":"500","width":"4"},{"giftable":"0","cost":"500","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"10","name":"巨魔塔 IV","potion":"1","population":"0","attack_interval":"35","attack":"14","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"348","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"347","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"23","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"torredefensatrol4","display_order":"4","life":"900","width":"1"},{"giftable":"0","cost":"625","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"12","name":"巨魔塔 V","potion":"1","population":"0","attack_interval":"35","attack":"16","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"63","collect_type":"g","unit_capacity":"0","id":"348","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"33","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"torredefensatrol5","display_order":"5","life":"1100","width":"1"},{"giftable":"0","cost":"100","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔鹰 I","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"136","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"350","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"0","id":"349","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"aguilacasa1","display_order":"34","life":"500","width":"2"},{"giftable":"0","cost":"1000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔鹰 II","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"136","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"351","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"350","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"aguilacasa2","display_order":"35","life":"500","width":"2"},{"giftable":"0","cost":"10000","height":"2","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"巨魔鹰 III","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"136","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","unit_capacity":"0","id":"351","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"30","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"aguilacasa3","display_order":"36","life":"500","width":"2"},{"giftable":"0","cost":"350","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"盟军市场","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"2","activation":"86400","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"35","collect_type":"g","unit_capacity":"0","id":"352","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"mercadoaliadostrol","display_order":"45","life":"500","width":"4"},{"giftable":"0","cost":"20","height":"1","display_order":"98","new_item":"0","category_id":"4","only_mobile":"0","name":"巨人雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2000","collect_type":"g","unit_capacity":"0","id":"353","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"estatuatrol1","max_frame":"2","life":"1000","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"98","new_item":"0","category_id":"4","only_mobile":"0","name":"巨人雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"354","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"3","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuatrol2","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"500","height":"1","display_order":"98","new_item":"0","category_id":"4","only_mobile":"0","name":"巨人雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"355","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuatrol3","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"700","height":"1","display_order":"98","new_item":"0","category_id":"4","only_mobile":"0","name":"巨魔浴室","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"70","collect_type":"g","unit_capacity":"0","id":"356","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"retretetrol","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"700","height":"1","display_order":"98","new_item":"0","category_id":"4","only_mobile":"0","name":"巨魔装饰 5","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"70","collect_type":"g","unit_capacity":"0","id":"357","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaSoldado1","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"700","height":"1","display_order":"98","new_item":"0","category_id":"4","only_mobile":"0","name":"巨魔装饰 6","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"70","collect_type":"g","unit_capacity":"0","id":"358","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaSoldado1","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"700","height":"1","display_order":"98","new_item":"0","category_id":"4","only_mobile":"0","name":"巨魔装饰 7","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"70","collect_type":"g","unit_capacity":"0","id":"359","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaSoldado1","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"700","height":"1","display_order":"98","new_item":"0","category_id":"4","only_mobile":"0","name":"巨魔装饰 8","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"70","collect_type":"g","unit_capacity":"0","id":"360","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuaSoldado1","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"150","height":"3","display_order":"43","new_item":"0","category_id":"1","only_mobile":"0","name":"盟军建筑","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"361","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"aliados","max_frame":"2","life":"500","width":"3"},{"giftable":"0","cost":"400","height":"3","display_order":"50","new_item":"0","category_id":"1","only_mobile":"0","name":"巫毒休息室","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"133","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","unit_capacity":"0","id":"362","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"590","achievement":"0","type":"b","flying":"0","min_level":"19","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"chamanahouse","max_frame":"2","life":"500","width":"3"},{"giftable":"0","cost":"70","height":"5","display_order":"15","new_item":"1","category_id":"5","only_mobile":"0","name":"巴比伦园林","potion":"1","population":"50","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"511","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"7","collect_type":"g","unit_capacity":"0","id":"363","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"23","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"jardinbabilonia","max_frame":"2","life":"2000","width":"5"},{"giftable":"0","cost":"0","height":"3","display_order":"82","new_item":"0","category_id":"8","only_mobile":"0","name":"囚犯弓箭手","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","collect":"250","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"364","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jaulaanimal","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"0","height":"3","display_order":"82","new_item":"0","category_id":"8","only_mobile":"0","name":"被绑架的单位","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","collect":"250","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"365","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jaulaanimal","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"16","height":"3","display_order":"48","new_item":"1","category_id":"1","only_mobile":"0","name":"奥丁雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"366","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"estatuaataque","max_frame":"2","life":"2000","width":"3"},{"giftable":"0","cost":"0","height":"3","display_order":"82","new_item":"0","category_id":"8","only_mobile":"0","name":"被困的盟友","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"n","collect":"250","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"367","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jaulaanimal","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"300","height":"3","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"捕获的围攻","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"368","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jaulaanimal","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"4","height":"1","display_order":"5","new_item":"1","category_id":"2","only_mobile":"0","name":"油塔","potion":"1","population":"0","attack_interval":"70","attack":"20","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"12","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"369","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"oiltower","max_frame":"4","life":"2000","width":"1"},{"giftable":"0","cost":"18","height":"4","display_order":"13","new_item":"1","category_id":"3","only_mobile":"0","name":"象厩","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"370","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"603","achievement":"0","type":"b","flying":"0","min_level":"27","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"ranchoelefantes","max_frame":"2","life":"1000","width":"4"},{"giftable":"0","cost":"12","height":"3","display_order":"14","new_item":"1","category_id":"3","only_mobile":"0","name":"塔坊","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"371","subcategory_id":"35","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"602","achievement":"0","type":"b","flying":"0","min_level":"22","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"fabricatorremovil","max_frame":"2","life":"1200","width":"3"},{"giftable":"0","cost":"600","height":"3","display_order":"12","new_item":"1","category_id":"3","only_mobile":"0","name":"犀牛马厩","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"60","collect_type":"g","unit_capacity":"0","id":"372","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"601","achievement":"0","type":"b","flying":"0","min_level":"17","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"barrakatrolrino","max_frame":"2","life":"500","width":"3"},{"giftable":"0","cost":"3500","height":"3","display_order":"12","new_item":"1","category_id":"1","only_mobile":"0","name":"天气机器","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"350","collect_type":"g","unit_capacity":"0","id":"373","subcategory_id":"14","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"34","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"maquinatiempo","max_frame":"2","life":"750","width":"3"},{"giftable":"0","cost":"12","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"海盗节","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"360","collect_type":"g","unit_capacity":"0","id":"374","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"606","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"barracavikinga","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"1","display_order":"11","new_item":"0","category_id":"12","only_mobile":"0","name":"海盗墙","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"375","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"murallavikinga","max_frame":"2","life":"1200","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"2","new_item":"0","category_id":"12","only_mobile":"0","name":"海盗塔","potion":"1","population":"0","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","unit_capacity":"0","id":"376","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torredefensavikinga","max_frame":"2","life":"2300","width":"1"},{"giftable":"0","cost":"1400","height":"2","display_order":"12","new_item":"0","category_id":"12","only_mobile":"0","name":"维京场","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"h","collect":"35","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"140","collect_type":"f","unit_capacity":"1","id":"377","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granjavikinga","max_frame":"2","life":"100","width":"2"},{"giftable":"0","cost":"7","height":"2","display_order":"16","new_item":"0","category_id":"12","only_mobile":"0","name":"维京矿","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"10","defense":"1","size":"0","gift_level":"1","race":"h","collect":"300","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"s","unit_capacity":"2","id":"378","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"minavikinga","max_frame":"2","life":"200","width":"2"},{"giftable":"0","cost":"500","height":"1","display_order":"17","new_item":"0","category_id":"12","only_mobile":"0","name":"海盗雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"379","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuavikinga1","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"1000","height":"1","display_order":"18","new_item":"0","category_id":"12","only_mobile":"0","name":"海盗雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"380","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuavikinga2","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"2","height":"3","display_order":"19","new_item":"0","category_id":"12","only_mobile":"0","name":"海盗船","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"381","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"barcovikingo1","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"12000","height":"3","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"海盗船","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"382","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"barcovikingo2","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"3000","height":"1","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"Viking Mistress","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"383","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"vikingagordita","display_order":"21","life":"100","width":"1"},{"giftable":"0","cost":"7","height":"1","display_order":"6","new_item":"1","category_id":"2","only_mobile":"0","name":"冰塔","potion":"1","population":"0","attack_interval":"75","attack":"1","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","collect":"0","achievement_desc":"","protect":"1","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"14","in_store":"3","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"384","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torrehielo","max_frame":"2","life":"2200","width":"1"},{"giftable":"0","cost":"12","height":"3","display_order":"3","new_item":"0","category_id":"3","only_mobile":"0","name":"兵营的鼓手","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","unit_capacity":"0","id":"385","subcategory_id":"35","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"604","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"bongotrolhouse","max_frame":"2","life":"1500","width":"3"},{"giftable":"0","cost":"14","height":"3","display_order":"3","new_item":"0","category_id":"3","only_mobile":"0","name":"兵营的巨石","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"t","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"2","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"140","collect_type":"g","unit_capacity":"0","id":"386","subcategory_id":"32","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"605","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"barracalanzapiedras","max_frame":"2","life":"1500","width":"3"},{"giftable":"0","cost":"50","height":"3","display_order":"44","new_item":"1","category_id":"1","only_mobile":"0","name":"招聘奖","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","unit_capacity":"0","id":"387","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"sorpresa2","max_frame":"2","life":"750","width":"3"},{"giftable":"0","cost":"12","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"维京斧宿舍","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"360","collect_type":"g","unit_capacity":"0","id":"388","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"607","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"barracavikingolanzahachas","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"100","height":"3","display_order":"44","new_item":"1","category_id":"1","only_mobile":"0","name":"圆桌会议","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"86400","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"0","id":"389","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"mesaredonda","max_frame":"2","life":"1400","width":"3"},{"giftable":"0","cost":"5000","height":"3","display_order":"4","new_item":"1","category_id":"3","only_mobile":"0","name":"兵营 V","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":50000}","xp":"500","collect_type":"g","unit_capacity":"0","id":"390","subcategory_id":"31","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"608","achievement":"0","type":"b","flying":"0","min_level":"37","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"barracainfanteria5","max_frame":"2","life":"550","width":"3"},{"giftable":"0","cost":"10000","height":"3","display_order":"10","new_item":"1","category_id":"3","only_mobile":"0","name":"弓箭手 V","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":75000}","xp":"1000","collect_type":"g","unit_capacity":"0","id":"391","subcategory_id":"32","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"609","achievement":"0","type":"b","flying":"0","min_level":"42","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"arqueria5","max_frame":"2","life":"550","width":"3"},{"giftable":"0","cost":"15000","height":"3","max_frame":"2","new_item":"1","category_id":"3","attack_range":"0","name":"Stables V","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"331","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"cost\":100000}","xp":"1500","collect_type":"g","unit_capacity":"0","id":"392","subcategory_id":"33","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"610","achievement":"0","type":"b","flying":"0","min_level":"46","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"establo5","display_order":"12","life":"550","width":"3"},{"giftable":"0","cost":"18","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"阿努比斯寺","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"540","collect_type":"g","unit_capacity":"0","id":"393","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"612","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"cuartelegipcio1","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"1","display_order":"11","new_item":"0","category_id":"12","only_mobile":"0","name":"埃及墙壁","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"394","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"murallaegipcia","max_frame":"2","life":"1200","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"2","new_item":"0","category_id":"12","only_mobile":"0","name":"埃及塔","potion":"1","population":"0","attack_interval":"40","attack":"25","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","unit_capacity":"0","id":"395","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torredefensaegipcia","max_frame":"2","life":"2350","width":"1"},{"giftable":"0","cost":"1400","height":"2","display_order":"12","new_item":"0","category_id":"12","only_mobile":"0","name":"埃及的领域","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"h","collect":"35","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"140","collect_type":"f","unit_capacity":"1","id":"396","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granjaegipcia","max_frame":"2","life":"100","width":"2"},{"giftable":"0","cost":"7","height":"2","display_order":"16","new_item":"0","category_id":"12","only_mobile":"0","name":"埃及的地雷","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"10","defense":"1","size":"0","gift_level":"1","race":"h","collect":"300","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"2","id":"397","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"minapiedraegipcia","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"100","height":"1","display_order":"17","new_item":"0","category_id":"12","only_mobile":"0","name":"克娄巴特拉","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","unit_capacity":"0","id":"398","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"cleopatra","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"1000","height":"2","display_order":"18","new_item":"0","category_id":"12","only_mobile":"0","name":"卡默尔","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","unit_capacity":"0","id":"399","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"camello","max_frame":"2","life":"500","width":"2"},{"giftable":"0","cost":"2","height":"1","display_order":"19","new_item":"0","category_id":"12","only_mobile":"0","name":"阿努比斯雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"400","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"anubis","max_frame":"2","life":"1000","width":"1"},{"giftable":"0","cost":"150","height":"1","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"猫雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"401","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"bastet","max_frame":"2","life":"100","width":"1"},{"giftable":"0","cost":"3000","height":"1","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"节炎的雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"402","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"diosre","max_frame":"2","life":"1000","width":"1"},{"giftable":"0","cost":"500","height":"3","display_order":"17","new_item":"0","category_id":"12","only_mobile":"0","name":"斯芬克斯","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"403","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esfinge","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"15000","height":"3","display_order":"17","new_item":"0","category_id":"12","only_mobile":"0","name":"炼金术","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"g","unit_capacity":"0","id":"404","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esfingecabra","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"6","height":"3","display_order":"18","new_item":"0","category_id":"12","only_mobile":"0","name":"节炎的斯芬克斯","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"405","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"esfingere","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"10000","height":"3","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"阿努比斯雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"406","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"perrodorado","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"8000","height":"3","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"黑胡子","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"407","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"perronegro","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"4","height":"2","display_order":"21","new_item":"0","category_id":"12","only_mobile":"0","name":"法老","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"408","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"pharaoh","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"20000","height":"3","display_order":"15","new_item":"0","category_id":"12","only_mobile":"0","name":"埃及的宿舍","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"409","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"613","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"cuartelegipcio2","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"12","height":"3","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"骆驼马厩","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"360","collect_type":"g","unit_capacity":"0","id":"410","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"614","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"cuartelcamellos","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"2500","height":"2","display_order":"14","new_item":"0","category_id":"12","only_mobile":"0","name":"埃及的房子","potion":"1","population":"6","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"10","id":"411","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"casaegipcia","max_frame":"2","life":"500","width":"2"},{"giftable":"0","cost":"35","height":"4","display_order":"26","new_item":"0","category_id":"1","only_mobile":"0","name":"金色大厅","potion":"1","population":"5","attack_interval":"35","attack":"15","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"135","groups":"","velocity":"0","expiration":"0","attack_range":"7","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"4","collect_type":"g","unit_capacity":"0","id":"412","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"35","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"townhalloro","max_frame":"2","life":"8000","width":"4"},{"giftable":"0","cost":"10","height":"1","display_order":"6","new_item":"0","category_id":"2","only_mobile":"0","name":"黄金塔","potion":"1","population":"0","attack_interval":"40","attack":"25","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"413","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torreoro","max_frame":"2","life":"2350","width":"1"},{"giftable":"0","cost":"5000","height":"4","display_order":"18","new_item":"0","category_id":"2","only_mobile":"0","name":"金色城堡","potion":"1","population":"0","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"231","groups":"","velocity":"0","expiration":"0","attack_range":"11","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"414","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"508","achievement":"0","type":"b","flying":"0","min_level":"27","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"castillooro","max_frame":"2","life":"4000","width":"4"},{"giftable":"0","cost":"16","height":"3","display_order":"15","new_item":"0","category_id":"3","only_mobile":"0","name":"木乃伊金字塔","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"415","subcategory_id":"35","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"615","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"piramidemomia","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"150","height":"3","display_order":"43","new_item":"0","category_id":"1","only_mobile":"0","name":"魔法学院","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"416","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"35","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"casamagia","max_frame":"2","life":"1500","width":"3"},{"giftable":"0","cost":"150","height":"1","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"隐士","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"417","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ermitanoatlantida","max_frame":"2","life":"1000","width":"1"},{"giftable":"0","cost":"5000","height":"2","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"海豚喷泉","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"418","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"fuentedelfinesatlantida","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"2","height":"2","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"庞然大物","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"0","id":"419","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"leviatanatlantida","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"6","height":"2","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"亚特兰蒂斯装饰","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"420","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"peceraatlante","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"10000","height":"3","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"Atlantis Quarters","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"0","id":"421","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"619","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"cuartelatlantida2","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"20000","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"亚特兰蒂斯射箭","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"422","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"620","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"cuartelatlantida","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"18","height":"3","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"蟹马厩","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"550","collect_type":"g","unit_capacity":"0","id":"423","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"621","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"cuartelcangrejoatlantis","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"12","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"海马马厩","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"350","collect_type":"g","unit_capacity":"0","id":"424","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"622","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"cuartelcaballito","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"1","display_order":"11","new_item":"0","category_id":"12","only_mobile":"0","name":"亚特兰蒂斯的墙","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"425","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"murallaatlantis","max_frame":"2","life":"1200","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"7","new_item":"0","category_id":"12","only_mobile":"0","name":"亚特兰蒂斯塔","potion":"1","population":"0","attack_interval":"40","attack":"25","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","unit_capacity":"0","id":"426","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torredefensaatlantis","max_frame":"2","life":"2400","width":"1"},{"giftable":"0","cost":"1400","height":"2","display_order":"12","new_item":"0","category_id":"12","only_mobile":"0","name":"亚特兰蒂斯的领域","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"h","collect":"35","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"140","collect_type":"f","unit_capacity":"1","id":"427","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"campoatlantis","max_frame":"2","life":"100","width":"2"},{"giftable":"0","cost":"7","height":"2","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"亚特兰蒂斯轧机","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"17","defense":"1","size":"0","gift_level":"1","race":"h","collect":"500","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"f","unit_capacity":"2","id":"428","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"molinoatlantida","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"6","height":"1","display_order":"7","new_item":"1","category_id":"2","only_mobile":"0","name":"水塔","potion":"1","population":"0","attack_interval":"40","attack":"3","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"11","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","unit_capacity":"0","id":"429","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torreagua","max_frame":"4","life":"2400","width":"1"},{"giftable":"0","cost":"18","height":"3","display_order":"15","new_item":"0","category_id":"3","only_mobile":"0","name":"海王的宫殿","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"430","subcategory_id":"35","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"623","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"palacioneptuno","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"雾岛","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"431","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islamisty","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"沙丘岛","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"432","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladune","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"神秘岛","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"433","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islamythical","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1200","height":"3","display_order":"100","new_item":"0","category_id":"4","only_mobile":"0","name":"巨大的蛋","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","unit_capacity":"0","id":"434","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"huevogrande","max_frame":"2","life":"5000","width":"3"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"危险的小岛","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"435","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"燕窝岛","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"436","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islanest","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1200","height":"3","display_order":"100","new_item":"0","category_id":"4","only_mobile":"0","name":"巨大的蛋","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","unit_capacity":"0","id":"437","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"huevogrande2","max_frame":"2","life":"2500","width":"3"},{"giftable":"0","cost":"5000","height":"2","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵的生命树","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"438","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbolvidaelfo","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"150","height":"2","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵的凉亭","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"439","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"cupulaverde","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"7","height":"3","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵英雄雕像","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"0","id":"440","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"estatuaelfa","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"5","height":"3","display_order":"20","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵的喷泉","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"441","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"fuenteelfica","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"10000","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵的兵营","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"0","id":"442","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"626","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"barracaelfaespada","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"20000","height":"3","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵弓箭手","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"443","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"627","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"barracaarqueroelfo","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"12","height":"3","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"德鲁伊协会","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"550","collect_type":"g","unit_capacity":"0","id":"444","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"628","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"barracamagoelfo","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"20","height":"3","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵的马厩","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"550","collect_type":"g","unit_capacity":"0","id":"445","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"629","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"barracatigre","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"1","display_order":"3","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵的墙","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"446","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"murallaelfa","max_frame":"2","life":"1300","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵之塔","potion":"1","population":"0","attack_interval":"40","attack":"26","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","unit_capacity":"0","id":"447","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torreelfa","max_frame":"2","life":"2450","width":"1"},{"giftable":"0","cost":"1400","height":"2","display_order":"12","new_item":"0","category_id":"12","only_mobile":"0","name":"极低频场","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"h","collect":"35","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"140","collect_type":"f","unit_capacity":"1","id":"448","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"granjaelfa","max_frame":"2","life":"100","width":"2"},{"giftable":"0","cost":"5","height":"2","display_order":"16","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵的轧机","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"14","defense":"1","size":"0","gift_level":"1","race":"h","collect":"400","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"w","unit_capacity":"2","id":"449","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"aserraderoelfo","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"2500","height":"3","display_order":"-110","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵的房子","potion":"1","population":"6","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"10","id":"450","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"casaelfa","max_frame":"2","life":"210","width":"3"},{"giftable":"0","cost":"10","height":"2","display_order":"16","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵鹰鸟","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"451","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"pajaroelfo","max_frame":"2","life":"3000","width":"2"},{"giftable":"0","cost":"16","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"皇家军营","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"450","collect_type":"g","unit_capacity":"0","id":"465","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"632","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"barracaelfo2","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"15000","height":"3","display_order":"14","new_item":"0","category_id":"12","only_mobile":"0","name":"德鲁伊的小屋","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","unit_capacity":"0","id":"466","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"628","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"466_barraca_druida","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"16","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"皇家射箭","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"467","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"633","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"467_barraca_arquero","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"20","height":"3","display_order":"1","new_item":"0","category_id":"12","only_mobile":"0","name":"精灵工作室","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"400","collect_type":"g","unit_capacity":"0","id":"468","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"634","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"468_barraca_ballista","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"40","height":"6","display_order":"20","new_item":"1","category_id":"2","only_mobile":"0","name":"要塞","potion":"1","population":"0","attack_interval":"35","attack":"35","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"1","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"11","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"550","collect_type":"g","unit_capacity":"6","id":"469","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"32","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"469_fortaleza","max_frame":"2","life":"15000","width":"6"},{"giftable":"0","cost":"9000","height":"5","display_order":"4","new_item":"1","category_id":"5","only_mobile":"0","name":"大教堂","potion":"1","population":"10","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"1","race":"a","collect":"600","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"350","collect_type":"g","unit_capacity":"0","id":"470","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"470_maravilla","max_frame":"2","life":"3000","width":"5"},{"giftable":"0","cost":"20","height":"3","display_order":"-3400","new_item":"0","category_id":"12","only_mobile":"0","name":"Ent 兵营","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"450","collect_type":"g","unit_capacity":"0","id":"471","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"635","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"471_barraca_ent","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"6000","height":"4","display_order":"18","new_item":"0","category_id":"2","only_mobile":"0","name":"黑色城堡","potion":"1","population":"0","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"231","groups":"","velocity":"0","expiration":"0","attack_range":"11","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"g","unit_capacity":"0","id":"472","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"563","achievement":"0","type":"b","flying":"0","min_level":"27","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"472_castillo","max_frame":"2","life":"4000","width":"4"},{"giftable":"0","cost":"1","height":"1","display_order":"-210","new_item":"1","category_id":"12","only_mobile":"0","name":"地狱之墙","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","unit_capacity":"0","id":"473","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"muroinfernal","max_frame":"2","life":"1400","width":"1"},{"giftable":"0","cost":"9","height":"1","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"恶魔塔","potion":"1","population":"0","attack_interval":"35","attack":"27","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","velocity":"0","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"180","collect_type":"g","unit_capacity":"0","id":"474","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"torredefensainferno","max_frame":"2","life":"2500","width":"1"},{"giftable":"0","cost":"1500","height":"2","display_order":"12","new_item":"1","category_id":"12","only_mobile":"0","name":"地狱火领域","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"h","collect":"40","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"150","collect_type":"f","unit_capacity":"1","id":"475","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"huertoinfernal","max_frame":"2","life":"100","width":"2"},{"giftable":"0","cost":"18","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Infernal Barracks","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"476","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"644","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"infanteriainferno","display_order":"2","life":"3000","width":"3"},{"giftable":"0","cost":"12000","height":"3","display_order":"-1300","new_item":"1","category_id":"12","only_mobile":"0","name":"地狱的宿舍","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"477","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"645","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"infanteriainferno2","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"20","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"地狱的射箭","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"478","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"646","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"arqueriainferno","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"24","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"地狱的马厩","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"550","collect_type":"g","unit_capacity":"0","id":"479","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"647","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"edificiohellhound","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"150","height":"1","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"火把","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","unit_capacity":"0","id":"480","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"antorchainfernal","max_frame":"2","life":"1000","width":"1"},{"giftable":"0","cost":"5","height":"2","display_order":"20","new_item":"1","category_id":"12","only_mobile":"0","name":"出血雕塑","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"0","id":"481","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"faunosangrante","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"10","height":"3","display_order":"20","new_item":"1","category_id":"12","only_mobile":"0","name":"岩浆喷泉","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"482","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"fuentemagma","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"5000","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"地狱的雕塑","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"483","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jardininferno","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"14","height":"3","display_order":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"Infernal Halberdiery","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"550","collect_type":"g","unit_capacity":"0","id":"484","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"648","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"edificioalabardainferno","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-3600","new_item":"0","category_id":"12","only_mobile":"0","name":"地狱总部","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"321","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","unit_capacity":"0","id":"485","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"654","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"485_barraca","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"2000","height":"4","display_order":"2","new_item":"1","category_id":"1","only_mobile":"0","name":"墓地","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","unit_capacity":"0","id":"486","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"486_cementerio","max_frame":"2","life":"5000","width":"4"},{"giftable":"0","cost":"300","height":"4","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"中国节日","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"487","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"487_festivalchino","max_frame":"2","life":"100","width":"4"},{"giftable":"0","cost":"1","height":"1","display_order":"85","new_item":"0","category_id":"8","only_mobile":"0","name":"被盗的烟花","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"20","defense":"1","size":"0","gift_level":"3","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"al","unit_capacity":"0","id":"488","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"488_fuegoartificial","max_frame":"2","life":"5","width":"1"},{"giftable":"0","cost":"300","height":"3","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"傀儡总部","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"489","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"refugio2","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"300","height":"3","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"海盗节","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"490","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"490_festivalvikingo","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"1","height":"2","display_order":"85","new_item":"0","category_id":"8","only_mobile":"0","name":"被偷啤酒","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"20","defense":"1","size":"0","gift_level":"3","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"al","unit_capacity":"0","id":"491","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"491_cerveza","max_frame":"2","life":"5","width":"2"},{"giftable":"0","cost":"300","height":"3","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"黑色雪人洞穴","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"492","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"492_cuevayeti","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"300","height":"3","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"特拉洛克坛","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","unit_capacity":"0","id":"493","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"493_altar","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"1","height":"2","display_order":"85","new_item":"0","category_id":"8","only_mobile":"0","name":"阿兹台克兰姆","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"20","defense":"1","size":"0","gift_level":"3","race":"n","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"al","unit_capacity":"0","id":"494","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"494_ovejaazteca","max_frame":"2","life":"5","width":"2"},{"giftable":"0","cost":"300","height":"3","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"毒蛇的巢穴","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"495","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"495_nidoserpiente","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"300","height":"3","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"恶魔的雕塑","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"496","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"496_demonic","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"1","height":"2","display_order":"85","new_item":"0","category_id":"8","only_mobile":"0","name":"生命之树","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"20","defense":"1","size":"0","gift_level":"3","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"al","collect":"0","in_store":"0","id":"497","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"497_arbol","max_frame":"2","life":"5","width":"2"},{"giftable":"0","cost":"300","height":"3","display_order":"90","new_item":"0","category_id":"8","only_mobile":"0","name":"能量宝石","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"498","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"powergem","max_frame":"2","life":"100","width":"3"},{"giftable":"0","cost":"1","height":"2","display_order":"85","new_item":"0","category_id":"8","only_mobile":"0","name":"石棺","potion":"1","population":"0","attack_interval":"0","attack":"0","show_on_mobile":"1","collect_xp":"20","defense":"1","size":"0","gift_level":"3","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","velocity":"0","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"al","collect":"0","in_store":"0","id":"499","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"499_sarcofago","max_frame":"2","life":"5","width":"2"},{"giftable":"1","cost":"50","height":"1","display_order":"83","new_item":"0","category_id":"7","only_mobile":"0","name":"农民 I","potion":"1","population":"1","attack_interval":"35","attack":"6","show_on_mobile":"0","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"71","groups":"worker","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"0","id":"500","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"f","show_on_mobile_store":"0","img_name":"aldeanohombre","max_frame":"5","life":"25","width":"1"},{"giftable":"1","cost":"50","height":"1","display_order":"84","new_item":"0","category_id":"7","only_mobile":"0","name":"农民 I","potion":"1","population":"1","attack_interval":"35","attack":"6","show_on_mobile":"0","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"71","groups":"worker","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"0","id":"501","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"f","show_on_mobile_store":"0","img_name":"aldeanamujer","max_frame":"5","life":"25","width":"1"},{"giftable":"0","cost":"250","height":"1","display_order":"85","new_item":"0","category_id":"7","only_mobile":"0","name":"蒸气治疗机","potion":"1","population":"1","attack_interval":"120","attack":"15","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"5","achievement_desc":"Now your army can be healed during a battle!","protect":"0","subcat_functional":"72","groups":"healer","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"25","collect_type":"g","collect":"0","in_store":"0","id":"502","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"4","units_limit":"5","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"9","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"curandera","max_frame":"5","life":"25","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"86","new_item":"0","category_id":"7","only_mobile":"0","name":"移民","potion":"1","population":"2","attack_interval":"35","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"0","subcat_functional":"73","groups":"","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"503","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"colonizador","max_frame":"5","life":"30","width":"1"},{"giftable":"1","cost":"0","height":"1","display_order":"87","new_item":"0","category_id":"7","only_mobile":"0","name":"奶牛","potion":"1","population":"0","attack_interval":"35","attack":"0","show_on_mobile":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"8","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"74","groups":"cow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"504","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"vaca1","max_frame":"5","life":"12","width":"1"},{"giftable":"1","cost":"0","height":"1","display_order":"88","new_item":"0","category_id":"7","only_mobile":"0","name":"绵羊","potion":"1","population":"0","attack_interval":"35","attack":"0","show_on_mobile":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"3","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"75","groups":"sheep","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"505","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"oveja1","max_frame":"5","life":"7","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"89","new_item":"0","category_id":"7","only_mobile":"0","name":"加盟车","potion":"1","population":"1","attack_interval":"35","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"76","groups":"cart","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"506","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"carretacaballo","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"150","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"优秀的剑客","potion":"1","population":"2","attack_interval":"35","attack":"18","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Use this Elite Swordsman as a leader of your Elite Army!","protect":"0","subcat_functional":"77","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","collect":"0","in_store":"0","id":"507","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadcastillo1","max_frame":"5","life":"110","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"91","new_item":"0","category_id":"7","only_mobile":"0","name":"精英骑士","potion":"1","population":"2","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Lead your army to a glorious battle with this powerful unit!","protect":"0","subcat_functional":"77","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"508","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadcastillo2","max_frame":"5","life":"150","width":"1"},{"giftable":"1","cost":"30","height":"1","display_order":"92","new_item":"0","category_id":"7","only_mobile":"0","name":"枪兵","potion":"1","population":"1","attack_interval":"35","attack":"8","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"2","race":"h","attack_range":"1","achievement_desc":"Every Troll should meet personally the Spearman's Pike!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"3","collect_type":"g","collect":"0","in_store":"0","id":"509","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infanteriaunidad1","max_frame":"5","life":"40","width":"1"},{"giftable":"1","cost":"60","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"剑客","potion":"1","population":"1","attack_interval":"35","attack":"12","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"9","race":"h","attack_range":"1","achievement_desc":"With its sharp sword this unit can help you in battles!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"g","collect":"0","in_store":"0","id":"510","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"2","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infanteriaunidad2","max_frame":"5","life":"45","width":"1"},{"giftable":"1","cost":"90","height":"1","display_order":"94","new_item":"0","category_id":"7","only_mobile":"0","name":"长剑客","potion":"1","population":"1","attack_interval":"35","attack":"18","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"18","race":"h","attack_range":"1","achievement_desc":"He's even more deadly than his predecessors!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"9","collect_type":"g","collect":"0","in_store":"0","id":"511","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"3","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infanteriaunidad3","max_frame":"5","life":"55","width":"1"},{"giftable":"1","cost":"75","height":"1","display_order":"95","new_item":"0","category_id":"7","only_mobile":"0","name":"轻骑士","potion":"1","population":"2","attack_interval":"35","attack":"10","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"6","race":"h","attack_range":"1","achievement_desc":"Use a Light Knight for a Troll fight!","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"8","collect_type":"g","collect":"0","in_store":"0","id":"512","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"3","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballo1","max_frame":"5","life":"60","width":"1"},{"giftable":"1","cost":"150","height":"1","display_order":"96","new_item":"0","category_id":"7","only_mobile":"0","name":"中骑士","potion":"1","population":"2","attack_interval":"35","attack":"14","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"13","race":"h","attack_range":"1","achievement_desc":"A Medium Knight should never be left out of sight!","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","collect":"0","in_store":"0","id":"513","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballo2","max_frame":"5","life":"100","width":"1"},{"giftable":"1","cost":"225","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"重装骑士","potion":"1","population":"2","attack_interval":"35","attack":"20","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"27","race":"h","attack_range":"1","achievement_desc":"A Heavy Knight should be used in a Heavy Fight!","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"23","collect_type":"g","collect":"0","in_store":"0","id":"514","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballo3","max_frame":"5","life":"140","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"98","new_item":"0","category_id":"7","only_mobile":"0","name":"介质弓箭骑士","potion":"1","population":"2","attack_interval":"35","attack":"7","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"The arrows of this unit keep the trolls away from your empire!","protect":"0","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"515","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballoarquero","max_frame":"5","life":"140","width":"1"},
+{"giftable":"1","cost":"50","height":"1","display_order":"99","new_item":"0","category_id":"7",
+"only_mobile":"0","name":"光弓箭手","potion":"1","population":"1","attack_interval":"35",
+"attack":"5","show_on_mobile":"1",
+"collect_xp":"1","defense":"1","size":"0","gift_level":"4","race":"h","attack_range":"5",
+"achievement_desc":"You have the Light Archer! It's time for Troll destruction!",
+"protect":"0","subcat_functional":"80","groups":"ranged small slow",
+"velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0",
+"store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"0",
+
+"id":"516","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"1","units_limit":"0",
+"trains":"0","achievement":"1","type":"u","flying":"0","min_level":"2","elevation":"1",
+"cost_type":"g","show_on_mobile_store":"0","img_name":"arquero1","max_frame":"5","life":"30",
+"width":"1"},{"giftable":"1","cost":"100","height":"1","display_order":"100","new_item":"0","category_id":"7","only_mobile":"0","name":"中的弓箭手","potion":"1","population":"1","attack_interval":"35","attack":"7","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"11","race":"h","attack_range":"6","achievement_desc":"You have a Medium Archer! Your army is getting stronger!","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"517","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"4","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquero2","max_frame":"5","life":"35","width":"1"},{"giftable":"1","cost":"150","height":"1","display_order":"101","new_item":"0","category_id":"7","only_mobile":"0","name":"重型弓手","potion":"1","population":"1","attack_interval":"35","attack":"9","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"24","race":"h","attack_range":"7","achievement_desc":"I'm the Heavy Archer who will serve you loyally in battles!","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","collect":"0","in_store":"0","id":"518","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquero3","max_frame":"5","life":"40","width":"1"},{"giftable":"1","cost":"100","height":"1","display_order":"102","new_item":"0","category_id":"7","only_mobile":"0","name":"攻城槌","potion":"1","population":"2","attack_interval":"75","attack":"28","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"21","race":"h","attack_range":"1","achievement_desc":"The Ram will help you tear down all the wall of your enemies!","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"519","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"4","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ariete1","max_frame":"5","life":"75","width":"1"},{"giftable":"1","cost":"200","height":"1","display_order":"103","new_item":"0","category_id":"7","only_mobile":"0","name":"蝎子","potion":"1","population":"3","attack_interval":"175","attack":"28","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"30","race":"h","attack_range":"8","achievement_desc":"Add a Scorpion when you gether your troops agains the trolls!","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","collect":"0","in_store":"0","id":"520","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"7","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ariete2","max_frame":"5","life":"40","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"104","new_item":"0","category_id":"7","only_mobile":"0","name":"弹弓","potion":"1","population":"2","attack_interval":"175","attack":"60","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"10","achievement_desc":"Catapult is your solution againt the deadly towers!","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"521","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ariete3","max_frame":"5","life":"50","width":"1"},{"giftable":"0","cost":"600","height":"1","display_order":"105","new_item":"0","category_id":"7","only_mobile":"0","name":"大炮","potion":"2","population":"3","attack_interval":"175","attack":"80","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"11","achievement_desc":"Cannon is a perfect weapon to bring down your enemy's towers!","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"60","collect_type":"g","collect":"0","in_store":"0","id":"522","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"5","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ariete4","max_frame":"5","life":"50","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"106","new_item":"0","category_id":"7","only_mobile":"0","name":"狼","potion":"1","population":"1","attack_interval":"35","attack":"16","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"82","groups":"","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"523","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"lobo1","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"107","new_item":"0","category_id":"7","only_mobile":"0","name":"大象","potion":"1","population":"1","attack_interval":"35","attack":"16","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"82","groups":"","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"524","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"animal2","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"108","new_item":"0","category_id":"7","only_mobile":"0","name":"小巨魔","potion":"1","population":"1","attack_interval":"50","attack":"12","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"2","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"2","id":"525","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol1","max_frame":"5","life":"35","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"109","new_item":"0","category_id":"7","only_mobile":"0","name":"狡猾的巨魔","potion":"1","population":"1","attack_interval":"45","attack":"16","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"2","id":"526","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol2","max_frame":"5","life":"50","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"110","new_item":"0","category_id":"7","only_mobile":"0","name":"大巨魔","potion":"1","population":"2","attack_interval":"40","attack":"20","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"2","id":"527","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol3","max_frame":"5","life":"75","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"111","new_item":"0","category_id":"7","only_mobile":"0","name":"战争巨魔","potion":"1","population":"2","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"2","id":"528","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol4","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"战争巨魔","potion":"1","population":"4","attack_interval":"35","attack":"32","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"2","id":"529","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol5","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"斧者","potion":"1","population":"3","attack_interval":"35","attack":"11","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"5","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"2","id":"530","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol6","max_frame":"5","life":"125","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"野猪骑士","potion":"1","population":"3","attack_interval":"35","attack":"16","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"2","id":"531","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol7","max_frame":"5","life":"100","width":"1"},{"giftable":"1","cost":"100","height":"1","display_order":"117","new_item":"0","category_id":"7","only_mobile":"0","name":"整修巨魔","potion":"1","population":"1","attack_interval":"50","attack":"12","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"15","race":"h","attack_range":"1","achievement_desc":"Accept this Rehabbed Troll! He will serve you loyally!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"2","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"532","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol1","max_frame":"5","life":"35","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"战士公主","potion":"2","population":"1","attack_interval":"35","attack":"18","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Who said women cannot fight? Test the power of Warrior Princess!","protect":"0","subcat_functional":"77","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"533","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"xena","max_frame":"5","life":"300","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"91","new_item":"0","category_id":"7","only_mobile":"0","name":"亚瑟王子","potion":"2","population":"2","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Prince Arthur will lead you army into glorious victories!","protect":"0","subcat_functional":"77","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"534","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"5","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"princearthur","max_frame":"5","life":"300","width":"1"},{"giftable":"0","cost":"250","height":"1","display_order":"101","new_item":"0","category_id":"7","only_mobile":"0","name":"护林者","potion":"2","population":"1","attack_interval":"25","attack":"9","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"With a Ranger on your side you can meet any danger on your way!","protect":"0","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"25","collect_type":"g","collect":"0","in_store":"0","id":"535","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ranger","max_frame":"5","life":"150","width":"1"},{"giftable":"0","cost":"200","height":"1","display_order":"110","new_item":"0","category_id":"7","only_mobile":"0","name":"好的巨魔","potion":"1","population":"1","attack_interval":"40","attack":"30","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"There's nothing nicer than a Nice Troll! Accept him in your empire!","protect":"0","subcat_functional":"77","groups":"melee small slow","velocity":"2","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","collect":"0","in_store":"0","id":"536","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol3bueno","max_frame":"5","life":"250","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"石巨人","potion":"3","population":"3","attack_interval":"35","attack":"15","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"2","gift_level":"1","race":"a","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"85","groups":"melee small slow","velocity":"2","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"537","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"stonegolem","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"1000","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"石巨人","potion":"1","population":"4","attack_interval":"60","attack":"15","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"2","gift_level":"1","race":"e","attack_range":"2","achievement_desc":"","protect":"0","subcat_functional":"84","groups":"","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","collect":"0","in_store":"0","id":"538","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"bigboss1","max_frame":"5","life":"6500","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"94","new_item":"0","category_id":"7","only_mobile":"0","name":"强大的剑客","potion":"1","population":"1","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"The Powerful Swordsman guarantees a Powerful Army!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"539","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infanteriaunidad4","max_frame":"5","life":"175","width":"1"},{"giftable":"0","cost":"450","height":"1","display_order":"101","new_item":"0","category_id":"7","only_mobile":"0","name":"强大的弓箭手","potion":"1","population":"1","attack_interval":"30","attack":"10","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"Try the deadly arrows of the Powreful Archer against the trolls!","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"45","collect_type":"g","collect":"0","in_store":"0","id":"540","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"7","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquero4","max_frame":"5","life":"150","width":"1"},{"giftable":"0","cost":"550","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"强大的骑士","potion":"1","population":"2","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"A Powerful Knight best fits a merciless fight!","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"55","collect_type":"g","collect":"0","in_store":"0","id":"541","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"5","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballo4","max_frame":"5","life":"225","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"船","potion":"1","population":"1","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","attack_range":"7","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"542","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ship","max_frame":"5","life":"1000","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"鹰","potion":"1","population":"1","attack_interval":"35","attack":"1","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"86","groups":"","velocity":"10","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"543","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"eagle","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"4","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"雪人","potion":"2","population":"3","attack_interval":"35","attack":"15","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"a","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"85","groups":"melee small slow","velocity":"2","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"544","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"yetipequeno","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"4","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"巨型雪人","potion":"2","population":"4","attack_interval":"60","attack":"15","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"2","gift_level":"1","race":"e","attack_range":"2","achievement_desc":"","protect":"0","subcat_functional":"84","groups":"","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"545","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"bigboss2","max_frame":"5","life":"15000","width":"1"},{"giftable":"0","cost":"60","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"企鹅","potion":"1","population":"1","attack_interval":"40","attack":"8","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"This Penguin is cute and also deadly!","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"g","collect":"0","in_store":"0","id":"546","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"2","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"pinguino","max_frame":"5","life":"50","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"破坏者巨魔","potion":"1","population":"4","attack_interval":"35","attack":"40","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"2","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"2","id":"547","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol8","max_frame":"5","life":"300","width":"1"},{"giftable":"0","cost":"60","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"章鱼","potion":"1","population":"1","attack_interval":"35","attack":"10","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"e","attack_range":"5","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"g","collect":"0","in_store":"1","id":"548","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"2","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"pulpo","max_frame":"5","life":"50","width":"1"},{"giftable":"0","cost":"60","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"北海巨妖","potion":"1","population":"1","attack_interval":"35","attack":"18","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"e","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee medium slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"6","collect_type":"g","collect":"0","in_store":"1","id":"549","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"2","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"kraken","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"向导","potion":"2","population":"1","attack_interval":"35","attack":"20","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"Never underestimate the Wizard! He can unleash deadly powers!","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"550","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"15","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"mago","max_frame":"5","life":"350","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"斧者","potion":"1","population":"3","attack_interval":"35","attack":"11","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"5","achievement_desc":"Axethrower is a unit you want as an ally and not an enemy!","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"551","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol6","max_frame":"5","life":"125","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"战争巨魔","potion":"1","population":"3","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"War Troll is someone you should be afraid of!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"552","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol5","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"35000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"向导","potion":"2","population":"1","attack_interval":"35","attack":"20","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"Use the Wizard wisely and with caution!","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"553","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"15","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"mago","max_frame":"5","life":"350","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"瓦尔基里","potion":"2","population":"1","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Use the healing powers of the beautiful Valkyrie, the nordic warrior.","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"554","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"7","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"18","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"valkiria","max_frame":"5","life":"400","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"威利华勒斯","potion":"2","population":"1","attack_interval":"35","attack":"28","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"They will never take our freedom with brave-hearted William Wallace!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"555","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"8","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"21","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"wallace","max_frame":"5","life":"450","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"胸","potion":"2","population":"1","attack_interval":"35","attack":"30","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Feel the divine strengh of Thor's hammer! He always nails it!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"556","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"9","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"24","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"thor","max_frame":"5","life":"500","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"高等精灵","potion":"2","population":"1","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"557","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"9","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"27","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arqueroelfo","max_frame":"5","life":"375","width":"1"},{"giftable":"0","cost":"50","height":"1","display_order":"111","new_item":"0","category_id":"7","only_mobile":"0","name":"骨骼","potion":"1","population":"2","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"e","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"1","id":"558","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esqueleto1","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"400","height":"1","display_order":"111","new_item":"0","category_id":"7","only_mobile":"0","name":"骨骼","potion":"1","population":"2","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"e","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","collect":"0","in_store":"1","id":"559","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esqueleto2","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"600","height":"1","display_order":"92","new_item":"0","category_id":"7","only_mobile":"0","name":"精英大师骑士","potion":"2","population":"2","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Elite Master Knight has the cooler armor of all knights. And it's heavy!","protect":"0","subcat_functional":"77","groups":"melee small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"60","collect_type":"g","collect":"0","in_store":"0","id":"560","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"5","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadcastillo3","max_frame":"5","life":"300","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"100","new_item":"0","category_id":"7","only_mobile":"0","name":"飞行","potion":"1","population":"1","attack_interval":"25","attack":"0","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"87","groups":"pet","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"561","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"fly","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"100","new_item":"0","category_id":"7","only_mobile":"0","name":"Mishy","potion":"1","population":"1","attack_interval":"25","attack":"0","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"87","groups":"pet","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"562","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"kuki","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"50","height":"1","display_order":"111","new_item":"0","category_id":"7","only_mobile":"0","name":"骨骼","potion":"2","population":"2","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"a","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"0","id":"563","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esqueleto2","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"150","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"破坏者巨魔","potion":"1","population":"3","attack_interval":"35","attack":"28","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"2","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"15","collect_type":"g","collect":"0","in_store":"0","id":"564","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol8","max_frame":"5","life":"300","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"高等精灵","potion":"2","population":"1","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"565","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arqueroelfo","max_frame":"5","life":"375","width":"1"},{"giftable":"0","cost":"5000","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"Rockdriller","potion":"4","population":"4","attack_interval":"25","attack":"20","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"e","attack_range":"20","achievement_desc":"","protect":"0","subcat_functional":"84","groups":"snake","velocity":"12","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","collect":"0","in_store":"0","id":"566","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"rockdriller","max_frame":"5","life":"10000","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"钻孔机","potion":"4","population":"3","attack_interval":"35","attack":"40","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"e","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"85","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"567","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"gusanito","max_frame":"5","life":"10000","width":"1"},{"giftable":"0","cost":"750","height":"1","display_order":"105","new_item":"0","category_id":"7","only_mobile":"0","name":"空气加温器","potion":"2","population":"3","attack_interval":"150","attack":"90","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"11","achievement_desc":"Bomb your enemies with the power of powder... Fire the Fire Cannon, sir!","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"75","collect_type":"g","collect":"0","in_store":"0","id":"568","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"ariete5","max_frame":"5","life":"60","width":"1"},{"giftable":"0","cost":"1000","height":"1","display_order":"85","new_item":"0","category_id":"7","only_mobile":"0","name":"僧侣","potion":"1","population":"1","attack_interval":"60","attack":"10","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"The wise Monk will convert your enemies during battles. He is really convincing!","protect":"0","subcat_functional":"72","groups":"support slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","collect":"0","in_store":"0","id":"569","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"4","units_limit":"4","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"9","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"obispo","max_frame":"5","life":"50","width":"1"},{"giftable":"0","cost":"350","height":"1","display_order":"85","new_item":"0","category_id":"7","only_mobile":"0","name":"工程师","potion":"1","population":"1","attack_interval":"15","attack":"25","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Repair your war machines with the Engineer: he also can assemble an IKEA cupboard!","protect":"0","subcat_functional":"72","groups":"support normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"35","collect_type":"g","collect":"0","in_store":"0","id":"570","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"4","units_limit":"5","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"9","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"mecanico","max_frame":"5","life":"150","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"87","new_item":"0","category_id":"7","only_mobile":"0","name":"马","potion":"1","population":"0","attack_interval":"35","attack":"0","show_on_mobile":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"8","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"88","groups":"horse","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"571","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballosalvaje","max_frame":"5","life":"12","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"98","new_item":"0","category_id":"7","only_mobile":"0","name":"光弓箭骑士","potion":"1","population":"2","attack_interval":"35","attack":"5","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"5","achievement_desc":"Light Archer knight is deadly combination of speed and rage!","protect":"0","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"572","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballoarquero1","max_frame":"5","life":"120","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"98","new_item":"0","category_id":"7","only_mobile":"0","name":"弓骑士","potion":"1","population":"2","attack_interval":"35","attack":"9","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"Trained as an Archer and a Knight! It's the unit you need in a fight!","protect":"0","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"573","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquerocaballo3","max_frame":"5","life":"160","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"98","new_item":"0","category_id":"7","only_mobile":"0","name":"强大的弓箭骑士","potion":"1","population":"2","attack_interval":"35","attack":"10","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"It' is the best unit on a horse you'll find!","protect":"0","subcat_functional":"80","groups":"ranger small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"574","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquerocaballo4","max_frame":"5","life":"180","width":"1"},{"giftable":"0","cost":"400","height":"1","display_order":"92","new_item":"0","category_id":"7","only_mobile":"0","name":"敢死队","potion":"2","population":"1","attack_interval":"5","attack":"500","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"2","race":"h","attack_range":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","protect":"0","subcat_functional":"89","groups":"kamikaze","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"{\"attack\":10}","xp":"40","collect_type":"g","collect":"0","in_store":"0","id":"575","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"kamikaze","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"200","height":"1","display_order":"92","new_item":"0","category_id":"7","only_mobile":"0","name":"联盟骑士","potion":"1","population":"1","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Represents the power of alliance and cooperation!","protect":"0","subcat_functional":"77","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","collect":"0","in_store":"0","id":"576","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"5","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballeroaliado","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"550","height":"1","display_order":"99","new_item":"0","category_id":"7","only_mobile":"0","name":"中国的弓箭手","potion":"1","population":"1","attack_interval":"15","attack":"5","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"4","race":"h","attack_range":"7","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"55","collect_type":"g","collect":"0","in_store":"0","id":"577","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"2","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquerochino","max_frame":"5","life":"125","width":"1"},{"giftable":"0","cost":"450","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"阿兹特克武士","potion":"1","population":"1","attack_interval":"35","attack":"25","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"77","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"45","collect_type":"g","collect":"0","in_store":"0","id":"578","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guerreroazteca","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"50","height":"1","display_order":"111","new_item":"0","category_id":"7","only_mobile":"0","name":"僵尸","potion":"1","population":"1","attack_interval":"35","attack":"10","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"e","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"1","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"1","id":"579","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esqueleto1","max_frame":"5","life":"20","width":"1"},{"giftable":"0","cost":"50","height":"1","display_order":"83","new_item":"0","category_id":"7","only_mobile":"0","name":"巨魔先生","potion":"1","population":"1","attack_interval":"35","attack":"6","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"71","groups":"","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"2","id":"580","subcategory_id":"7","store_groups":"","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"f","show_on_mobile_store":"0","img_name":"trolaldeano","max_frame":"5","life":"25","width":"1"},{"giftable":"0","cost":"50","height":"1","display_order":"84","new_item":"0","category_id":"7","only_mobile":"0","name":"巨魔女士","potion":"1","population":"1","attack_interval":"35","attack":"6","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"71","groups":"","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"2","id":"581","subcategory_id":"7","store_groups":"","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"f","show_on_mobile_store":"0","img_name":"trolaaldeana","max_frame":"5","life":"25","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"船儿","potion":"1","population":"1","attack_interval":"35","attack":"1","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"582","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"barca","max_frame":"5","life":"150","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"飞艇","potion":"1","population":"1","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"a","attack_range":"7","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"583","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"zepelin","max_frame":"5","life":"1000","width":"1"},{"giftable":"0","cost":"0","height":"1","display_order":"87","new_item":"0","category_id":"7","only_mobile":"0","name":"船儿","potion":"1","population":"0","attack_interval":"35","attack":"0","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"8","race":"n","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"90","groups":"boar","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"584","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"jabali","max_frame":"5","life":"12","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"102","new_item":"0","category_id":"7","only_mobile":"0","name":"巨魔公羊","potion":"1","population":"2","attack_interval":"75","attack":"28","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"21","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"2","id":"585","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"4","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arietetrol1","max_frame":"5","life":"75","width":"1"},{"giftable":"0","cost":"200","height":"1","display_order":"103","new_item":"0","category_id":"7","only_mobile":"0","name":"巨魔蝎子","potion":"1","population":"3","attack_interval":"175","attack":"28","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"30","race":"t","attack_range":"8","achievement_desc":"","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","collect":"0","in_store":"2","id":"586","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"7","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arietetrol2","max_frame":"5","life":"40","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"104","new_item":"0","category_id":"7","only_mobile":"0","name":"巨魔弹射器","potion":"1","population":"2","attack_interval":"175","attack":"60","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"10","achievement_desc":"","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"2","id":"587","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arietetrol3","max_frame":"5","life":"50","width":"1"},{"giftable":"0","cost":"750","height":"1","display_order":"105","new_item":"0","category_id":"7","only_mobile":"0","name":"巨魔火炮","potion":"1","population":"3","attack_interval":"175","attack":"80","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"11","achievement_desc":"","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"75","collect_type":"g","collect":"0","in_store":"2","id":"588","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arietetrol4","max_frame":"5","life":"50","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"巨魔弓箭手","potion":"1","population":"1","attack_interval":"35","attack":"8","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"6","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"2","id":"589","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquerotroll","max_frame":"5","life":"75","width":"1"},{"giftable":"0","cost":"500","height":"1","display_order":"85","new_item":"0","category_id":"7","only_mobile":"0","name":"巫毒医治","potion":"1","population":"1","attack_interval":"120","attack":"15","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"5","achievement_desc":"","protect":"0","subcat_functional":"72","groups":"healer","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","collect":"0","in_store":"2","id":"590","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"4","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"9","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"chamanatrol","max_frame":"5","life":"60","width":"1"},{"giftable":"0","cost":"1300","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"野蛮的剑客","potion":"1","population":"5","attack_interval":"35","attack":"44","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"77","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"130","collect_type":"g","collect":"0","in_store":"2","id":"591","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadcastillotrol","max_frame":"5","life":"350","width":"1"},{"giftable":"0","cost":"1000","height":"1","display_order":"91","new_item":"0","category_id":"7","only_mobile":"0","name":"强力骑士","potion":"1","population":"4","attack_interval":"35","attack":"36","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"77","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","collect":"0","in_store":"2","id":"592","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadcastillotrol2","max_frame":"5","life":"400","width":"1"},{"giftable":"0","cost":"40","height":"1","display_order":"108","new_item":"0","category_id":"7","only_mobile":"0","name":"小巨魔","potion":"1","population":"1","attack_interval":"35","attack":"10","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"4","collect_type":"g","collect":"0","in_store":"2","id":"593","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol1","max_frame":"5","life":"45","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"109","new_item":"0","category_id":"7","only_mobile":"0","name":"狡猾的巨魔","potion":"1","population":"1","attack_interval":"35","attack":"13","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"2","id":"594","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol2","max_frame":"5","life":"70","width":"1"},{"giftable":"0","cost":"250","height":"1","display_order":"110","new_item":"0","category_id":"7","only_mobile":"0","name":"大巨魔","potion":"1","population":"2","attack_interval":"40","attack":"20","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"25","collect_type":"g","collect":"0","in_store":"2","id":"595","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol3","max_frame":"5","life":"140","width":"1"},{"giftable":"0","cost":"400","height":"1","display_order":"111","new_item":"0","category_id":"7","only_mobile":"0","name":"战争巨魔","potion":"1","population":"3","attack_interval":"35","attack":"24","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","collect":"0","in_store":"2","id":"596","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol4","max_frame":"5","life":"150","width":"1"},{"giftable":"0","cost":"900","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"战争巨魔","potion":"1","population":"4","attack_interval":"35","attack":"32","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"90","collect_type":"g","collect":"0","in_store":"2","id":"597","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol5","max_frame":"5","life":"350","width":"1"},{"giftable":"0","cost":"200","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"斧者","potion":"1","population":"3","attack_interval":"35","attack":"11","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"6","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"20","collect_type":"g","collect":"0","in_store":"2","id":"598","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol6","max_frame":"5","life":"120","width":"1"},{"giftable":"0","cost":"175","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"野猪骑士","potion":"1","population":"3","attack_interval":"35","attack":"15","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"18","collect_type":"g","collect":"0","in_store":"2","id":"599","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol7","max_frame":"5","life":"120","width":"1"},{"giftable":"0","cost":"1200","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"破坏者巨魔","potion":"1","population":"5","attack_interval":"35","attack":"40","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","collect":"0","in_store":"2","id":"600","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol8","max_frame":"5","life":"300","width":"1"},{"giftable":"0","cost":"800","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"犀牛骑士","potion":"1","population":"4","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","collect":"0","in_store":"2","id":"601","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"rinocerontejinete","max_frame":"5","life":"250","width":"1"},{"giftable":"0","cost":"1200","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"移动塔","potion":"2","population":"4","attack_interval":"35","attack":"14","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"10","achievement_desc":"Mobile Tower is a powerful weapon, but receives no calls!","protect":"0","subcat_functional":"81","groups":"siege","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","collect":"0","in_store":"0","id":"602","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"4","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"torredefensamovil","max_frame":"5","life":"900","width":"1"},{"giftable":"0","cost":"1500","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"大象骑士","potion":"2","population":"4","attack_interval":"35","attack":"30","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"The Elephant Rider is a merciless fighter!","protect":"0","subcat_functional":"79","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"150","collect_type":"g","collect":"0","in_store":"0","id":"603","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"elefante","max_frame":"5","life":"500","width":"1"},{"giftable":"0","cost":"1000","height":"1","display_order":"91","new_item":"0","category_id":"7","only_mobile":"0","name":"鼓手","potion":"1","population":"3","attack_interval":"35","attack":"36","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","collect":"0","in_store":"0","id":"604","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"bongotrol","max_frame":"5","life":"300","width":"1"},{"giftable":"0","cost":"1300","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"Boulderthrower","potion":"1","population":"2","attack_interval":"35","attack":"15","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"7","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"130","collect_type":"g","collect":"0","in_store":"0","id":"605","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"lanzapiedras","max_frame":"5","life":"350","width":"1"},{"giftable":"0","cost":"500","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"海盗","potion":"1","population":"1","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"606","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"vikingo","max_frame":"5","life":"230","width":"1"},{"giftable":"0","cost":"550","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"斧海盗","potion":"1","population":"1","attack_interval":"35","attack":"14","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"55","collect_type":"g","collect":"0","in_store":"0","id":"607","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"vikingolanzahachas","max_frame":"5","life":"250","width":"1"},{"giftable":"0","cost":"500","height":"1","display_order":"94","new_item":"0","category_id":"7","only_mobile":"0","name":"御剑士","potion":"1","population":"1","attack_interval":"35","attack":"25","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"This Royal Swordsman will protect your Royal lands!","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"608","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infanteria5","max_frame":"5","life":"225","width":"1"},{"giftable":"0","cost":"550","height":"1","display_order":"101","new_item":"0","category_id":"7","only_mobile":"0","name":"皇家弓箭手","potion":"1","population":"1","attack_interval":"30","attack":"12","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"Royal Archers don't like getting on horses, but they have deadly forces!","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"55","collect_type":"g","collect":"0","in_store":"0","id":"609","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"7","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquero5","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"750","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"皇家骑士","potion":"1","population":"2","attack_interval":"35","attack":"27","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Put the Royal Knight as a leader of your Royal army!","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"75","collect_type":"g","collect":"0","in_store":"0","id":"610","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballo5","max_frame":"5","life":"300","width":"1"},{"giftable":"0","cost":"300","height":"1","display_order":"98","new_item":"0","category_id":"7","only_mobile":"0","name":"皇家弓箭骑士","potion":"1","population":"2","attack_interval":"35","attack":"10","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"30","collect_type":"g","collect":"0","in_store":"0","id":"611","subcategory_id":"7","store_groups":"","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquerocaballo4","max_frame":"5","life":"180","width":"1"},{"giftable":"0","cost":"1200","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"阿努比斯","potion":"2","population":"1","attack_interval":"30","attack":"26","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"120","collect_type":"g","collect":"0","in_store":"0","id":"612","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guerreroegipcio1","max_frame":"5","life":"250","width":"1"},{"giftable":"0","cost":"700","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"埃及战士","potion":"1","population":"1","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"70","collect_type":"g","collect":"0","in_store":"0","id":"613","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guerreroegipcio2","max_frame":"5","life":"250","width":"1"},{"giftable":"0","cost":"900","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"骆驼骑手","potion":"1","population":"2","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"90","collect_type":"g","collect":"0","in_store":"0","id":"614","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"camelloguerrero","max_frame":"5","life":"330","width":"1"},{"giftable":"0","cost":"5000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"木乃伊","potion":"3","population":"1","attack_interval":"35","attack":"25","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Fighting along with a Mummy can be kind of funny!","protect":"0","subcat_functional":"78","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","collect":"0","in_store":"0","id":"615","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"4","units_limit":"1","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"21","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"momia","max_frame":"5","life":"500","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"圣甲虫","potion":"1","population":"1","attack_interval":"35","attack":"20","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"616","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"21","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"escarabajo","max_frame":"5","life":"80","width":"1"},{"giftable":"0","cost":"800","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"龙卷风","potion":"1","population":"4","attack_interval":"35","attack":"1","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","collect":"0","in_store":"0","id":"617","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"tornado","max_frame":"5","life":"500","width":"1"},{"giftable":"0","cost":"1000","height":"1","display_order":"91","new_item":"0","category_id":"7","only_mobile":"0","name":"亚瑟王","potion":"2","population":"2","attack_interval":"30","attack":"25","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Let King Arthur be the head of your troops!","protect":"0","subcat_functional":"77","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","collect":"0","in_store":"0","id":"618","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"10","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballorey","max_frame":"5","life":"325","width":"1"},{"giftable":"0","cost":"800","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"亚特兰蒂斯的战士","potion":"1","population":"1","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","collect":"0","in_store":"0","id":"619","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guerreroatlantis","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"900","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"亚特兰提斯弓兵","potion":"1","population":"1","attack_interval":"15","attack":"9","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"70","collect_type":"g","collect":"0","in_store":"0","id":"620","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arqueroatlantis","max_frame":"5","life":"150","width":"1"},{"giftable":"0","cost":"1500","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"蟹骑士","potion":"2","population":"3","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"It comes from the sea to fight! It must be a Crab Knight!","protect":"0","subcat_functional":"78","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"150","collect_type":"g","collect":"0","in_store":"0","id":"621","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"cangrejo","max_frame":"5","life":"250","width":"1"},{"giftable":"0","cost":"1150","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"海马","potion":"2","population":"1","attack_interval":"25","attack":"13","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"Seahorse is a mighty soldier of the Marine Force!","protect":"0","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","collect":"0","in_store":"0","id":"622","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballitoatlantis","max_frame":"5","life":"225","width":"1"},{"giftable":"0","cost":"5000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"海神尼普顿","potion":"3","population":"1","attack_interval":"35","attack":"25","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"Neptune is the God of the seas! Will make the enemies get down on their knees!","protect":"0","subcat_functional":"78","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","collect":"0","in_store":"0","id":"623","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"4","units_limit":"1","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"21","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"neptunoatlante","max_frame":"5","life":"500","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"章鱼","potion":"1","population":"1","attack_interval":"25","attack":"20","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","race":"e","attack_range":"5","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"624","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"2","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"pulpo","max_frame":"5","life":"80","width":"1"},{"giftable":"0","cost":"800","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"飓风","potion":"1","population":"4","attack_interval":"120","attack":"1","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","collect":"0","in_store":"0","id":"625","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"tornadoagua","max_frame":"5","life":"500","width":"1"},{"giftable":"0","cost":"600","height":"1","display_order":"90","new_item":"0","category_id":"7","only_mobile":"0","name":"精灵战士","potion":"1","population":"1","attack_interval":"35","attack":"22","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"60","collect_type":"g","collect":"0","in_store":"0","id":"626","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guerreroelfo","max_frame":"5","life":"220","width":"1"},{"giftable":"0","cost":"800","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"精灵弓箭手","potion":"1","population":"1","attack_interval":"20","attack":"12","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","collect":"0","in_store":"0","id":"627","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arqueroelfico","max_frame":"5","life":"160","width":"1"},{"giftable":"0","cost":"1000","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","name":"精灵德鲁伊","potion":"1","population":"1","attack_interval":"25","attack":"18","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"140","collect_type":"g","collect":"0","in_store":"0","id":"628","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"628_druida","max_frame":"5","life":"190","width":"1"},{"giftable":"0","cost":"1600","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"精灵的老虎","potion":"2","population":"2","attack_interval":"35","attack":"28","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","collect":"0","in_store":"0","id":"629","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"tigreelfo","max_frame":"5","life":"350","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"召唤石像","potion":"1","population":"4","attack_interval":"30","attack":"25","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"a","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"630","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"bigboss1","max_frame":"5","life":"1000","width":"1"},{"giftable":"0","cost":"100","height":"1","display_order":"112","new_item":"0","category_id":"7","only_mobile":"0","name":"召唤的雪人","potion":"1","population":"4","attack_interval":"30","attack":"25","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"a","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"10","collect_type":"g","collect":"0","in_store":"0","id":"631","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"bigboss2","max_frame":"5","life":"1000","width":"1"},{"giftable":"0","cost":"1000","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"皇家精灵","potion":"1","population":"1","attack_interval":"30","attack":"27","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"100","collect_type":"g","collect":"0","in_store":"0","id":"632","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"elfoblanco","max_frame":"5","life":"275","width":"1"},{"giftable":"0","cost":"1200","height":"1","display_order":"115","new_item":"0","category_id":"7","only_mobile":"0","potion":"1","population":"1","attack_interval":"20","race":"h","show_on_mobile":"1","cost_type":"g","defense":"1","size":"0","gift_level":"1","attack":"14","collect":"0","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","attack_range":"6","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"120","collect_type":"g","name":"精灵皇家弓箭手","in_store":"0","id":"633","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","collect_xp":"3","show_on_mobile_store":"0","img_name":"633_arquero","max_frame":"5","life":"180","width":"1"},{"giftable":"0","cost":"1000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"11","name":"精灵弓","potion":"1","population":"3","attack_interval":"150","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"100","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"81","groups":"siege","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"100","collect_type":"g","unit_capacity":"0","id":"634","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"20","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"634_ballista","display_order":"105","life":"70","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"Ent","potion":"4","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"27","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"The Ent, the walking tree, is going to crush you like a nasty bug. Eww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"500","collect_type":"g","unit_capacity":"0","id":"635","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"3","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"635_ent","display_order":"97","life":"800","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"Ent精神","potion":"1","population":"0","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small fast","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"0","collect_type":"g","unit_capacity":"0","id":"636","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"635_ent","display_order":"97","life":"200","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"15","name":"Rockdriller","potion":"4","population":"4","attack_interval":"25","race":"h","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"84","groups":"snake","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"12","xp":"1","collect_type":"g","unit_capacity":"0","id":"637","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"rockdriller","display_order":"112","life":"1250","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"拖拉","potion":"2","population":"1","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"638","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"638_draggy","display_order":"115","life":"250","width":"1"},{"giftable":"0","cost":"1600","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"白鹰","potion":"1","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"28","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"160","collect_type":"g","unit_capacity":"0","id":"639","subcategory_id":"7","store_groups":"","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"639_aguila","display_order":"97","life":"350","width":"1"},{"giftable":"0","cost":"800","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"犀牛骑士","potion":"2","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"5","defense":"1","size":"0","gift_level":"1","attack":"22","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"Yes, it's possible to ride a rhino. The Rhino Rider can do it: he's a tough troll!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"80","collect_type":"g","unit_capacity":"0","id":"640","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"640_rinoceronte","display_order":"116","life":"250","width":"1"},{"giftable":"0","cost":"2","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"金色的傀儡","potion":"3","population":"4","attack_interval":"30","race":"h","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"78","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"641","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"641_golem","display_order":"112","life":"1250","width":"1"},{"giftable":"0","cost":"4","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"黑色雪人","potion":"3","population":"4","attack_interval":"30","race":"h","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"78","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"642","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"642_yeti","display_order":"112","life":"1250","width":"1"},{"giftable":"0","cost":"1500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"黑色的大象","potion":"2","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"5","defense":"1","size":"0","gift_level":"1","attack":"32","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"The Black Elephant will stomp on all your enemies... except mices.","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"150","collect_type":"g","unit_capacity":"0","id":"643","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"643_elefante","display_order":"116","life":"575","width":"1"},{"giftable":"0","cost":"1400","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱战士","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"30","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"140","collect_type":"g","unit_capacity":"0","id":"644","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"644_if_footman","display_order":"97","life":"380","width":"1"},{"giftable":"0","cost":"1000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱的恶魔","potion":"1","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"28","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"100","collect_type":"g","unit_capacity":"0","id":"645","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadinfanteriainferno2","display_order":"97","life":"365","width":"1"},{"giftable":"0","cost":"1500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"地狱的弓箭手","potion":"2","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"14","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"80","groups":"ranged small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"150","collect_type":"g","unit_capacity":"0","id":"646","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arqueroinfernounidad","display_order":"115","life":"175","width":"1"},{"giftable":"0","cost":"1800","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱骑士","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"31","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"180","collect_type":"g","unit_capacity":"0","id":"647","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infernomontado","display_order":"97","life":"425","width":"1"},{"giftable":"0","cost":"1600","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱戟兵","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"29","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"160","collect_type":"g","unit_capacity":"0","id":"648","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infanteria_infernal5","display_order":"97","life":"370","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"愤怒的龙","potion":"4","population":"2","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"46","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"The Furious Dragon is here and he isn't happy, he's FURIOUS!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"649","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"649_dragonbigred","display_order":"97","life":"1600","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"4","name":"炎魔","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"33","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"ranged big normal","iphone_adjustments":"","expiration":"0","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"650","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"650_juggernaut","display_order":"97","life":"1750","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Lightning Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"The Lightning Draggy gives you cramps when you pet it!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"651","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"651_bluedraggy","display_order":"97","life":"350","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"红色精灵","potion":"3","population":"1","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"The Red Wizard can control magic flames... and light your fireplace!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"1","collect_type":"g","unit_capacity":"0","id":"652","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"652_magorojo","display_order":"93","life":"375","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"大毒蛇","potion":"4","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"27","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"The Giant Viper devours his victims without chewing. Bring the fruit salt!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"653","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"653_serpiente","display_order":"97","life":"1000","width":"1"},{"giftable":"0","cost":"6000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"恶魔破碎机","potion":"4","population":"3","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"36","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"The most fearful demon. The Demon Crusher builds his muscles on Hell's gym!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"600","collect_type":"g","unit_capacity":"0","id":"654","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"4","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"654_demoniogrande","display_order":"97","life":"900","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"翼骑士","potion":"2","population":"1","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"30","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"What if a paladin and a pigeon had kids? Here's the Winged Paladin!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"500","collect_type":"g","unit_capacity":"0","id":"655","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"655_paladin","display_order":"97","life":"425","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"深规 Boss","potion":"5","population":"2","attack_interval":"45","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"47","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"84","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"657","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"657_dragonbigred","display_order":"97","life":"1500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Draggy Boss","potion":"3","population":"1","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"80","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"658","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"638_draggy","display_order":"115","life":"250","width":"1"},{"giftable":"0","cost":"1000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"恶魔宠物","potion":"1","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small fast","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"100","collect_type":"g","unit_capacity":"0","id":"659","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadinfanteriainferno2","display_order":"97","life":"150","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"斯巴达勇士","potion":"4","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"34","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"660","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"660_leonidas","display_order":"97","life":"750","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"野蛮人","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"661","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"661_conan","display_order":"97","life":"775","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"翼骑士","potion":"2","population":"1","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"31","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"500","collect_type":"g","unit_capacity":"0","id":"662","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"662_pegasus2","display_order":"97","life":"380","width":"1"},{"giftable":"0","cost":"6000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"Spartan Swordsman","potion":"2","population":"1","attack_interval":"35","attack":"30","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee small normal","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"g","unit_capacity":"0","id":"663","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"663_miniespartan","display_order":"97","life":"460","width":"1"},{"giftable":"0","cost":"2","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"石巨人","potion":"2","population":"3","attack_interval":"35","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"15","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"85","groups":"melee medium slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"2","xp":"1","collect_type":"g","unit_capacity":"0","id":"664","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"stonegolem","display_order":"112","life":"2500","width":"1"},{"giftable":"0","cost":"2","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"金色的傀儡","potion":"2","population":"4","attack_interval":"30","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"28","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"78","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"665","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"641_golem","display_order":"112","life":"4000","width":"1"},{"giftable":"0","cost":"100","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"雪人","potion":"2","population":"3","attack_interval":"35","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"15","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"85","groups":"melee medium slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"2","xp":"10","collect_type":"g","unit_capacity":"0","id":"666","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"yetipequeno","display_order":"112","life":"200","width":"1"},{"giftable":"0","cost":"4","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"黑色雪人","potion":"2","population":"4","attack_interval":"30","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"30","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"78","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"667","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"642_yeti","display_order":"112","life":"5000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"大毒蛇","potion":"5","population":"1","attack_interval":"20","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"27","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"668","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"653_serpiente","display_order":"97","life":"5500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"邪恶木乃伊","potion":"3","population":"1","attack_interval":"35","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"78","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"100","collect_type":"g","unit_capacity":"0","id":"669","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"21","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"momia","display_order":"93","life":"5500","width":"1"},{"giftable":"0","cost":"1200","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"邪恶的阿努比斯","potion":"1","population":"1","attack_interval":"30","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"26","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"78","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"120","collect_type":"g","unit_capacity":"0","id":"670","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guerreroegipcio1","display_order":"90","life":"450","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"愤怒的龙","potion":"5","population":"2","attack_interval":"40","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"671","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"649_dragonbigred","display_order":"97","life":"6000","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Draggy","potion":"2","population":"1","attack_interval":"30","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"672","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"638_draggy","display_order":"115","life":"350","width":"1"},{"giftable":"0","cost":"1400","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱战士","potion":"2","population":"2","attack_interval":"35","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"30","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"140","collect_type":"g","unit_capacity":"0","id":"673","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"644_if_footman","display_order":"97","life":"380","width":"1"},{"giftable":"0","cost":"1000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱的恶魔","potion":"2","population":"2","attack_interval":"35","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"28","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"100","collect_type":"g","unit_capacity":"0","id":"674","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadinfanteriainferno2","display_order":"97","life":"365","width":"1"},{"giftable":"0","cost":"1500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"地狱的弓箭手","potion":"2","population":"1","attack_interval":"20","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"14","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"80","groups":"ranged small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"150","collect_type":"g","unit_capacity":"0","id":"675","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arqueroinfernounidad","display_order":"115","life":"175","width":"1"},{"giftable":"0","cost":"1800","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱骑士","potion":"2","population":"2","attack_interval":"35","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"31","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"180","collect_type":"g","unit_capacity":"0","id":"676","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infernomontado","display_order":"97","life":"425","width":"1"},{"giftable":"0","cost":"1600","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱戟兵","potion":"2","population":"2","attack_interval":"35","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"29","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"160","collect_type":"g","unit_capacity":"0","id":"677","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"infanteria_infernal5","display_order":"97","life":"370","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"海神尼普顿","potion":"2","population":"1","attack_interval":"35","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"78","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"100","collect_type":"g","unit_capacity":"0","id":"678","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"21","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"neptunoatlante","display_order":"93","life":"8000","width":"1"},{"giftable":"0","cost":"1500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"蟹骑士","potion":"1","population":"3","attack_interval":"35","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"26","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"78","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"150","collect_type":"g","unit_capacity":"0","id":"679","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"cangrejo","display_order":"90","life":"450","width":"1"},{"giftable":"0","cost":"1150","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"7","name":"海马","potion":"1","population":"1","attack_interval":"25","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"13","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"80","groups":"ranged small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"80","collect_type":"g","unit_capacity":"0","id":"680","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"caballitoatlantis","display_order":"115","life":"400","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"Corrupted Ent","potion":"4","population":"1","attack_interval":"25","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"681","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"635_ent","display_order":"97","life":"8000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"4","name":"释放炎魔","potion":"4","population":"2","attack_interval":"35","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"28","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"682","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"650_juggernaut","display_order":"97","life":"10000","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"地球的向导","potion":"3","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"15","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"Summon the forces of Earth with the Earth Wizard. He's an old hippy!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"1","collect_type":"g","unit_capacity":"0","id":"683","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"683_mago","display_order":"93","life":"400","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"暴风龙","potion":"5","population":"2","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"47","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"Beware of the Stormy Dragon and his electric shocks, you filthy trolls!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"684","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"684_dragon","display_order":"97","life":"1650","width":"1"},{"giftable":"0","cost":"450","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"阿兹特克武士","potion":"1","population":"1","attack_interval":"35","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"77","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"45","collect_type":"g","unit_capacity":"0","id":"685","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guerreroazteca","display_order":"90","life":"200","width":"1"},{"giftable":"0","cost":"1700","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"地狱的神风特攻队","potion":"3","population":"1","attack_interval":"5","race":"h","collect":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"2","attack":"575","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"89","groups":"kamikaze","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"170","collect_type":"g","unit_capacity":"0","id":"686","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"686_kamikaze","display_order":"92","life":"300","width":"1"},{"giftable":"0","cost":"900","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"犀牛骑士","potion":"2","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"5","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"90","collect_type":"g","unit_capacity":"0","id":"687","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"687_rhino","display_order":"116","life":"350","width":"1"},{"giftable":"0","cost":"800","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"亚特兰蒂斯的战士","potion":"1","population":"1","attack_interval":"35","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"22","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"78","groups":"melee small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"80","collect_type":"g","unit_capacity":"0","id":"688","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"guerreroatlantis","display_order":"90","life":"350","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"亚特兰提斯弓兵","potion":"1","population":"1","attack_interval":"15","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"9","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"70","collect_type":"g","unit_capacity":"0","id":"689","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"arqueroatlantis","display_order":"115","life":"250","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"损坏的向导","potion":"3","population":"1","attack_interval":"20","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"15","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"1","collect_type":"g","unit_capacity":"0","id":"690","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"683_mago","display_order":"93","life":"700","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"损坏的向导","potion":"3","population":"1","attack_interval":"35","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"1","collect_type":"g","unit_capacity":"0","id":"691","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"652_magorojo","display_order":"93","life":"700","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"损坏的向导","potion":"3","population":"1","attack_interval":"35","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"300","collect_type":"g","unit_capacity":"0","id":"692","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"15","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"mago","display_order":"93","life":"700","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Corrupted Draggy","potion":"2","population":"2","attack_interval":"30","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"ranged small fast","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"693","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"651_bluedraggy","display_order":"97","life":"700","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"红武士","potion":"3","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"30","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee small fast","iphone_adjustments":"","expiration":"0","achievement_desc":"The way of the Samurai is full of death... and sushi!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1","collect_type":"g","unit_capacity":"0","id":"694","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"694_samurai","display_order":"97","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"萨扬龙","potion":"5","population":"2","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"The fearsome Saiyan Dragon spits energy beams... and dragon balls!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"695","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"695_dragon","display_order":"97","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"15","name":"Rockdriller","potion":"3","population":"4","attack_interval":"25","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"84","groups":"snake","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"12","xp":"1","collect_type":"g","unit_capacity":"0","id":"696","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"rockdriller","display_order":"112","life":"6000","width":"1"},{"giftable":"0","cost":"100","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"Sanddriller","potion":"3","population":"3","attack_interval":"35","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"2","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"85","groups":"melee small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"10","collect_type":"g","unit_capacity":"0","id":"697","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"gusanito","display_order":"112","life":"100","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"绿色龙","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"24","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"698","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"698_draggy","display_order":"97","life":"400","width":"1"},{"giftable":"0","cost":"2000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"天体牧师","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"0","attack":"28","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"200","collect_type":"g","unit_capacity":"0","id":"699","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"699_warriorpriest","display_order":"97","life":"400","width":"1"},{"giftable":"0","cost":"2100","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"狮鹫骑士","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"0","attack":"31","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small fast","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"210","collect_type":"g","unit_capacity":"0","id":"700","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"700_grifo","display_order":"97","life":"475","width":"1"},{"giftable":"0","cost":"1500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"天体战士","potion":"1","population":"1","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"0","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"150","collect_type":"g","unit_capacity":"0","id":"701","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"701_angelsoldier","display_order":"97","life":"350","width":"1"},{"giftable":"0","cost":"2200","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"天体力学","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"0","attack":"32","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"220","collect_type":"g","unit_capacity":"0","id":"702","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"702_mechangel","display_order":"97","life":"500","width":"1"},{"giftable":"0","cost":"1600","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"天弓射手","potion":"2","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"0","attack":"14","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"160","collect_type":"g","unit_capacity":"0","id":"703","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"703_angelarquero","display_order":"97","life":"190","width":"1"},{"giftable":"0","cost":"2000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"天体的收割者","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"0","attack":"30","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"200","collect_type":"g","unit_capacity":"0","id":"704","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"704_death","display_order":"97","life":"380","width":"1"},{"giftable":"0","cost":"1800","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"7","name":"天体的骑兵","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"0","attack":"26","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"180","collect_type":"g","unit_capacity":"0","id":"705","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"705_lancer","display_order":"97","life":"380","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"白精灵","potion":"3","population":"1","attack_interval":"25","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"20","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"The White Wizard is the awesomest wizard of all time. Period.","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"1","collect_type":"g","unit_capacity":"0","id":"706","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"706_mage","display_order":"93","life":"425","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"可怕的僵尸","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"35","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged big normal","iphone_adjustments":"","expiration":"0","achievement_desc":"The Scary Zombie wants to eat trolls brains! Yummie!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"707","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"707_zombie","display_order":"93","life":"1500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"金龙","potion":"5","population":"2","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"708","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"708_dragon","display_order":"93","life":"1800","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"巨大的眼镜蛇","potion":"3","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"28","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"709","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"709_cobra","display_order":"93","life":"1200","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Golden Draggie","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"710","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"710_draggy","display_order":"97","life":"400","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"最高天体","potion":"4","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"0","attack":"37","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"700","collect_type":"g","unit_capacity":"0","id":"711","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"711_arcangel2","display_order":"97","life":"800","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"黑巫师","potion":"3","population":"1","attack_interval":"25","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"21","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"1","collect_type":"g","unit_capacity":"0","id":"712","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"712_mago","display_order":"93","life":"450","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"暴龙","potion":"4","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"33","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"melee big slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"1","collect_type":"g","unit_capacity":"0","id":"713","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"713_trex","display_order":"93","life":"1500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"双头龙","potion":"5","population":"3","attack_interval":"60","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"714","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"714_dragon","display_order":"93","life":"1700","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"持镰收割者","potion":"3","population":"1","attack_interval":"30","attack":"35","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"78","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"715","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"715_muerte","max_frame":"5","life":"650","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"怪物黑痣","potion":"5","population":"1","attack_interval":"30","attack":"37","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"716","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"716_topo","max_frame":"5","life":"1300","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"金刚","potion":"5","population":"3","attack_interval":"30","attack":"50","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"717","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"717_kong","max_frame":"5","life":"1900","width":"1"},{"giftable":"0","cost":"50","height":"1","display_order":"111","new_item":"0","category_id":"7","only_mobile":"0","name":"骨骼","potion":"1","population":"2","attack_interval":"35","attack":"20","show_on_mobile":"1","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"78","groups":"melee small slow","velocity":"3","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"5","collect_type":"g","collect":"0","in_store":"0","id":"718","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esqueleto1","max_frame":"5","life":"60","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Black Ninja","potion":"4","population":"2","attack_interval":"15","attack":"12","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged small fast","velocity":"8","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"719","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"719_ninja","display_order":"93","life":"400","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Chock Nurris","potion":"4","population":"3","attack_interval":"25","attack":"999","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"20","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big fast","velocity":"8","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"720","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"720_chock","max_frame":"5","life":"50000","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"亚马逊女战士","potion":"4","population":"2","attack_interval":"25","attack":"24","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee small fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"721","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"721_amazon","max_frame":"5","life":"600","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"火恐龙","potion":"5","population":"2","attack_interval":"30","attack":"34","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"722","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"722_trex","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"苍龙","potion":"5","population":"3","attack_interval":"40","attack":"49","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"723","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"723_dragon","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"6500","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"复仇骑士","potion":"4","population":"3","attack_interval":"35","attack":"35","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"0","race":"h","attack_range":"3","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"650","collect_type":"g","collect":"0","in_store":"0","id":"724","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"724_arcangel","max_frame":"5","life":"1000","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"Black Draggy","potion":"2","population":"2","attack_interval":"30","attack":"23","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","protect":"1","subcat_functional":"79","groups":"draggy","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"725","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"725_draggy","max_frame":"5","life":"450","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Boss Dragon 2","potion":"5","population":"3","attack_interval":"60","attack":"48","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"726","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"726_dragon","display_order":"93","life":"1700","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"水精灵","potion":"3","population":"1","attack_interval":"25","attack":"22","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"727","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"727_mago","max_frame":"5","life":"475","width":"1"},{"giftable":"0","cost":"800","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"漩涡","potion":"1","population":"4","attack_interval":"90","attack":"5","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"t","attack_range":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"80","collect_type":"g","collect":"0","in_store":"0","id":"728","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"tornadoagua","max_frame":"5","life":"80","width":"1"},{"giftable":"0","cost":"2000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"骨头先生","potion":"3","population":"1","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"78","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","collect":"0","in_store":"0","id":"729","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esqueleto1","max_frame":"5","life":"410","width":"1"},{"giftable":"0","cost":"2300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"稻草人","potion":"3","population":"1","attack_interval":"20","attack":"14","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"230","collect_type":"g","collect":"0","in_store":"0","id":"730","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"730_espanta","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"2500","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"黑巫婆","potion":"3","population":"2","attack_interval":"20","attack":"16","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","collect":"0","in_store":"0","id":"731","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"731_bruja","max_frame":"5","life":"220","width":"1"},{"giftable":"0","cost":"2600","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Frankenstein","potion":"3","population":"2","attack_interval":"35","attack":"30","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"78","groups":"melee small slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"260","collect_type":"g","collect":"0","in_store":"0","id":"732","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"732_frank","max_frame":"5","life":"600","width":"1"},{"giftable":"0","cost":"6000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Dracula","potion":"3","population":"3","attack_interval":"20","attack":"18","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"g","collect":"0","in_store":"0","id":"733","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"733_dracula","max_frame":"5","life":"240","width":"1"},{"giftable":"0","cost":"5","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Ghost","potion":"3","population":"2","attack_interval":"25","attack":"21","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"734","subcategory_id":"7","store_groups":"","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"734_fantasma","max_frame":"5","life":"450","width":"1"},{"giftable":"0","cost":"7000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"狼人","potion":"4","population":"3","attack_interval":"30","attack":"38","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"78","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"735","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"5","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"735_lobo","max_frame":"5","life":"1100","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Epic 双头龙","potion":"5","population":"3","attack_interval":"60","attack":"49","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"736","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"736_dragon","max_frame":"5","life":"1800","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"霸王龙骑士","potion":"5","population":"2","attack_interval":"30","attack":"35","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"78","groups":"melee big slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"737","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"737_trex","max_frame":"5","life":"1650","width":"1"},{"giftable":"0","cost":"7000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"可怕的僵尸","potion":"5","population":"3","attack_interval":"35","attack":"35","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"738","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"707_zombie","max_frame":"5","life":"1500","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"金龙 Boss","potion":"5","population":"3","attack_interval":"60","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"84","groups":"","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"739","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"739_dragon","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"致命龙 Boss","potion":"5","population":"3","attack_interval":"60","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"84","groups":"","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"740","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"740_dragon","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"7","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"雪岗","potion":"5","population":"3","attack_interval":"30","attack":"38","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"741","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"741_kong","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"老虎蜘蛛","potion":"5","population":"3","attack_interval":"30","attack":"36","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"742","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"742_spider","max_frame":"5","life":"1200","width":"1"},{"giftable":"0","cost":"400","height":"1","display_order":"92","new_item":"0","category_id":"7","only_mobile":"0","name":"疯狂之神风特攻队","potion":"2","population":"1","attack_interval":"5","attack":"100","show_on_mobile":"1","collect_xp":"2","defense":"1","size":"0","gift_level":"2","race":"h","attack_range":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","protect":"0","subcat_functional":"89","groups":"kamikaze","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"40","collect_type":"g","collect":"0","in_store":"0","id":"743","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"kamikaze","max_frame":"5","life":"350","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"凤凰城","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"744","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"744_phoenix","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"哥斯拉","potion":"5","population":"2","attack_interval":"40","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"5","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"745","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"745_godzilla","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"南瓜妖怪","potion":"45","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"78","groups":"","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"746","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"746_monster","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"邪恶的南瓜怪物","potion":"45","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"e","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"78","groups":"","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"747","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"746_monster","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"8000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"独眼巨人","potion":"5","population":"3","attack_interval":"35","attack":"44","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big slow","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"800","collect_type":"g","collect":"0","in_store":"0","id":"748","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"5","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"748_ciclope","max_frame":"5","life":"1500","width":"1"},{"giftable":"0","cost":"2400","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"恐怖的女妖","potion":"4","population":"2","attack_interval":"25","attack":"31","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"240","collect_type":"g","collect":"0","in_store":"0","id":"749","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"749_medusa","max_frame":"5","life":"550","width":"1"},{"giftable":"0","cost":"1800","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"卡洛斯","potion":"3","population":"1","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"78","groups":"melee small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"180","collect_type":"g","collect":"0","in_store":"0","id":"750","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"750_icaro","max_frame":"5","life":"375","width":"1"},{"giftable":"0","cost":"2000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Hermes","potion":"3","population":"1","attack_interval":"20","attack":"12","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small fast","velocity":"9","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","collect":"0","in_store":"0","id":"751","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"751_hermes","max_frame":"5","life":"150","width":"1"},{"giftable":"0","cost":"2300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"人身牛头怪物","potion":"3","population":"2","attack_interval":"35","attack":"34","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"230","collect_type":"g","collect":"0","in_store":"0","id":"752","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"752_minotauro","max_frame":"5","life":"750","width":"1"},{"giftable":"0","cost":"2500","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"天蝎式飞机","potion":"3","population":"3","attack_interval":"35","attack":"33","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"250","collect_type":"g","collect":"0","in_store":"0","id":"753","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"753_escorpion","max_frame":"5","life":"600","width":"1"},{"giftable":"0","cost":"2300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"冥府守门狗","potion":"5","population":"4","attack_interval":"35","attack":"35","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"230","collect_type":"g","collect":"0","in_store":"0","id":"754","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"754_cancerbero","max_frame":"5","life":"800","width":"1"},{"giftable":"0","cost":"8000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"圣火的泰坦","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"6","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"800","collect_type":"g","collect":"0","in_store":"0","id":"755","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"755_titanpyros","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"2700","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"半人半马怪物","potion":"3","population":"2","attack_interval":"30","attack":"37","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"5","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"270","collect_type":"g","collect":"0","in_store":"0","id":"756","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"756_centauro","max_frame":"5","life":"850","width":"1"},{"giftable":"0","cost":"8000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Lythos泰坦","potion":"5","population":"3","attack_interval":"35","attack":"46","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"3","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"800","collect_type":"g","collect":"0","in_store":"0","id":"757","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"757_titanlythos","max_frame":"5","life":"1650","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"恶魔龙","potion":"5","population":"3","attack_interval":"40","attack":"50","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"758","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"758_infernaldragon","max_frame":"5","life":"1800","width":"1"},{"giftable":"0","cost":"1900","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"瓦尔基里","potion":"3","population":"1","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"190","collect_type":"g","collect":"0","in_store":"0","id":"759","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"759_valkyr","max_frame":"5","life":"325","width":"1"},{"giftable":"0","cost":"1700","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"赫尔墨斯剑客","potion":"3","population":"1","attack_interval":"35","attack":"25","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"170","collect_type":"g","collect":"0","in_store":"0","id":"760","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"760_hermes2","max_frame":"5","life":"375","width":"1"},{"giftable":"0","cost":"1600","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"赫尔墨斯斯皮尔曼","potion":"3","population":"2","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","collect":"0","in_store":"0","id":"761","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"761_hermes3","max_frame":"5","life":"380","width":"1"},{"giftable":"0","cost":"8000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"疯狂的泰坦","potion":"5","population":"3","attack_interval":"35","attack":"45","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"800","collect_type":"g","collect":"0","in_store":"0","id":"762","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"762_titanstratos","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"5000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Lythos 爪牙","potion":"5","population":"1","attack_interval":"35","attack":"28","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","collect":"0","in_store":"0","id":"763","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"757_titanlythos","max_frame":"5","life":"175","width":"1"},{"giftable":"0","cost":"7500","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"所有的巨人","potion":"5","population":"4","attack_interval":"35","attack":"36","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"3","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"764","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"764_rodas","max_frame":"5","life":"1000","width":"1"},{"giftable":"0","cost":"8000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"阎王","potion":"4","population":"3","attack_interval":"35","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"765","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"765_hades","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"沉龙","potion":"5","population":"4","attack_interval":"40","attack":"50","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"766","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"766_dragon","max_frame":"5","life":"1850","width":"1"},{"giftable":"0","cost":"800","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"先进的弹射器","potion":"2","population":"3","attack_interval":"175","attack":"120","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"18","achievement_desc":"","protect":"1","subcat_functional":"81","groups":"siege","velocity":"4","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"767","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"767_lanzapiedras","max_frame":"5","life":"100","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Heavy Draggy","potion":"2","population":"2","attack_interval":"30","attack":"24","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"768","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"768_draggy","max_frame":"5","life":"400","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Dark Punky Draggy","potion":"2","population":"2","attack_interval":"30","attack":"25","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"769","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"1","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"769_punky_draggy","max_frame":"5","life":"375","width":"1"},{"giftable":"0","cost":"4","height":"1","display_order":"116","new_item":"0","category_id":"7","only_mobile":"0","name":"Giant Mamooth","potion":"2","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"5","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","protect":"0","subcat_functional":"79","groups":"melee big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"770","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"770_mamut","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"反物质的向导","potion":"3","population":"2","attack_interval":"25","attack":"23","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"771","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"771_antimatter_wizard","max_frame":"5","life":"500","width":"1"},{"giftable":"0","cost":"8000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Hidros 泰坦","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"800","collect_type":"g","collect":"0","in_store":"0","id":"772","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"772_titanhidros","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"7000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"海神","potion":"4","population":"3","attack_interval":"25","attack":"38","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"700","collect_type":"g","collect":"0","in_store":"0","id":"773","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"773_god_poseidon","max_frame":"5","life":"900","width":"1"},{"giftable":"0","cost":"2100","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"阿基莱斯","potion":"3","population":"2","attack_interval":"30","attack":"31","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"5","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"210","collect_type":"g","collect":"0","in_store":"0","id":"774","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"774_aquiles","max_frame":"5","life":"500","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"蓝凤凰","potion":"5","population":"3","attack_interval":"35","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"775","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"775_blue_phoenix","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"原子哥斯拉","potion":"5","population":"3","attack_interval":"35","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"776","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"776_nuclear_godzilla","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"水晶龙","potion":"5","population":"4","attack_interval":"35","attack":"50","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"777","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"777_crystal_dragon","max_frame":"5","life":"1900","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"宙斯神像","potion":"5","population":"5","attack_interval":"35","attack":"49","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"778","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"778_god_zeus","max_frame":"5","life":"1800","width":"1"},{"giftable":"0","cost":"1600","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"尤利西斯","potion":"5","population":"1","attack_interval":"35","attack":"15","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"160","collect_type":"g","collect":"0","in_store":"0","id":"779","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"779_ulises","max_frame":"5","life":"200","width":"1"},{"giftable":"0","cost":"2100","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"鹰身女妖","potion":"5","population":"3","attack_interval":"35","attack":"32","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"210","collect_type":"g","collect":"0","in_store":"0","id":"780","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"780_harpy","max_frame":"5","life":"1000","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"火山","potion":"5","population":"3","attack_interval":"35","attack":"46","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"781","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"781_hefesto","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"7","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"尖刺蜘蛛","potion":"3","population":"3","attack_interval":"35","attack":"44","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"782","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"782_spiky_spider","max_frame":"5","life":"1500","width":"1"},{"giftable":"0","cost":"3","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"小尖刺蜘蛛","potion":"5","population":"1","attack_interval":"35","attack":"18","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium fast","velocity":"8","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"783","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"782_spiky_spider","max_frame":"5","life":"175","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Horned Draggy","potion":"2","population":"2","attack_interval":"30","attack":"24","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"784","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"784_horned_draggy","max_frame":"5","life":"400","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"愤怒的公牛龙","potion":"5","population":"4","attack_interval":"35","attack":"50","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"785","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"785_bull_png","max_frame":"5","life":"1950","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"曼帝可拉","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"786","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"786_manticora","max_frame":"5","life":"1800","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"幻想","potion":"5","population":"3","attack_interval":"35","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"787","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"787_chimera","max_frame":"5","life":"1800","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"战神","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"788","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"788_ares","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"3000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"大力英雄","potion":"5","population":"2","attack_interval":"35","attack":"35","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"789","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"789_hercules","max_frame":"5","life":"1000","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Crystal Draggy","potion":"2","population":"2","attack_interval":"30","attack":"25","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"790","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"790_draggy","max_frame":"5","life":"425","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"白化狼人","potion":"5","population":"3","attack_interval":"35","attack":"46","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"791","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"791_werewolf","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"巨大的独眼巨人","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"792","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"792_cyclops","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"天使龙","potion":"5","population":"3","attack_interval":"35","attack":"49","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"793","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"793_dragon","max_frame":"5","life":"1950","width":"1"},{"giftable":"0","cost":"6000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵骑士","potion":"5","population":"3","attack_interval":"35","attack":"43","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"3","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"g","collect":"0","in_store":"0","id":"794","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"6","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"794_necropaladin","max_frame":"5","life":"1200","width":"1"},{"giftable":"0","cost":"3000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵战士","potion":"3","population":"2","attack_interval":"35","attack":"34","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"795","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"795_necrowarrior","max_frame":"5","life":"760","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"太阳精灵","potion":"5","population":"1","attack_interval":"25","attack":"24","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"796","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"796_wizard","max_frame":"5","life":"550","width":"1"},{"giftable":"0","cost":"2400","height":"1","display_order":"0","new_item":"0","category_id":"7","only_mobile":"0","name":"斧骨架","potion":"2","population":"1","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"240","collect_type":"g","collect":"0","in_store":"1","id":"797","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"797_axe_skeleton","max_frame":"5","life":"240","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"红宝石龙","potion":"5","population":"3","attack_interval":"35","attack":"50","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"798","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"798_dragon","max_frame":"5","life":"1900","width":"1"},{"giftable":"0","cost":"2700","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵骑士","potion":"3","population":"2","attack_interval":"35","attack":"36","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"270","collect_type":"g","collect":"0","in_store":"0","id":"799","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"799_necro_horseman","max_frame":"5","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵咕噜","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"800","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"800_necro_gollum","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"6000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵收割机","potion":"5","population":"3","attack_interval":"35","attack":"38","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"g","collect":"0","in_store":"0","id":"801","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"801_necro_harvester","max_frame":"5","life":"1100","width":"1"},{"giftable":"0","cost":"2200","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵叉兵","potion":"2","population":"1","attack_interval":"35","attack":"20","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small fast","velocity":"8","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"220","collect_type":"g","collect":"0","in_store":"0","id":"802","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"802_necro_fork_soldier","max_frame":"5","life":"190","width":"1"},{"giftable":"0","cost":"4000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"尼克罗多臂","potion":"5","population":"2","attack_interval":"35","attack":"34","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"400","collect_type":"g","collect":"0","in_store":"0","id":"803","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"7","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"803_necro_multi_arms","max_frame":"5","life":"900","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵的刽子手","potion":"5","population":"3","attack_interval":"35","attack":"35","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"804","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"804_necro_executioner","max_frame":"5","life":"900","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵鲨鱼怪物","potion":"5","population":"3","attack_interval":"35","attack":"45","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"805","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"805_necro_shark_monster","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵王","potion":"5","population":"4","attack_interval":"35","attack":"49","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"3","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"806","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"806_necro_king","max_frame":"5","life":"1800","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵的憎恶","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"807","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"807_necro_abomination","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"2000","height":"1","display_order":"34","new_item":"0","category_id":"7","only_mobile":"0","name":"剑骨架","potion":"2","population":"1","attack_interval":"35","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"200","collect_type":"g","collect":"0","in_store":"0","id":"808","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"808_sword_skeleton","max_frame":"5","life":"380","width":"1"},{"giftable":"0","cost":"2200","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵射手","potion":"2","population":"1","attack_interval":"20","attack":"16","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"220","collect_type":"g","collect":"0","in_store":"0","id":"809","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"809_necro_archer","max_frame":"5","life":"210","width":"1"},{"giftable":"0","cost":"6000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵祭司","potion":"3","population":"2","attack_interval":"35","attack":"39","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"600","collect_type":"g","collect":"0","in_store":"0","id":"810","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"5","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"810_necro_priest","max_frame":"5","life":"950","width":"1"},{"giftable":"0","cost":"5500","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵翼战士","potion":"3","population":"3","attack_interval":"30","attack":"33","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"550","collect_type":"g","collect":"0","in_store":"0","id":"811","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"811_necro_winged_warrior","max_frame":"5","life":"750","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵狮鹫骑士","potion":"3","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"812","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"812_necro_gryphon_knight","max_frame":"5","life":"1800","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Rubies Draggy","potion":"2","population":"2","attack_interval":"30","attack":"25","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"813","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"813_draggy","max_frame":"5","life":"425","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Celestial Draggy","potion":"2","population":"2","attack_interval":"30","attack":"25","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"814","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"814_celestial_draggy","display_order":"93","life":"425","width":"1"},{"giftable":"0","cost":"6300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵黑暗领主","potion":"5","population":"3","attack_interval":"35","attack":"47","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"630","collect_type":"g","collect":"0","in_store":"0","id":"815","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"815_necro_big_sword","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵蠕虫","potion":"5","population":"3","attack_interval":"35","attack":"46","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"816","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"816_necro_worm","max_frame":"5","life":"1650","width":"1"},{"giftable":"0","cost":"5000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵犀牛","potion":"5","population":"4","attack_interval":"35","attack":"43","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium fast","velocity":"7","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","collect":"0","in_store":"0","id":"817","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"6","units_limit":"6","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"817_necro_rhino","max_frame":"5","life":"1600","width":"1"},{"giftable":"0","cost":"2300","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"骷髅弓箭手","potion":"2","population":"1","attack_interval":"20","attack":"17","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"230","collect_type":"g","collect":"0","in_store":"0","id":"818","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"818_skeleton_archer","max_frame":"5","life":"220","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"蛇者","potion":"4","population":"2","attack_interval":"20","attack":"17","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"819","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"819_snakes_charmer","max_frame":"5","life":"220","width":"1"},{"giftable":"0","cost":"6","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Death Draggy","potion":"2","population":"2","attack_interval":"30","attack":"26","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"820","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"820_necro_draggy","max_frame":"5","life":"450","width":"1"},{"giftable":"0","cost":"4000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死灵鬼","potion":"2","population":"2","attack_interval":"35","attack":"41","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"400","collect_type":"g","collect":"0","in_store":"0","id":"821","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"8","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"821_necro_ghost","max_frame":"5","life":"800","width":"1"},{"giftable":"0","cost":"5000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"龙骑士 I","potion":"4","population":"2","attack_interval":"35","attack":"35","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","collect":"0","in_store":"0","id":"822","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"822_dragon_rider1","max_frame":"5","life":"600","width":"1"},{"giftable":"0","cost":"5000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"龙骑士 II","potion":"4","population":"2","attack_interval":"35","attack":"38","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","collect":"0","in_store":"0","id":"823","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"823_dragon_rider2","max_frame":"5","life":"650","width":"1"},{"giftable":"0","cost":"5000","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"龙骑士 III","potion":"4","population":"2","attack_interval":"35","attack":"42","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"500","collect_type":"g","collect":"0","in_store":"0","id":"824","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"824_dragon_rider3","max_frame":"5","life":"700","width":"1"},{"giftable":"0","cost":"2600","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"Necro Doublesword","potion":"2","population":"1","attack_interval":"30","attack":"24","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","attack_range":"7","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"260","collect_type":"g","collect":"0","in_store":"0","id":"825","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"825_necro_doublesword","max_frame":"5","life":"425","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"死神龙","potion":"5","population":"4","attack_interval":"35","attack":"52","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"826","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"826_necro_dragon_2","max_frame":"5","life":"2000","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"恶蝎","potion":"5","population":"3","attack_interval":"35","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"827","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"827_necro_scorpion","max_frame":"5","life":"1900","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"93","new_item":"0","category_id":"7","only_mobile":"0","name":"愤怒的宙斯","potion":"5","population":"5","attack_interval":"30","attack":"50","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","velocity":"5","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"828","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"828_god_zeus","max_frame":"5","life":"1850","width":"1"},{"giftable":"0","cost":"10000","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"惩罚者骑士","potion":"3","population":"3","attack_interval":"35","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"2","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1000","collect_type":"g","collect":"0","in_store":"0","id":"829","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"3","units_limit":"6","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"12","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"829_punisher_knight","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"频谱龙","potion":"5","population":"4","attack_interval":"35","attack":"52","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"9","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"830","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"3","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"830_dragon_king","max_frame":"5","life":"2000","width":"1"},{"giftable":"0","cost":"8","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"疯狂的炎魔","potion":"4","population":"3","attack_interval":"35","attack":"48","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"4","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","protect":"1","subcat_functional":"79","groups":"ranged big normal","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"831","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"831_balrog","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"愤怒的龙骑士","potion":"5","population":"4","attack_interval":"40","attack":"61","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"832","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"832_dragonbigred_jinete","max_frame":"5","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"暴风龙骑士","potion":"5","population":"4","attack_interval":"40","attack":"62","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"833","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"833_dragon_jinete","max_frame":"5","life":"1750","width":"1"},{"giftable":"0","cost":"10","height":"1","display_order":"97","new_item":"0","category_id":"7","only_mobile":"0","name":"萨扬龙骑士","potion":"5","population":"4","attack_interval":"40","attack":"63","show_on_mobile":"1","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","attack_range":"8","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","collect":"0","in_store":"0","id":"834","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"834_dragon_jinete","max_frame":"5","life":"1800","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"黄金龙骑士","potion":"5","population":"4","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"65","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"835","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"835_dragon_jinete","display_order":"97","life":"1900","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"双头龙骑","potion":"5","population":"4","attack_interval":"60","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"63","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"836","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"836_dragon_jinete","display_order":"97","life":"1800","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"黑色龙骑士","potion":"5","population":"4","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"64","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"837","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"837_dragon_jinete","display_order":"97","life":"1850","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Epic 2-Head Dragon Rider","potion":"5","population":"4","attack_interval":"60","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"68","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"838","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"838_dragon_jinete","display_order":"97","life":"1950","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"恶魔龙骑士","potion":"5","population":"4","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"70","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"839","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"839_infernaldragon_jinete","display_order":"97","life":"1950","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"沉龙骑士","potion":"5","population":"4","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"70","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"840","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"840_dragon_jinete","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"水晶龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"70","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"841","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"841_crystal_dragon_jinete","display_order":"97","life":"2050","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"愤怒的公牛龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"70","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"842","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"842_furious_bull_dragon_jinete","display_order":"97","life":"2100","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"天使龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"69","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"843","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"843_dragon_jinete","display_order":"97","life":"2100","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"红宝石龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"75","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"844","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"844_dragon_jinete","display_order":"97","life":"2100","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"死神龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"77","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"845","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"845_necro_dragon_jinete","display_order":"97","life":"2200","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"绿色龙巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"58","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"846","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"846_bahamut","display_order":"93","life":"2200","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"家龙","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"55","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"847","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"847_vulcano_dragon","display_order":"93","life":"2100","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"大蝙蝠","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"55","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"4","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"848","subcategory_id":"7","store_groups":"","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"848_giant_bat","display_order":"93","life":"2100","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Vulcano Draggy","potion":"2","population":"1","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"27","show_on_mobile":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"849","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"849_vulcano_draggy","display_order":"115","life":"475","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Bahamut Draggy","potion":"2","population":"1","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"28","show_on_mobile":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"850","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"850_bahamut_draggy","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"家龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"80","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"851","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"851_vulcano_jinete","display_order":"97","life":"2300","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"绿色巴哈姆特骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"83","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"852","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"852_bahamut_jinete","display_order":"97","life":"2400","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"红色龙巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"60","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"853","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"853_bahamut","display_order":"93","life":"2250","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Red Bahamut Draggy","potion":"2","population":"1","attack_interval":"30","attack":"28","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"854","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"854_bahamuty","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Red Bahamut Rider","potion":"5","population":"4","attack_interval":"35","attack":"85","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"855","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"855_bahamut_jinete2","display_order":"97","life":"2450","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"绿色凤凰","potion":"5","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"50","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big fast","iphone_adjustments":"","expiration":"0","attack_range":"10","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1","collect_type":"g","unit_capacity":"0","id":"856","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"856_green_phoenix","display_order":"93","life":"1800","width":"1"},{"giftable":"0","cost":"100","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"巨魔弓箭手","potion":"1","population":"1","attack_interval":"35","race":"e","collect":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"8","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"ranged small slow","iphone_adjustments":"","expiration":"0","attack_range":"6","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"10","collect_type":"g","unit_capacity":"0","id":"857","subcategory_id":"7","store_groups":"","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arquerotroll","display_order":"115","life":"75","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"野猪骑士","potion":"1","population":"3","attack_interval":"35","race":"e","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"16","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"79","groups":"melee small normal","iphone_adjustments":"","expiration":"0","attack_range":"1","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"0","collect_type":"g","unit_capacity":"0","id":"858","subcategory_id":"7","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"trol7","display_order":"116","life":"100","width":"1"},{"giftable":"0","cost":"1000","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"强力骑士","potion":"1","population":"4","attack_interval":"35","race":"e","collect":"0","collect_xp":"5","defense":"1","size":"0","gift_level":"1","attack":"36","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"77","groups":"melee small slow","iphone_adjustments":"","expiration":"0","attack_range":"1","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"3","xp":"100","collect_type":"g","unit_capacity":"0","id":"859","subcategory_id":"7","store_groups":"","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"unidadcastillotrol2","display_order":"91","life":"400","width":"1"},{"giftable":"0","cost":"5500","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Ramses II","potion":"5","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","iphone_adjustments":"","expiration":"0","attack_range":"2","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"550","collect_type":"g","unit_capacity":"0","id":"860","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"860_ramses","display_order":"93","life":"1900","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"狮身人面像","potion":"5","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"46","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee big normal","iphone_adjustments":"","expiration":"0","attack_range":"2","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"500","collect_type":"g","unit_capacity":"0","id":"861","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"5","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"861_esfinge","display_order":"93","life":"1600","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"电龙巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"62","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"862","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"862_bahamut","display_order":"93","life":"2300","width":"1"},{"giftable":"0","cost":"2100","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"监护人的剑客","potion":"1","population":"1","attack_interval":"35","race":"h","collect":"0","collect_xp":"5","defense":"1","size":"0","gift_level":"1","attack":"28","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"77","groups":"melee small normal","iphone_adjustments":"","expiration":"0","attack_range":"1","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"210","collect_type":"g","unit_capacity":"0","id":"863","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"4","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"863_brute_sworsdman","display_order":"91","life":"400","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"电动巴哈姆特龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"87","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"864","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"864_bahamut_rider","display_order":"93","life":"2500","width":"1"},{"giftable":"0","cost":"2400","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"守卫弓箭手","potion":"5","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"22","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small normal","iphone_adjustments":"","expiration":"0","attack_range":"7","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"240","collect_type":"g","unit_capacity":"0","id":"865","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"865_archer","display_order":"93","life":"200","width":"1"},{"giftable":"0","cost":"3000","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"伊西斯医生","potion":"5","population":"2","attack_interval":"170","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"100","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"healer","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"300","collect_type":"g","unit_capacity":"0","id":"866","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"5","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"866_healer","display_order":"93","life":"400","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"荷鲁斯神的使者","potion":"5","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium fast","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"500","collect_type":"g","unit_capacity":"0","id":"867","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"867_horus","display_order":"93","life":"900","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Electric Bahamut Draggy","potion":"2","population":"1","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"28","show_on_mobile":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"868","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"868_bahamuty","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"6000","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"荷鲁斯的狮鹫兽","potion":"5","population":"3","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"45","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged medium fast","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"600","collect_type":"g","unit_capacity":"0","id":"869","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"869_gryphon","display_order":"93","life":"1600","width":"1"},{"giftable":"0","cost":"2500","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"卫士斧","potion":"5","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"23","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged small fast","iphone_adjustments":"","expiration":"0","attack_range":"7","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"250","collect_type":"g","unit_capacity":"0","id":"870","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"870_axe","display_order":"93","life":"250","width":"1"},{"giftable":"0","cost":"5800","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"眼镜蛇的骑士","potion":"5","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"47","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee medium fast","iphone_adjustments":"","expiration":"0","attack_range":"2","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"580","collect_type":"g","unit_capacity":"0","id":"871","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"6","units_limit":"5","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"871_cobra","display_order":"93","life":"1600","width":"1"},{"giftable":"0","cost":"14","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"龙猎人","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"45","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","attack_range":"1","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"872","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"872_dragon_hunter1","display_order":"93","life":"1400","width":"1"},{"giftable":"0","cost":"14","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"龙猎人 II","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"50","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium fast","iphone_adjustments":"","expiration":"0","attack_range":"3","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"873","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"873_dragon_hunter2","display_order":"93","life":"1900","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"龙猎人 III","potion":"4","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"42","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","attack_range":"1","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"500","collect_type":"g","unit_capacity":"0","id":"874","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"874_dragon_hunter3","display_order":"93","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"黄金龙巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"65","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"875","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"875_bahamut","display_order":"93","life":"2400","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Golden Bahamut Draggy","potion":"2","population":"1","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"29","show_on_mobile":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"876","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"876_bahamuty","display_order":"115","life":"525","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"金巴哈姆特骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"90","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"877","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"877_bahamut_jinete","display_order":"97","life":"2600","width":"1"},{"giftable":"0","cost":"2000","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"迷你阿努比斯","potion":"5","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"30","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"melee small fast","iphone_adjustments":"","expiration":"0","attack_range":"1","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"200","collect_type":"g","unit_capacity":"0","id":"878","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"878_anubis","display_order":"93","life":"200","width":"1"},{"giftable":"0","cost":"6000","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"阿努比斯神","potion":"5","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"49","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","iphone_adjustments":"","expiration":"0","attack_range":"7","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"600","collect_type":"g","unit_capacity":"0","id":"879","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"879_big_anubis","display_order":"93","life":"1700","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"土耳其剑士","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"47","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","attack_range":"2","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"880","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"880_tk_sword","display_order":"93","life":"1700","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"土耳其樵夫","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","attack_range":"2","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"881","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"881_tk_axe","display_order":"93","life":"1800","width":"1"},{"giftable":"0","cost":"4","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"土耳其弓箭手","potion":"4","population":"1","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"24","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"882","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"882_tk_archer","display_order":"93","life":"500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"极限向导","potion":"5","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"45","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"91","groups":"ranged medium fast","iphone_adjustments":"","expiration":"0","attack_range":"5","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1","collect_type":"g","unit_capacity":"0","id":"883","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"883_limit_adder","display_order":"93","life":"1500","width":"1"},{"giftable":"0","cost":"6200","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Tuthankamon","potion":"5","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"50","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"ranged big normal","iphone_adjustments":"","expiration":"0","attack_range":"6","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"620","collect_type":"g","unit_capacity":"0","id":"884","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"3","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"884_tutankamon","display_order":"93","life":"1900","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"土耳其骑兵","potion":"4","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"45","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"ranged medium fast","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1","collect_type":"g","unit_capacity":"0","id":"885","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"885_tk_horseman","display_order":"93","life":"1500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Megahealing 天使","potion":"1","population":"2","attack_interval":"130","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"200","show_on_mobile":"1","achievement_desc":"Now your army can be healed during a battle!","protect":"0","subcat_functional":"72","groups":"healer","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"886","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"4","units_limit":"5","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"9","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"886_angelical_super_healer","display_order":"85","life":"800","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"兽人龙","potion":"5","population":"2","attack_interval":"40","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"887","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"887_orc_dragon","display_order":"93","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"法老龙巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"67","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"888","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"888_egyptian_dragon","display_order":"93","life":"2500","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"法老龙巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"92","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"889","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"889_egyptian_dragon_rider","display_order":"97","life":"2700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Pharaoh Draggy","potion":"5","population":"1","attack_interval":"30","attack":"30","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"890","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"890_egyptian_draggy","display_order":"97","life":"550","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"黑色龙巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"70","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"891","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"891_bahamut","display_order":"93","life":"2600","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"Black Bahamut Draggy","potion":"2","population":"1","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"31","show_on_mobile":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"892","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"892_bahamuty","display_order":"115","life":"575","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"巴哈姆特的黑骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"95","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"9","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"893","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"893_bahamut_jinete","display_order":"97","life":"2800","width":"1"},{"giftable":"0","cost":"14","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"怪物猎人","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"48","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","attack_range":"1","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"894","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"894_monster_hunter1","display_order":"93","life":"1800","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"邪恶的妖魔龙","potion":"1","population":"2","attack_interval":"40","race":"e","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"895","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"887_orc_dragon","display_order":"93","life":"1700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"变色龙","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"896","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"896_chamaleon","display_order":"93","life":"2000","width":"1"},{"giftable":"0","cost":"5500","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"圣甲虫骑士","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","attack_range":"1","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"550","collect_type":"g","unit_capacity":"0","id":"897","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"5","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"897_scarab_rider","display_order":"93","life":"1700","width":"1"},{"giftable":"0","cost":"4","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"Scarab Minion","potion":"4","population":"1","attack_interval":"20","attack":"20","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"melee small fast","velocity":"7","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"898","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"898_scarab_minion","display_order":"93","life":"200","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","only_mobile":"0","name":"超级变色龙","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","achievement_desc":"","protect":"1","subcat_functional":"79","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"8","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"899","subcategory_id":"7","store_groups":"","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"896_chamaleon","display_order":"93","life":"2000","width":"1"},{"giftable":"0","cost":"1","height":"2","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"花园 2","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"g","unit_capacity":"0","id":"900","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"palmera2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"花园 4","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"g","unit_capacity":"0","id":"901","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"palmera4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"8","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"花园 8","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"g","unit_capacity":"0","id":"902","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"palmera8","display_order":"95","life":"5","width":"8"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"绿洲","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"903","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"oasis","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"仙人掌","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"904","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"cactus1","display_order":"95","life":"5","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"仙人掌","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"905","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"cactus2","display_order":"95","life":"5","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"面具","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"906","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"mascaraTutankamon","display_order":"95","life":"5","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"桩的骷髅","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"907","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"calaveraDesierto","display_order":"95","life":"5","width":"1"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"骷髅","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"908","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esqueletoDesierto","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"骷髅","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"909","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"esqueletoRoca","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"金字塔","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"910","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piramide1","display_order":"95","life":"5","width":"3"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"金字塔","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"911","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piramide2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"金字塔","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"912","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"piramide3","display_order":"95","life":"5","width":"1"},{"giftable":"0","cost":"0","height":"1","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"圆柱","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"913","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"columna","display_order":"95","life":"5","width":"1"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"火山2","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"914","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"pinosnevados2x2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"ArbolNevado4","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"915","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"pinosnevados4x4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"8","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"ArbolNevado8","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"916","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"pinosnevados8x8","display_order":"95","life":"5","width":"8"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"湖泊2","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"917","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"lake2x2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","only_mobile":"0","name":"湖泊4","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"1011","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"918","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"lake4x4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"Mamut","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"919","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"mamut","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"Monticulo","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"920","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"icemontain4x4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaVegetacion3","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"921","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islavegetacion3x3","display_order":"95","life":"5","width":"3"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaVegetacion2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"922","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islavegetacion2x2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaRoca2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"923","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaroca2x2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"12","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaGrande","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"924","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islagrande","display_order":"95","life":"5","width":"12"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaCalavera","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"925","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islacalavera","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaMineral2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"926","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islamineral2x2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaMineral2b","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"927","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islamineral2x2b","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaMineral3","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"928","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islamineral3x3","display_order":"95","life":"5","width":"3"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaMineral4","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"929","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islamineral4x4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"12","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaSelvaGrande","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"930","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaselvagrande","display_order":"95","life":"5","width":"12"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaSelva2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"931","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaselva2x2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaSelva3","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"932","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaselva3x3","display_order":"95","life":"5","width":"3"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaSelva4","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"933","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaselva4x4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaSelva2b","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"934","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaselva2x2b","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"Islitas2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"935","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islitas2x2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaSelva2c","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"936","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islaselva2x2c","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"Islitas4","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"937","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islitas4x4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"Islitas4b","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"938","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islitas4x4b","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"Islitas4c","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"939","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islitas4x4c","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaPinguino","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"940","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islapinguino","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"PlacasHielo","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"941","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"placashielo","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaHielo2x2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"942","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islahielo2x2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"IslaHielo4x4","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"943","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"islahielo4x4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"4","only_mobile":"0","name":"漩涡","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"944","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"remolino","display_order":"95","life":"5","width":"3"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"RocaCalavera","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"945","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"rocacalavera","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"2","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"RocaMinerales2","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"946","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"rocaminerales2","display_order":"95","life":"5","width":"2"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"RocaMinerales3","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"947","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"rocaminerales3","display_order":"95","life":"5","width":"3"},{"giftable":"0","cost":"0","height":"3","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"RocaMinerales3b","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"948","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"rocaminerales3b","display_order":"95","life":"5","width":"3"},{"giftable":"0","cost":"0","height":"4","max_frame":"2","new_item":"0","category_id":"10","attack_range":"0","name":"RocaMinerales4","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1011","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"949","subcategory_id":"101","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"rocaminerales4","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"0","height":"20","max_frame":"3","new_item":"0","category_id":"6","attack_range":"0","name":"Expandable Land","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"6","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"1000","subcategory_id":"6","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"g","show_on_mobile_store":"0","img_name":"terreno","display_order":"113","life":"0","width":"20"},{"giftable":"0","cost":"0","height":"20","max_frame":"3","new_item":"0","category_id":"6","attack_range":"0","name":"Desierto Land","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"6","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"1001","subcategory_id":"6","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"g","show_on_mobile_store":"0","img_name":"terrenodesierto","display_order":"113","life":"0","width":"20"},{"giftable":"0","cost":"0","height":"20","max_frame":"3","new_item":"0","category_id":"6","only_mobile":"0","name":"冰地","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"6","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"1002","subcategory_id":"6","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"g","show_on_mobile_store":"0","img_name":"terrenohielo","display_order":"113","life":"0","width":"20"},{"giftable":"0","cost":"0","height":"20","max_frame":"3","new_item":"0","category_id":"6","only_mobile":"0","name":"海","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"6","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"1003","subcategory_id":"6","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"g","show_on_mobile_store":"0","img_name":"terrenomar2","display_order":"113","life":"0","width":"20"},{"giftable":"0","cost":"0","height":"20","max_frame":"3","new_item":"0","category_id":"6","only_mobile":"0","name":"Mineral Land","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"6","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","unit_capacity":"0","id":"1004","subcategory_id":"6","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"g","show_on_mobile_store":"0","img_name":"terrenomineral","display_order":"113","life":"0","width":"20"},{"giftable":"0","cost":"0","height":"20","max_frame":"3","new_item":"0","category_id":"6","attack_range":"0","name":"Selva Land","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"6","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"1005","subcategory_id":"6","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"g","show_on_mobile_store":"0","img_name":"terrenoselva","display_order":"113","life":"0","width":"20"},{"giftable":"0","cost":"0","height":"20","max_frame":"3","new_item":"0","category_id":"6","attack_range":"0","name":"Cloud Land","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"6","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"1006","subcategory_id":"6","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"0","cost_type":"g","show_on_mobile_store":"0","img_name":"terrenonubes","display_order":"113","life":"0","width":"20"},{"giftable":"0","cost":"300","height":"4","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"深洞","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1200","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1200_agujero","display_order":"90","life":"100","width":"4"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"岩石雕像","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"3","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"al","unit_capacity":"0","id":"1201","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1201_estatua","display_order":"85","life":"5","width":"1"},{"giftable":"0","cost":"300","height":"4","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"大巢","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1202","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1202_nidogrande","display_order":"90","life":"100","width":"4"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"0","category_id":"8","attack_range":"0","name":"Small Nest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"3","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"812","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"al","unit_capacity":"0","id":"1203","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1203_nido","display_order":"85","life":"5","width":"1"},{"giftable":"0","cost":"300","height":"4","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"圈养克娄巴特拉","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1204","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1204_cleopatra","display_order":"90","life":"100","width":"4"},{"giftable":"0","cost":"300","height":"2","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"亚特兰蒂斯装饰","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1205","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"peceraatlante","display_order":"90","life":"100","width":"2"},{"giftable":"0","cost":"1","height":"2","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"宝藏","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"3","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"al","unit_capacity":"0","id":"1206","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"treasure","display_order":"85","life":"5","width":"2"},{"giftable":"0","cost":"300","height":"2","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"地狱火领域","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1207","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbol1","display_order":"90","life":"100","width":"2"},{"giftable":"0","cost":"300","height":"1","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"树","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"811","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1208","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arbol1","display_order":"90","life":"100","width":"1"},{"giftable":"0","cost":"300","height":"4","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"地狱之门","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1209","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1209_portal","display_order":"90","life":"100","width":"4"},{"giftable":"0","cost":"1","height":"2","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"地狱之门","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"20","defense":"1","size":"0","gift_level":"3","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"al","unit_capacity":"0","id":"1210","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1210_miniportal","display_order":"85","life":"5","width":"2"},{"giftable":"0","cost":"24","height":"3","max_frame":"2","new_item":"0","category_id":"3","only_mobile":"0","name":"神风中心","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"341","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"g","unit_capacity":"0","id":"1211","subcategory_id":"35","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"686","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1211_fabricakamikaze","display_order":"0","life":"2000","width":"3"},{"giftable":"0","cost":"28","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"犀牛马厩","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"3","collect_type":"g","unit_capacity":"0","id":"1212","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"687","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1212_casarhino","display_order":"0","life":"2000","width":"3"},{"giftable":"0","cost":"300","height":"2","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"天体的力","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"812","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1213","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1213_boladepoder","display_order":"90","life":"100","width":"2"},{"giftable":"1","cost":"5","height":"1","max_frame":"2","new_item":"0","category_id":"4","only_mobile":"0","name":"玛雅人的火","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"14","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"g","unit_capacity":"0","id":"1214","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"2","cost_type":"g","show_on_mobile_store":"0","img_name":"fuegoMaya","display_order":"65","life":"5","width":"1"},{"giftable":"0","cost":"22","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天体神社","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"3","collect_type":"g","unit_capacity":"0","id":"1215","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"699","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1215_priesthouse","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天体射箭","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1216","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"703","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1216_angelbarracks2","display_order":"3","life":"3000","width":"3"},{"giftable":"0","cost":"12500","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天体的兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1217","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"701","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1217_soldierbarrack2","display_order":"-1200","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天体的墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"20","collect_type":"g","unit_capacity":"0","id":"1218","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1218_angelwall2","display_order":"0","life":"1400","width":"1"},{"giftable":"0","cost":"9","height":"1","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天空塔","potion":"1","population":"0","attack_interval":"35","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"28","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"180","collect_type":"g","unit_capacity":"0","id":"1219","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1219_angeltower","display_order":"0","life":"2600","width":"1"},{"giftable":"0","cost":"1500","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天体磁场","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"40","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"0","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"32.4","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"f","unit_capacity":"1","id":"1220","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"1220_angelfarm","display_order":"-100","life":"400","width":"2"},{"giftable":"0","cost":"2500","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天体的房子","potion":"1","population":"6","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"260","collect_type":"g","unit_capacity":"10","id":"1221","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1221_angelcasa","display_order":"15","life":"600","width":"3"},{"giftable":"0","cost":"28","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"机甲兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1222","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"702","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1222_mechabarrack","display_order":"-3300","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"狮鹫兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"350","collect_type":"g","unit_capacity":"0","id":"1223","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"700","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1223_barracagrifo","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"24","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"收割机兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"3","collect_type":"g","unit_capacity":"0","id":"1224","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"704","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1224_barracadeath","display_order":"2","life":"3000","width":"3"},{"giftable":"0","cost":"16000","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"骑兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"400","collect_type":"g","unit_capacity":"0","id":"1225","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"705","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1225_barracalancer","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"5","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天体的轧机","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"400","collect_xp":"14","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"f","unit_capacity":"2","id":"1226","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1226_angelmolino","display_order":"16","life":"1000","width":"2"},{"giftable":"0","cost":"7","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"诗礼花园","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"250","collect_type":"g","unit_capacity":"0","id":"1227","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"1227_angelgarden","display_order":"20","life":"1000","width":"3"},{"giftable":"0","cost":"8000","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天上的云","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"80","collect_type":"g","unit_capacity":"0","id":"1228","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"aldeanosnube","display_order":"20","life":"1000","width":"2"},{"giftable":"1","cost":"100","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"天体的雕像","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"10","collect_type":"g","unit_capacity":"0","id":"1229","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"estatuanube","display_order":"20","life":"1000","width":"2"},{"giftable":"0","cost":"80000","height":"5","max_frame":"2","new_item":"1","category_id":"2","only_mobile":"0","name":"传说中的城堡","potion":"1","population":"0","attack_interval":"35","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"26","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"11","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"500","collect_type":"g","unit_capacity":"0","id":"1230","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"35","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"1230_castillo","display_order":"2","life":"10000","width":"5"},{"giftable":"0","cost":"40000","height":"5","max_frame":"2","new_item":"1","category_id":"2","only_mobile":"0","name":"宏伟的城堡","potion":"1","population":"0","attack_interval":"35","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"18","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"11","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"400","collect_type":"g","unit_capacity":"0","id":"1231","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"1231_castillo","display_order":"2","life":"3500","width":"5"},{"giftable":"0","cost":"32","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"最高的兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"400","collect_type":"g","unit_capacity":"0","id":"1232","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"711","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1225_barracalancer","display_order":"-3110","life":"6000","width":"3"},{"giftable":"0","cost":"6000","height":"4","max_frame":"2","new_item":"1","category_id":"1","only_mobile":"0","name":"养龙巢","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"600","collect_type":"g","unit_capacity":"0","id":"1233","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1233_criadero","display_order":"2","life":"5000","width":"4"},{"giftable":"0","cost":"450","height":"7","max_frame":"2","new_item":"1","category_id":"2","only_mobile":"0","name":"钻石城堡","potion":"1","population":"0","attack_interval":"35","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"11","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1500","collect_type":"g","unit_capacity":"0","id":"1234","subcategory_id":"23","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1234_castillo","display_order":"1","life":"20000","width":"7"},{"giftable":"0","cost":"36","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"复仇骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"600","collect_type":"g","unit_capacity":"0","id":"1235","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"724","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1235_barracarcangel","display_order":"-7100","life":"6000","width":"3"},{"giftable":"0","cost":"5","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"万圣节轧机","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"400","collect_xp":"14","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"f","unit_capacity":"2","id":"1236","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1236_molino","display_order":"2","life":"1000","width":"2"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"万圣节墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"20","collect_type":"g","unit_capacity":"0","id":"1237","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1237_wall","display_order":"2","life":"1400","width":"1"},{"giftable":"0","cost":"7","height":"1","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"万圣节塔","potion":"1","population":"0","attack_interval":"35","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"24","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"140","collect_type":"g","unit_capacity":"0","id":"1238","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1238_tower","display_order":"2","life":"2200","width":"1"},{"giftable":"0","cost":"2500","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"万圣节农场","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"40","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"0","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"f","unit_capacity":"1","id":"1239","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"1239_farm","display_order":"2","life":"400","width":"2"},{"giftable":"0","cost":"3500","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"万圣节之家","potion":"1","population":"6","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"260","collect_type":"g","unit_capacity":"10","id":"1240","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1240_house","display_order":"2","life":"600","width":"3"},{"giftable":"0","cost":"17000","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"骨头先生兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1241","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"729","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1241_barracaesqueleto","display_order":"2","life":"3000","width":"3"},{"giftable":"0","cost":"18000","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"稻草人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1242","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"730","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1242_barracaespanta","display_order":"2","life":"3000","width":"3"},{"giftable":"0","cost":"24","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"黑巫婆兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1243","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"731","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1243_barracabruja","display_order":"2","life":"3000","width":"3"},{"giftable":"0","cost":"22","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"弗兰肯斯坦兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1244","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"732","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1244_barracafrank","display_order":"1","life":"3000","width":"3"},{"giftable":"0","cost":"28","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"狼人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1245","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"735","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1245_barracalobo","display_order":"-6700","life":"3000","width":"3"},{"giftable":"0","cost":"26","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"鬼兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1246","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"734","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1246_barracafantasma","display_order":"3","life":"3000","width":"3"},{"giftable":"0","cost":"19000","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"僵尸兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1247","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"738","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1247_barracazombie","display_order":"-1310","life":"3000","width":"3"},{"giftable":"0","cost":"5000","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"Ghost","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1248","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1248_deco","display_order":"2","life":"1000","width":"2"},{"giftable":"0","cost":"7","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"海釜","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1249","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"1249_deco","display_order":"2","life":"2000","width":"2"},{"giftable":"0","cost":"30","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"德古拉兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1250","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"733","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1250_barracadracula","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"15","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"万圣节塔顶","potion":"1","population":"0","attack_interval":"40","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1251","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1251_tower","display_order":"0","life":"3500","width":"2"},{"giftable":"0","cost":"6000","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"凶宅","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1252","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1252_deco","display_order":"2","life":"1000","width":"3"},{"giftable":"0","cost":"300","height":"3","max_frame":"2","new_item":"0","category_id":"8","only_mobile":"0","name":"遗迹","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"814","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"30","collect_type":"g","unit_capacity":"0","id":"1253","subcategory_id":"81","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1253_relic","display_order":"90","life":"5000","width":"3"},{"giftable":"0","cost":"1200","height":"3","max_frame":"2","new_item":"0","category_id":"4","only_mobile":"0","name":"凤凰蛋","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"120","collect_type":"g","unit_capacity":"0","id":"1254","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"25","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1254_eggphoenix","display_order":"100","life":"200","width":"3"},{"giftable":"0","cost":"6000","height":"4","max_frame":"2","new_item":"1","category_id":"1","only_mobile":"0","name":"怪物巢穴","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"150","collect_type":"g","unit_capacity":"0","id":"1255","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"30","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1255_monsternest","display_order":"1","life":"5000","width":"4"},{"giftable":"0","cost":"5","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"神话轧机","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"400","collect_xp":"14","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"f","unit_capacity":"2","id":"1256","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1256_mill","display_order":"0","life":"1000","width":"2"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"神话的墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"20","collect_type":"g","unit_capacity":"0","id":"1257","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1257_wall","display_order":"0","life":"1500","width":"1"},{"giftable":"0","cost":"9","height":"1","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"神话塔","potion":"1","population":"0","attack_interval":"35","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"29","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"12","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"180","collect_type":"g","unit_capacity":"0","id":"1258","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1258_tower","display_order":"0","life":"2700","width":"1"},{"giftable":"0","cost":"1800","height":"3","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"神话的领域","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"40","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"0","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"f","unit_capacity":"1","id":"1259","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"1259_farm","display_order":"0","life":"400","width":"3"},{"giftable":"0","cost":"2800","height":"2","max_frame":"2","new_item":"1","category_id":"12","only_mobile":"0","name":"神话中的房子","potion":"1","population":"6","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","iphone_adjustments":"","expiration":"0","attack_range":"0","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"260","collect_type":"g","unit_capacity":"10","id":"1260","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1260_house","display_order":"0","life":"600","width":"2"},{"giftable":"0","cost":"13500","height":"3","display_order":"-1210","new_item":"1","category_id":"12","only_mobile":"0","name":"伊卡洛斯的兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1261","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"750","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1261_barrack_icaro","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"15000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"赫尔墨斯兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1262","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"751","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1262_barrack_hermes","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"24","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"牛头怪兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1263","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"752","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1263_barrack_minotauro","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"23","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"蝎子兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1264","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"753","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1264_barrack_escorpion","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-3900","new_item":"1","category_id":"12","only_mobile":"0","name":"地狱犬的兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1265","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"754","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1265_barrack_cancerbero","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"28","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"独眼巨人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1266","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"748","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1266_barrack_ciclope","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"美杜莎兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1267","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"749","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1267_barrack_medusa","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"32","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"火焰兵的军营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1268","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"755","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1268_barrack_pyros","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"5","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"大力神塑像","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1269","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"1269_deco_hercules","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"7","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"麒麟雕像","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1270","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"1270_deco_unicorn","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"5000","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"古代遗址","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1271","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1271_deco_3","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"神话雕像","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1272","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1272_deco_4","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"28","height":"3","display_order":"-3100","new_item":"1","category_id":"12","only_mobile":"0","name":"Lythos 兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1273","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"757","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1273_barrack_lythos","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"16000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"瓦尔基里兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1274","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"759","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1274_barrack_valkyr","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"15000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"赫尔墨斯剑士营房","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1275","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"760","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1275_barrack_hermes2","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"16500","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"赫尔墨斯斯皮尔曼兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1276","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"761","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1276_barrack_hermes3","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"28","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"半人马座兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1277","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"756","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1277_barrack_centaur","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"32","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"Rodhes 巨人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1278","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"764","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1278_barrack_rodas","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"15500","height":"3","display_order":"-10","new_item":"1","category_id":"12","only_mobile":"0","name":"宙斯兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1279","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"779","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1279_zeus_barrack","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"波塞冬的兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1280","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"773","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1280_poseidon_barrack","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"22","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"阿基里斯兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1281","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"774","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1281_aquiles_barrack","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"1200","height":"1","display_order":"100","new_item":"0","category_id":"4","only_mobile":"0","name":"凤凰蓝色的蛋","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"80","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"120","collect_type":"g","collect":"0","in_store":"0","id":"1282","subcategory_id":"44","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1282_eggbluephoenix","max_frame":"2","life":"250","width":"1"},{"giftable":"0","cost":"2000","height":"4","display_order":"0","new_item":"0","category_id":"1","only_mobile":"0","name":"生存的舞台","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"200","collect_type":"g","collect":"0","in_store":"0","id":"1283","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"20","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1283_survival_arena","max_frame":"2","life":"600","width":"4"},{"giftable":"0","cost":"20","height":"6","display_order":"-50","new_item":"0","category_id":"1","only_mobile":"0","name":"单元库","potion":"1","population":"0","attack_interval":"0","race":"a","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"50","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"250","collect_type":"g","collect":"0","in_store":"1","id":"1284","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"18","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1284_unit_warehouse","max_frame":"2","life":"7000","width":"6"},{"giftable":"0","cost":"32","height":"3","display_order":"-3310","new_item":"1","category_id":"12","only_mobile":"0","name":"阎王兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1286","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"765","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1286_hades_barrack","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"锁龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1287","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1287_chained_dragon","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式宙斯","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1288","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1288_chained_zeus","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"蓝家连锁","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1289","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1289_chained_blue_phoenix","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"15000","height":"3","display_order":"-1370","new_item":"1","category_id":"12","only_mobile":"0","name":"首页兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"1","id":"1290","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"779","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1290_ulises_barrack","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"26","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"哈比兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1291","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"780","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"1291_harpy_barrack","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-3020","new_item":"1","category_id":"12","only_mobile":"0","name":"斯特拉托斯兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1292","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"762","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1292_barrack_stratos","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-55","new_item":"1","category_id":"3","only_mobile":"0","name":"先进的弹射器车间","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"341","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1293","subcategory_id":"34","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"767","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1293_stonethrower_barrack","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链家","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1294","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1294_chained_vulcano","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"愤怒的公牛拴龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1295","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1295_chained_bull","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式曼帝可拉","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1296","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1296_chained_manticora","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式战神","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1297","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1297_chained_ares","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式脿","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1298","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1298_chained_quimera","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"50","height":"4","display_order":"-500","new_item":"0","category_id":"12","only_mobile":"0","name":"现金奇迹","potion":"1","population":"0","attack_interval":"0","race":"a","show_on_mobile":"1","collect_xp":"1","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"86400","upgrades_to":"0","store_level":"0","velocity":"0","xp":"5","collect_type":"c","collect":"1","in_store":"1","id":"1299","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1299_cash_wonder","max_frame":"2","life":"1500","width":"4"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"摩经销商","potion":"1","population":"0","attack_interval":"0","race":"n","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1300","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1300_morocco_dealer","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"29","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"赫拉克勒斯兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1301","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"789","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1301_barrack_hercules","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"火焰兵的军营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1302","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"755","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1302_barrack_pyros","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-6800","new_item":"1","category_id":"12","only_mobile":"0","name":"水电兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1303","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"772","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1303_barrack_hydros","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"0","height":"20","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"体育馆站","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1304","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1304_gradas","max_frame":"8","life":"1000","width":"20"},{"giftable":"0","cost":"15000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"剑骨架兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1305","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"808","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1305_sword_skeleton_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"16000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵射手兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1306","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"809","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1306_necro_archer_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"26","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵战士营房","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1307","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"795","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1307_necro_warrior_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"7500","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"旁观者的眼睛","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1308","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1308_necro_deco_1","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"35","height":"4","display_order":"-3700","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵祭司的城堡","potion":"1","population":"0","attack_interval":"35","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"32","attack_range":"11","achievement_desc":"","protect":"0","subcat_functional":"231","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1309","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"810","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1309_necro_priest_castle","max_frame":"2","life":"12000","width":"4"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"翼勇士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1310","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"811","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1310_winged_warrior_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1311","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"794","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1311_necro_paladin_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-3200","new_item":"1","category_id":"12","only_mobile":"0","name":"黑暗的主营房","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1312","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"815","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1312_necro_big_sword_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"5","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"翡翠","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1313","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1313_necro_deco_2","max_frame":"2","life":"3000","width":"2"},{"giftable":"0","cost":"15000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"德拉科喷泉","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1314","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1314_necro_deco_3","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵装饰 4","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1315","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1315_necro_deco_4","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"5","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵轧机","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"14","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"2","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"f","collect":"400","in_store":"0","id":"1316","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1316_necro_mill","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"1","height":"1","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵墙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"20","collect_type":"g","collect":"0","in_store":"0","id":"1317","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1317_necro_wall","max_frame":"2","life":"1500","width":"1"},{"giftable":"0","cost":"9","height":"1","display_order":"-400","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵法师塔","potion":"1","population":"0","attack_interval":"35","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"30","attack_range":"12","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"180","collect_type":"g","collect":"0","in_store":"1","id":"1318","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1318_necro_tower","max_frame":"2","life":"2800","width":"1"},{"giftable":"0","cost":"1800","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵场","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"1","activation":"32.4","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"f","collect":"40","in_store":"0","id":"1319","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"1319_necro_field","max_frame":"2","life":"400","width":"2"},{"giftable":"0","cost":"2800","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵的房子","potion":"1","population":"6","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"10","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"260","collect_type":"g","collect":"0","in_store":"0","id":"1320","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1320_necro_house","max_frame":"2","life":"600","width":"2"},{"giftable":"0","cost":"16000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"斧骨架兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1321","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"797","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1321_axe_skeleton_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"24","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1322","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"799","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1322_necro_horseman_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","display_order":"-1350","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵叉兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1323","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"802","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1323_necro_fork_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"15000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵咕噜兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1324","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"800","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1324_necro_gollum_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"28","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵收割机兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1325","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"801","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1325_necro_harvester_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵multiarms兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1326","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"803","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1326_necro_multiarms_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵刽子手兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1327","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"804","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1327_necro_executioner_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Necro Shark Barracks","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"300","collect_type":"g","unit_capacity":"0","id":"1328","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"805","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1328_necro_shark_barracks","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵王营房","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1329","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"806","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1329_necro_king_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵狮鹫兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1330","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1330_necro_gryphon_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵憎恶兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1331","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1331_necro_abomination_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"14000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵蠕虫兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1332","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1332_necro_worm_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式独眼巨人","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1333","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1333_chained_cyclops","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式红宝石","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1334","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1334_chained_rubies","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式天使的龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1335","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1335_chained_celestial","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式死灵骑士","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1336","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1336_chained_necropaladin","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式死灵蠕虫","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1337","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1337_chained_necroworm","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"黑暗的主锁","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1338","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1338_chained_darklord","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵王束缚","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1339","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1339_chained_necroking","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"锁死狮","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1340","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1340_chained_gryphon","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式死灵憎恶","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1341","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1341_chained_abomination","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"24","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵犀牛兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1342","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"817","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1342_necro_rhino_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"16000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"骷髅弓箭手兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1343","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"818","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1343_skeleton_archer_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"7","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"社会战争","potion":"1","population":"0","attack_interval":"0","race":"n","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1344","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1344_social_wars","max_frame":"2","life":"1000","width":"7"},{"giftable":"0","cost":"6000","height":"3","display_order":"-70","new_item":"1","category_id":"1","only_mobile":"0","name":"骑士学院","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"600","collect_type":"g","collect":"0","in_store":"1","id":"1345","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"35","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1345_dragonrider_training","max_frame":"2","life":"5000","width":"3"},{"giftable":"0","cost":"6000","height":"3","display_order":"-75","new_item":"1","category_id":"1","only_mobile":"0","name":"骑龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"2","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"600","collect_type":"g","collect":"0","in_store":"1","id":"1346","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"35","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1346_dragon_taming","max_frame":"2","life":"5000","width":"3"},{"giftable":"0","cost":"16500","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵doublesword兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1347","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"825","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1347_necro_doublesword_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"26","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"死灵鬼兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1348","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"821","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1348_necro_ghost_barracks","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"4","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式尼克罗龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1349","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1349_chained_necro_dragon","max_frame":"2","life":"1000","width":"4"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式宙斯","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1350","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1350_chained_zeus","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式谱龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1351","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1351_chained_spectrum","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链家龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1352","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1352_chained_vulcano","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式疯狂炎魔","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1353","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1353_chained_balrog","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式绿色巴哈姆特","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1354","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1354_chained_bahamut","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"拴红巴哈姆特","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1355","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1355_chained_bahamut","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式绿凤凰","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1356","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1356_chained_green_phoenix","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"100000","height":"3","display_order":"-570","new_item":"1","category_id":"2","only_mobile":"0","name":"保护descartado圆顶","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"5","achievement_desc":"","protect":"0","subcat_functional":"1511","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1357","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1357_protection_dome","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"50000","height":"3","display_order":"-3","new_item":"1","category_id":"2","only_mobile":"0","name":"保护罩","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"10","achievement_desc":"","protect":"0","subcat_functional":"1511","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"190","collect_type":"g","collect":"0","in_store":"1","id":"1358","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"42","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1358_protection_dome","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-5","new_item":"1","category_id":"2","only_mobile":"0","name":"塔增强","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"10","achievement_desc":"","protect":"0","subcat_functional":"1511","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"190","collect_type":"g","collect":"0","in_store":"1","id":"1359","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"47","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"1359_tower_enhancer_dome_cash","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"15","height":"1","display_order":"-4","new_item":"0","category_id":"2","only_mobile":"0","name":"天空塔 II","potion":"1","population":"0","attack_interval":"35","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"40","attack_range":"12","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"190","collect_type":"g","collect":"0","in_store":"1","id":"1360","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"50","elevation":"4","cost_type":"c","show_on_mobile_store":"1","img_name":"1360_tower","max_frame":"2","life":"3000","width":"1"},{"giftable":"0","cost":"10000","height":"1","display_order":"-2","new_item":"0","category_id":"2","only_mobile":"0","name":"天空塔","potion":"1","population":"0","attack_interval":"35","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"25","attack_range":"12","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"190","collect_type":"g","collect":"0","in_store":"1","id":"1361","subcategory_id":"21","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"1361_tower","max_frame":"2","life":"2900","width":"1"},{"giftable":"0","cost":"17000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"监护人的剑士营房","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1362","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"863","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1362_barracks_swordman","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"18000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"守卫弓箭手兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1363","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"865","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1363_barracks_archer","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"26","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"伊希斯医治兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1364","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"866","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1364_barracks_healer","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"28","height":"3","display_order":"-7000","new_item":"1","category_id":"12","only_mobile":"0","name":"荷鲁斯先驱兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1365","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"867","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1365_barracks_horus","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-3210","new_item":"1","category_id":"12","only_mobile":"0","name":"拉美西斯二世军营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1366","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"860","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1366_barracks_ramses","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"26","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"狮身人面像兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1367","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"861","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1367_barracks_sphinx","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"6000","height":"3","display_order":"-150","new_item":"1","category_id":"12","only_mobile":"0","name":"石棺","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1368","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1368_deco","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"4000","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"伊西斯的雕像","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1369","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1369_deco","max_frame":"2","life":"3000","width":"2"},{"giftable":"0","cost":"5","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"Keops Pyramid","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1370","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1370_deco","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"7","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"阿不辛波古庙雕像","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1371","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1371_deco","max_frame":"2","life":"3000","width":"2"},{"giftable":"0","cost":"5","height":"2","display_order":"-270","new_item":"1","category_id":"12","only_mobile":"0","name":"法老的金矿","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"14","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"2","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"f","collect":"400","in_store":"1","id":"1372","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1372_mine","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"1","height":"1","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"法老的墙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"20","collect_type":"g","collect":"0","in_store":"0","id":"1373","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1373_wall","max_frame":"2","life":"1600","width":"1"},{"giftable":"0","cost":"9","height":"1","display_order":"-350","new_item":"1","category_id":"12","only_mobile":"0","name":"法老的塔","potion":"1","population":"0","attack_interval":"35","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"32","attack_range":"12","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"180","collect_type":"g","collect":"0","in_store":"1","id":"1374","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1374_tower","max_frame":"2","life":"2850","width":"1"},{"giftable":"0","cost":"1800","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"法老王农场","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"1","activation":"32.4","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"f","collect":"40","in_store":"0","id":"1375","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"1375_field","max_frame":"2","life":"400","width":"2"},{"giftable":"0","cost":"2800","height":"2","display_order":"-120","new_item":"1","category_id":"12","only_mobile":"0","name":"法老的房子","potion":"1","population":"6","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"10","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"260","collect_type":"g","collect":"0","in_store":"1","id":"1376","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1376_house","max_frame":"2","life":"600","width":"2"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式电动巴哈姆特","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1377","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1377_chained_bahamut","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链金巴哈姆特","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1378","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1378_chained_bahamut","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"18000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"卫士斧兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1379","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"870","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1379_barracks_axe","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"28","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"荷鲁斯狮鹫兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1380","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"869","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1380_barracks_gryphon","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"28","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"眼镜蛇骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1381","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"871","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1381_barracks_cobra","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"32","height":"3","display_order":"-4100","new_item":"1","category_id":"12","only_mobile":"0","name":"阿努比斯神兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1382","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"879","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1382_barracks_anubis","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"32","height":"3","display_order":"-3040","new_item":"1","category_id":"12","only_mobile":"0","name":"圣甲虫祖玛兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1383","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"884","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1383_barracks_tutankamon","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"仙人岛","potion":"1","population":"0","attack_interval":"0","race":"n","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","collect":"0","in_store":"0","id":"1384","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"神秘岛","potion":"1","population":"0","attack_interval":"0","race":"n","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","collect":"0","in_store":"0","id":"1385","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"死灵岛","potion":"1","population":"0","attack_interval":"0","race":"n","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","collect":"0","in_store":"0","id":"1386","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"龙之岛","potion":"1","population":"0","attack_interval":"0","race":"n","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","collect":"0","in_store":"0","id":"1387","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","display_order":"95","new_item":"0","category_id":"11","only_mobile":"0","name":"怪兽岛","potion":"1","population":"0","attack_interval":"0","race":"n","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","collect":"0","in_store":"0","id":"1388","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","max_frame":"2","life":"5","width":"4"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"锁龙猎人","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1389","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1389_chained_hunter","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"捆绑怪物猎人","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1390","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1390_chained_hunter","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"在埃及龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1391","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1391_chained_dragon","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式黑色巴哈姆特","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1392","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1392_chained_bahamut","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"锁龙猎人II","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1393","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1393_chained_hunter2","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"6000","height":"4","display_order":"-6400","new_item":"1","category_id":"1","only_mobile":"0","name":"至尊龙寺","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"600","collect_type":"g","collect":"0","in_store":"1","id":"1394","subcategory_id":"13","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1394_temple_invocation_bahamut_supreme","max_frame":"2","life":"5000","width":"4"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式变色龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1395","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1395_chained_chameleon","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"28","height":"3","display_order":"-3500","new_item":"1","category_id":"12","only_mobile":"0","name":"圣甲虫骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1396","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"897","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1396_barracks_scarab","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"17000","height":"3","display_order":"-1100","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵剑士营房","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1397","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2005","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1397_barracks_swordman","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"18000","height":"3","display_order":"-1020","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵弓箭手兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1398","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2006","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1398_barracks_archer","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"26","height":"3","display_order":"-3000","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵牧师兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1399","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2007","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1399_barracks_healer","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"28","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1400","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2009","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1400_barracks_knight","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-4000","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵的爬行动物兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1401","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2008","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1401_barracks_raptor","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"6","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵的喷泉","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1402","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1402_deco","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"4000","height":"2","display_order":"-140","new_item":"1","category_id":"12","only_mobile":"0","name":"翡翠雕刻","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1403","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1403_deco","max_frame":"2","life":"3000","width":"2"},{"giftable":"0","cost":"7000","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"爬行动物骑士雕像","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1404","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1404_deco","max_frame":"2","life":"3000","width":"2"},{"giftable":"0","cost":"5","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"帝国精灵轧机","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"14","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"2","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"f","collect":"400","in_store":"0","id":"1405","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1405_mine","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"1","height":"1","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"帝国精灵墙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"20","collect_type":"g","collect":"0","in_store":"0","id":"1406","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1406_wall","max_frame":"2","life":"1600","width":"1"},{"giftable":"0","cost":"9","height":"1","display_order":"-300","new_item":"1","category_id":"12","only_mobile":"0","name":"帝国精灵塔","potion":"1","population":"0","attack_interval":"35","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"33","attack_range":"12","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"180","collect_type":"g","collect":"0","in_store":"1","id":"1407","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1407_tower","max_frame":"2","life":"2900","width":"1"},{"giftable":"0","cost":"1800","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"皇极精灵农场","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"1","activation":"32.4","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"f","collect":"40","in_store":"0","id":"1408","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"1408_field","max_frame":"2","life":"400","width":"2"},{"giftable":"0","cost":"2800","height":"2","display_order":"-130","new_item":"1","category_id":"12","only_mobile":"0","name":"帝国精灵的房子","potion":"1","population":"6","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"10","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"260","collect_type":"g","collect":"0","in_store":"1","id":"1409","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1409_house","max_frame":"2","life":"600","width":"2"},{"giftable":"0","cost":"0","height":"1","display_order":"0","new_item":"0","category_id":"12","only_mobile":"0","name":"巴哈姆特的心","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"1611","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"10","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"1410","subcategory_id":"1611","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1410_bahamut_heart","max_frame":"2","life":"1","width":"1"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"连锁megahealing天使","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1411","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1411_chained_angelical","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式骑士巴哈姆特","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1412","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1412_chained_paladin","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"拴红凤凰","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1413","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1413_chained_red_phoenix","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"28","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵斧兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1414","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2010","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1414_barracks_axe","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"-3010","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵狮鹫兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1415","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2011","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1415_barracks_gryphon","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵弹弓兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1416","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2012","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1416_barracks_catapult","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"4","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式王朝","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1417","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1417_chained_snake_dragon","max_frame":"2","life":"1000","width":"4"},{"giftable":"0","cost":"9000","height":"5","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式蝙蝠魔","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1418","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1418_chained_balrogs","max_frame":"2","life":"1000","width":"5"},{"giftable":"0","cost":"9000","height":"4","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式电动时期龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1419","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1419_chained_snake_dragon","max_frame":"2","life":"1000","width":"4"},{"giftable":"0","cost":"32","height":"3","display_order":"-3220","new_item":"1","category_id":"12","only_mobile":"0","name":"红牛车手兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1420","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2019","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1420_barracks_bull_rider","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"银骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1421","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2020","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1421_barracks_silver_paladin","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"4","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"拴红巴哈姆特","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1422","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1422_chained_fire_bahamut","max_frame":"2","life":"1000","width":"4"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式霜火箭巴哈姆特","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1423","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1423_chained_frostfire_bahamut","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵弓兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1424","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2021","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1424_barracks_elf_crossbow","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"32","height":"3","display_order":"-3320","new_item":"1","category_id":"12","only_mobile":"0","name":"精灵鹰骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1425","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2022","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1425_barracks_elf_eagle","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"1000","height":"4","display_order":"-8000","new_item":"1","category_id":"12","only_mobile":"0","name":"龙杀手堡垒","potion":"1","population":"0","attack_interval":"35","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"400","attack_range":"15","achievement_desc":"","protect":"0","subcat_functional":"1711","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"5000","collect_type":"g","collect":"0","in_store":"0","id":"1426","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"0","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1426_castle_dragon","max_frame":"2","life":"17000","width":"4"},{"giftable":"0","cost":"0","height":"1","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"升级1","potion":"0","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"1427","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"upgrade1","max_frame":"2","life":"5000","width":"1"},{"giftable":"0","cost":"0","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"升级2","potion":"0","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"1428","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"upgrade2","max_frame":"2","life":"5000","width":"2"},{"giftable":"0","cost":"0","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"升级3","potion":"0","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"1429","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"upgrade3","max_frame":"2","life":"5000","width":"3"},{"giftable":"0","cost":"0","height":"4","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"升级4","potion":"0","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"0","collect_type":"g","collect":"0","in_store":"0","id":"1430","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"upgrade4","max_frame":"2","life":"5000","width":"4"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链金巴哈姆特袭击者","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1431","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1431_chained_golden_bahamut_raider","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式玉时期龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1432","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1432_chained_jade_dragon","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"17000","height":"3","display_order":"-1010","new_item":"1","category_id":"12","only_mobile":"0","name":"破碎机的兽人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"1","id":"1433","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2027","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1433_barracks_crusher_orc","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"18000","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"兽人弓箭手兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1434","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2028","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1434_barracks_archer_orc","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"32","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"野猪斧骑兵兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1435","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2029","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1435_barracks_boar_axe_rider","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"30","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"兽人长矛武士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1436","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2030","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1436_barracks_orc_spear_warrior","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"36","height":"3","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"蜘蛛兽骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1437","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2031","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1437_barracks_spider_orc_rider","max_frame":"2","life":"3000","width":"3"},{"giftable":"0","cost":"4000","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"skullz大护身符","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1438","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1438_deco1","max_frame":"2","life":"3000","width":"2"},{"giftable":"0","cost":"6","height":"1","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"黑兽人旗帜","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1439","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1439_deco2","max_frame":"2","life":"3000","width":"1"},{"giftable":"0","cost":"7000","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"黑兽人装饰3现金","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","collect":"0","in_store":"0","id":"1440","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1440_deco3","max_frame":"2","life":"3000","width":"2"},{"giftable":"0","cost":"5","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"黑兽人轧机","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"14","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"121","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"2","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"f","collect":"400","in_store":"0","id":"1441","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1441_mill","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"1","height":"1","display_order":"-170","new_item":"1","category_id":"12","only_mobile":"0","name":"黑兽人墙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"20","collect_type":"g","collect":"0","in_store":"1","id":"1442","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1442_wall","max_frame":"2","life":"1600","width":"1"},{"giftable":"0","cost":"9","height":"1","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"黑兽人塔","potion":"1","population":"0","attack_interval":"35","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"34","attack_range":"12","achievement_desc":"","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"180","collect_type":"g","collect":"0","in_store":"0","id":"1443","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1443_tower","max_frame":"2","life":"2950","width":"1"},{"giftable":"0","cost":"1800","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"黑兽人场","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"0","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"122","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"1","activation":"32.4","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"f","collect":"40","in_store":"0","id":"1444","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"1444_field","max_frame":"2","life":"400","width":"2"},{"giftable":"0","cost":"2800","height":"2","display_order":"0","new_item":"1","category_id":"12","only_mobile":"0","name":"黑暗的兽人的房子","potion":"1","population":"6","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"111","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"10","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"260","collect_type":"g","collect":"0","in_store":"0","id":"1445","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1445_house","max_frame":"2","life":"600","width":"2"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"在黑色的龙骑士","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1446","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1446_chained_dragon","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"2","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"束缚限制向导","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1447","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1447_chained_wizard","max_frame":"2","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"锁胸部","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1448","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1448_chained_chest","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"连锁神话车","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1449","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1449_chained_chest","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式巨大的眼镜蛇","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1450","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1450_chained_cobra","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式燃烧虎","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1451","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1451_chained_tiger","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式拉美西斯 II","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1452","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1452_chained_ramses","max_frame":"2","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"4","display_order":"-85","new_item":"1","category_id":"12","only_mobile":"0","name":"链式彩虹龙","potion":"1","population":"0","attack_interval":"0","race":"h","show_on_mobile":"1","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","attack_range":"0","achievement_desc":"","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","unit_capacity":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","collect":"0","in_store":"0","id":"1453","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1453_chained_rainbow","max_frame":"2","life":"1000","width":"4"},{"giftable":"0","cost":"32","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"金色骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1454","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2036","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1454_barracks_golden_paladin","display_order":"-3030","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Double Cash Offer","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1455","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1455_chained_double_cash","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"250000","height":"3","max_frame":"2","new_item":"1","category_id":"4","attack_range":"0","name":"龙雕像","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"20","velocity":"0","xp":"2500","collect_type":"g","unit_capacity":"0","id":"1456","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1456_dragon_statue","display_order":"-6500","life":"3000","width":"3"},{"giftable":"0","cost":"250000","height":"4","max_frame":"2","new_item":"1","category_id":"4","attack_range":"0","name":"火山","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"20","velocity":"0","xp":"2500","collect_type":"g","unit_capacity":"0","id":"1457","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"s","show_on_mobile_store":"0","img_name":"1457_vulcano","display_order":"-6600","life":"3000","width":"4"},{"giftable":"0","cost":"7000","height":"3","max_frame":"2","new_item":"1","category_id":"4","attack_range":"0","name":"悦榕庄","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"20","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1458","subcategory_id":"45","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1458_banyan_tree","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"7","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"锁龙猎人","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1459","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1459_chained_hunters","display_order":"-85","life":"1000","width":"7"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"链式愤怒的宙斯","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1460","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1460_chained_zeus","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"链式泰坦石","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1461","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1461_chained_lithos","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"链式太阳能龙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1462","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1462_chained_sun","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"300000","height":"2","max_frame":"2","new_item":"1","category_id":"5","attack_range":"0","name":"时间机器","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"139","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1463","subcategory_id":"51","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"55","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1463_time_machine","display_order":"-6700","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Rockdriller","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1464","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1464_chained_rockdriller","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"链家","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1465","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1465_chained_vulcano","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 2-Head Holydeath Dragon","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1466","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1466_chained_dual","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"黑胸锁","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1467","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1467_chained_dark","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Tiger Spider","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1468","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1468_chained_tiger_spider","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Punisher Knight","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1469","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1469_chained_punisher_knight","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Draggy","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1470","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1470_chained_draggy_cash","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Metal T-Rex","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1471","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1471_chained_metal_trex","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Soul Eater","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1472","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1472_chained_soul_eater","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Galaxy Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1473","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1473_chained_galaxy_dragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"34","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"梯恩梯兽人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1474","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2046","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1474_barracks_kamikaze_orc","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"36","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"大字母的兽人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1475","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2047","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1475_barracks_hammer_orc","display_order":"-3230","life":"3000","width":"3"},{"giftable":"0","cost":"9000","height":"2","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Attack Booster Wizard","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1476","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1476_chained_attack_wizard","display_order":"-85","life":"1000","width":"2"},{"giftable":"0","cost":"9000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Epic 2-Headed Dragon Rider","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1477","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1477_chained_epic_rider","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"1","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"升级的雕像","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1478","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1478_levelup_statue","display_order":"-85","life":"1000","width":"1"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Level Up Statue","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1479","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1479_chained_levelup","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Stratos","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1480","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1480_chained_stratos","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 75% Bonus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"1481","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1481_chained_75bonus","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"32","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"牧师的兽人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1482","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2054","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1482_barrack_priest_orc","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"36","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"黑蜥蜴兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1483","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2056","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1483_barrack_monster_orc_rider","display_order":"-3120","life":"3000","width":"3"},{"giftable":"0","cost":"32","height":"3","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"双斧兽人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1484","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2061","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1484_barrack_dual_axe","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"36","height":"3","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"飞龙骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1485","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2062","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1483_barrack_spectrum","display_order":"-3070","life":"3000","width":"3"},{"giftable":"0","cost":"34","height":"3","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"飞镖兽人兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1486","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2068","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1486_barrack_boomerang","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"1000","height":"2","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"小树林","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1487","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arboles_2x2","display_order":"-85","life":"1000","width":"2"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"森林","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1488","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"arboles_3x3","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"法老岛","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","unit_capacity":"0","id":"1489","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"精灵帝国","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","unit_capacity":"0","id":"1490","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"45","height":"3","max_frame":"2","new_item":"0","category_id":"12","attack_range":"0","name":"兽人攻城兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1491","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2074","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1491_battering_ram_barrack","display_order":"0","life":"3000","width":"3"},{"giftable":"0","cost":"17000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"剑斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1492","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2105","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1492_barracks_sword_glad","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"18000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Barr兵营斯皮尔曼斗士ck Spearman Gladiator","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1493","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2106","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1493_barracks_spartan_glad","display_order":"-1110","life":"3000","width":"4"},{"giftable":"0","cost":"32","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"兵营骑士斗士","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1494","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2107","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1494_barracks_rider_glad","display_order":"-6900","life":"3000","width":"4"},{"giftable":"0","cost":"30","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"营区破坏者斗士","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1495","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2108","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1495_barracks_demolisher","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"36","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"兵营蜥蜴斗士","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1496","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2109","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1496_barracks_monster_glad","display_order":"-3060","life":"3000","width":"4"},{"giftable":"0","cost":"4000","height":"1","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"胸部装饰斗士","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1497","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1497_deco1","display_order":"0","life":"3000","width":"1"},{"giftable":"0","cost":"6","height":"2","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"黄金斗士雕像","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1498","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1498_deco2","display_order":"0","life":"3000","width":"2"},{"giftable":"0","cost":"5","height":"2","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"斗士轧机","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"400","collect_xp":"14","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"121","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"f","unit_capacity":"2","id":"1499","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1499_mill","display_order":"-230","life":"1000","width":"2"},{"giftable":"0","cost":"1","height":"1","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"斗士墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"20","collect_type":"g","unit_capacity":"0","id":"1500","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1500_wall","display_order":"-200","life":"1600","width":"1"},{"giftable":"0","cost":"9","height":"1","max_frame":"2","new_item":"1","category_id":"12","attack_range":"12","name":"斗士塔","potion":"1","population":"0","attack_interval":"35","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"34","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"211","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"180","collect_type":"g","unit_capacity":"0","id":"1501","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1501_tower","display_order":"0","life":"2950","width":"1"},{"giftable":"0","cost":"1800","height":"2","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"角斗场","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"40","collect_xp":"2","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"122","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"32.4","upgrades_to":"0","store_level":"0","velocity":"0","xp":"160","collect_type":"f","unit_capacity":"1","id":"1502","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"0","cost_type":"w","show_on_mobile_store":"0","img_name":"1502_field","display_order":"0","life":"400","width":"2"},{"giftable":"0","cost":"2800","height":"2","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"斗士之屋","potion":"1","population":"6","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"111","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"260","collect_type":"g","unit_capacity":"10","id":"1503","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1503_house","display_order":"0","life":"600","width":"2"},{"giftable":"0","cost":"45","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"反物质的傀儡兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1504","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2111","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1504_barracks_antimatter_golem","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"40","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"邪恶的恶魔兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1505","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2112","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1505_barracks_evil_demon","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"God Isle 1","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"n","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"aa","unit_capacity":"0","id":"1506","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"神之岛 2","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","unit_capacity":"0","id":"1507","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"25000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"梅斯斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1508","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2116","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"1508_axeman_barracks","display_order":"-1030","life":"3000","width":"4"},{"giftable":"0","cost":"36","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"牧师的角斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1509","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2117","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1509_priest_barracks","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"40","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"死亡武士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1510","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2120","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1510_death_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"1","height":"4","max_frame":"2","new_item":"0","category_id":"11","attack_range":"0","name":"神之岛 3","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"1111","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0.36","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1","collect_type":"aa","unit_capacity":"0","id":"1511","subcategory_id":"111","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"isladangerous","display_order":"95","life":"5","width":"4"},{"giftable":"0","cost":"38","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"狮子的灵魂角斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1512","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2125","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1512_big_glad_barracks","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"36","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"牛斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1513","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2126","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1513_bull_glad_barracks","display_order":"-3130","life":"3000","width":"4"},{"giftable":"0","cost":"42","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"燃烧虎兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1514","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2035","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1514_burning_tiger_barrack","display_order":"-2020","life":"3000","width":"4"},{"giftable":"0","cost":"36","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"暴龙的兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1515","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2139","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1515_trex_barrack","display_order":"-2010","life":"3000","width":"4"},{"giftable":"0","cost":"36","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"4-Weapons Gladiator Barrack","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1516","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2135","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1516_4weap_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"38","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"半人马斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1517","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2136","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1517_centaur_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"38","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"剑斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1518","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2143","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1518_bigwarrior_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"36","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"牛头角斗士训练营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1519","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2144","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1519_minotaur_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"36","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"魔鬼斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1520","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2150","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1520_devil_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"40","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"战车斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1521","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2151","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1521_chariot_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"45","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"凯撒斗士营房","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1522","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2157","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1522_cesar_barrack","display_order":"-3330","life":"3000","width":"4"},{"giftable":"0","cost":"36","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"矮斧兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1523","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2150","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1523_dwarfAxe_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"40","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"矮人牧师兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1524","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2151","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1524_dwarfPriest_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"48","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"矮人的弹射器","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1525","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"2157","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1525_dwarvenCatapult_barrack","display_order":"0","life":"3000","width":"4"},{"giftable":"0","cost":"32","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"惩罚者骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"1","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"g","unit_capacity":"0","id":"1526","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"829","achievement":"0","type":"b","flying":"0","min_level":"8","elevation":"4","cost_type":"c","show_on_mobile_store":"0","img_name":"1526_punisherKnight_barrack","display_order":"-2000","life":"3000","width":"4"},{"giftable":"0","cost":"9000","height":"7","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"HH龙城HH","potion":"1","population":"0","attack_interval":"0","race":"n","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"1527","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"1527_dragonCity_cross","display_order":"-85","life":"1000","width":"7"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Paladin Bahamut Dragon","potion":"5","population":"4","attack_interval":"35","attack":"72","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2000","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2000_bahamut","display_order":"93","life":"2700","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Paladin Bahamut Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"32","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2001","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2001_bahamuty","display_order":"115","life":"600","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"骑士骑士巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"97","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2002","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2002_bahamut_jinete","display_order":"97","life":"2900","width":"1"},{"giftable":"0","cost":"200","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"15","name":"最高巴哈姆特龙","potion":"20","population":"10","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"500","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2003","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2003_bahamut_supreme","display_order":"93","life":"10000","width":"1"},{"giftable":"0","cost":"20","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Supreme Bahamut Draggy","potion":"5","population":"3","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2004","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2004_bahamuty_supreme","display_order":"93","life":"800","width":"1"},{"giftable":"0","cost":"2500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"帝国精灵剑","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"30","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"250","collect_type":"g","unit_capacity":"0","id":"2005","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2005_elf_sword","display_order":"97","life":"425","width":"1"},{"giftable":"0","cost":"2600","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"帝国的精灵弓箭手","potion":"2","population":"2","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"24","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"260","collect_type":"g","unit_capacity":"0","id":"2006","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2006_elf_archer","display_order":"0","life":"225","width":"1"},{"giftable":"0","cost":"6000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"精灵牧师","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"42","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"600","collect_type":"g","unit_capacity":"0","id":"2007","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2007_elf_priest","display_order":"97","life":"1300","width":"1"},{"giftable":"0","cost":"6500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"爬行动物的骑士","potion":"2","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"44","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"650","collect_type":"g","unit_capacity":"0","id":"2008","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"5","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2008_elf_raptor","display_order":"97","life":"1400","width":"1"},{"giftable":"0","cost":"5200","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"7","name":"帝国精灵骑士","potion":"2","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"39","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"520","collect_type":"g","unit_capacity":"0","id":"2009","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2009_elf_knight","display_order":"97","life":"1200","width":"1"},{"giftable":"0","cost":"5500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"帝国精灵斧","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"42","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"550","collect_type":"g","unit_capacity":"0","id":"2010","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2010_elf_axe","display_order":"97","life":"1400","width":"1"},{"giftable":"0","cost":"6800","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"狮鹫帝国的精灵","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"47","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"520","collect_type":"g","unit_capacity":"0","id":"2011","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"7","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2011_elf_gryphon","display_order":"97","life":"1800","width":"1"},{"giftable":"0","cost":"4000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"15","name":"帝国精灵弹弓","potion":"2","population":"3","attack_interval":"175","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"130","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"81","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"520","collect_type":"g","unit_capacity":"0","id":"2012","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2012_elf_catapult","display_order":"97","life":"300","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"王朝","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"74","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2013","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2013_snake_dragon","display_order":"93","life":"2800","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Dynasty Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"33","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2014","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2014_snake_draggy","display_order":"115","life":"650","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"王朝的龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"99","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2015","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2015_snake_rider","display_order":"97","life":"3000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"电动王朝","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"75","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2016","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2016_snake_dragon","display_order":"93","life":"2800","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Electric Dynasty Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"34","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2017","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2017_snake_draggy","display_order":"115","life":"650","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Electric Dynasty Dragon Rider","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"100","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2018","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2018_snake_rider","display_order":"97","life":"3000","width":"1"},{"giftable":"0","cost":"6500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"红牛车手","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"49","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"650","collect_type":"g","unit_capacity":"0","id":"2019","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2019_elf_bull_rider","display_order":"97","life":"1900","width":"1"},{"giftable":"0","cost":"6500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"银骑士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"46","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"650","collect_type":"g","unit_capacity":"0","id":"2020","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"5","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2020_elf_silver_paladin","display_order":"97","life":"1700","width":"1"},{"giftable":"0","cost":"6500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"13","name":"精灵弓","potion":"3","population":"3","attack_interval":"110","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"650","collect_type":"g","unit_capacity":"0","id":"2021","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2021_elf_crossbow","display_order":"97","life":"600","width":"1"},{"giftable":"0","cost":"6500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"精灵鹰骑士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"650","collect_type":"g","unit_capacity":"0","id":"2022","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"5","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2022_elf_eagle","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"2头霜火箭龙","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"76","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2023","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2023_frostfire_bahamut","display_order":"93","life":"2900","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Frostfire Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"34","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2024","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2024_frost_draggy","display_order":"115","life":"650","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Fire Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"34","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2025","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2025_fire_draggy","display_order":"115","life":"650","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"2头霜火箭龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"101","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2026","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2026_frostfire_bahamut_rider","display_order":"97","life":"3100","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"破碎机的兽人","potion":"3","population":"1","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"31","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"500","collect_type":"g","unit_capacity":"0","id":"2027","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2027_crusher_orc","display_order":"0","life":"450","width":"1"},{"giftable":"0","cost":"6500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"兽人弓箭手","potion":"3","population":"2","attack_interval":"20","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"650","collect_type":"g","unit_capacity":"0","id":"2028","subcategory_id":"7","store_groups":"Archery","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2028_archer_orc","display_order":"97","life":"250","width":"1"},{"giftable":"0","cost":"6500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"野猪斧骑兵","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"43","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"650","collect_type":"g","unit_capacity":"0","id":"2029","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"8","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2029_boar_axe_rider","display_order":"97","life":"1350","width":"1"},{"giftable":"0","cost":"5500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"兽人长矛战士","potion":"3","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"38","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"550","collect_type":"g","unit_capacity":"0","id":"2030","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"10","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2030_orc_spear_warrior","display_order":"97","life":"1200","width":"1"},{"giftable":"0","cost":"7500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Spider Orc Rider","potion":"3","population":"3","attack_interval":"35","attack":"48","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","velocity":"7","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"750","collect_type":"g","unit_capacity":"0","id":"2031","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2031_spider_orc_rider","display_order":"97","life":"1850","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"玉皇朝龙","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"76","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2032","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2032_jade_dragon","display_order":"93","life":"2900","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Jade Dynasty Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"34","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2033","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2033_jade_draggy","display_order":"115","life":"650","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Jade Dynasty Dragon Rider","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"101","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2034","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2034_jade_dragon_rider","display_order":"97","life":"3100","width":"1"},{"giftable":"0","cost":"10000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"燃烧的老虎","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"55","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1000","collect_type":"g","unit_capacity":"0","id":"2035","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2035_burning_tiger","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"黄金骑士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"700","collect_type":"g","unit_capacity":"0","id":"2036","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"5","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2036_golden_paladin","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"彩虹龙","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"76","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2037","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2037_rainbow_dragon","display_order":"93","life":"2900","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"彩虹龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"101","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2038","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2038_rainbow_dragon_rider","display_order":"97","life":"3100","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"太阳能龙","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"77","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2039","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2039_sun_dragon","display_order":"93","life":"3000","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Solar Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"34","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2040","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2040_sun_draggy","display_order":"115","life":"650","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"太阳能龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"102","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2041","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2041_sun_dragon_rider","display_order":"97","life":"3200","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"火山傀儡","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"56","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2042","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2042_vulcano_golem","display_order":"97","life":"2100","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"2-Head Holydeath Dragon","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"77","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2043","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2043_dual_dragon","display_order":"93","life":"3000","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"2-Head Holydeath Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2044","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2044_dual_draggy","display_order":"115","life":"650","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"2-Head Holydeath Dragon Rider","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"102","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2045","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2045_dual_dragon_rider","display_order":"97","life":"3200","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"11","name":"梯恩梯兽人","potion":"3","population":"2","attack_interval":"60","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"42","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"700","collect_type":"g","unit_capacity":"0","id":"2046","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"12","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2046_orc_kamikaze","display_order":"97","life":"800","width":"1"},{"giftable":"0","cost":"7500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"大字母的兽人","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"750","collect_type":"g","unit_capacity":"0","id":"2047","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2047_hammer_orc","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"银河飞龙","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"78","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2048","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2048_galaxy_dragon","display_order":"93","life":"3100","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Galaxy Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"36","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2049","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2049_galaxy_draggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"银河飞龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"103","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2050","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2050_galaxy_dragon_rider","display_order":"97","life":"3300","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"诺里斯龙巴哈姆特","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"102","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2051","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2051_chuck_dragon","display_order":"97","life":"3200","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"攻击助推器向导","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"45","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1","collect_type":"g","unit_capacity":"0","id":"2052","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2052_attack_wizard","display_order":"97","life":"1700","width":"1"},{"giftable":"0","cost":"7500","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"金属暴龙","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"58","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"750","collect_type":"g","unit_capacity":"0","id":"2053","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2053_metal_trex","display_order":"97","life":"2100","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"牧师的兽人","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"45","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"700","collect_type":"g","unit_capacity":"0","id":"2054","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"7","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2054_priest_orc","display_order":"97","life":"1300","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"噬魂者","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"2055","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2055_soul_eater","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"黑蜥蜴骑士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"52","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"700","collect_type":"g","unit_capacity":"0","id":"2056","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"5","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2056_monster_orc","display_order":"97","life":"2100","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"三头龙","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"79","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2057","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2057_3h_dragon","display_order":"93","life":"3150","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"三头龙骑士","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"104","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2058","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2058_3h_dragon_rider","display_order":"93","life":"3350","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"狮子战士的剑","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"58","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"2059","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2059_sword_lion","display_order":"97","life":"2150","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"Brutal Slasher","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"52","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"2060","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2060_slasher_orc","display_order":"97","life":"2100","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"双斧兽人","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"46","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"700","collect_type":"g","unit_capacity":"0","id":"2061","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"8","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2061_dual_swords","display_order":"97","life":"1500","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"飞龙骑士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"700","collect_type":"g","unit_capacity":"0","id":"2062","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2062_spectrum_orc","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Star Dragon","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"80","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2063","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2063_star_dragon","display_order":"93","life":"3200","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Star Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"37","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2064","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2064_star_draggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Star Dragon Rider","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"105","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2065","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2065_star_dragon_rider","display_order":"97","life":"3400","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"双头兽人","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"59","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"1","collect_type":"g","unit_capacity":"0","id":"2066","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"8","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2066_twohead_orc","display_order":"97","life":"2200","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"隐形杀手","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"62","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2067","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"8","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2067_invisible_killer","display_order":"97","life":"1800","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"飞镖兽人","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"47","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"700","collect_type":"g","unit_capacity":"0","id":"2068","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"6","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2068_boomerang_orc","display_order":"97","life":"1600","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Golden Dynasty Dragon","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"81","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2069","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2069_golden_dragon","display_order":"93","life":"3250","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Golden Dynasty Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"38","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2070","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2070_golden_draggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Golden Dynasty Dragon Rider","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"106","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2071","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2071_golden_dragon_rider","display_order":"97","life":"3450","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"邪恶的恶魔","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"60","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"2072","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2072_evil_demon","display_order":"97","life":"2250","width":"1"},{"giftable":"0","cost":"8","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"7","name":"死亡战士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"61","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1","collect_type":"g","unit_capacity":"0","id":"2073","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2073_death_warrior","display_order":"97","life":"2300","width":"1"},{"giftable":"0","cost":"14000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"兽人攻城","potion":"2","population":"3","attack_interval":"80","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"500","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"81","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"520","collect_type":"g","unit_capacity":"0","id":"2074","subcategory_id":"7","store_groups":"Siege","cost_unit_cash":"2","units_limit":"15","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2074_battering_ram","display_order":"97","life":"5000","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"火元素神","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"100","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"95","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2075","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2075_elemental_red_god","display_order":"93","life":"4000","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"家的宠儿","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"95","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2076","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2076_vulcano_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"元素火巨人","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"94","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"95","groups":"colossus","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2077","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2077_fire_colossus","display_order":"93","life":"3500","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"森林召唤元素","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"96","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2078","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2078_forest_god_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"元素的森林之神","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"102","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"96","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2079","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2079_elemental_forest_god","display_order":"93","life":"3900","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"元素森林巨人","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"92","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"96","groups":"colossus","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2080","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2080_forest_colossus","display_order":"93","life":"3600","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"火噬魂师","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"2","collect_type":"g","unit_capacity":"0","id":"2081","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2081_fire_soul_eater","display_order":"97","life":"2200","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"森林召唤元素","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"96","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2082","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2082_forest_colossus_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"邪恶的乌鸦旋风","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"94","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2083","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2083_evil_crow_whirlwinds","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"水元素召唤","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"93","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2084","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2084_water_god_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"水元素神","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"98","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"93","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2085","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2085_elemental_water_god","display_order":"93","life":"4100","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"水元素的巨人","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"96","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"93","groups":"colossus","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2086","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2086_water_colossus","display_order":"93","life":"3400","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"引诱战士","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"2","collect_type":"g","unit_capacity":"0","id":"2087","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2087_big_lure","display_order":"97","life":"6000","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"infraworld爪牙","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"94","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2088","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2088_infra_god_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"灵魂的神","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"108","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"94","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2089","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2089_elemental_infra_god","display_order":"93","life":"4250","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"灵魂的巨像","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"98","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"94","groups":"colossus","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2090","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2090_infra_colossus","display_order":"93","life":"3800","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"灵魂召唤","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"94","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2091","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2091_infra_colossus_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"Elemental Light Minion","potion":"2","population":"2","attack_interval":"35","attack":"40","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"94","groups":"draggy","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2092","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2092_heaven_god_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"元素光神","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"104","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"92","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2093","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2093_elemental_heaven_god","display_order":"93","life":"3800","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"元素光的巨人","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"95","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"92","groups":"colossus","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2094","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2094_heaven_colossus","display_order":"93","life":"3450","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"天堂之仆从","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"96","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2095","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2095_heaven_colossus_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"水元素召唤","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"93","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2096","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2084_water_god_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"黑凤凰","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"2","collect_type":"g","unit_capacity":"0","id":"2097","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2097_black_phoenix","display_order":"97","life":"6000","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"反物质的傀儡","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"63","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"2","collect_type":"g","unit_capacity":"0","id":"2098","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2098_antimatter_golem","display_order":"97","life":"2400","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"中世纪黄金杀手","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"80","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"2","collect_type":"g","unit_capacity":"0","id":"2099","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2099_medieval_slayer","display_order":"97","life":"3000","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"爬行动物的战士","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"25","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"2","collect_type":"g","unit_capacity":"0","id":"2100","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2100_reptile_warrior","display_order":"97","life":"6000","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"中世纪醚弥赛亚","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"75","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"2","collect_type":"g","unit_capacity":"0","id":"2101","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2101_medieval_messiah","display_order":"97","life":"2800","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"中世纪武士","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"78","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2102","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2102_medieval_samurai2","display_order":"97","life":"2600","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"猎人宠物","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"2","collect_type":"g","unit_capacity":"0","id":"2103","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2103_slayer_minion","display_order":"97","life":"400","width":"1"},{"giftable":"0","cost":"12","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"龙卷风的天堂","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"2","collect_type":"g","unit_capacity":"0","id":"2104","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2104_tornado_heaven","display_order":"97","life":"400","width":"1"},{"giftable":"0","cost":"3000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"剑斗士","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"32","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"300","collect_type":"g","unit_capacity":"0","id":"2105","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2105_sword_glad","display_order":"0","life":"450","width":"1"},{"giftable":"0","cost":"3200","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"斯皮尔曼斗士","potion":"2","population":"2","attack_interval":"25","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"26","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"600","collect_type":"g","unit_capacity":"0","id":"2106","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2106_spartan_glad","display_order":"97","life":"300","width":"1"},{"giftable":"0","cost":"6800","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"骑士斗士","potion":"2","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"melee medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"680","collect_type":"g","unit_capacity":"0","id":"2107","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"6","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2107_rider_glad","display_order":"97","life":"1800","width":"1"},{"giftable":"0","cost":"6800","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"拆迁人斗士","potion":"2","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"46","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"680","collect_type":"g","unit_capacity":"0","id":"2108","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"10","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2108_demolisher","display_order":"97","life":"1650","width":"1"},{"giftable":"0","cost":"7000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"蜥蜴斗士","potion":"2","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"52","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"700","collect_type":"g","unit_capacity":"0","id":"2109","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2109_monster_glad","display_order":"97","life":"2100","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"灵魂旋风","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"96","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2110","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2110_souls_whirlwinds","display_order":"115","life":"1500","width":"1"},{"giftable":"0","cost":"16000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"反物质的傀儡","potion":"4","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"63","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"100","collect_type":"g","unit_capacity":"0","id":"2111","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2098_antimatter_golem","display_order":"97","life":"2400","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"邪恶的恶魔","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"60","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"100","collect_type":"g","unit_capacity":"0","id":"2112","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2072_evil_demon","display_order":"97","life":"2250","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"黑暗的邪恶的神","potion":"3","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"110","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"100","collect_type":"g","unit_capacity":"0","id":"2113","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2113_evil_god","display_order":"97","life":"4500","width":"1"},{"giftable":"0","cost":"9","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"阿特拉斯巨人","potion":"3","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"65","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"100","collect_type":"g","unit_capacity":"0","id":"2114","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2114_atlas_titan","display_order":"97","life":"2500","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"黑暗邪恶的上帝宠儿","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"45","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"100","collect_type":"g","unit_capacity":"0","id":"2115","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2115_evil_god_minion","display_order":"97","life":"600","width":"1"},{"giftable":"0","cost":"3600","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"梅斯斗士","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"100","collect_type":"g","unit_capacity":"0","id":"2116","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2116_axeman_glad","display_order":"97","life":"600","width":"1"},{"giftable":"0","cost":"6000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"牧师斗士","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"45","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"100","collect_type":"g","unit_capacity":"0","id":"2117","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"12","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2117_priest_glad","display_order":"97","life":"1400","width":"1"},{"giftable":"0","cost":"5","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"牧师斗士宠物","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"9","xp":"100","collect_type":"g","unit_capacity":"0","id":"2118","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2118_priest_minion_glad","display_order":"97","life":"450","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"6","name":"黑暗的邪恶的神","potion":"3","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"110","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"100","collect_type":"g","unit_capacity":"0","id":"2119","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2113_evil_god","display_order":"97","life":"50000","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"7","name":"死亡战士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"61","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2120","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2073_death_warrior","display_order":"97","life":"2300","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"天空龙巴哈姆特","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"108","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2121","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2121_sky_bahamut","display_order":"97","life":"4000","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Sky Bahamut Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"38","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2122","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2122_sky_draggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Sky Bahamut Dragon Rider","potion":"5","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"133","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2123","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2123_sky_dragon_rider","display_order":"97","life":"4250","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"天空旋风","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"96","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2124","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2124_sky_whirlwind","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"狮子的灵魂的角斗士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"54","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2125","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2125_big_glad","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"牛斗士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"52","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2126","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2126_bull_glad","display_order":"97","life":"2200","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"7","name":"女王的野兽","potion":"3","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"66","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2127","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2127_mother","display_order":"97","life":"2600","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"产卵后的兽","potion":"3","population":"3","attack_interval":"25","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"9","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2128","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2128_mother_son","display_order":"97","life":"1500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"地狱深渊龙","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"112","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2129","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2129_hell_dragon","display_order":"97","life":"4600","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Hell Abyss Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"46","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2130","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2130_hell_draggy","display_order":"115","life":"650","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Hell Abyss Dragon Rider","potion":"5","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"137","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2131","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2131_hell_rider","display_order":"97","life":"4850","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"3-Head Primal Dragon","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"114","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2132","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2132_3head_dragon","display_order":"97","life":"4700","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"3-Head Primal Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"47","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2133","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2133_3head_draggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"3-Head Primal Dragon Rider","potion":"5","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"139","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2134","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2134_3head_rider","display_order":"97","life":"4950","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"4-Weapons Gladiator","potion":"3","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"56","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2135","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2135_4weap_glad","display_order":"97","life":"1900","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"11","name":"半人马斗士","potion":"3","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"55","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2136","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2136_centaur_glad","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"沼泽怪物","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"69","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2137","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2137_swamp_monster","display_order":"97","life":"2800","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"捕食蜥蜴","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"68","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1","collect_type":"g","unit_capacity":"0","id":"2138","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2138_blacklizard","display_order":"97","life":"2700","width":"1"},{"giftable":"0","cost":"10000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"暴龙","potion":"4","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"33","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"melee big slow","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"4","xp":"1000","collect_type":"g","unit_capacity":"0","id":"2139","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"10","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"713_trex","display_order":"93","life":"1500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"绿色极端龙","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"115","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2140","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2140_4wings_dragon","display_order":"97","life":"4800","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Green Extreme Draggy","potion":"2","population":"2","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"47","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2141","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2141_4wings_draggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Green Extreme Dragon Rider","potion":"5","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"140","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1","collect_type":"g","unit_capacity":"0","id":"2142","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2142_4wings_rider","display_order":"97","life":"5050","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"剑斗士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"58","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2143","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2143_bigwarrior_glad","display_order":"97","life":"1900","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"牛头怪角斗士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"55","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2144","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2144_minotaur_glad","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"冰巨人","potion":"5","population":"4","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"70","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1","collect_type":"g","unit_capacity":"0","id":"2145","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2145_ice_golem","display_order":"97","life":"2800","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"沼泽爪牙","potion":"2","population":"1","attack_interval":"30","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2146","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2146_swamp_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"旋风爪牙","potion":"2","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"94","groups":"draggy","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"11","xp":"1","collect_type":"g","unit_capacity":"0","id":"2147","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2147_whirlwind_minion","display_order":"115","life":"500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"4","name":"创世上帝","potion":"3","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"120","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2148","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2148_earth_god","display_order":"97","life":"5200","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"创世纪上帝宠儿","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1","collect_type":"g","unit_capacity":"0","id":"2149","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2149_earth_minion","display_order":"97","life":"700","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"4","name":"魔鬼斗士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"58","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2150","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"5","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2150_devil_glad","display_order":"97","life":"1800","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"战车的斗士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"56","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"10","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2151","subcategory_id":"7","store_groups":"Cavalry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2151_chariot_glad","display_order":"97","life":"2200","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"成因地球巨像","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"104","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"colossus","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2152","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2152_earth_colossus","display_order":"97","life":"4600","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"4","name":"小火的神","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"100","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"95","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"2","collect_type":"g","unit_capacity":"0","id":"2153","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2153_tiny_fire","display_order":"97","life":"4000","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"沙尘暴旋风","potion":"5","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"40","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"11","xp":"2","collect_type":"g","unit_capacity":"0","id":"2154","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2154_sand_whirl","display_order":"97","life":"500","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"3","name":"小小的水的神","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"98","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"93","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"2","collect_type":"g","unit_capacity":"0","id":"2155","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2155_tiny_water","display_order":"97","life":"4100","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"11","name":"上帝创世纪风","potion":"3","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"118","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2156","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2156_wind_god","display_order":"97","life":"5300","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"凯撒斗士","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"62","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2157","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"1","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2157_cesar_glad","display_order":"97","life":"2400","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"凯撒斗士爪牙","potion":"3","population":"1","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"35","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2158","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2158_cesar_glad_minion","display_order":"97","life":"600","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"创世纪风爪牙","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2159","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2159_wind_minion","display_order":"97","life":"700","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"创世神的影子","potion":"3","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"124","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2160","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2160_genesisShadowGod","display_order":"97","life":"5000","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"创世记的影子仆从","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2161","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2161_genesisShadowMinion","display_order":"97","life":"700","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"创世纪风巨像","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"104","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2162","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2162_genesisWindColossus","display_order":"97","life":"4600","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"矮斧","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"58","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2163","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2163_dwarfAxe","display_order":"97","life":"1900","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"矮人牧师","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"55","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2164","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2164_dwarfPriest","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"15000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"2","name":"矮人的弹射器","potion":"3","population":"3","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"55","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"1500","collect_type":"g","unit_capacity":"0","id":"2165","subcategory_id":"7","store_groups":"Infantry","cost_unit_cash":"2","units_limit":"3","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2165_dwarvenCatapult","display_order":"97","life":"2000","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"4","name":"微小的光神","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"100","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"95","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"5","xp":"2","collect_type":"g","unit_capacity":"0","id":"2166","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2166_tinyLightGod","display_order":"97","life":"4000","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"5","name":"创世记冰神","potion":"3","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"122","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2167","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2167_genesisIceGod","display_order":"97","life":"5100","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"创世记冰爪牙","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2168","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2168_genesisICeMinion","display_order":"97","life":"700","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"10","name":"创世神铁","potion":"3","population":"6","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"126","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"god","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2169","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2169_genesisIronGod","display_order":"97","life":"4900","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"创世记铁爪牙","potion":"3","population":"2","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"48","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"79","groups":"ranged medium normal","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"7","xp":"2","collect_type":"g","unit_capacity":"0","id":"2170","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2170_genesisIronMinion","display_order":"97","life":"700","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Electric Extreme Dragon","potion":"5","population":"5","attack_interval":"35","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","attack":"120","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"6","xp":"2","collect_type":"g","unit_capacity":"0","id":"2171","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2171_electricExtremeDragon","display_order":"97","life":"5000","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Electric Extreme Draggy","potion":"2","population":"2","attack_interval":"30","attack":"48","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2172","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2172_electricExtremeDraggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Electric Extreme Dragon Rider","potion":"5","population":"6","attack_interval":"35","attack":"145","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2173","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2173_electricExtremeDragonRider","display_order":"97","life":"5250","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Golden Extreme Dragon","potion":"5","population":"5","attack_interval":"35","attack":"125","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"2174","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2174_goldenExtremeDragon","display_order":"97","life":"5100","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Golden Extreme Draggy","potion":"2","population":"2","attack_interval":"30","attack":"48","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2175","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2175_goldenExtremeDraggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Golden Extreme Dragon Rider","potion":"5","population":"6","attack_interval":"35","attack":"150","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2176","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2176_goldenExtremeDragonRider","display_order":"97","life":"5350","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Fire Extreme Dragon","potion":"5","population":"5","attack_interval":"35","attack":"130","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"2177","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2177_fireExtremeDragon","display_order":"97","life":"5200","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Fire Extreme Draggy","potion":"2","population":"2","attack_interval":"30","attack":"48","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2178","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2178_fireExtremeDraggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Fire Extreme Dragon Rider","potion":"5","population":"6","attack_interval":"35","attack":"155","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2179","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2179_fireExtremeDragonRider","display_order":"97","life":"5450","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Bull Extreme Dragon","potion":"5","population":"5","attack_interval":"35","attack":"132","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"2180","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2180_bullExtremeDragon","display_order":"97","life":"5300","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Bull Extreme Draggy","potion":"2","population":"2","attack_interval":"30","attack":"48","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2181","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2181_bullExtremeDraggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Bull Extreme Dragon Rider","potion":"5","population":"6","attack_interval":"35","attack":"157","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2182","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2182_bullExtremeDragonRider","display_order":"97","life":"5550","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Frost Extreme Dragon","potion":"5","population":"5","attack_interval":"35","attack":"135","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"2183","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2183_frostExtremeDragon","display_order":"97","life":"5400","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Frost Extreme Draggy","potion":"2","population":"2","attack_interval":"30","attack":"48","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2184","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2184_frostExtremeDraggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Frost Extreme Dragon Rider","potion":"5","population":"6","attack_interval":"35","attack":"160","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2185","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2185_frostExtremeDragonRider","display_order":"97","life":"5650","width":"1"},{"giftable":"0","cost":"15","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Forest Extreme Dragon","potion":"5","population":"5","attack_interval":"35","attack":"138","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"2","collect_type":"g","unit_capacity":"0","id":"2186","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2186_forestExtremeDragon","display_order":"97","life":"5500","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Forest Extreme Draggy","potion":"2","population":"2","attack_interval":"30","attack":"48","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2187","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2187_forestExtremeDraggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Forest Extreme Dragon Rider","potion":"5","population":"6","attack_interval":"35","attack":"163","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2188","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2188_forestExtremeDragonRider","display_order":"97","life":"5750","width":"1"},{"giftable":"0","cost":"100","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"1","name":"Forest Bug","potion":"1","population":"1","attack_interval":"35","attack":"20","collect":"0","collect_xp":"5","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"78","groups":"melee small fast","velocity":"10","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"0","collect_type":"g","unit_capacity":"0","id":"2189","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"1","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"21","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"2189_forestBug","display_order":"93","life":"250","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Wind Extreme Dragon","potion":"2","population":"2","attack_interval":"30","attack":"140","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2190","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2190_windExtremeDragon","display_order":"115","life":"5600","width":"1"},{"giftable":"0","cost":"6","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"8","name":"Wind Extreme Draggy","potion":"2","population":"2","attack_interval":"30","attack":"48","collect":"0","collect_xp":"3","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"draggy","velocity":"8","expiration":"0","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2191","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"1","min_level":"5","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2191_windExtremeDraggy","display_order":"115","life":"700","width":"1"},{"giftable":"0","cost":"10","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"Wind Extreme Dragon Rider","potion":"5","population":"6","attack_interval":"35","attack":"165","collect":"0","collect_xp":"4","defense":"1","size":"2","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"79","groups":"dragon","velocity":"6","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"1","collect_type":"g","unit_capacity":"0","id":"2192","subcategory_id":"7","store_groups":"Dragons","cost_unit_cash":"2","units_limit":"0","trains":"0","achievement":"1","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"c","show_on_mobile_store":"0","img_name":"2192_windExtremeDragonRider","display_order":"97","life":"5850","width":"1"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 30% Off","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3001","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3001_chained_30","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"5","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Soul Eater","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3002","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3002_chained_soul_eater","display_order":"-85","life":"1000","width":"5"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 3-Head Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3003","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3003_chained_3h_dragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 60% Off","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3004","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3004_chained_60","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 100% Draggy","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3005","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3005_chained_100_draggy","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Monster Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3006","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3006_chained_monster_chest","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained King Kong","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3007","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3007_chained_kong","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Sword Lion","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3008","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3008_chained_sword_lion","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Brutal Slasher","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3009","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3009_chained_slasher_orc","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Star Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3010","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3010_chained_star_dragon","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 35% Off","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3011","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3011_chained_35_off","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Atomic Godzilla","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3012","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3012_chained_atomic_godzilla","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 100% Egyptian Draggy","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3013","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3013_chained_100_draggy","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Imperial Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3014","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3014_chained_imperial_chest","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 2 Headed Orc","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3015","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3015_chained_twohead_orc","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"2","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Invisible","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3016","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3016_chained_invisible","display_order":"-85","life":"1000","width":"2"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Golden Dynasty Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3017","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3017_chained_golden_dragon","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 50% Off","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3018","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3018_chained_50_off","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 2 Headed Orc","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3019","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3019_chained_twohead_orc","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Evil Demon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3020","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3020_chained_evil_demon","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Black Magic Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3021","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3021_chained_new","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Death Warrior","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3022","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3022_chained_death_warrior","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 90 Bonus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3023","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3023_chained_90","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 100 Bonus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3024","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3024_chained_100","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Elemental Fire God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3025","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3025_chained_red_god","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Super Pack","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3026","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3026_chained_super_pack_v3","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Fire Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3027","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3027_chained_fire_colossus_2","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Forest God + Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3028","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3028_chained_forest","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Evil Demon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3029","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3029_chained_evil","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"6","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Forest Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3030","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3030_chained_forest_colossus","display_order":"-85","life":"1000","width":"6"},{"giftable":"0","cost":"1000","height":"5","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Fire Soul Eater","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3031","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3031_chained_fire_soul","display_order":"-85","life":"1000","width":"5"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Creatures Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3032","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3032_chained_creatures","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Titans Pack","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3033","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3033_chained_titans","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Luring Warrior","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3034","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3034_chained_lure","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Elemental Water God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3035","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3035_chained_water_god","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"6","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Water Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3036","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3036_chained_water_colossus","display_order":"-85","life":"1000","width":"6"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Elemental Soul God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3037","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3037_chained_infra_god","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Soul Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3038","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3038_chained_infra_colossus","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Elemental Light God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3039","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3039_chained_heaven_god","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Light Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3040","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3040_chained_heaven_colossus","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 60 Bonus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3041","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3041_chained_60","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Reptile Warrior","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3042","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3042_chained_reptile_warrior","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Antimatter Golem","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3043","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3043_chained_antimatter_golem","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Black Phoenix","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3044","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3044_chained_black_phoenix","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Battering Pack","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3045","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3045_chained_battering_pack","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Medieval Golden Slayer","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3046","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3046_chained_medieval_slayer","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Medieval Ether Messiah","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3047","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3047_chained_medieval_messiah","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Medieval Samurai","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3048","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3048_chained_medieval_samurai","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Half Price Party Weekend","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3049","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3049_half_weekend","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 99% Bonus Revolution","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3050","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3050_99_bonus","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Battle Pack","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3051","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3051_chained_battle_pack","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained +150% Extra Cash","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3052","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3052_chained_150_extra_cash","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 40% off","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3053","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3053_chained_40_percent_off","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Power Pack","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3054","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3054_chained_power","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Dark Evil God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3055","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3055_chained_evil_god","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Atlas Titan","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3056","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3056_chained_atlas","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"10","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Water God & Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3057","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3057_chained_watergc","display_order":"-85","life":"1000","width":"10"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Supreme Bahamut","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3058","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3058_chained_supreme","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 100% Bonus Frostfire Draggy","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3059","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3059_chained_100_frostfire","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Brutal Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3060","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3060_chained_sixpm","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Sky Bahamut Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3061","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3061_chained_sky_bahamut","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 100% Bonus Draggy","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3062","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3062_chained_100_draggy","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Hell Abyss Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3063","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3063_chained_hell","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Legendary Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3064","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3064_chained_newchest","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Queen Beast","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3065","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3065_chained_queen_beast","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 95% Brutal Slasher","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3066","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3066_chained_95_brutal","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 3-Head Primal Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3067","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3067_chained_3head_dragon","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Swamp Monster","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3068","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3068_chained_swamp","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Brutal Monster Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3069","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3069_chained_brutalmonsters","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Predator Lizard","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3070","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3070_chained_blacklizard","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 60% Off","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3071","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3071_chained_60","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Green Extreme Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3072","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3072_chained_4wings_dragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Ice Golem","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3073","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3073_chained_ice_golem","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Struggle Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3074","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3074_chained_chest","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 125% Bonus + Galaxy Draggy","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3075","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3075_chained_100_small","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 60% + Off Star Draggy","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3076","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3076_chained_60_star","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Genesis Earth God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3077","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3077_chained_earth_god","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"6","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Genesis Earth Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3078","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3078_chained_earth_colossus","display_order":"-85","life":"1000","width":"6"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3079","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3079_golden_slayer_cannon_mech","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Tiny Fire God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3080","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3080_chained_tiny_fire","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 125% Extra Cash","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3081","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3081_chained_125_extracash","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Tiny Water God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3082","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3082_chained_tiny_water","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"5","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Genesis Wind God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3083","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3083_chained_wind_god","display_order":"-85","life":"1000","width":"5"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Light God + Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3084","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3084_chained_light_god_colossus","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Pharaohs Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3085","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3085_chained_pharaohs_chest","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 110% Bonus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3086","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3086_chained_110Bonus","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Genesis Shadow God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3087","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3087_chained_genesisShadowGod","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"6","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Genesis Wind Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3088","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3088_chained_genesisWindColossus","display_order":"-85","life":"1000","width":"6"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Tiny Light God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3089","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3089_chained_tinyLightGod","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Soul God + Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3090","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3090_chained_soulGodColossus","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Genesis Ice God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3091","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3091_chained_genesisIceGod","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Creepy Monsters Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3092","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3092_chained_creepyMonstersChest","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Mounted Furious Bull Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3093","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3093_chained_mountedFuriousBullDragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Fire God + Colossus","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3094","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3094_chained_fireGodColossus","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Golems Chest","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3095","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3095_chained_golemsChest","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"6","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Red + Golden Bahamut Dragons","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3096","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3096_chained_red_goldenBahamutDragon","display_order":"-85","life":"1000","width":"6"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Genesis Iron God","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3097","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3097_chained_genesisIronGod","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Electric Extreme Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3098","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3098_chained_electricExtremeDragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained x2_5 Cash Offer","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3099","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3099_chained_x2_5_cashOffer","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Golden Extreme Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3100","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3100_chained_goldenExtremeDragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Fire Extreme Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3101","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3101_chained_fireExtremeDragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Bull Extreme Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3102","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3102_chained_bullExtremeDragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained 125% Bonus + Star Draggy","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3103","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3103_chained_125Bonus_starDraggy","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Frost Extreme Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3104","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3104_chained_frostExtremeDragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Forest Extreme Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3105","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3105_chained_forestExtremeDragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained New Titans Pack","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3106","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3106_chained_newTitansPack","display_order":"-85","life":"1000","width":"4"},{"giftable":"0","cost":"1000","height":"3","max_frame":"2","new_item":"1","category_id":"12","attack_range":"0","name":"Chained Wind Extreme Dragon","potion":"1","population":"0","attack_interval":"0","attack":"0","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","race":"h","show_on_mobile":"1","only_mobile":"0","protect":"0","subcat_functional":"411","groups":"","velocity":"0","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","iphone_adjustments":"","xp":"50","collect_type":"g","unit_capacity":"0","id":"3107","subcategory_id":"121","store_groups":"","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"1","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"3107_chained_windExtremeDragon","display_order":"-85","life":"1000","width":"3"},{"giftable":"0","cost":"2500","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"木材墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"50","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"49988","store_level":"0","velocity":"0","xp":"50","collect_type":"g","unit_capacity":"0","id":"49987","subcategory_id":"22","store_groups":"Wall","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"murallaiphone1","display_order":"8","life":"1500","width":"1"},{"giftable":"0","cost":"5000","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"加强各项活动墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"200","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"49989","store_level":"0","velocity":"0","xp":"250","collect_type":"g","unit_capacity":"0","id":"49988","subcategory_id":"22","store_groups":"Wall","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"13","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"murallaiphone2","display_order":"9","life":"5000","width":"1"},{"giftable":"0","cost":"10000","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"石墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"500","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"49990","store_level":"0","velocity":"0","xp":"500","collect_type":"g","unit_capacity":"0","id":"49989","subcategory_id":"22","store_groups":"Wall","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"17","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"murallaiphone3","display_order":"10","life":"15000","width":"1"},{"giftable":"0","cost":"20000","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"钢墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"1000","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"49991","store_level":"0","velocity":"0","xp":"1000","collect_type":"g","unit_capacity":"0","id":"49990","subcategory_id":"22","store_groups":"Wall","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"25","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"murallaiphone4","display_order":"10","life":"30000","width":"1"},{"giftable":"0","cost":"100000","height":"1","max_frame":"2","new_item":"0","category_id":"2","attack_range":"0","name":"皇家墙","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"2000","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"221","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"3000","collect_type":"g","unit_capacity":"0","id":"49991","subcategory_id":"22","store_groups":"Wall","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"34","elevation":"4","cost_type":"s","show_on_mobile_store":"1","img_name":"murallaiphone5","display_order":"10","life":"75000","width":"1"},{"giftable":"0","cost":"2000","height":"4","max_frame":"2","new_item":"0","category_id":"5","attack_range":"0","name":"英雄馆","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"1","collect_xp":"100","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"511","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"21600","upgrades_to":"0","store_level":"0","velocity":"0","xp":"150","collect_type":"u","unit_capacity":"0","id":"49992","subcategory_id":"51","store_groups":"SpecialWonders","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50002_heroes_hall","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"28000","height":"4","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"翼骑士兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"4500","collect_type":"","unit_capacity":"0","id":"49993","subcategory_id":"31","store_groups":"Barracones","cost_unit_cash":"0","units_limit":"1","trains":"662","achievement":"0","type":"b","flying":"0","min_level":"40","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"49993_winged_knight_barracks","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"26000","height":"4","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"巨魔兵营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"4000","collect_type":"","unit_capacity":"0","id":"49994","subcategory_id":"31","store_groups":"Barracones","cost_unit_cash":"0","units_limit":"1","trains":"857","achievement":"0","type":"b","flying":"0","min_level":"39","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"49994_troll_barracks","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"22000","height":"4","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"忍者兵","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"4000","collect_type":"","unit_capacity":"0","id":"49995","subcategory_id":"31","store_groups":"Barracones","cost_unit_cash":"0","units_limit":"1","trains":"50031","achievement":"0","type":"b","flying":"0","min_level":"36","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"49995_ninja_barracks","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"21000","height":"4","max_frame":"2","new_item":"0","category_id":"3","attack_range":"0","name":"大象营","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"311","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"3500","collect_type":"","unit_capacity":"0","id":"49996","subcategory_id":"31","store_groups":"Barracones","cost_unit_cash":"0","units_limit":"1","trains":"603","achievement":"0","type":"b","flying":"0","min_level":"34","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"49996_elephant_barracks","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"5000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"忙碌的牧场","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"2000","collect_xp":"67","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"123","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"1800","upgrades_to":"0","store_level":"0","velocity":"0","xp":"250","collect_type":"f","unit_capacity":"6","id":"49997","subcategory_id":"12","store_groups":"Ranch","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"21","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"49997_ranch","display_order":"-5000","life":"140","width":"4"},{"giftable":"0","cost":"2500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"猪农场","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"1500","collect_xp":"50","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"123","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"1800","upgrades_to":"0","store_level":"0","velocity":"0","xp":"150","collect_type":"f","unit_capacity":"6","id":"49998","subcategory_id":"12","store_groups":"Cultivo","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"49998_ranch","display_order":"-5000","life":"140","width":"4"},{"giftable":"0","cost":"600","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"养鸡场","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"1000","collect_xp":"34","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"123","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"1800","upgrades_to":"0","store_level":"0","velocity":"0","xp":"15","collect_type":"f","unit_capacity":"6","id":"49999","subcategory_id":"12","store_groups":"Cultivo","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"9","elevation":"4","cost_type":"w","show_on_mobile_store":"1","img_name":"49999_ranch","display_order":"-5000","life":"140","width":"4"},{"giftable":"0","cost":"1000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市政厅 I","potion":"1","population":"5","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"135","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50007","store_level":"0","velocity":"0","xp":"150","collect_type":"g","unit_capacity":"0","id":"50001","subcategory_id":"13","store_groups":"Townhall","cost_unit_cash":"0","units_limit":"1","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"4","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50001_townhall1","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"4000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大使馆 I","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50009","store_level":"0","velocity":"0","xp":"100","collect_type":"","unit_capacity":"0","id":"50003","subcategory_id":"14","store_groups":"Embassy","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"6","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50003_embassy1","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"125","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"石矿(清除)","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"100","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"0","only_mobile":"0","protect":"0","subcat_functional":"123","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"90","upgrades_to":"0","store_level":"0","velocity":"0","xp":"14","collect_type":"s","unit_capacity":"6","id":"50004","subcategory_id":"12","store_groups":"Cultivo","cost_unit_cash":"0","units_limit":"0","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"7","elevation":"4","cost_type":"w","show_on_mobile_store":"0","img_name":"50004_stone_mine","display_order":"-5000","life":"140","width":"4"},{"giftable":"0","cost":"6000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"海港 I","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"","unit_capacity":"0","id":"50005","subcategory_id":"14","store_groups":"Harbour","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"10","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50005_forest_harbour","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"2000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"铁匠 I","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50012","store_level":"0","velocity":"0","xp":"100","collect_type":"","unit_capacity":"0","id":"50006","subcategory_id":"14","store_groups":"Blacksmith","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"11","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50006_blacksmith1","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"7500","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市政厅 II","potion":"1","population":"5","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"135","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50015","store_level":"0","velocity":"0","xp":"1000","collect_type":"g","unit_capacity":"0","id":"50007","subcategory_id":"13","store_groups":"Townhall","cost_unit_cash":"0","units_limit":"1","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"12","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50007_townhall2","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"10000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大学 I","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50014","store_level":"0","velocity":"0","xp":"1000","collect_type":"g","unit_capacity":"0","id":"50008","subcategory_id":"14","store_groups":"University","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"13","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50008_university1","display_order":"-5000","life":"500","width":"4"},{"giftable":"0","cost":"15000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大使馆 II","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50016","store_level":"0","velocity":"0","xp":"100","collect_type":"","unit_capacity":"0","id":"50009","subcategory_id":"14","store_groups":"Embassy","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"15","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50009_embassy2","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"30000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"神谕","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"100","collect_type":"","unit_capacity":"0","id":"50010","subcategory_id":"14","store_groups":"Oracle","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"16","elevation":"4","cost_type":"g","show_on_mobile_store":"0","img_name":"50010_oracle","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"20000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"海港 II","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"300","collect_type":"","unit_capacity":"0","id":"50011","subcategory_id":"14","store_groups":"Harbour","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"18","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50011_snow_harbour","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"25000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"铁匠 II","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50025","store_level":"0","velocity":"0","xp":"200","collect_type":"","unit_capacity":"0","id":"50012","subcategory_id":"14","store_groups":"Blacksmith","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"19","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50012_blacksmith2","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"20000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大学 II","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50028","store_level":"0","velocity":"0","xp":"1000","collect_type":"g","unit_capacity":"0","id":"50014","subcategory_id":"14","store_groups":"University","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"21","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50014_university2","display_order":"-5000","life":"500","width":"4"},{"giftable":"0","cost":"30000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市政厅 III","potion":"1","population":"5","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"135","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50018","store_level":"0","velocity":"0","xp":"1250","collect_type":"g","unit_capacity":"0","id":"50015","subcategory_id":"13","store_groups":"Townhall","cost_unit_cash":"0","units_limit":"1","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"22","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50015_townhall3","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"60000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大使馆 III","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50020","store_level":"0","velocity":"0","xp":"1250","collect_type":"","unit_capacity":"0","id":"50016","subcategory_id":"14","store_groups":"Embassy","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"26","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50016_embassy3","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"80000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市政厅 IV","potion":"1","population":"5","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"135","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50019","store_level":"0","velocity":"0","xp":"2250","collect_type":"g","unit_capacity":"0","id":"50018","subcategory_id":"13","store_groups":"Townhall","cost_unit_cash":"0","units_limit":"1","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"31","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50018_townhall4","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"150000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"市政厅 V","potion":"1","population":"5","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"135","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"5000","collect_type":"g","unit_capacity":"0","id":"50019","subcategory_id":"13","store_groups":"Townhall","cost_unit_cash":"0","units_limit":"1","trains":"500","achievement":"0","type":"b","flying":"0","min_level":"42","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50019_townhall5","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"85000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大使馆 IV","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50021","store_level":"0","velocity":"0","xp":"2500","collect_type":"","unit_capacity":"0","id":"50020","subcategory_id":"14","store_groups":"Embassy","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"33","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50020_embassy4","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"200000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大使馆 V","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"5000","collect_type":"","unit_capacity":"0","id":"50021","subcategory_id":"14","store_groups":"Embassy","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"43","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50021_embassy5","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"65000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"海港 III","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"1500","collect_type":"","unit_capacity":"0","id":"50022","subcategory_id":"14","store_groups":"Harbour","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"27","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50022_japan_harbour","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"90000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"海港 IV","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"4500","collect_type":"","unit_capacity":"0","id":"50023","subcategory_id":"14","store_groups":"Harbour","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"36","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50023_mineral_harbour","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"250000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"海港 V","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"1","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"5000","collect_type":"","unit_capacity":"0","id":"50024","subcategory_id":"14","store_groups":"Harbour","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"44","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50024_mountain_harbour","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"70000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"铁匠 III","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50026","store_level":"0","velocity":"0","xp":"1750","collect_type":"","unit_capacity":"0","id":"50025","subcategory_id":"14","store_groups":"Blacksmith","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"28","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50025_blacksmith3","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"95000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"铁匠 IV","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50027","store_level":"0","velocity":"0","xp":"5000","collect_type":"","unit_capacity":"0","id":"50026","subcategory_id":"14","store_groups":"Blacksmith","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"37","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50026_blacksmith4","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"300000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"铁匠 V","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"5000","collect_type":"","unit_capacity":"0","id":"50027","subcategory_id":"14","store_groups":"Blacksmith","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"45","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50027_blacksmith5","display_order":"-5000","life":"1000","width":"4"},{"giftable":"0","cost":"75000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大学 III","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50029","store_level":"0","velocity":"0","xp":"2000","collect_type":"g","unit_capacity":"0","id":"50028","subcategory_id":"14","store_groups":"University","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"30","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50028_university3","display_order":"-5000","life":"500","width":"4"},{"giftable":"0","cost":"100000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大学 IV","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"50030","store_level":"0","velocity":"0","xp":"5000","collect_type":"g","unit_capacity":"0","id":"50029","subcategory_id":"14","store_groups":"University","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"38","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50029_university4","display_order":"-5000","life":"500","width":"4"},{"giftable":"0","cost":"400000","height":"4","max_frame":"2","new_item":"0","category_id":"1","attack_range":"0","name":"大学 V","potion":"1","population":"0","attack_interval":"0","race":"h","collect":"0","collect_xp":"0","defense":"1","size":"0","gift_level":"1","attack":"0","show_on_mobile":"1","only_mobile":"1","protect":"0","subcat_functional":"134","groups":"","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"0","xp":"5000","collect_type":"g","unit_capacity":"0","id":"50030","subcategory_id":"14","store_groups":"University","cost_unit_cash":"0","units_limit":"1","trains":"0","achievement":"0","type":"b","flying":"0","min_level":"47","elevation":"4","cost_type":"g","show_on_mobile_store":"1","img_name":"50030_university5","display_order":"-5000","life":"500","width":"4"},{"giftable":"0","cost":"5000","height":"1","max_frame":"5","new_item":"0","category_id":"7","attack_range":"9","name":"黑忍者","potion":"4","population":"2","attack_interval":"15","race":"h","collect":"0","collect_xp":"4","defense":"1","size":"0","gift_level":"1","attack":"12","show_on_mobile":"1","only_mobile":"0","protect":"1","subcat_functional":"80","groups":"ranged small fast","iphone_adjustments":"","expiration":"0","achievement_desc":"","in_store":"0","activation":"0","upgrades_to":"0","store_level":"0","velocity":"8","xp":"500","collect_type":"g","unit_capacity":"0","id":"50031","subcategory_id":"7","store_groups":"Specials","cost_unit_cash":"6","units_limit":"0","trains":"0","achievement":"0","type":"u","flying":"0","min_level":"8","elevation":"1","cost_type":"g","show_on_mobile_store":"0","img_name":"719_ninja","display_order":"93","life":"400","width":"1"}],"levels":[{"reward_type":"s","exp_required":0,"name":"Slave","reward_amount":50},{"reward_type":"w","exp_required":29,"name":"Servant","reward_amount":50},{"reward_type":"f","exp_required":60,"name":"Peon","reward_amount":50},{"reward_type":"w","exp_required":100,"name":"Peasant","reward_amount":400},{"reward_type":"c","exp_required":200,"name":"Villager","reward_amount":1},{"reward_type":"c","exp_required":350,"name":"Scout","reward_amount":1},{"reward_type":"c","exp_required":550,"name":"Cadet","reward_amount":1},{"reward_type":"c","exp_required":800,"name":"Squire","reward_amount":1},{"reward_type":"c","exp_required":1113,"name":"Soldier","reward_amount":1},{"reward_type":"c","exp_required":1504,"name":"Footman","reward_amount":1},{"reward_type":"c","exp_required":1993,"name":"Swordsman","reward_amount":1},{"reward_type":"c","exp_required":2604,"name":"Spearman","reward_amount":1},{"reward_type":"c","exp_required":3368,"name":"Lancer","reward_amount":1},{"reward_type":"c","exp_required":4323,"name":"Grunt","reward_amount":1},{"reward_type":"c","exp_required":5517,"name":"Knight","reward_amount":1},{"reward_type":"c","exp_required":7010,"name":"Private","reward_amount":1},{"reward_type":"c","exp_required":8876,"name":"Second Lieutenant","reward_amount":1},{"reward_type":"c","exp_required":11209,"name":"Lieutenant","reward_amount":1},{"reward_type":"c","exp_required":13659,"name":"Corporal","reward_amount":1},{"reward_type":"c","exp_required":16232,"name":"Marauder","reward_amount":1},{"reward_type":"c","exp_required":18934,"name":"Captain","reward_amount":1},{"reward_type":"c","exp_required":21771,"name":"Sergeant","reward_amount":1},{"reward_type":"c","exp_required":24750,"name":"Senior Sergeant","reward_amount":1},{"reward_type":"c","exp_required":27878,"name":"First Sergeant","reward_amount":1},{"reward_type":"c","exp_required":31162,"name":"Master Sergeant","reward_amount":1},{"reward_type":"c","exp_required":34610,"name":"Sergeant Major","reward_amount":1},{"reward_type":"c","exp_required":38230,"name":"Major","reward_amount":1},{"reward_type":"c","exp_required":42031,"name":"Centurion","reward_amount":1},{"reward_type":"c","exp_required":46022,"name":"Legionnaire","reward_amount":1},{"reward_type":"c","exp_required":50213,"name":"Gladiator","reward_amount":1},{"reward_type":"c","exp_required":54614,"name":"Champion","reward_amount":1},{"reward_type":"c","exp_required":59235,"name":"Lieutenant General","reward_amount":1},{"reward_type":"c","exp_required":64087,"name":"General","reward_amount":1},{"reward_type":"c","exp_required":69182,"name":"Colonel","reward_amount":1},{"reward_type":"c","exp_required":74532,"name":"Lieutenant Commander","reward_amount":1},{"reward_type":"c","exp_required":80150,"name":"Commander","reward_amount":1},{"reward_type":"c","exp_required":86049,"name":"Marshal","reward_amount":1},{"reward_type":"c","exp_required":92243,"name":"Field Marshal","reward_amount":1},{"reward_type":"c","exp_required":98747,"name":"Grand Marshal","reward_amount":1},{"reward_type":"c","exp_required":105576,"name":"Paladin","reward_amount":1},{"reward_type":"c","exp_required":112746,"name":"Corporal","reward_amount":1},{"reward_type":"c","exp_required":120275,"name":"Admiral","reward_amount":1},{"reward_type":"c","exp_required":128180,"name":"Commodore","reward_amount":1},{"reward_type":"c","exp_required":136480,"name":"Battlemaster","reward_amount":1},{"reward_type":"c","exp_required":145195,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":154346,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":163955,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":174044,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":184637,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":195760,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":207439,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":219702,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":232578,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":246098,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":260294,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":275200,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":290851,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":307285,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":324541,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":342660,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":361685,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":381661,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":402636,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":424660,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":447785,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":472066,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":497561,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":524331,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":552440,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":581954,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":612944,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":645484,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":679651,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":715526,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":756782,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":804226,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":858787,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":921532,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":993689,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":1076670,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":1172098,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":1281840,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":1408043,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":1553176,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":1720079,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":1912017,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":2132746,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":2386584,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":2678498,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":3014199,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":3400255,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":3844219,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":4354778,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":4941921,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":5617135,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":6393631,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":7286601,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":8313517,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":9494470,"name":"Conqueror","reward_amount":1},{"reward_type":"c","exp_required":2016089205,"name":"Conqueror","reward_amount":1}],"town_prices":[{"coins":100000,"level":15,"cash":20},{"coins":300000,"level":25,"cash":20},{"coins":550000,"level":35,"cash":20},{"coins":1000000,"level":45,"cash":20}],"globals":{"WAREHOUSE_CAPACITIES":[50,100,150,200,250,300,350,400,450,500,550,600,650,700,750,800,850,900,950,1000],"CROSS_PROMOTIONS":[{"min_level":10,"reward":2037,"id":"DC"},{"min_level":10,"reward":2048,"id":"SW"}],"NEWFRIENDS_REWARD_DESCRIPTION":"615,616,617,618,619","ACTIVATE_MONSTER_NEST_GOLD":100000,"ROUND_TABLE":389,"REWARD_QUESTS_CHAPTERS_MULTIPLIER":0.3,"SPAWN_MOROCCO_DEALER":1,"COLLECT_HELP_SECONDS":3600,"DRAGON_NEST_FEED_CASH":1,"ALLIES_MARKET_INITIAL_COLLECT":{"f":125,"g":125,"w":125,"s":125},"MARKET_INCREMENT":0.02,"DAILY_BONUS_CONFIG":[{"type":"g","qty":250},{"type":"hero","qty":1},{"type":"c","qty":1},{"type":"hero","qty":1},{"type":"c","qty":3}],"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND":60,"KOMPU_CHANCES":[[50,5,5,5,5,5,5,5,5,5],[50,20,20,20,20,20,20,20,20,20],[100,100,100,100,100,100,100,100,100,100]],"MARKET_SELL_PERCENTAGE":0.75,"COLLECT_BUILDINGS_SUBCAT_FUNCS":[511,124,121],"WAREHOUSE_CAPACITY_INCREASE_PRICE_SINGLE":2,"PERCENT_UNITS_RECOVERED_ATTACKER_L16":50,"DAILY_BONUS_CONFIG_HEROES":[555,554,534,533,550,557,535,556],"NEWS_IMAGE":"DEPRECATED","KOMPU_WIZZARD_COSTS":[{},{"g":15000},{"c":20}],"ANIMALS_PER_DAY":20,"PERCENT_UNITS_RECOVERED_BOSS_MD":50,"DART_COST_CASH":20,"MAX_GOLD_QUEST":25000,"POPULATION_WONDER_ID":470,"PERCENT_UNITS_RECOVERED_ATTACKER_L9":95,"MONDAY_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"DRAGON_NEST_TAKE_CARE_CASH":1,"COLLECTION_PRICES":"DEPRECATED","POPULATION_INCREASE":10,"EXCHANGE_GOLD":2500,"DRAGON_RIDERS":{"1":{"stepCost":15,"steps":5,"unlockLevel":35},"2":{"stepCost":15,"steps":6,"unlockLevel":40},"3":{"stepCost":15,"steps":7,"unlockLevel":45}},"PERCENT_UNITS_RECOVERED_DEFENDER":95,"ASSIST_REWARD_XP":3,"NUM_SPELL_USES_LVL3":50,"PERCENT_UNITS_RECOVERED_DEFENDER_MD":75,"PVP_BUY_ISLAND_CASH":30,"MARKET_MAX_DECREMENTS":25,"PERCENT_UNITS_RECOVERED_ATTACKER_L16_MD":30,"SURVIVAL_HOURS_LIVE_REGENERATE":3,"ALLIES_MARKET_TROLLS":352,"SURVIVAL_BUY_LIVE_CASH":3,"RESURRECT_COST_MULT":500,"COST_UNLOCK_SKIN":20,"ENERGY_COSTS":{"60":15,"30":8,"15":4},"MAX_XP_GOD_QUEST":8500,"SURVIVAL_WAIT_HOURS_MAP_REPEAT":1,"ID_BUILDING_LEVELUP_STATUE":1478,"KOMPU_MIN_LEVEL":5,"TIME_MACHINE":[{"hours":0.5,"price":2},{"hours":1,"price":4},{"hours":4,"price":12},{"hours":8,"price":25},{"hours":12,"price":40},{"hours":24,"price":75}],"MANA_REWARD_PER_LEVEL":2,"MONSTER_NEST_TAKE_CARE_CASH":1,"SUBCAT_FARMS":122,"PERCENT_UNITS_RECOVERED_BOSS":70,"MAX_GOLD_ASSAULT":20000,"MAX_GOLD_GOD_QUEST":35000,"MAX_GOLD_HARDCORE_QUEST":30000,"MONSTER_NEST_FEED_CASH":1,"PRICE_COMPLETE_GOAL":2,"ISLE_ORDER":["100000006","100000007","100000008","100000002","100000012","100000021","100000022","100000003","100000028","100000014","100000013","100000020","100000015","100000019","100000018","100000023","100000011","100000033","100000041","100000042","100000043","100000044","100000045","100000046","100000047","100000090","100000091","100000092"],"COST_MANA_GOLD":20000,"NEWS_STORE":"DEPRECATED","EXCHANGE_CASH":5,"PVP_BUY_TERRITORY_CASH":5,"COMEBACK_BONUS_UNITS":[768,712],"TOURNAMENT_UNITS_NOT_ALLOWED":[762,683,716,765,791,735,569,879,2007,2003,2145],"TOURNAMENT_ACTIVATED":1,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND_MD":30,"HEAVY_SIEGE_COST_CASH":20,"MAX_FEEDS_ROUND_TABLE":60,"ACTIVATE_MONSTER_NEST_CASH":50,"MANA_PER_PURCHASE":5,"MARKET_MAX_INCREMENTS":200,"ATTACKS_PERIOD_HOURS":6,"ACTIVATE_DRAGON_NEST_GOLD":100000,"WAREHOUSE_CAPACITY_INCREASE_PRICE":[0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50],"QUESTS_MIN_LEVELS":{"100000046":40,"100000047":40},"MARKET_BASE_COSTS":{"f":100,"w":100,"s":150},"WAREHOUSE_MAX_CAPACITY":1000,"NUM_SPELL_USES_LVL2":25,"COST_MANA_CASH":1,"CASH_WONDER":1299,"RESURRECTABLE_UNITS":{"550":"550","533":"533","534":"534","535":"535","553":"550","554":"554","555":"555","556":"556","565":"557","557":"557"},"HEROES":[533,534,535,550,554,555,556,557],"POLICY_FILES":["https://fbcdn-profile-a.akamaihd.net","http://profile.ak.fbcdn.net/","https://s-assets.tp-cdn.com"],"ACTIVATE_DRAGON_NEST_CASH":50,"TOURNAMENT_MAX_NUMBER_COMPLEX_UNITS":10,"COMEBACK_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"START_LEVEL_MANA_REWARD":36,"SURVIVAL_UNLOCK_MAP_CASH":[0,0,0,20,30],"ATTACKS_PERIOD_MAX":3,"NEWFRIENDS_REWARD_SCALE_UNIT":"0.9,1.1,1.1,1.1,0.8","UNIT_ENLARGE_DURATION":30000,"COLLECTION_REWARDS":[0,176,177,178,179,180,551,546,544,552,553,206,207,208,209,124,561,562,563,564,565,875,853,1410],"NEWFRIENDS_REWARD_ID_UNIT":"603.1,606.2,569.2,556.1,602.1","UNLOCKED_FOREVER_QUESTS":["100000090","100000091","100000092"],"MONDAY_BONUS_UNITS":[784,699,761,644,863],"PERCENT_UNITS_RECOVERED_ATTACKER_L9_MD":65,"SPEED_HACK_CONTROL":0,"ALLIES_MARKET_INCREMENTAL_COLLECT":{"f":125,"g":125,"w":125,"s":125},"PERCENT_UNITS_RECOVERED_ISLE":60,"SHOW_GRATS_PACK":0,"MARKET_PERIOD_HOURS":20,"SPAWN_MENVSWOMEN_ADVERTISING":1,"DRAGONS":{"2048":{"tamedId":"2050","rider":"3"},"2177":{"tamedId":"2179","rider":"3"},"2171":{"tamedId":"2173","rider":"3"},"708":{"tamedId":"835","rider":"1"},"2174":{"tamedId":"2176","rider":"3"},"2183":{"tamedId":"2185","rider":"3"},"777":{"tamedId":"841","rider":"2"},"714":{"tamedId":"836","rider":"1"},"2180":{"tamedId":"2182","rider":"3"},"846":{"tamedId":"852","rider":"3"},"847":{"tamedId":"851","rider":"3"},"2000":{"tamedId":"2002","rider":"3"},"785":{"tamedId":"842","rider":"2"},"2186":{"tamedId":"2188","rider":"3"},"723":{"tamedId":"837","rider":"1"},"2132":{"tamedId":"2134","rider":"3"},"853":{"tamedId":"855","rider":"3"},"2190":{"tamedId":"2192","rider":"3"},"2063":{"tamedId":"2065","rider":"3"},"793":{"tamedId":"843","rider":"2"},"649":{"tamedId":"832","rider":"1"},"2140":{"tamedId":"2142","rider":"3"},"2013":{"tamedId":"2015","rider":"3"},"798":{"tamedId":"844","rider":"3"},"736":{"tamedId":"838","rider":"2"},"891":{"tamedId":"893","rider":"3"},"2129":{"tamedId":"2131","rider":"3"},"2057":{"tamedId":"2058","rider":"3"},"862":{"tamedId":"864","rider":"3"},"2023":{"tamedId":"2026","rider":"3"},"2016":{"tamedId":"2018","rider":"3"},"875":{"tamedId":"877","rider":"3"},"684":{"tamedId":"833","rider":"1"},"2121":{"tamedId":"2123","rider":"3"},"2069":{"tamedId":"2071","rider":"3"},"2037":{"tamedId":"2038","rider":"3"},"758":{"tamedId":"839","rider":"2"},"695":{"tamedId":"834","rider":"1"},"888":{"tamedId":"889","rider":"3"},"826":{"tamedId":"845","rider":"3"},"2043":{"tamedId":"2045","rider":"3"},"766":{"tamedId":"840","rider":"2"},"2039":{"tamedId":"2041","rider":"3"}},"MAX_XP_QUEST":7500,"COLLECT_VARIABLE_IDS":[5,6,7,202,13,14,15,203,16,17,18,204,77,78,79,205],"PERCENT_UNITS_RECOVERED_ISLE_MD":30,"ALLIES_MARKET":266,"LIMITED_EDITION_EXPIRATION":"2012-10-05","POPULATION_INCREASE_QTY":5,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15":75,"RECRUITMENT_PRIZE":387,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15_MD":55,"NEWS_ITEM":[{"news_store":"potions","news_image":"new_dragon_potions_2.jpg"},{"news_store":"12.121.0","news_image":"new_bestciv3_10.jpg"},{"news_store":"12.121.0","news_image":"new_punisherknight.jpg"},{"news_store":"gods","news_image":"new_gods2.jpg"},{"news_store":"","news_image":"new_2hard.jpg"},{"news_store":"godsquests","news_image":"new_hardgods.jpg"},{"news_store":"2.45.0","news_image":"new_decos.jpg"},{"news_store":"1.13.0","news_image":"new_supreme.jpg"},{"news_store":"1.13.0","news_image":"new_newmagics.jpg"},{"news_store":null,"news_image":"new_hardcore.jpg"}],"ASSIST_REWARD_GOLD":10,"ALLIES_BUILDING":234,"EXPIRABLE_UNITS":[615]},"magics":[{"mana":5,"name":"Fire Havoc","level":35,"id":2,"area":"[5,7,9]","description":"A fire tempest hits the battlefield. More effective against units.","target":2,"gold":1000,"img_name":"magic_fire","cash":35},{"mana":7,"name":"Ultimate Hail","level":45,"id":3,"area":"[5,7,9]","description":"Hundreds of boulders fall from the sky. More effective against buildings.","target":2,"gold":60000,"img_name":"magic_stone","cash":55},{"mana":5,"name":"Deadly Frostbite","level":43,"id":4,"area":"[5,7,9]","description":"Units are dead frozen, unable to move or attack for some time.","target":2,"gold":15000,"img_name":"magic_frozen","cash":35},{"mana":3,"name":"Sacred Rain","level":36,"id":5,"area":"[5,7,9]","description":"A healing rain pours over wounded units and replenishes their life.","target":1,"gold":10000,"img_name":"magic_heal","cash":38},{"mana":15,"name":"Golem's Wrath","level":40,"id":6,"area":"[1,1,1]","description":"A powerful Stone Golem ally is summoned on the battlefield.","target":0,"gold":25000,"img_name":"magic_golem","cash":45},{"mana":10,"name":"Hell Abyss","level":38,"id":7,"area":"[5,7,9]","description":"Earth crumbles and swallows small units and some buildings for life","target":2,"gold":15000,"img_name":"magic_crack","cash":40},{"mana":10,"name":"Poisonous Flood","level":43,"id":8,"area":"[5,7,9]","description":"A poisonous flood infects units and deals damage over time. Higher levels infect nearby targets.","target":2,"gold":10000,"img_name":"magic_poison","cash":30},{"mana":6,"name":"Ether Shield","level":38,"id":9,"area":"[5,7,9]","description":"A shield made of solid ether absorbs some damage inflicted to your units.","target":1,"gold":50000,"img_name":"magic_shield","cash":40},{"mana":8,"name":"Yeti's Trail","level":45,"id":10,"area":"[1,1,1]","description":"An abominable Yeti is summoned, wrecking havoc on enemy units.","target":0,"gold":70000,"img_name":"magic_yeti","cash":60},{"mana":8,"name":"Age of Colossus","level":40,"id":11,"area":"[5,7,9]","description":"Your units increase in size and deal more damage for some time.","target":1,"gold":25000,"img_name":"magic_enlarge","cash":45},{"mana":18,"name":"Summon Dragon","level":53,"id":12,"area":"[1,1,1]","description":"Summons a powerful Dragon to assist you on the battle.","target":0,"gold":300000,"img_name":"magic_dragon","cash":80},{"mana":14,"name":"Instant Limit","level":49,"id":13,"area":"[5,7,9]","description":"Instantly fills up the Limit Bar of your units.","target":0,"gold":250000,"img_name":"magic_full_limit","cash":70},{"mana":10,"name":"2x Speed","level":47,"id":14,"area":"[5,7,9]","description":"Doubles the movement speed of your units.","target":0,"gold":150000,"img_name":"magic_speed_increaser","cash":60},{"mana":12,"name":"2x Range","level":47,"id":15,"area":"[5,7,9]","description":"Doubles the attack range of your units.","target":0,"gold":200000,"img_name":"magic_range_increaser","cash":60},{"mana":16,"name":"Black Hole","level":49,"id":16,"area":"[5,7,9]","description":"Swallows enemies and buildings during certain amount of time.","target":0,"gold":300000,"img_name":"magic_black_hole","cash":80}],"findable_items":[{"description":"You've found a sad Clown on your park. Share it with your friends to find a new home for him!","coins":100,"id":1,"title":"Clown"},{"description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100,"id":2,"title":"Little Boy"},{"description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100,"id":3,"title":"Little Girl"},{"description":"You've found a Teddy Bear on your Park. Share it with your friends to find his owner!","coins":100,"id":4,"title":"Teddy Bear"},{"description":"Ohh, it seems somebody lost his wallet! Find his owner sharing it with your friends. A reward is given!!","coins":100,"id":5,"title":"Budget"},{"description":"Ohh, a girl lost her Handbag on your Park!! Find his owner sharing it with your friends. A reward is given!!","coins":100,"id":6,"title":"Bolso"},{"description":"A little child lost his balloon !! Help him to find it !!","coins":100,"id":7,"title":"Globo"},{"description":"Ohh, One of your visitors lost his keys on your Park. Find his owner sharing it with your friends. A reward is given!!","coins":100,"id":8,"title":"Llaves"},{"description":"A teenager visitor lost his Cup!! On sunny days it's indispensable. Give the cup back by sharing it with your friends !!","coins":100,"id":9,"title":"Gorra"},{"description":"Ohh, an old man lost his Handy on your park. Share it with your friends to find the owner !!","coins":100,"id":10,"title":"Movil"}],"images":{"expand.png":"en","goal_033.jpg":"","dragonNestInactive.jpg":"","news_mitologic_4.jpg":"en","news_angel2.jpg":"en","goal_030.jpg":"","offer_pack_3.png":"en","dragonRiderProgress1.swf":"","news_myth.jpg":"en","news_trolls.jpg":"en","dragonsattack.jpg":"","quest_egypt_golem.jpg":"","b_12.png":"","offer_pack_36.png":"en","SURVIVAL_DESIERTO.jpg":"","470_maravilla_popup.jpg":"en","offer_pack_50.png":"en","TESORO.jpg":"","new_bestciv3_6.jpg":"en","goal_047.jpg":"","b_13.png":"","goal_013.jpg":"","new_civelv.jpg":"en","vs-nivel7.jpg":"","weekly_tournament_bot1.png":"","rockdriller_start.jpg":"","quest_rockdriller.jpg":"","nino_20.png":"","new_lanza2.jpg":"en","magic_fire.jpg":"","alert_ship2.jpg":"","quest_troll.jpg":"","offer_pack_65.png":"en","SURVIVAL_SELVA.jpg":"","offer_pack_1.png":"en","popupMonsterProgress4.swf":"","offer_pack_46.png":"en","new_halloween.jpg":"en","new_elitearmy.jpg":"en","magic_crack.jpg":"","alert_zep2.jpg":"","news_neptune.jpg":"en","goal_015.jpg":"","wizard_3b.png":"","offer_pack_42.png":"en","popupMonsterProgress2.swf":"","prev_magic_shield.jpg":"","new_civglad2.jpg":"en","goal_024.jpg":"","prisontroll.png":"","SURVIVAL_NIEVE.jpg":"","goal_063.jpg":"","news_tierv.jpg":"en","new_civelv2.jpg":"en","magic_frozen.jpg":"","new_bestciv2_7.jpg":"en","nino_13.png":"","goal_023.jpg":"","wizard_1b.png":"","goal_027.jpg":"","cofre.png":"","pop_up_nieve.jpg":"","offer_pack_43.png":"en","b_9.png":"","goal_029.jpg":"","collect_s3.jpg":"","new_myth2.jpg":"en","news_criadero.jpg":"en","new_tiger.jpg":"en","magic_lightning.jpg":"","vs-nivel1.jpg":"","ship.png":"","new_myth5.jpg":"en","goal_032.jpg":"","goal_058.jpg":"","new_pharaohs3.jpg":"en","goal_081.jpg":"","nubes.jpg":"","news_watertower.jpg":"en","offer_pack_49.png":"en","goal_048.jpg":"","motivation1.jpg":"","quests_manager_img5.jpg":"","magic_dragon.jpg":"","news_elefante.jpg":"en","nino_09.png":"","quest_chinos_fuegos.jpg":"","b_8.png":"","quests_manager_img_4.jpg":"","offer_pack_16.png":"en","goal_020.jpg":"","prev_magic_heal.jpg":"","offer_pack_8.png":"en","prev_magic_poison.jpg":"","quests_manager_img_2.jpg":"","new_pharaohs.jpg":"en","caja200.png":"","new_bestcivs2.jpg":"en","goal_050.jpg":"","new_civelv5.jpg":"en","new_necro_feature.jpg":"en","news_civ.jpg":"en","collect_f0.jpg":"","news_mummy2.jpg":"en","new_myth6b.jpg":"en","new_trex.jpg":"en","bg_quest_progress_ship2.jpg":"","goal_092.jpg":"","prev_magic_dragon.jpg":"","goal_099.jpg":"","recruitprize_556.jpg":"","zeppelin.jpg":"","alert_troll_camp.jpg":"","goal_072.jpg":"","vs-nivel3.jpg":"","quest_egypt_sarcofago.jpg":"","offer_pack_44.png":"en","dragonRiderProgress3.swf":"","offer_pack_2.png":"en","thumbrey.jpg":"","new_punisherknight.jpg":"en","goal_077.jpg":"","news_torremovil.jpg":"en","goal_053.jpg":"","goal_046.jpg":"","vs-nivel6.jpg":"","new_civelv4.jpg":"en","totem.png":"","offer_pack_7.png":"en","CESPED.jpg":"","gods_4.jpg":"","offer_pack_39.png":"en","goal_012.jpg":"","healersprisioneraspopup.jpg":"","new_pharaohs2.jpg":"en","offer_pack_29.png":"en","offer_pack_33.png":"en","magic_heal.jpg":"","bg_quest_progress_ship3.jpg":"","wizard_3c.png":"","goal_074.jpg":"","news_inferno.jpg":"en","alert_human_camp.jpg":"","goal_060.jpg":"","collect_g1.jpg":"","news_warehouse.jpg":"en","barril.png":"","prev_magic_range_increaser.jpg":"","new_newmagics.jpg":"en","play_DC.jpg":"","magic_poison.jpg":"","offer_pack_34.png":"en","b_7.png":"","news_elfos.jpg":"en","offer_pack_48.png":"en","goal_037.jpg":"","kompu_bg.png":"","offer_pack_28.png":"en","mapa5.jpg":"","CIVorks2.jpg":"en","goal_021.jpg":"","goal_041.jpg":"","offer_pack_64.png":"en","b_6.png":"","BahamutSupremeInvocationTemple.swf":"","popupDragonProgress6.swf":"","new_bestciv3_1.jpg":"en","thumbprincess.jpg":"","new_multiciv1.jpg":"en","quest_cages.jpg":"","goal_002.jpg":"","goal_016.jpg":"","offer_pack_21.png":"en","collect_s2.jpg":"","new_hardgods.jpg":"en","popupDragonProgress2.swf":"","popupDragonProgress4.swf":"","new_civglad5.jpg":"en","nino_06.png":"","win-golem.jpg":"","goal_054.jpg":"","offer_pack_30.png":"en","prev_magic_enlarge.jpg":"","new_boss2.jpg":"en","logo_SW.png":"","quests_manager_img_5.jpg":"","offer_pack_6.png":"en","new_multiciv2.jpg":"en","quest_siege.jpg":"","goal_049.jpg":"","prev_magic_golem.jpg":"","offer_pack_57.png":"en","goal_070.jpg":"","new_bestciv3_2.jpg":"en","NIEVE.jpg":"","nino_07.png":"","popupMonsterProgress1.swf":"","nino_18.png":"","goal_040.jpg":"","quests_manager_img_1.jpg":"","collect_g2.jpg":"","goal_039.jpg":"","news_magic.jpg":"en","dragon_limit.jpg":"en","quest_vikingos_cerveza.jpg":"","generic_bg.png":"","offer_pack_45.png":"en","vs-nivel2.jpg":"","new_bestcivs2_3.jpg":"en","news_demonio.jpg":"en","trols.png":"","goal_008.jpg":"","popupDragonProgress3.swf":"","news_elfos2.jpg":"en","magic_golem.jpg":"","news_egypt.jpg":"en","offer_pack_63.png":"en","collect_f2.jpg":"","new_myth7.jpg":"en","goal_093.jpg":"","news_vikingos.jpg":"en","motivation2.jpg":"","wizard_2a.png":"","new_dragon_potions_2.jpg":"en","new_necro4.jpg":"en","recruitprize_569.jpg":"","mago_altar.png":"","goal_096.jpg":"","gods_3.jpg":"","offer_pack_24.png":"en","nino_02.png":"","goal_088.jpg":"","goal_083.jpg":"","alert_ship.jpg":"","news_aceite.jpg":"en","new_gods2.jpg":"en","b_1.png":"","barco.jpg":"","quest_prince.jpg":"","mapa1.jpg":"","gods_2.jpg":"","villagers.png":"","goal_078.jpg":"","new_bestciv3_9.jpg":"en","magic_full_limit.jpg":"","new_civork3.jpg":"en","rockdriller_win.jpg":"","goal_034.jpg":"","quest_allies.jpg":"","install.jpg":"en","news_fortress.jpg":"en","new_bestciv3_7.jpg":"en","magic_black_hole.jpg":"","nino_03.png":"","new_halloween2.jpg":"en","new_civglad6.jpg":"en","nino_24.png":"","new_civork5.jpg":"en","quest_atlantes_tesoro.jpg":"","alert_zep.jpg":"","wizard_2c.png":"","minapiedracandado_SCREEN.jpg":"","b_14.png":"","pierdes_defensa.jpg":"","quests_manager_img_6.jpg":"","boss2_ini.jpg":"","news_kamirino.jpg":"en","offer_pack_56.png":"en","goal_055.jpg":"","b_10.png":"","COLLECT_GEMS.jpg":"","news_wonders.jpg":"en","prev_magic_frozen.jpg":"","new_bestcivs2_2.jpg":"en","collect_g3.jpg":"","quest_portales.jpg":"","goal_006.jpg":"","goal_090.jpg":"","vs-nivel4.jpg":"","victoryYETI.jpg":"","goal_008_.jpg":"","gods_6.jpg":"","collect_w2.jpg":"","news_heroes.jpg":"en","offer_pack_18.png":"en","goal_028.jpg":"","offer_pack_40.png":"en","news_odin.jpg":"en","nino_16.png":"","offer_pack_32.png":"en","goal_044.jpg":"","nino_14.png":"","prev_magic_black_hole.jpg":"","popupMonsterProgress3.swf":"","dragonRiderProgress2.swf":"","SELVA.jpg":"","MINERAL.jpg":"","new_necro2.jpg":"en","dragonmuerto.jpg":"","news_supreme.jpg":"en","quest_undead.jpg":"","aliadosprisionerospopup.jpg":"","goal_025.jpg":"","NoGiftsIcon.png":"","new_bestciv3_3.jpg":"en","goal_031.jpg":"","magic_stone.jpg":"","goal_094.jpg":"","goal_073.jpg":"","quest_map.png":"","quest_balrog.jpg":"","vs-nivel5.jpg":"","offer_pack_15.png":"en","new_civork4.jpg":"en","new_470maravilla.jpg":"en","goal_036.jpg":"","nino_10.png":"","offer_pack_4.png":"en","flag.png":"","new_dragonrider.jpg":"en","help_dragon_nest.jpg":"","goal_026.jpg":"","collect_s0.jpg":"","goal_087.jpg":"","goal_005.jpg":"","townHuman.png":"","news_tsunami.jpg":"en","llibre.png":"","new_multiciv3.jpg":"en","quest_cleopatra.jpg":"","news_watertower2.jpg":"en","quests_manager_img2.jpg":"","news_angeles.jpg":"en","goal_035.jpg":"","new_castledragon.jpg":"en","new_lanza.jpg":"en","nino_04.png":"","aguila2.jpg":"","weekly_tournament_bot3.png":"","new_monday.jpg":"en","catapultaspresas_SCREEN.jpg":"","boton-criadero.png":"","goal_079.jpg":"","ataque_ganado.jpg":"","goal_010.jpg":"","offer_pack_17.png":"en","offer_pack_47.png":"en","new_civelv3.jpg":"en","goal_082.jpg":"","boss2_end.jpg":"","offer_pack_61.png":"en","new_time.jpg":"en","goal_011.jpg":"","offer_pack_41.png":"en","news_catedral.jpg":"en","offer_pack_52.png":"en","goal_064.jpg":"","quests_manager_img1.jpg":"","collect_f3.jpg":"","new_multiciv.jpg":"en","offer_pack_55.png":"en","quest_archers.jpg":"","new_bestciv3_8.jpg":"en","estatuaesqueletopopup.jpg":"","play_SW.jpg":"","news_world.jpg":"en","new_635_ent.jpg":"en","quest_vibora.jpg":"","new_necro5.jpg":"en","quest_kidnapped.jpg":"","conquer_the_world.png":"en","news_zepelin.jpg":"en","help_island_image.jpg":"","offer_pack_67.png":"en","quest_stone_mine.jpg":"","goal_075.jpg":"","goal_086.jpg":"","offer_pack_58.png":"en","troll_civ.png":"en","goal_071.jpg":"","oveja.png":"","prev_magic_speed_increaser.jpg":"","nino_21.png":"","logo_SE.png":"","wizard_3a.png":"","b_5.png":"","b_3.png":"","nino_19.png":"","goal_001.jpg":"","goal_100.jpg":"","offer_pack_20.png":"en","collect_w1.jpg":"","news_squad2.jpg":"en","quests_manager_img3.jpg":"","goal_057.jpg":"","pop_up5_sueno2.jpg":"","prev_magic_crack.jpg":"","offer_pack_53.png":"en","gods_1.jpg":"","wizard_1c.png":"","gods_5.jpg":"","nino_17.png":"","goal_089.jpg":"","new_bestciv3_4.jpg":"en","gods_7.jpg":"","offer_pack_68.png":"en","goal_018.jpg":"","goal_052.jpg":"","barca.jpg":"","news_pack.jpg":"en","offer_pack_60.png":"en","offer_pack_62.png":"en","goal_017.jpg":"","offer_pack_22.png":"en","goal_095.jpg":"","goal_062.jpg":"","news_tower_2.jpg":"en","nino_12.png":"","goal_043.jpg":"","news_newangel.jpg":"en","new_civglad4.jpg":"en","agregar-juego.jpg":"","offer_pack_12.png":"en","collect_g0.jpg":"","magic_yeti.jpg":"","offer_pack_35.png":"en","new_gods.jpg":"en","DESIERTO.jpg":"","news_bossdrac.jpg":"en","goal_080.jpg":"","new_dragon_riders.jpg":"en","offer_pack_37.png":"en","news_map.jpg":"en","prev_magic_fire.jpg":"","goal_056.jpg":"","offer_pack_5.png":"en","alert_magic.jpg":"","b_15.png":"","new_civglad.jpg":"en","magic_speed_increaser.jpg":"","offer_pack_13.png":"en","news_torrehielo.jpg":"en","goal_098.jpg":"","caballotroyano.png":"","nino_08.png":"","quests_manager_img_7.jpg":"","news_mitologic_3.jpg":"en","nino_22.png":"","offer_pack_14.png":"en","goal_065.jpg":"","new_civglad7.jpg":"en","news_paladin.jpg":"en","new_multiciv4.jpg":"en","goal_066.jpg":"","goal_069.jpg":"","quest_chinos_dragones.jpg":"","prev_magic_yeti.jpg":"","offer_pack_51.png":"en","collectibles_new.png":"","collect_w0.jpg":"","new_decos.jpg":"en","new_necro3.jpg":"en","ship2.png":"","new_supreme.jpg":"en","goal_085.jpg":"","quest_healers.jpg":"","nino_11.png":"","new_pharaohs4.jpg":"en","quest_treasure.jpg":"","quest_arbolvida.jpg":"","wizard_1a.png":"","new_myth6.jpg":"en","nino_00.png":"","mapa3.jpg":"","nino_15.png":"","wizard_2b.png":"","antimatter_evildemon.jpg":"en","alert_allies.jpg":"","new_civglad3.jpg":"en","b_2.png":"","logo_DC.png":"","ataque_perdido.jpg":"","weekly_tournament_bot2.png":"","principecolgado.png":"","offer_pack_38.png":"en","bg_quest_progress_ship1.jpg":"","news_recruit.jpg":"en","quest_ent.jpg":"","quests_manager_img_3.jpg":"","goal_061.jpg":"","collect_f1.jpg":"","goal_004.jpg":"","nino_23.png":"","SURVIVAL_MINERAL.jpg":"","dragonmuenfadao.jpg":"","collectibles.png":"",".DS_Store":"","goal_084.jpg":"","prev_magic_full_limit.jpg":"","townTroll.png":"","kidnapped.png":"","new_bestciv3_10.jpg":"en","news_tiempo.jpg":"en","offer_pack_25.png":"en","new_survival.jpg":"en","news_cementerio.jpg":"en","quest_villagers.jpg":"","recruitprize_606.jpg":"","quests_manager_img4.jpg":"","offer_pack_9.png":"en","jaulaanimal_SCREEN.jpg":"","quest_magos.jpg":"","mapa4.jpg":"","new_bestciv2_5.jpg":"en","offer_pack_10.png":"en","mapa2.jpg":"","offer_pack_59.png":"en","goal_019.jpg":"","new_2hard.jpg":"en","news_barco.jpg":"en","offer_pack_27.png":"en","goal_067.jpg":"","prev_magic_stone.jpg":"","news_mummy.jpg":"en","goal_007.jpg":"","new_bestciv2_6.jpg":"en","quest_altar_azteca.jpg":"","trolsentado.png":"","goal_038.jpg":"","vaca.png":"","aldeana-regalos.png":"","quest_princess.jpg":"","offer_pack_23.png":"en","recruitprize_602.jpg":"","tournament_friends.jpg":"","offer_pack_66.png":"en","news_newtowers.jpg":"en","island_location.png":"","news_trolls_discount.jpg":"en","recruitprize_603.jpg":"","b_11.png":"","magic_shield.jpg":"","new_nestmonster.jpg":"en","monsterNestInactive.jpg":"","goal_068.jpg":"","goal_051.jpg":"","nino_05.png":"","offer_pack_69.png":"en","magic_range_increaser.jpg":"","goal_091.jpg":"","offer_pack_54.png":"en","offer_pack_31.png":"en","morocco_dealer.png":"","goal_042.jpg":"","quest_mill.jpg":"","molinollamaspopup.jpg":"","princess2.png":"","princess.png":"","news_atlantis.jpg":"en","goal_045.jpg":"","magic_enlarge.jpg":"","nino_01.png":"","new_necro1.jpg":"en","collect_s1.jpg":"","popupDragonProgress5.swf":"","new_civork1.jpg":"en","tournament_weekly_cash.jpg":"","goal_009.jpg":"","new_bahamut_riders.jpg":"en","quest_yeti_negro.jpg":"","popupDragonProgress1.swf":"","offer_pack_11.png":"en","goal_076.jpg":"","goal_059.jpg":"","new_hardcore.jpg":"en","new_tourney.jpg":"en","offer_pack_70.png":"en","new_bestciv2_4.jpg":"en","ganas_defensa.jpg":"","new_bestciv3_5.jpg":"en","news_atlantis2.jpg":"en","b_4.png":"","offer_pack_70.jpg":"en","goal_014.jpg":"","offer_pack_71.png":"en","goal_003.jpg":"","tournament_weekly_gold.jpg":"","prisonarchers.png":"","offer_pack_26.png":"en","goal_097.jpg":"","collect_w3.jpg":"","SURVIVAL_NUBES.jpg":"","jinete.png":"","human-defeated.png":"","offer_pack_19.png":"en"},"neighbor_assists":[{"notification":"helped to eliminate the trolls","rnd":0,"reward":{"coins":50,"xp":15,"cash":0},"task":"Help! Some trolls are attacking my villagers!","action":"Click OKAY to eliminate the trolls"},{"notification":"helped to heal sick fighters","rnd":0,"reward":{"coins":50,"xp":15,"cash":0},"task":"Help! Some of my fighters got sick and I need them for the battle!","action":"Click OKAY to heal sick fighters"},{"notification":"helped to repair damaged houses","rnd":0,"reward":{"coins":50,"xp":15,"cash":0},"task":"Help! A heavy storm has damaged my houses!","action":"Click OKAY to repair damaged houses"},{"notification":"provided you some water","rnd":0,"reward":{"coins":50,"xp":15,"cash":0},"task":"Help! We ran out of water and our villagers are thirsty!","action":"Click OKAY to provide some water"},{"notification":"helped to find the little villager girl","rnd":0,"reward":{"coins":50,"xp":15,"cash":0},"task":"Help! A little villager girl is lost and her mum can't find her!","action":"Click OKAY to find the little villager girl"}],"iphone_missions":{"1":{"name":"Lost Sands","harbourIid":0,"icon":"../img/iPhone/missions/desert.png","rank":1,"background":"../img/iPhone/missions/desert_background.png","rankUpUnitsGived":[730,779,865,626,733,629,652],"missionGroupId":1,"missions":{"1":{"itemsRequired":[],"lootUnits":[612,613,614],"name":"Anubis God","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":5,"reward":[{"qtyMin":40,"type":"g","qtyMax":50},{"type":"x","qty":2}],"missionId":1},"2":{"itemsRequired":[{"item_id":509,"quantity":3}],"lootUnits":[577,578,607],"name":"The Hyksos","lootChance":20,"currentStep":0,"totalSteps":3,"stepEnergy":10,"reward":[{"qtyMin":80,"type":"g","qtyMax":100},{"type":"x","qty":3}],"missionId":2},"3":{"itemsRequired":[{"item_id":509,"quantity":5}],"lootUnits":[614,615,616],"name":"The Evil Mummy","lootChance":10,"currentStep":0,"totalSteps":4,"stepEnergy":10,"reward":[{"qtyMin":90,"type":"g","qtyMax":110},{"type":"x","qty":5}],"missionId":3},"4":{"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":1}],"lootUnits":[619,620,623],"name":"Neptune","lootChance":10,"currentStep":0,"totalSteps":5,"stepEnergy":15,"reward":[{"qtyMin":120,"type":"g","qtyMax":150},{"type":"x","qty":7}],"missionId":4},"5":{"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":3}],"lootUnits":[603,718,535],"name":"Detestable Ra","lootChance":10,"currentStep":0,"totalSteps":6,"stepEnergy":15,"reward":[{"qtyMin":70,"type":"w","qtyMax":80},{"type":"x","qty":10}],"missionId":5},"6":{"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5}],"lootUnits":[603,533,535],"name":"The Ruler Priest","lootChance":10,"currentStep":0,"totalSteps":7,"stepEnergy":20,"reward":[{"qtyMin":180,"type":"g","qtyMax":200},{"type":"x","qty":12}],"missionId":6},"7":{"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":3}],"lootUnits":[626,606,618],"name":"The Sphynx","lootChance":10,"currentStep":0,"totalSteps":8,"stepEnergy":20,"reward":[{"qtyMin":190,"type":"g","qtyMax":220},{"type":"x","qty":15}],"missionId":7},"8":{"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":5}],"lootUnits":[628,638,539],"name":"Big Pyramid","lootChance":10,"currentStep":0,"totalSteps":9,"stepEnergy":25,"reward":[{"qtyMin":230,"type":"f","qtyMax":250},{"type":"x","qty":18}],"missionId":8},"9":{"itemsRequired":[{"item_id":509,"quantity":7},{"item_id":516,"quantity":5},{"item_id":512,"quantity":7}],"lootUnits":[652,608,662],"name":"Sacrifice Ritual","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":25,"reward":[{"qtyMin":240,"type":"g","qtyMax":260},{"type":"x","qty":20}],"missionId":9},"10":{"itemsRequired":[{"item_id":509,"quantity":9},{"item_id":516,"quantity":7},{"item_id":512,"quantity":7},{"item_id":519,"quantity":3}],"lootUnits":[687,698,540],"name":"The Greek BIG BOSS","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":30,"reward":[{"qtyMin":300,"type":"g","qtyMax":320},{"type":"x","qty":22}],"missionId":10}}},"2":{"name":"Britania","harbourIid":50005,"icon":"../img/iPhone/missions/forest.png","rank":1,"background":"../img/iPhone/missions/forest_background.png","rankUpUnitsGived":[651,701,750,683,729,2005,702],"missionGroupId":2,"missions":{"1":{"itemsRequired":[{"item_id":510,"quantity":7}],"lootUnits":[612,628,614],"name":"Willy Wallace","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":25,"reward":[{"qtyMin":350,"type":"g","qtyMax":380},{"type":"x","qty":10}],"missionId":1},"2":{"itemsRequired":[{"item_id":510,"quantity":10}],"lootUnits":[622,578,607],"name":"Skirt Issues","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":25,"reward":[{"qtyMin":375,"type":"g","qtyMax":400},{"type":"x","qty":15}],"missionId":2},"3":{"itemsRequired":[{"item_id":510,"quantity":15}],"lootUnits":[614,520,616],"name":"Camelot path","lootChance":10,"currentStep":0,"totalSteps":4,"stepEnergy":30,"reward":[{"qtyMin":420,"type":"g","qtyMax":440},{"type":"x","qty":20}],"missionId":3},"4":{"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":5}],"lootUnits":[619,627,623],"name":"Round Table","lootChance":10,"currentStep":0,"totalSteps":5,"stepEnergy":30,"reward":[{"qtyMin":215,"type":"w","qtyMax":225},{"type":"x","qty":30}],"missionId":4},"5":{"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":10}],"lootUnits":[603,719,535],"name":"Lady's Lake","lootChance":10,"currentStep":0,"totalSteps":6,"stepEnergy":35,"reward":[{"qtyMin":500,"type":"g","qtyMax":525},{"type":"x","qty":40}],"missionId":5},"6":{"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15}],"lootUnits":[751,533,535],"name":"Sacred Sword","lootChance":10,"currentStep":0,"totalSteps":7,"stepEnergy":35,"reward":[{"qtyMin":510,"type":"g","qtyMax":540},{"type":"x","qty":50}],"missionId":6},"7":{"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":5}],"lootUnits":[502,606,618],"name":"The Holy Grial","lootChance":10,"currentStep":0,"totalSteps":8,"stepEnergy":40,"reward":[{"qtyMin":580,"type":"f","qtyMax":600},{"type":"x","qty":60}],"missionId":7},"8":{"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":10}],"lootUnits":[628,683,539],"name":"Druids Council","lootChance":10,"currentStep":0,"totalSteps":9,"stepEnergy":40,"reward":[{"qtyMin":600,"type":"g","qtyMax":620},{"type":"x","qty":80}],"missionId":8},"9":{"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15}],"lootUnits":[779,608,662],"name":"Finding herbs","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":45,"reward":[{"qtyMin":675,"type":"g","qtyMax":680},{"type":"x","qty":100}],"missionId":9},"10":{"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15},{"item_id":520,"quantity":5}],"lootUnits":[687,706,540],"name":"Free Nessy","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":50,"reward":[{"qtyMin":750,"type":"g","qtyMax":800},{"type":"x","qty":125}],"missionId":10}}},"3":{"name":"North Kingdom","harbourIid":50011,"icon":"../img/iPhone/missions/snow.png","rank":1,"background":"../img/iPhone/missions/snow_background.png","rankUpUnitsGived":[769,648,704,866,712,2027,749],"missionGroupId":3,"missions":{"1":{"itemsRequired":[{"item_id":511,"quantity":10}],"lootUnits":[802,613,614],"name":"Winter is coming","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":40,"reward":[{"qtyMin":760,"type":"g","qtyMax":800},{"type":"x","qty":15}],"missionId":1},"2":{"itemsRequired":[{"item_id":511,"quantity":15}],"lootUnits":[577,712,607],"name":"Ice Lake","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":40,"reward":[{"qtyMin":780,"type":"g","qtyMax":800},{"type":"x","qty":20}],"missionId":2},"3":{"itemsRequired":[{"item_id":511,"quantity":20}],"lootUnits":[557,615,616],"name":"Cold Mountain","lootChance":10,"currentStep":0,"totalSteps":4,"stepEnergy":45,"reward":[{"qtyMin":880,"type":"g","qtyMax":900},{"type":"x","qty":30}],"missionId":3},"4":{"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":5}],"lootUnits":[619,870,623],"name":"Penguin runaway","lootChance":10,"currentStep":0,"totalSteps":5,"stepEnergy":45,"reward":[{"qtyMin":440,"type":"w","qtyMax":450},{"type":"x","qty":40}],"missionId":4},"5":{"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":10}],"lootUnits":[603,718,508],"name":"Alpine Trolls","lootChance":10,"currentStep":0,"totalSteps":6,"stepEnergy":50,"reward":[{"qtyMin":950,"type":"g","qtyMax":1000},{"type":"x","qty":50}],"missionId":5},"6":{"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":15}],"lootUnits":[603,721,535],"name":"Avalanche","lootChance":10,"currentStep":0,"totalSteps":7,"stepEnergy":50,"reward":[{"qtyMin":980,"type":"g","qtyMax":1000},{"type":"x","qty":60}],"missionId":6},"7":{"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":7}],"lootUnits":[768,606,618],"name":"Frozen Cave","lootChance":10,"currentStep":0,"totalSteps":8,"stepEnergy":60,"reward":[{"qtyMin":1100,"type":"f","qtyMax":1200},{"type":"x","qty":80}],"missionId":7},"8":{"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":12}],"lootUnits":[628,825,539],"name":"White Forest","lootChance":10,"currentStep":0,"totalSteps":9,"stepEnergy":60,"reward":[{"qtyMin":1150,"type":"g","qtyMax":1200},{"type":"x","qty":100}],"missionId":8},"9":{"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":20},{"item_id":514,"quantity":15}],"lootUnits":[652,651,662],"name":"Let it snow","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":70,"reward":[{"qtyMin":1380,"type":"g","qtyMax":1400},{"type":"x","qty":125}],"missionId":9},"10":{"itemsRequired":[{"item_id":511,"quantity":30},{"item_id":518,"quantity":25},{"item_id":514,"quantity":20},{"item_id":521,"quantity":10}],"lootUnits":[652,698,540],"name":"Yeti's Patriarch","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":75,"reward":[{"qtyMin":1450,"type":"g","qtyMax":1500},{"type":"x","qty":150}],"missionId":10}}},"4":{"name":"Oriental War","harbourIid":50022,"icon":"../img/iPhone/missions/japan.png","rank":1,"background":"../img/iPhone/missions/japan_background.png","rankUpUnitsGived":[790,655,771,721,732,715,822],"missionGroupId":4,"missions":{"1":{"itemsRequired":[{"item_id":603,"quantity":15}],"lootUnits":[612,613,554],"name":"Samurai Path","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":60,"reward":[{"qtyMin":1450,"type":"g","qtyMax":1500},{"type":"x","qty":20}],"missionId":1},"2":{"itemsRequired":[{"item_id":603,"quantity":20}],"lootUnits":[705,578,607],"name":"Cherry Blossom","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":60,"reward":[{"qtyMin":1480,"type":"g","qtyMax":1500},{"type":"x","qty":30}],"missionId":2},"3":{"itemsRequired":[{"item_id":603,"quantity":25}],"lootUnits":[614,729,616],"name":"Hidden Village","lootChance":10,"currentStep":0,"totalSteps":4,"stepEnergy":65,"reward":[{"qtyMin":1500,"type":"g","qtyMax":1600},{"type":"x","qty":40}],"missionId":3},"4":{"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":10}],"lootUnits":[619,620,623],"name":"Fireworks night","lootChance":10,"currentStep":0,"totalSteps":5,"stepEnergy":65,"reward":[{"qtyMin":750,"type":"w","qtyMax":800},{"type":"x","qty":50}],"missionId":4},"5":{"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":15}],"lootUnits":[750,718,535],"name":"The Shogunate","lootChance":10,"currentStep":0,"totalSteps":6,"stepEnergy":70,"reward":[{"qtyMin":1600,"type":"g","qtyMax":1700},{"type":"x","qty":60}],"missionId":5},"6":{"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20}],"lootUnits":[603,533,761],"name":"Kung Fu lessons","lootChance":10,"currentStep":0,"totalSteps":7,"stepEnergy":70,"reward":[{"qtyMin":1650,"type":"g","qtyMax":1700},{"type":"x","qty":80}],"missionId":6},"7":{"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":10}],"lootUnits":[797,606,618],"name":"Seven Swords","lootChance":10,"currentStep":0,"totalSteps":8,"stepEnergy":75,"reward":[{"qtyMin":1800,"type":"f","qtyMax":1900},{"type":"x","qty":100}],"missionId":7},"8":{"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":15}],"lootUnits":[628,635,539],"name":"Katana Forge","lootChance":10,"currentStep":0,"totalSteps":9,"stepEnergy":75,"reward":[{"qtyMin":1850,"type":"g","qtyMax":1900},{"type":"x","qty":125}],"missionId":8},"9":{"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20}],"lootUnits":[652,608,629],"name":"Dragon Mountain","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":80,"reward":[{"qtyMin":1900,"type":"g","qtyMax":2000},{"type":"x","qty":150}],"missionId":9},"10":{"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20},{"item_id":541,"quantity":10}],"lootUnits":[699,698,540],"name":"The Ocher Ninja","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":80,"reward":[{"qtyMin":1950,"type":"g","qtyMax":2000},{"type":"x","qty":175}],"missionId":10}}},"5":{"name":"Ancient Greece","harbourIid":50023,"icon":"../img/iPhone/missions/mineral.png","rank":1,"background":"../img/iPhone/missions/mineral_background.png","rankUpUnitsGived":[813,663,796,643,694,661,635],"missionGroupId":5,"missions":{"1":{"itemsRequired":[{"item_id":568,"quantity":20}],"lootUnits":[612,648,614],"name":"Spartan meeting","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":70,"reward":[{"qtyMin":2000,"type":"g","qtyMax":2100},{"type":"x","qty":30}],"missionId":1},"2":{"itemsRequired":[{"item_id":568,"quantity":25}],"lootUnits":[644,578,607],"name":"This is madness","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":70,"reward":[{"qtyMin":2050,"type":"g","qtyMax":2100},{"type":"x","qty":40}],"missionId":2},"3":{"itemsRequired":[{"item_id":568,"quantity":30}],"lootUnits":[614,663,616],"name":"Olympia crisis","lootChance":10,"currentStep":0,"totalSteps":4,"stepEnergy":80,"reward":[{"qtyMin":2300,"type":"g","qtyMax":2400},{"type":"x","qty":50}],"missionId":3},"4":{"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":15}],"lootUnits":[655,620,623],"name":"Zeus request","lootChance":10,"currentStep":0,"totalSteps":5,"stepEnergy":80,"reward":[{"qtyMin":1100,"type":"w","qtyMax":1200},{"type":"x","qty":60}],"missionId":4},"5":{"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":20}],"lootUnits":[603,647,535],"name":"Scylla's crossing","lootChance":10,"currentStep":0,"totalSteps":6,"stepEnergy":90,"reward":[{"qtyMin":2600,"type":"g","qtyMax":2700},{"type":"x","qty":80}],"missionId":5},"6":{"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25}],"lootUnits":[603,533,700],"name":"Temple run","lootChance":10,"currentStep":0,"totalSteps":7,"stepEnergy":90,"reward":[{"qtyMin":2650,"type":"g","qtyMax":2700},{"type":"x","qty":100}],"missionId":6},"7":{"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":15}],"lootUnits":[626,774,618],"name":"Pan's Flute","lootChance":10,"currentStep":0,"totalSteps":8,"stepEnergy":100,"reward":[{"qtyMin":2900,"type":"f","qtyMax":3000},{"type":"x","qty":125}],"missionId":7},"8":{"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":20}],"lootUnits":[749,638,539],"name":"Colossus' shadow","lootChance":10,"currentStep":0,"totalSteps":9,"stepEnergy":100,"reward":[{"qtyMin":2950,"type":"g","qtyMax":3000},{"type":"x","qty":150}],"missionId":8},"9":{"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":25}],"lootUnits":[652,702,662],"name":"Row of the Titans","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":100,"reward":[{"qtyMin":2975,"type":"g","qtyMax":3000},{"type":"x","qty":175}],"missionId":9},"10":{"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":541,"quantity":25},{"item_id":662,"quantity":15}],"lootUnits":[687,660,540],"name":"The Thunderbirds","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":100,"reward":[{"qtyMin":2990,"type":"g","qtyMax":3100},{"type":"x","qty":200}],"missionId":10}}},"6":{"name":"Mountain","harbourIid":50024,"icon":"../img/iPhone/missions/mountain.png","rank":1,"background":"../img/iPhone/missions/mountain_background.png","rankUpUnitsGived":[814,700,711,754,867,872,765],"missionGroupId":6,"missions":{"1":{"itemsRequired":[{"item_id":609,"quantity":25}],"lootUnits":[612,752,614],"name":"The ascent","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":100,"reward":[{"qtyMin":3400,"type":"g","qtyMax":3500},{"type":"x","qty":40}],"missionId":1},"2":{"itemsRequired":[{"item_id":609,"quantity":30}],"lootUnits":[795,578,607],"name":"Vertical limit","lootChance":10,"currentStep":0,"totalSteps":3,"stepEnergy":120,"reward":[{"qtyMin":4100,"type":"g","qtyMax":4200},{"type":"x","qty":50}],"missionId":2},"3":{"itemsRequired":[{"item_id":609,"quantity":35}],"lootUnits":[614,661,616],"name":"Cliffhanger","lootChance":10,"currentStep":0,"totalSteps":4,"stepEnergy":140,"reward":[{"qtyMin":4700,"type":"g","qtyMax":4900},{"type":"x","qty":60}],"missionId":3},"4":{"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":20}],"lootUnits":[715,620,623],"name":"Crumbling","lootChance":10,"currentStep":0,"totalSteps":5,"stepEnergy":150,"reward":[{"qtyMin":2400,"type":"w","qtyMax":2600},{"type":"x","qty":80}],"missionId":4},"5":{"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":25}],"lootUnits":[603,724,535],"name":"127 hours","lootChance":10,"currentStep":0,"totalSteps":6,"stepEnergy":160,"reward":[{"qtyMin":5400,"type":"g","qtyMax":5600},{"type":"x","qty":100}],"missionId":5},"6":{"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30}],"lootUnits":[603,533,789],"name":"To the top","lootChance":10,"currentStep":0,"totalSteps":7,"stepEnergy":170,"reward":[{"qtyMin":5700,"type":"g","qtyMax":5950},{"type":"x","qty":125}],"missionId":6},"7":{"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":20}],"lootUnits":[756,606,618],"name":"The conquest","lootChance":10,"currentStep":0,"totalSteps":8,"stepEnergy":180,"reward":[{"qtyMin":6150,"type":"f","qtyMax":6300},{"type":"x","qty":150}],"missionId":7},"8":{"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":25}],"lootUnits":[628,764,539],"name":"Rocks & dust","lootChance":10,"currentStep":0,"totalSteps":9,"stepEnergy":200,"reward":[{"qtyMin":6800,"type":"g","qtyMax":7000},{"type":"x","qty":175}],"missionId":8},"9":{"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30}],"lootUnits":[799,608,662],"name":"Going down","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":220,"reward":[{"qtyMin":7500,"type":"g","qtyMax":7700},{"type":"x","qty":200}],"missionId":9},"10":{"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30},{"item_id":610,"quantity":20}],"lootUnits":[742,698,540],"name":"The Third Man","lootChance":10,"currentStep":0,"totalSteps":10,"stepEnergy":250,"reward":[{"qtyMin":8500,"type":"g","qtyMax":8750},{"type":"x","qty":250}],"missionId":10}}}},"missions":[{"description":"你需要农民收集资源。点击你的市政厅,然后在底部的按钮面板点击TRAIN。","hint":"","reward":10,"id":2,"title":"招募农民"},{"description":"你的农场土地需要农民生产食品。首先点击一个村民,然后点击的农场土地。","hint":"","reward":10,"id":3,"title":"将农民放到农田工作"},{"description":"当食物成熟后出现一个图标。点击它来获得资源!","hint":"","reward":10,"id":4,"title":"收集食物"},{"description":"你得到的食物,但你也需要木材。点击一个村民,再次点击一棵树。村民会自动切断所有周围的树!","hint":"","reward":10,"id":5,"title":"砍树获得木材"},{"description":"旋转鼠标滚轮或单击并拖动滑块在右下角的屏幕放大/缩小。它将帮助你发现建筑或单位!","hint":"","reward":10,"id":6,"title":"Move 移动鼠标滚轮缩放"},{"description":"农场土地是必不可少的增加你的帝国资源,因为他们给你提供食物。到 BUILD>建筑>资源选择建造农场土地。","hint":"","reward":12,"id":7,"title":"建一个农场土地"},{"description":"村民和战士住在房子里!房子越建越多,就可以训练更多的单位。去 BUILD>建筑>房子 选建造房子。","hint":"","reward":14,"id":8,"title":"建一个房子"},{"description":"你需要一个陆军在未来战斗!点击“建造”按钮,选择“攻击”范畴,最后点击兵营建筑。","hint":"","reward":16,"id":9,"title":"建造兵营"},{"description":"开始建立你的军队招募一些矛兵。点击兵营建筑,然后点击TRAIN按钮在界面下方面板。重复3次。","hint":"","reward":18,"id":10,"title":"招募3个矛兵"},{"description":"在市政厅,然后上车按钮在较低的界面。这样做两次训练2村民。","hint":"","reward":20,"id":11,"title":"招募2的农民"},{"description":"磨坊将为您提供食品,如农场的土地。去建设>建筑>资源建立磨坊。","hint":"","reward":22,"id":12,"title":"建立磨坊"},{"description":"磨坊的工作并不孤单!他们需要农民。选择一个农民并点击该厂把他放进去。","hint":"","reward":24,"id":13,"title":"将农民放进磨坊"},{"description":"选择一个选项你想,开始生产的数量。","hint":"","reward":26,"id":14,"title":"选择工作时间"},{"description":"增加你的食物的结果增加另一个农民到磨坊!(如果你没有任何农民可用,你可以训练他们在市政厅)","hint":"","reward":28,"id":15,"title":"把另一个农民放进磨坊"},{"description":"如果你没有资源,培训农民,你可以得到你的建筑物。点击你的磨,然后点击一个村民肖像下得到了您的农民。","hint":"","reward":30,"id":16,"title":"让农民出磨坊"},{"description":"金会让你更强大!它是用来训练最好的单位。选择一个村民和点击一个金矿脉(探索地图寻找金脉)","hint":"","reward":32,"id":17,"title":"收取3黄金"},{"description":"双击1次选择3个,并把它们放到城镇大厅喷泉的附近。双击是非常有用的!","hint":"","reward":34,"id":18,"title":"选择双击"},{"description":"点击右下方形工具界面,然后点击并拖动选择单位。(你也可以使用<空格>,它更容易和更快!)然后3巨魔攻击。","hint":"","reward":36,"id":19,"title":"杀死3个巨魔"},{"description":"绵羊是有趣的…美味的!但是他们需要一个牧场!建立一个要建立>建筑>资源。它将提供给你一些食物!","hint":"","reward":38,"id":20,"title":"建立绵羊牧场"},{"description":"好啊。如果你已经有一个牧场,现在去一些绵羊。选择一个村民和点击羊抓住它。","hint":"","reward":40,"id":21,"title":"捕获的羊"},{"description":"如果你已经抓获一只羊,选择它并发送到牧场!","hint":"","reward":42,"id":22,"title":"把绵羊放进牧场"},{"description":"当一个绵羊牧场准备收集(你会看到一个食物图标),点击它!","hint":"","reward":44,"id":23,"title":"收集绵羊牧场"},{"description":"建立3个农场的土地养活你的士兵!记住你可以训练你的市政厅村民,直接向他们的农场,生产更多的食物,同时。","hint":"","reward":46,"id":24,"title":"建立3个农田"},{"description":"收集5个农场的土地。重要:农场土地需求的木材被重建,努力总有一些在您的清单(见统计在屏幕的左上角)。","hint":"","reward":48,"id":25,"title":"收集5单位农田"},{"description":"建造4个住房增加人口上限。(建>建筑>房屋)","hint":"","reward":52,"id":26,"title":"建立4所房子"},{"description":"黄金也可以通过金矿得到,你可以建立一个金矿。去建筑>资源并建立它!","hint":"","reward":54,"id":27,"title":"建立金矿"},{"description":"金矿需要农民才能提取黄金。把他们放入其中的一个金矿(如果你没有任何的农民,记得在市政厅招募)。","hint":"","reward":56,"id":28,"title":"把农民放到金矿"},{"description":"射箭将让您可以招募弓箭手步兵。射箭兵比普通步兵有更长的攻击距离。你可以找到射箭营房在商店中。","hint":"","reward":58,"id":29,"title":"建立射箭营房"},{"description":"在射箭营房招募3个弓箭手!记住,点击TRAIN按钮在底部。","hint":"","reward":60,"id":30,"title":"招募3个弓箭手"},{"description":"是时间与巨魔战斗了!选择你的单位用右下角的框选工具或直接双击。然后点击一个邪恶的巨魔攻击他!","hint":"","reward":62,"id":31,"title":"杀死5个以上的巨魔"},{"description":"这不仅仅是对战!放一些装饰在你的帝国让它更漂亮!去商店选择5个装饰吧!","hint":"","reward":64,"id":32,"title":"建立5 个装饰品"},{"description":"每一个帝国有一个名字!但是名字不能太长!点击你的帝国的名字在右上角。","hint":"","reward":66,"id":33,"title":"设置你的帝国名字"},{"description":"点击一个村民并点击一棵树开始收集。如果树附近的一组树,村民会自动把它们全部都收集了!","hint":"","reward":68,"id":34,"title":"砍10棵树"},{"description":"石头对建立防御结构是非常重要的!用你的村民收收集10块石!","hint":"","reward":70,"id":35,"title":"收集10块石头"},{"description":"在市政厅的附近建设2个塔可以保护帝国不被敌人入侵。这是你最重要的建筑!(BUILD > Defense)","hint":"","reward":72,"id":36,"title":"建设2个塔市政厅在附近"},{"description":"建立一个排20个单位的防御墙,请到商店里防御类选择操作。","hint":"","reward":74,"id":37,"title":"建筑墙"},{"description":"用面板里的移动工具墙,移动墙。(定向交叉图标)。","hint":"","reward":76,"id":38,"title":"移动墙"},{"description":"你的军队需要骑兵!建立一个马厩培养轻骑士。(BUILD > Attack)","hint":"","reward":78,"id":39,"title":"建造马厩"},{"description":"你需要更多的勇士在面对你的第一次战役!请在马厩训练3个骑士!","hint":"","reward":80,"id":40,"title":"训练3个骑士"},{"description":"在下方面面板选择框选工具进行操作,也可以用空格键进行。","hint":"","reward":82,"id":41,"title":"用框选工具选择单位"},{"description":"杀死所有的巨魔!可以看到它们分散在地图的四周,请开始行动吧,为了我们的帝国!","hint":"","reward":84,"id":42,"title":"杀死所有的巨魔"},{"description":"当你杀死所有的巨魔,公主就会得到自由!","hint":"","reward":150,"id":43,"title":"拯救公主!"},{"description":"点击肖像#0# 在底部界面,可以看看别的帝国是多么的美丽!","hint":"","reward":88,"id":44,"title":"访问 #0#!"},{"description":"建立一个木材厂放放入一个村民开始生产木材! ( BUILD > Buildings > Resources).","hint":"","reward":90,"id":45,"title":"建立木材厂并将农民放入"},{"description":"选择一个工作时间,根据时间的不同产出的木材也不同。","hint":"","reward":92,"id":46,"title":"选择一个工作时间"},{"description":"为了提高速度可以将另一个村民放入。(如果没有可用的村民,请到市政厅训练)","hint":"","reward":94,"id":47,"title":"把另一个村民放入木材厂"},{"description":"建立一个奶牛牧场。 (BUILD > Buildings > Resources)","hint":"","reward":96,"id":48,"title":"建立奶牛牧场"},{"description":"把牛放入牧场就可以生产一些食品。","hint":"","reward":98,"id":49,"title":"把牛放入牧场"},{"description":"建立一个市场就可以进行购买和出售资源!(BUILD > Buildings > Miscellaneous)","hint":"","reward":100,"id":50,"title":"建立市场"},{"description":"为了开启市场,请招聘朋友进入市场!","hint":"","reward":102,"id":51,"title":"招聘朋友进入市场"},{"description":"钞票是有用的采购单位,建筑,礼品中也需要用到它!","hint":"","reward":104,"id":52,"title":"消耗1个钞票"},{"description":"一旦你已经放入了一定数量的朋友,就可以成功的开启它!","hint":"","reward":106,"id":53,"title":"开启市场"},{"description":"点击该图标在右下角的面板,然后点击奖杯图标。如果你完成了这些集合可以得到独特的战士和礼品!","hint":"","reward":108,"id":54,"title":"检查收藏品集合"},{"description":"连续玩3天,点击每日奖金袋在屏幕右方获得额外的金钱!","hint":"","reward":150,"id":55,"title":"连续3天获得每日奖金"},{"description":"到达40人口,你的帝国要开始扩张了!","hint":"","reward":112,"id":56,"title":"达到40人口"},{"description":"获得10金脉,很快你就会需要它!","hint":"","reward":114,"id":57,"title":"收获10个金矿"},{"description":"建立防御建筑石头是非常必要。建立一个石矿开始生产这种资源! (BUILD > Buildings > Resources)","hint":"","reward":116,"id":58,"title":"建石矿I"},{"description":"Attacking other players provides much gold and xp! Click on the WORLD icon (blue) at the top, then click on the Attack button of a player. Read the Battle Help before starting!","hint":"","reward":118,"id":59,"title":"攻击1玩家"},{"description":"Click on the WORLD button (blue icon on top right) and then click on the OPTIONS button at the top of the screen. Select the 'My defensive strategy' button and choose your units behavior.","hint":"","reward":120,"id":60,"title":"防卫策略"},{"description":"收集磨坊中的食物","hint":"","reward":122,"id":61,"title":"收集磨坊中的食物"},{"description":"从木材厂中收集木材。","hint":"","reward":124,"id":62,"title":"收集木材厂"},{"description":"从石矿中收集资源。","hint":"","reward":126,"id":63,"title":"收集石矿"},{"description":"从金矿中收集黄金!","hint":"","reward":128,"id":64,"title":"收集金矿"},{"description":"在市场得到200单位石。先点击进入市场,就可进行交易!","hint":"","reward":130,"id":65,"title":"从市场得到200单位石头"},{"description":"在市场得到100木材。先点击进入市场,就可进行交易!","hint":"","reward":132,"id":66,"title":"从市场获得100木材"},{"description":"Click on the WORLD word in one of your friends portrait (if you can't see it, first click on the Assist word and come back to your empire) and attack him. For once he'll forgive you! =P","hint":"","reward":134,"id":67,"title":"Attack 1 friend!"},{"description":"Click on the WORLD button (blue) and then click on the BATTLE RESULTS button at the top of the screen. Then check your attacks and who attacked you!","hint":"","reward":136,"id":68,"title":"Check Attacks"},{"description":"二级房子可以容纳更多的人,先选中房子I,在下方面板点击UPGRADE按钮,就可以升级啦!","hint":"","reward":138,"id":69,"title":"建造二级房子"},{"description":"选中一个物品,点击下方收藏按钮,就可将该物品放入收藏室中。","hint":"","reward":140,"id":70,"title":"物品放入收藏室"},{"description":"Eagles allow you to spy your enemy before attacking him! Build one and hire friends to open it! (BUILD > Buildings > Miscellaneous)","hint":"","reward":142,"id":71,"title":"Build/Open Eagles I"},{"description":"在市场出售100木材单位。点击卖出按钮得到黄金!","hint":"","reward":144,"id":72,"title":"出售100单位木"},{"description":"点击扩张地图按钮,进行扩张。","hint":"","reward":146,"id":73,"title":"扩大地图"},{"description":"Build a workshop I to build rams and be able to destroy doors of enemies' fortifications (BUILD > Attack).","hint":"","reward":148,"id":74,"title":"建立工作坊 I"},{"description":"Free the 3 archers kidnapped by trolls! (daily mission)","hint":"","reward":150,"id":75,"title":"Free 3 archers"},{"description":"Kill 5 Devious Trolls. They are implied in the complot to destroy your empire!","hint":"","reward":152,"id":76,"title":"Kill 5 Devious trolls"},{"description":"Send 5 archers to attack the same tower, and afterwards send your melee units against the same tower!","hint":"","reward":154,"id":77,"title":"Coordinated Attack"},{"description":"Click on the world icon at the upper part and then on the SPY button on any player to spy his empire!","hint":"","reward":156,"id":78,"title":"Use Eagle"},{"description":"Defeat two players (including your friends!) to get gold... and glory!","hint":"","reward":158,"id":79,"title":"Defeat two players"},{"description":"Build a Harbor (Buildings > Miscellaneous), invite your friends and click on the OPEN button to explore the seas!","hint":"","reward":160,"id":80,"title":"Build Harbor"},{"description":"Once your Harbor is open, click on it and then press the Let's Sail button to see the map!","hint":"","reward":162,"id":81,"title":"Check the map"},{"description":"Use the Harbor to travel to Mysterious Isle and retrieve the treasure that the trolls stole to your ancestors! Complete Mysterious Island (1 star).","hint":"","reward":164,"id":82,"title":"Complete Mysterious Isle on 1 star"},{"description":"Upgrade your Barracks II to train stronger units! (Buildings > Attack or UPGRADE button in Barracks I interface)","hint":"","reward":166,"id":83,"title":"Upgrade Barracks II"},{"description":"Train 3 Swordsmen in your Barracks II... you'll need them soon!","hint":"","reward":168,"id":84,"title":"Train 3 Swordsmen"},{"description":"Access the map in another way: click on the world icon on top and then click on the ship surrounding the island.","hint":"","reward":170,"id":85,"title":"Sail in another way"},{"description":"Unknown Isle is a cold, hostile place, but in the loot that the Ravager Trolls protect lies hidden a nice amount of gold! Complete Unknown Isle (1 star).","hint":"","reward":172,"id":86,"title":"Complete Unknown Isle (1 star)"},{"description":"Build two Tower II in your empire. You will get rid of enemies faster! (BUILD > Defense)","hint":"","reward":174,"id":87,"title":"Build 2 tower II"},{"description":"Build 20 Wall II in the lower left row of your 1st acre (BUILD > Defense). You can also upgrade the Wall I you already have if you click on one wall and then click UPGRADE on the lower interface.","hint":"","reward":176,"id":88,"title":"Build 20 Wall II"},{"description":"Build 2 Pumpkin Crop to obtain more food.","hint":"","reward":178,"id":89,"title":"Build 2 Pumpkin Crop"},{"description":"Build an Allies Building and get 9 allies to open it!","hint":"","reward":180,"id":90,"title":"Invoke allies"},{"description":"Upgrade you Archery to train better archers! (Buildings > Attack)","hint":"","reward":182,"id":91,"title":"Upgrade to Archery II"},{"description":"The trolls have kidnapped some soldiers! Free them! (daily mission)","hint":"","reward":186,"id":93,"title":"Rescue Kidnapped Soldiers"},{"description":"Prove yourself and defeat 3 players... including your friends!","hint":"","reward":188,"id":94,"title":"Defeat 3 players"},{"description":"Build the Mill II to increase food production.","hint":"","reward":190,"id":95,"title":"Build Mill II"},{"description":"Recruit 6 friends to open the mill.","hint":"","reward":192,"id":96,"title":"Recruit 6 friends for Mill II"},{"description":"Hire all villagers in your new mill to take full advantage of it!","hint":"","reward":194,"id":97,"title":"Hire all villagers in Mill II"},{"description":"Leave the mill collecting for 8 hours.","hint":"","reward":196,"id":98,"title":"8 hours Mill"},{"description":"Upgrade your Market to Market II to buy or sell more resources.","hint":"","reward":198,"id":99,"title":"Upgrade Market"},{"description":"Build 8 towers in your empire... the trolls will attack soon and you must protect yourself!","hint":"","reward":200,"id":100,"title":"Build 8 towers"},{"description":"If the trolls set fire to buildings of your empire, click on a villager and then click again on the fire to extinguish it!","hint":"","reward":202,"id":101,"title":"Extinguish fire"},{"description":"Visit a friend and help him to collect as many resources as you can!","hint":"","reward":204,"id":102,"title":"Help a friend"},{"description":"Build a Prize building and get allies to obtain fabulous special units! (Buildings > Miscellaneous)","hint":"","reward":206,"id":103,"title":"Build Prize Building"},{"description":"Tell 3 friends to help you get a fantastic special unit on your Prize Building!","hint":"","reward":208,"id":104,"title":"Get recruitment prize"},{"description":"Build the Training Stables to improve the mobility of your units!","hint":"","reward":210,"id":105,"title":"Build Traning Stables"},{"description":"Capture a horse with a villager or warrior and take it to the Training Stables.","hint":"","reward":212,"id":106,"title":"Capture a horse and..."},{"description":"Once you have put a horse, lead a Swordsman to the Training Stables to turn him into a medium knight!","hint":"","reward":214,"id":107,"title":"Lead Swordsman to Stables..."},{"description":"Complete Mysterious Isle on 2 stars to obtain much more gold and XP!","hint":"","reward":216,"id":108,"title":"Complete Mysterious Isle (2 stars)"},{"description":"Upgrade your Town Hall. Select it and click on UPGRADE at the bottom part of the interface.","hint":"","reward":218,"id":109,"title":"Upgrade Town Hall"},{"description":"Train 2 villagers in your new Town Hall. Now they will run as fast as a hare!","hint":"","reward":220,"id":110,"title":"Train 2 villagers"},{"description":"Upgrade Stables to Stables II to train heavier mounted units!","hint":"","reward":222,"id":111,"title":"Upgrade Stables"},{"description":"Train 3 Medium Knights... You're getting stronger every day!","hint":"","reward":224,"id":112,"title":"Train 3 Medium Knights"},{"description":"Get the Treasure Chest, defended by the trolls! (Daily mission)","hint":"","reward":226,"id":113,"title":"Get Treasure Chest!"},{"description":"Build the Allies Market so your friends can send you free resources! (Buildings > Miscellaneous)","hint":"","reward":228,"id":114,"title":"Build Allies Market"},{"description":"Tell your friends to help you and get at least 500 units of wood in the allies market!","hint":"","reward":230,"id":115,"title":"Get wood Allies Market"},{"description":"Discover the secrets of the Undiscovered Isle (1 star). Beware of the evil skeletons!","hint":"","reward":232,"id":116,"title":"Undiscovered Isle (1 star)"},{"description":"The more gold the better! Build a Gold Mine II to increase the production.","hint":"","reward":234,"id":117,"title":"Build Gold Mine II"},{"description":"Take the most out of the Gold Mine II adding 4 villagers to it.","hint":"","reward":236,"id":118,"title":"Put 4 villagers in Gold Mine II"},{"description":"Need help to complete the collections? Build a Treasure Mine to get one item EACH DAY!","hint":"","reward":238,"id":119,"title":"Build Treasure Mine"},{"description":"Collect the surprise item in the Treasure Mine (lapse of 24h. since the last picked up gift).","hint":"","reward":240,"id":120,"title":"Collect object in Treasure Mine"},{"description":"Build a Workshop II to enjoy a high damage weapon: scorpions! (BUILD > Attack)","hint":"","reward":242,"id":121,"title":"Build Workshop II"},{"description":"Tell your friends to help you open the Workshop II... scorpions wreak havoc against enemy towers!","hint":"","reward":244,"id":122,"title":"Open Workshop II"},{"description":"Build 3 scorpions in the Workshop II and get ready for the last stage of the process!","hint":"","reward":246,"id":123,"title":"Build 3 Scorpions"},{"description":"When the next troll camp appears, destroy one tower with a group of 3 Scorpions... notice that weak enemy towers don't have enough range to destroy your scorpions!","hint":"","reward":248,"id":124,"title":"Destroy 1 tower with Scorpions"},{"description":"Build a Tower III to protect yourself better against incoming attacks!","hint":"","reward":250,"id":125,"title":"Build Tower III"},{"description":"Build an Altar of Heroes to purchase powerful special units!","hint":"","reward":252,"id":126,"title":"Build Altar of Heroes"},{"description":"Get a hero in the Altar of Heroes to help you defeat your enemies more easily! (Click on the GET HERO button)","hint":"","reward":254,"id":127,"title":"Get a hero"},{"description":"Kill an Axethrower. These depictable beings won't hesitate to kill your units from the distance!","hint":"","reward":256,"id":128,"title":"Kill Axethrower"},{"description":"Rescue the villagers captured by trolls! They would do the same for you! (daily mission)","hint":"","reward":258,"id":129,"title":"Rescue villagers"},{"description":"Play 5 days in a row and get your special unit. To put your hero on the map, go to BUILD > STORAGE.","hint":"","reward":260,"id":130,"title":"Put a hero on your map"},{"description":"Go to Arctic Isle (1 star) and save the penguins... Beware, a big beast is waiting for you!","hint":"","reward":262,"id":131,"title":"Save the penguins!"},{"description":"Fight against two players from your same level and show up your skills! you don't need to win, but must finish the combat!","hint":"","reward":264,"id":132,"title":"Fight against two player from your same level"},{"description":"Build a Lumber Mill II to produce more wood!","hint":"","reward":266,"id":133,"title":"Build Lumber Mill II"},{"description":"Put 4 villagers into the Lumber Mill II to increase its production outcome!","hint":"","reward":268,"id":134,"title":"Put 4 villager into Lumber Mill II"},{"description":"Build a Small Refuge and before logging out put in 2 of your most valuable units so other players don't destroy them!","hint":"","reward":270,"id":135,"title":"Build Small Refuge"},{"description":"Invoke heavenly powers and build a Big Church to raise your population limit. (BUILD > Wonders)","hint":"","reward":272,"id":136,"title":"Build Big Church"},{"description":"Trolls hid more treasures yet, and this time they have doubled its number to protect it! Complete Unknown Isle on 2 stars!","hint":"","reward":274,"id":137,"title":"More Ravager Trolls!"},{"description":"Build a Barracks III to train the renowned Long Swordsman!","hint":"","reward":276,"id":138,"title":"Build Barracks III"},{"description":"Train 3 Long Swordsman, they will help you defeat your enemies more quickly!","hint":"","reward":278,"id":139,"title":"Train 3 Long Swordsman"},{"description":"Upgrade to Eagles II so your eagles have more life and can explore more enemy terrain!","hint":"","reward":280,"id":140,"title":"Upgrade to Eagles II"},{"description":"Build a Heroes Grave to have the chance of resurrecting your lost special units!","hint":"","reward":282,"id":141,"title":"Build Heroes Grave"},{"description":"Liberate the Prisoner Troll. He never bent his knee against the evil behavior of his tribe and has always tried to be a good troll!","hint":"","reward":284,"id":142,"title":"Liberate Prisoner Troll"},{"description":"Kill 1 Boar Rider! This mounted beast won't dare to kill your fighters when you are not watching!","hint":"","reward":286,"id":143,"title":"Kill 1 Boar Rider"},{"description":"Complete Mysterious Isle on 3 stars and defeat all the evil trolls!","hint":"","reward":288,"id":144,"title":"Thrice Trolls!"},{"description":"Build a Stone Mine II to keep producing more stone for the welfare of your Empire!","hint":"","reward":290,"id":145,"title":"Build Stone Mine II"},{"description":"Build 20 Wall III in the bottom left row or upgrade your current walls there. This way your enemies will have a hard time trying to put their foot on your empire!","hint":"","reward":292,"id":146,"title":"Build 20 Wall III"},{"description":"Build Cow Ranch II... if the meat is tasty now, it will be tastier with this improvement!","hint":"","reward":294,"id":147,"title":"Build Cow Ranch II"},{"description":"Lead a cow to the ranch to get a good portion of food!","hint":"","reward":296,"id":148,"title":"Lead a cow to ranch"},{"description":"Build a Round Table so your allies can help you getting incredible bonuses!","hint":"","reward":298,"id":149,"title":"Build Round Table"},{"description":"Recruit 4 allies to the Round Table to get the first prize!","hint":"","reward":300,"id":150,"title":"Put 4 allies to Round Table"},{"description":"Destroy 2 Troll Towers III and let those ugly beasts know who rules this empire!!","hint":"","reward":302,"id":151,"title":"Destroy 2 Troll Towers III"},{"description":"Prince Arthur has been kidnapped by evil trolls! Save him before it's too late!","hint":"","reward":304,"id":152,"title":"Rescue Prince Arthur!"},{"description":"Build an Archery III to train lethal Heavy Archers!","hint":"","reward":306,"id":153,"title":"Build Archery II"},{"description":"Train 3 heavy archers. You'll be more dreaded by your enemies!","hint":"","reward":308,"id":154,"title":"Train 3 heavy archers"},{"description":"Build a Temple to obtain more gold resources!","hint":"","reward":310,"id":155,"title":"Build Temple"},{"description":"Trolls conquered this island and killed all its human dwellers. Avenge your ancestors and conquer Emergent Isle (1 star)!!","hint":"","reward":312,"id":156,"title":"Avenge Ancestors"},{"description":"Update 4 House I to House II to put more citizens in!","hint":"","reward":314,"id":157,"title":"Update House II"},{"description":"Expand 3 acres","hint":"","reward":316,"id":158,"title":"Expand 3 acres"},{"description":"Open a Church so you can train healers!","hint":"","reward":318,"id":159,"title":"Open Church"},{"description":"Train 3 healers so they can heal your units during the combat!","hint":"","reward":320,"id":160,"title":"Train 3 healers"},{"description":"Attack 2 players of more level than yours and show them who's the best!","hint":"","reward":322,"id":161,"title":"Attack 2 player more level"},{"description":"Trolls have cut the water supply! Kill them to retrieve control of the wells!","hint":"","reward":324,"id":162,"title":"Free the wells"},{"description":"Build a Stable III to be able to train the dreaded heavy knights!","hint":"","reward":326,"id":163,"title":"Build Stable III"},{"description":"Save the captive healers from trolls' hands! They will join your army afterwards!","hint":"","reward":328,"id":164,"title":"Save Healers"},{"description":"Visit Misty Isle (1 star) and destroy the Town Hall of your Viking enemies before they come to conquer your land!","hint":"","reward":330,"id":165,"title":"Complete Misty Isle on 1 star"},{"description":"Visit Unknown Isle (3 stars) and let Ravager Trolls know who has the power!","hint":"","reward":332,"id":166,"title":"Complete Unknown Isle 3 stars"},{"description":"Build 3 eggplant farms to increase your food outcome!","hint":"","reward":334,"id":167,"title":"Build 3 eggplant farms"},{"description":"Build 1 wall door so your units can come in and out of your empire easily and securely!","hint":"","reward":336,"id":168,"title":"Build 1 wall door"},{"description":"Build an Academy (Buildings > Investigation) to train your villagers to go faster and pile up more resources to gather!","hint":"","reward":338,"id":169,"title":"Build Academy"},{"description":"Build a Workshop III to be able to build destructive catapults!","hint":"","reward":340,"id":170,"title":"Build workshop III"},{"description":"Build a sacrifice altar and sacrifice a unit to get part of the resources back to your inventory.","hint":"","reward":342,"id":171,"title":"Sacrifice unit"},{"description":"Free the 4 stone mines from trolls control! This resource is basic for your survival! (daily mission)","hint":"","reward":344,"id":172,"title":"Free 4 stone mines!"},{"description":"Visit the Undiscovered Isle (2 stars) and kill all the skeletons that have spawned to end with the undead menace!","hint":"","reward":346,"id":173,"title":"Complete Undiscovered Isle 2 stars"},{"description":"Build a Mill III to increase your food outcome even more!","hint":"","reward":348,"id":174,"title":"Build Mill III"},{"description":"Build 2 Tower IV to destroy your enemies almost with no hassles!","hint":"","reward":350,"id":175,"title":"Build 2 Tower IV"},{"description":"Open a Cathedral to train hypnotist monks! They are very powerful!","hint":"","reward":352,"id":176,"title":"Open Cathedral"},{"description":"Convert an enemy using a monk. Afterwards you can control that enemy for your purposes!","hint":"","reward":354,"id":177,"title":"Convert enemy with a monk"},{"description":"Build a Nursery to help animals to breed.","hint":"","reward":356,"id":178,"title":"Build Nursery"},{"description":"Put 2 horses inside and wait for getting your new horse! You can produce as many as you need!","hint":"","reward":358,"id":179,"title":"Put 2 horses inside"},{"description":"Visit Dune Isle (1 star) and destroy the Golden Hall where the treacherous Mummy lives. Take care with Anubis servants!","hint":"","reward":360,"id":180,"title":"Complete Dune Isle on 1 star"},{"description":"Build a Gold Mine III to increase your gold resources!","hint":"","reward":362,"id":181,"title":"Build Gold Mine III"},{"description":"Put 6 villagers inside your new gold mine to make it work at its fullest.","hint":"","reward":364,"id":182,"title":"Put 6 villagers inside"},{"description":"Train 2 Archer Knights to increase the speed of your range units!","hint":"","reward":368,"id":184,"title":"Build 2 Archer Knight"},{"description":"Rescue the captured allies by the trolls before they kill them!","hint":"","reward":370,"id":185,"title":"Rescue the captured allies"},{"description":"Build a Zeppelin Tower to fly over the Eastern Sea and visit more isles!!","hint":"","reward":372,"id":186,"title":"Build a Zeppelin Tower"},{"description":"Update Town Hall to Town Hall III. Your villagers will go as faster as the best runner!","hint":"","reward":374,"id":187,"title":"Update Town Hall to Town Hall III"},{"description":"Train 2 villagers III and try their super speed","hint":"","reward":376,"id":188,"title":"Train 2 villagers III"},{"description":"Update the Market to Market III to deal with more resources with each transaction.","hint":"","reward":378,"id":189,"title":"Update the Market to Market III"},{"description":"Build 10 walls IV on the left bottom row of your empire 1rst acre.","hint":"","reward":380,"id":190,"title":"Build 10 walls IV"},{"description":"Visit the Arctic Isle (2 stars) and pay a visit to your \\'friend\\' the Yeti to save the penguins… take care, he has called for help!","hint":"","reward":382,"id":191,"title":"Complete Arctic Isle 2 stars"},{"description":"Free the animals closed in the cage, they are suffering!","hint":"","reward":384,"id":192,"title":"Free the captured animals"},{"description":"Build the Workshop IV to be able to build cannons! Woo hoo!!","hint":"","reward":386,"id":193,"title":"Build Workshop IV"},{"description":"Train 3 cannons... and try them on your enemies when you wish!","hint":"","reward":388,"id":194,"title":"Train 3 cannons"},{"description":"Build the Healing Spring and heal a damaged unit after a battle. This tree is miraculous!","hint":"","reward":390,"id":195,"title":"Heal a damaged unit."},{"description":"Build a Cow Ranch III to increase your food outcome. Cows won't like it, but your empire's survival depends on it!!","hint":"","reward":392,"id":196,"title":"Build a Cow Ranch III"},{"description":"Build a Lumber Mill III to increase your wood outcome!","hint":"","reward":394,"id":197,"title":"Build a Lumber Mill III"},{"description":"Visit the Emergent Isle (2 stars) and try to get the treasure protected by the trolls. Beware, now they are much more dangerous!","hint":"","reward":396,"id":198,"title":"Complete the Emergent Isle 2 stars"},{"description":"Build a Barracks IV to train Powerful Swordsmen! Your enemies will be terrified now!","hint":"","reward":398,"id":199,"title":"Build Barracks IV"},{"description":"Train 3 swordsmen IV and show your enemies some sword skill lessons!","hint":"","reward":400,"id":200,"title":"Train 3 swordsmen IV"},{"description":"Build 2 carrot farms to increase your food outcome. Your warriors are not rabbits, but they also like carrots!","hint":"","reward":402,"id":201,"title":"Build 2 carrot farms"},{"description":"Build a Forestry Academy and your villagers will cut trees faster than any professional woodcutter!","hint":"","reward":404,"id":202,"title":"Build Forestry Academy"},{"description":"Open a Stone Mine III to increase your stone resources.","hint":"","reward":406,"id":203,"title":"Open a Stone Mine III"},{"description":"Build a Mechanics building. You can train Engineers to repair siege weapons!","hint":"","reward":408,"id":204,"title":"Build Mechanics"},{"description":"Free the Siege Weapons seized by the trolls! Why the hell they steal them if they don't know how to use them?","hint":"","reward":410,"id":205,"title":"Free the Siege Weapons!"},{"description":"Build an Archery IV to train Powerful Archers. If you started to be dreaded by your enemies, many will now run away from you!","hint":"","reward":412,"id":206,"title":"Build Archery IV"},{"description":"Train 3 Powerful Archers and let them know how piercing are your new arrows!","hint":"","reward":414,"id":207,"title":"Train 3 Powerful Archers"},{"description":"Build an Eagles III to breed stronger eagles!","hint":"","reward":416,"id":208,"title":"Build Eagles III"},{"description":"Explore the Skeleton Statue and discover its hidden secret! (daily mission)","hint":"","reward":418,"id":209,"title":"Explore the Skeleton Statue"},{"description":"Visit the Desert Isle (1 star) and kill all the trolls. Beware, a great peril looms under the sands...","hint":"","reward":420,"id":210,"title":"Complete the Desert Isle on 1 star"},{"description":"Build a House IV to be able to put more population in.","hint":"","reward":422,"id":211,"title":"Build House IV"},{"description":"Open a Fire Workshop to be able to build fire cannons! Super Whoo Hoo!","hint":"","reward":424,"id":212,"title":"Open a Fire Workshop"},{"description":"Build a Minery Academy so your villager learn to collect gold and stone faster.","hint":"","reward":426,"id":213,"title":"Build Minery Academy"},{"description":"Open a Mill IV to increase your food outcome. Your warriors are always hungry!","hint":"","reward":428,"id":214,"title":"Open Mill IV"},{"description":"Build a Stables IV to train Powerful Knights. You are now stronger than ever!","hint":"","reward":430,"id":215,"title":"Build Stables IV"},{"description":"Train 3 Powerful Knights and invite your enemies to eat dust!","hint":"","reward":432,"id":216,"title":"Train 3 Knights"},{"description":"Build a Blacksmith so melee, ranged and mounted troops spend less resources to be trained! That's really good news!!","hint":"","reward":434,"id":217,"title":"Build a Blacksmith"},{"description":"Build 5 Towers IV to improve your empire defenses. Put them strategically and they will badly hurt your enemies, promised!","hint":"","reward":436,"id":218,"title":"Build 5 Towers IV"},{"description":"Build 10 Walls V on the lower left row of your empire to improve you defensive structures.","hint":"","reward":438,"id":219,"title":"Build 10 Walls V"},{"description":"Build a Weather Machine to be able to change the landscape at your will! That's magic, baby!!","hint":"","reward":440,"id":220,"title":"Build a Weather Machine"},{"description":"Build 2 watermelon Farms to increase your food outcome. Eating fruit is very healthy, but you already know that!","hint":"","reward":442,"id":221,"title":"Build 2 watermelon Farms"},{"description":"Update the Town Hall IV. If your villagers were really fast, now they will almost fly!","hint":"","reward":444,"id":222,"title":"Update Town Hall IV"},{"description":"Build a Lumber Mill IV to increase your wood outcome.","hint":"","reward":446,"id":223,"title":"Build Lumber Mill IV"},{"description":"Build a Tavern and you'll increase your maximum population capacity by 10 units... people that go to the Tavern don't need any home to live in!","hint":"","reward":448,"id":224,"title":"Build the Tavern"},{"description":"Build the Wizardry Academy to be able to cast spells! The power to destroy that the Spell Book gives you is immeasurable! (You'll see the Spell Book in your next game session)","hint":"","reward":450,"id":225,"title":"Build Wizardry Academy!"},{"description":"Expand the territory of your empire to 4 acres and show who the real king of Social Empires is!","hint":"","reward":452,"id":226,"title":"Expand to 4 acres"},{"description":"Visit Nest Isle (1 star) and defeat the Furious Dragon! Take care, is very powerful!","hint":"","reward":454,"id":227,"title":"Defeat the Dragon!"},{"description":"Click on the Dragon Breeding Nest, and click again on the ENTER button at the lower interface. Now press the 'Take Care' button to take care of the Dragon Egg!","hint":"","reward":14,"id":1008,"title":"Take care of the Dragon Egg!"},{"description":"农田可以提供食物给你的帝国。去商店购买一个农田放到市政厅的附近!","hint":"","reward":10,"id":1,"title":"建立农田"},{"description":"Train 8 Medium Archer... the danger is imminent!","hint":"","reward":184,"id":92,"title":"Train 8 Medium Archer"},{"description":"Build Archery Stables to train medium archer knights!","hint":"","reward":366,"id":183,"title":"Build Archery Stables"}]}
\ No newline at end of file
diff --git a/config/get_game_config.php_23_Jul_2012.txt b/config/get_game_config.php_23_Jul_2012.txt
deleted file mode 100644
index 1a16cb4..0000000
--- a/config/get_game_config.php_23_Jul_2012.txt
+++ /dev/null
@@ -1 +0,0 @@
-664963682951df35cb82da6e8bf8000a157dac7a4d5204cb5442de4669568398;{"localization_strings":[{"id":1,"name":"TUTORIAL_INTRO_TITULO","text":"Welcome to your Empire!"},{"id":2,"name":"TUTORIAL_INTRO_LECCION","text":"Hi, I'm #0#! I'm here to show you how to manage your Empire.\n\nLet's get started!"},{"id":3,"name":"TUTORIAL_AYTO_TITULO","text":"Select townhall"},{"id":4,"name":"TUTORIAL_AYTO_LECCION","text":"This is your Town Hall. It will let you train villagers.\n\nTo select the Town Hall, click on it."},{"id":5,"name":"TUTORIAL_ALDEANO_TITULO","text":"Train a villager"},{"id":6,"name":"TUTORIAL_ALDEANO_LECCION","text":"The bottom panel will show the available actions.\n\nClick on the villager button to begin training a villager."},{"id":7,"name":"TUTORIAL_SELECCIONAR_ALDEANO_TITULO","text":"Select the villager"},{"id":8,"name":"TUTORIAL_SELECCIONAR_ALDEANO_LECCION","text":"Well done! You have trained a villager.\n\nSelect it using the mouse!"},{"id":9,"name":"TUTORIAL_MOVER_ALDEANO_TITULO","text":"Move the villager"},{"id":10,"name":"TUTORIAL_MOVER_ALDEANO_LECCION","text":"When you select a unit, you can move it by clicking on the desired place of the map.\n\nTry it, click on the selected area!"},{"id":11,"name":"TUTORIAL_ARBOL_TITULO","text":"Collect a tree"},{"id":12,"name":"TUTORIAL_ARBOL_LECCION","text":"Villagers perform collecting tasks!\n\nClick on a tree to cut it!"},{"id":13,"name":"TUTORIAL_ESPERA_TITULO","text":"Wait"},{"id":14,"name":"TUTORIAL_ESPERA_LECCION","text":"It will only take a few seconds... :)"},{"id":15,"name":"TUTORIAL_RECOLECCION_TITULO","text":"Collect the wood"},{"id":16,"name":"TUTORIAL_RECOLECCION_LECCION","text":"When the cutting has finished, click on the resource to pick up the wood."},{"id":17,"name":"TUTORIAL_CONSTRUIR_TITULO","text":"Building"},{"id":18,"name":"TUTORIAL_CONSTRUIR_LECCION","text":"Well done! Now I will show you how to create buildings. First, click the BUILD button."},{"id":19,"name":"TUTORIAL_CASA_TITULO","text":"Select house"},{"id":20,"name":"TUTORIAL_CASA_LECCION","text":"The next step is to select the desired building. Choose \"House I\"."},{"id":21,"name":"TUTORIAL_COLOCAR_TITULO","text":"Place the house"},{"id":22,"name":"TUTORIAL_COLOCAR_LECCION","text":"Now click on the terrain to choose the placement of the house. The construction will begin!"},{"id":23,"name":"TUTORIAL_CABALLERO_TITULO","text":"Select the knight"},{"id":24,"name":"TUTORIAL_CABALLERO_LECCION","text":"Well done! You are ready for your first battle.\n\nClick on this knight to select it!"},{"id":25,"name":"TUTORIAL_ATACAR_TITULO","text":"Attack the trol"},{"id":26,"name":"TUTORIAL_ATACAR_LECCION","text":"Trolls are your enemies! Defeat them or they will eliminate you!\n\nClick on the troll to attack him!"},{"id":27,"name":"TUTORIAL_BATALLA_TITULO","text":"Wait for the battle"},{"id":28,"name":"TUTORIAL_BATALLA_LECCION","text":"The units are attacking each other right now. The bars over them show their life. Don't worry, they are just weak trolls!"},{"id":29,"name":"TUTORIAL_ENHORABUENA_TITULO","text":"Congratulations!"},{"id":30,"name":"TUTORIAL_ENHORABUENA_LECCION","text":"\nVery good! Now you're ready to build the biggest Social Empire on Facebook! Good luck!!"},{"id":31,"name":"TUTORIAL_EI","text":"EIIII"},{"id":32,"name":"TUTORIAL_EDIFICIO","text":"Building"},{"id":33,"name":"TUTORIAL_CASA","text":"Select house"},{"id":34,"name":"TUTORIAL_COLOCAR","text":"Place the house"},{"id":35,"name":"TUTORIAL_ARTURO","text":"click King Arthur"},{"id":36,"name":"TUTORIAL_OK2","text":"click ok twice"},{"id":37,"name":"TUTORIAL_AYTO","text":"click townhall"},{"id":38,"name":"TUTORIAL_ALDEANO","text":"Train a villager"},{"id":39,"name":"TUTORIAL_FLECHA","text":"Arrow points the villager"},{"id":40,"name":"TUTORIAL_GRANJA","text":"Select farm"},{"id":41,"name":"TUTORIAL_ESPERAR","text":"Wait for a villager to collect"},{"id":42,"name":"TUTORIAL_LISTO","text":"Ready for collecting"},{"id":43,"name":"TUTORIAL_OK5","text":"Click ok 5 times"},{"id":44,"name":"TUTORIAL_SELECCIONA_ALDEANO","text":"Select peon"},{"id":45,"name":"TUTORIAL_ARBOL","text":"Click tree"},{"id":46,"name":"MISC_SEGURO","text":"Are you sure?"},{"id":47,"name":"MISC_FAVOR","text":"Do you want to accept the favor?"},{"id":48,"name":"STORE_EDIFICIO_EXP","text":"#0# exp"},{"id":49,"name":"STORE_EDIFICIO_NIVEL","text":"Requires: Level #0#"},{"id":50,"name":"STORE_EDIFICIO_LIMITE","text":"LIMITED #0# DAYS LEFT"},{"id":51,"name":"STORE_EDIFICIO_REFUERZOS","text":"\n\nAllows you to get reinforcements from your allies!"},{"id":52,"name":"STORE_EDIFICIO_DESBLOQUEO","text":"Unlock cost: #0# cash"},{"id":53,"name":"STORE_EDIFICIO_SACRIFICIO","text":"\n\nSacrifice a unit and obtain some resources back"},{"id":54,"name":"STORE_EDIFICIO_TESORO","text":"\n\nDiscovers a collectible item every day"},{"id":55,"name":"STORE_EDIFICIO_ESTABLO","text":"\n\nAllows you to convert swordmans and archers to mounted units."},{"id":56,"name":"STORE_EDIFICIO_CRIADERO","text":"\n\nPut two animals inside to make them breed."},{"id":57,"name":"STORE_EDIFICIO_ZEPPELIN","text":"\n\nAllows you to build a zeppelin to explore the Ancient Sea!"},{"id":58,"name":"STORE_EDIFICIO_BARCO","text":"\n\nAllows you to build a ship to explore the Great Sea!"},{"id":59,"name":"STORE_EDIFICIO_COLISEO","text":"\n\nAllows your villagers to move faster and to queue more resources to gather."},{"id":60,"name":"STORE_EDIFICIO_ESTATUA","text":"\n\nThe statue increases your limit of 3 attacks per day to 4."},{"id":61,"name":"STORE_EDIFICIO_MINA","text":"\n\nAllows your villagers to mine gold and stone very fast."},{"id":62,"name":"STORE_EDIFICIO_SERRADERO","text":"\n\nAllows your villagers to cut down trees very fast."},{"id":63,"name":"STORE_EDIFICIO_MERCADO_ALIADOS","text":"\n\nAllows you to collect the resource you desire with the aid of your allies."},{"id":64,"name":"STORE_EDIFICIO_MAQUINA_DEL_TIEMPO","text":"\n\nAllows to change the terrain theme of your map!"},{"id":65,"name":"STORE_EDIFICIO_RECLUTAMIENTO_ALIADOS","text":"\n\nAllows you to obtain powerful units through new recruits!"},{"id":66,"name":"STORE_EDIFICIO_MESA_REDONDA","text":"\n\nAllows you to obtain rewards through friends aid!"},{"id":67,"name":"STORE_EDIFICIO_HECHICERIA","text":"\n\nAllows you to learn and cast magic spells!"},{"id":68,"name":"STORE_EDIFICIO_MARAVILLA_SOCIAL","text":"\n\nRaises your population limit up to 50 more units!"},{"id":69,"name":"STORE_EDIFICIO_DESCONOCIDO","text":"\n\nCASE NOT FOUND!"},{"id":70,"name":"STORE_EDIFICIO_IGLESIA_1","text":"Healers can restore the health of your units"},{"id":71,"name":"STORE_EDIFICIO_CATEDRAL","text":"Monks convert enemy units to your units"},{"id":72,"name":"STORE_EDIFICIO_IGLESIA","text":"Healers can restore the health of your units"},{"id":73,"name":"STORE_EDIFICIO_TALLER","text":"Engineers repair siege weapons"},{"id":74,"name":"STORE_EDIFICIO_DEMOLICION","text":"Kamikazes explode and harm all nearby units and buildings"},{"id":75,"name":"STORE_EDIFICIO_ELEFANTE","text":"Elephants stomp the ground to stun nearby opponents"},{"id":76,"name":"STORE_EDIFICIO_CUARTEL1","text":"Anubis Avatar creates 2 shadows of himself to annihilate the enemy!"},{"id":77,"name":"STORE_EDIFICIO_TAMBORILERO","text":"The drums inspire your troops making them attack faster!"},{"id":78,"name":"STORE_EDIFICIO_RINOCERONTE","text":"Rhinos charge their enemies and make them fly away"},{"id":79,"name":"STORE_EDIFICIO_TORRE_MOVIL","text":"Defensive tower that can move. You can use it in attacks"},{"id":80,"name":"STORE_EDIFICIO_PIRAMIDE","text":"Use Mummy's 4 special attacks to defeat your enemies"},{"id":81,"name":"STORE_EDIFICIO_TORRE_HIELO","text":"Freezes enemy units for a time. While frozen, enemy units cannot move or attack."},{"id":82,"name":"STORE_EDIFICIO_TORRE_AGUA","text":"Unleashes waves of water to throw away incoming enemies."},{"id":83,"name":"STORE_EDIFICIO_FORTALEZA_1","text":"Entrench archers inside to increase attack power!"},{"id":84,"name":"STORE_EDIFICIO_TORRE_ACEITE","text":"Puts a barrier of flaming oil in front of it. The oil sets enemies in flames."},{"id":85,"name":"STORE_EDIFICIO_HEROES_ALTAR","text":"\n\nAllows you to acquire special heroes!"},{"id":86,"name":"STORE_EDIFICIO_HEROES_CEMENTERIO","text":"\n\n\nAllows you to revive your lost heroes."},{"id":87,"name":"STORE_EDIFICIO_MARAVILLA","text":"\n\nThis wonder increases the #0# population limit by #1#"},{"id":88,"name":"AUX_ATERRIZANDO","text":"Landing..."},{"id":89,"name":"AUX_RECOLECTANDO","text":"Collecting..."},{"id":90,"name":"AUX_ACEPTAR","text":"Accept"},{"id":91,"name":"AUX_ACELERAR","text":"Hurry Up?"},{"id":92,"name":"AUX_ABSORBER","text":"#0# absorbed\n"},{"id":93,"name":"AUX_PUNTOS","text":"points"},{"id":94,"name":"AUX_EXP","text":"XP: #0#"},{"id":95,"name":"AUX_FUERA_DE_RANGO","text":"Giant mummy"},{"id":96,"name":"AUX_ENTRENANDO","text":"Training..."},{"id":97,"name":"AUX_CONSTRUYENDO","text":"Constructing"},{"id":98,"name":"AUX_MODIFICADOR_HORA","text":"#0# hour"},{"id":99,"name":"AUX_CARGANDO_TU_IMPERIO","text":"Loading your Empire..."},{"id":100,"name":"AUX_CARGANDO_IMPERIO","text":"Loading Empire..."},{"id":101,"name":"AUX_CARGANDO_EDIFICIOS","text":"Loading Empire Buildings..."},{"id":102,"name":"AUX_NO_ESTA_LISTO","text":"Not ready yet!"},{"id":103,"name":"AUX_RECOMPENSA","text":"Reward"},{"id":104,"name":"AUX_MAS_ATAQUES","text":"More attacks in"},{"id":105,"name":"AUX_ATAQUES_RESTANTES","text":"Attacks left"},{"id":106,"name":"AUX_COMIDA","text":"food"},{"id":107,"name":"AUX_MADERA","text":"wood"},{"id":108,"name":"AUX_PIEDRA","text":"stone"},{"id":109,"name":"EXPANSION_COST","text":"Cost: #0#"},{"id":110,"name":"EXPANSION_FALTAN_VECINOS","text":"YOU NEED #0# MORE NEIGHBORS TO \nPURCHASE THIS EXPANSION WITH GOLD!"},{"id":111,"name":"EXPANSION_CABECERA","text":"Buy your #0# expansion with:"},{"id":112,"name":"MENU_VECINOS","text":"Neighbors"},{"id":113,"name":"MENU_CASAS","text":"Houses and resources"},{"id":114,"name":"MENU_DECORACIONES","text":"Decorations"},{"id":115,"name":"MENU_DEFENSAS","text":"Defenses"},{"id":116,"name":"MENU_EJERCITO","text":"Army"},{"id":117,"name":"MENU_EXPANSION","text":"Expand"},{"id":118,"name":"MENU_REGALOS","text":"Gifts and Storage"},{"id":119,"name":"MENU_MARAVILLAS","text":"Wonders"},{"id":120,"name":"TOOLTIP_ORO","text":"Gold"},{"id":121,"name":"TOOLTIP_CASH","text":"Cash"},{"id":122,"name":"TOOLTIP_TROFEOS","text":"Trophies"},{"id":123,"name":"TOOLTIP_FALTA_POCO","text":"Coming Soon"},{"id":124,"name":"TOOLTIP_MUSICA","text":"Music"},{"id":125,"name":"TOOLTIP_EFECTOS_SONIDO","text":"Sound Effects"},{"id":126,"name":"TOOLTIP_FOTOS","text":"Take Photos: Coming soon ..."},{"id":127,"name":"TOOLTIP_PANTALLA_COMPLETA","text":"Toggle Fullscreen"},{"id":128,"name":"TOOLTIP_CALIDAD","text":"Toggle Quality"},{"id":129,"name":"TOOLTIP_VOLVER","text":"Come back faster"},{"id":130,"name":"TOOLTIP_TE_GUSTA","text":"Do you like the Game?"},{"id":131,"name":"TOOLTIP_MULTI","text":"Multi-Tool"},{"id":132,"name":"TOOLTIP_ELIMINAR","text":"Remove Tool"},{"id":133,"name":"TOOLTIP_INVITACIONES_AMIGOS","text":"You have 20 friend invites to send today"},{"id":134,"name":"TOOLTIP_REGALOS","text":"You have 20 gifts to send to friends today"},{"id":135,"name":"TOOLTIP_RECOLECTAR","text":"Collection Tool"},{"id":136,"name":"TOOLTIP_TIENDA","text":"Store"},{"id":137,"name":"TOOLTIP_REGALOS_ALMACEN","text":"Gifts \/ Storage"},{"id":138,"name":"TOOLTIP_CAMBIAR_NOMBRE","text":"Change Empire Name"},{"id":139,"name":"TOOLTIP_LUCHA","text":"Fight against other empires"},{"id":140,"name":"TOOLTIP_TE_GUSTA_ESTE","text":"Do you like this Game?"},{"id":141,"name":"TOOLTIP_BONO_DIARIO","text":"Get your daily Bonus!"},{"id":142,"name":"TOOLTIP_GANAR_ORO","text":"Add gold to the game"},{"id":143,"name":"TOOLTIP_CONQUISTA","text":"Conquer the World"},{"id":144,"name":"TOOLTIP_RECURSO_COMIDA","text":"Food: Used to feed units"},{"id":145,"name":"TOOLTIP_RECURSO_MADERA","text":"Wood: Used to build basic constructions"},{"id":146,"name":"TOOLTIP_RECURSO_PIEDRA","text":"Stone: Used to build defensive constructions"},{"id":147,"name":"TOOLTIP_RECURSO_ORO","text":"Gold: Used to pay military units"},{"id":148,"name":"TOOLTIP_REGALOS_VECINOS","text":"Send New Gifts To Your Neighbors"},{"id":149,"name":"TOOLTIP_INVITACIONES","text":"You have 20 invites to send today"},{"id":150,"name":"TOOLTIP_XP_GANADO","text":"XP gained"},{"id":151,"name":"TOOLTIP_HONOR_GANADO","text":"Honor gained"},{"id":152,"name":"TOOLTIP_ORO_GANADO","text":"Gold gained"},{"id":153,"name":"AVISO_REGALO_FACCION","text":"You can't use gifts of the opposite faction"},{"id":154,"name":"AVISO_POCO_NIVEL_PARA_CONQUISTAR","text":"\nYour empire is too small to conquer the world. Reach level #0# to unlock the world explorer."},{"id":155,"name":"AVISO_COLECCION_FACCION","text":"\n\nYou cannot access the collections from this faction"},{"id":156,"name":"AVISO_GRIMORIO_TITULO","text":"Spellbook available!"},{"id":157,"name":"AVISO_GRIMORIO_DESCRIPCION","text":"You have unlocked the spellbook!\nNow you can learn and cast powerful spells!\nYou will find the book in the bottom left of the screen."},{"id":158,"name":"AVISO_TOPE_UNIDADES","text":"\nYou can't have more units of this kind."},{"id":159,"name":"AVISO_TOPE_POBLACION","text":"\nYou have reached the maximum population."},{"id":160,"name":"AVISO_TOPE_ALOJAMIENTO","text":"\nYou can't accommodate more population. Build more houses."},{"id":161,"name":"AVISO_NIVEL_MEJORAR","text":"\nYou need to be level #0# to upgrade this building."},{"id":162,"name":"AVISO_SIN_MADERA_GRANJA","text":"\nOh no! You don't have enough wood to rebuild the farm!"},{"id":163,"name":"AVISO_MUELLE_TITULO","text":"Dock operative!"},{"id":164,"name":"AVISO_MUELLE_DESCRIPCION","text":"Click in the Harbour to sail through the Great Sea!"},{"id":165,"name":"AVISO_ZEPPELIN_TITULO","text":"Zeppelin operative!"},{"id":166,"name":"AVISO_ZEPPELIN_DESCRIPCION","text":"Click in the Zeppelin Tower to fly through the Ancient Sea!"},{"id":167,"name":"AVISO_SIN_AYUDAS","text":"\n No more assists available! \n Come back tomorrow!"},{"id":168,"name":"AVISO_TOPE_TORRES","text":"You can only have #0# towers in your empire for every expansion you own."},{"id":169,"name":"AVISO_BOCADILLOS","text":"\nSpeech bubbles enabled!\n\nEnjoy freak!"},{"id":170,"name":"AVISO_SANGRE","text":"\nBlood mode enabled!\n\nYou were asking for it.. freak!"},{"id":171,"name":"AVISO_PACK_COMPRADO","text":"Congratulations!\nYou acquired the pack!\n\nCheck your store"},{"id":172,"name":"AVISO_PACK_FALTA_DINERO","text":"You don't have enough cash to get the pack. Do you want to get some cash?"},{"id":173,"name":"AVISO_UNIDAD_UNICA","text":"\nYou can't have two of this unit at the same time."},{"id":174,"name":"AVISO_SUFICIENTE_ORO","text":"Oh no! You don't have enough gold! Would you like to get some more?"},{"id":175,"name":"AVISO_SUFICIENTE_CASH","text":"Oh no! You don't have enough cash! Would you like to get some more?"},{"id":176,"name":"AVISO_SUFICIENTE_COMIDA","text":"\nYou don't have enough food!\nGet food from farms, mills and ranchs."},{"id":177,"name":"AVISO_SUFICIENTE_MADERA","text":"\nYou don't have enough wood!\nHarvest more trees."},{"id":178,"name":"AVISO_SUFICIENTE_PIEDRA","text":"\nYou don't have enough stone!\nHarvest more stone veins."},{"id":179,"name":"AVISO_REFRESCO","text":"Sorry, the are some problems. Try to refresh the game."},{"id":180,"name":"AVISO_NAVEGAR_SIN_TROPAS","text":"\nYou don't have any troop to set sail!"},{"id":181,"name":"AVISO_TORRE_ZEPPELIN","text":"\nYou need a Zeppelin Tower to build the zeppelin and fill it with crew!"},{"id":182,"name":"AVISO_VOLAR_SIN_TROPAS","text":"\nYou don't have any troop to fly!"},{"id":183,"name":"AVISO_MERCADO_AGOTADO","text":"\nMarket resources have been exhausted. Come back in 24 hours to trade more!"},{"id":184,"name":"AVISO_MERCANCIA_AGOTADA","text":"You don't have enough wood to sell!"},{"id":185,"name":"AVISO_JUGADOR_NO_ENCONTRADO","text":"\nCouldn't find player"},{"id":186,"name":"AVISO_SERVICIO_NO_DISPONIBLE","text":"\nCouldn't use the service"},{"id":187,"name":"AVISO_DEMASIADOS_POSTS","text":"\n\nYou have sent enough posts today"},{"id":188,"name":"AVISO_BARCO_SIN_MUELLE","text":"\nYou can't land with the boat.\nBuild a harbour to construct a bigger ship and carry your army!"},{"id":189,"name":"AVISO_QUEST_BLOQUEADA","text":"\nYou have not unlocked this mission yet!"},{"id":190,"name":"AVISO_QUEST_GASTADA","text":"\nEach island can only be played every 4 hours"},{"id":191,"name":"TIMER_PROXIMA_RECOLECCION","text":"Next Collection"},{"id":192,"name":"TIMER_RECOLECCION_LISTA","text":"Ready to Collect!"},{"id":193,"name":"TIMER_CAMPAMENTO_ENEMIGO","text":"Enemy Camp"},{"id":194,"name":"TIMER_EJERCITO_ENEMIGO","text":"Enemy's army"},{"id":195,"name":"UNIT_MOMIA_ESCARABAJOS","text":"Scarabs"},{"id":196,"name":"UNIT_MOMIA_TORNADO","text":"Tornado"},{"id":197,"name":"UNIT_MOMIA_ACEITE","text":"Oil spillage"},{"id":198,"name":"UNIT_MOMIA_GIGANTE","text":"Giant mummy"},{"id":199,"name":"UNIT_MOMIA_EXPIRADO","text":"My time has gone!..."},{"id":200,"name":"UNIT_NEPTUNO_PULPO","text":"Octopus"},{"id":201,"name":"UNIT_NEPTUNO_HURACAN","text":"Hurricane"},{"id":202,"name":"UNIT_NEPTUNO_OLAS","text":"Neptune's waves"},{"id":203,"name":"UNIT_NEPTUNO_GIGANTE","text":"Giant Neptune"},{"id":204,"name":"UNIT_NOMBRE_CAMPESINO_HUMANO","text":"Villager #0#"},{"id":205,"name":"UNIT_NOMBRE_CAMPESINO_TROLL","text":"Peasant #0#"},{"id":206,"name":"SPELL_CRACK_DESCRIPCION","text":"Area: #0#x#1#"},{"id":207,"name":"SPELL_ENLARGE_DESCRIPCION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":208,"name":"SPELL_FIREBALL_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2#+#3#"},{"id":209,"name":"SPELL_FORCESHIELD_DESCRIPCION","text":"Area: #0#x#1# \/ Lasts: #2#s \/ DMG reduction: #3#%"},{"id":210,"name":"SPELL_HEALINGRAIN_DESCRIPCION_1","text":"Area: #0#x#1# \/ Lasts: #2#"},{"id":211,"name":"SPELL_HEALINGRAIN_DESCRIPCION_2","text":"Area: #0#x#1# \/ Lasts: #2#+#3#"},{"id":212,"name":"SPELL_ICEBALL_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2# \/ Freeze Time: #3#s"},{"id":213,"name":"SPELL_POISON_DESCRIPCION_1","text":"Area: #0#x#1# \/ Damage: #2#"},{"id":214,"name":"SPELL_POISON_DESCRIPCION_2","text":"Area: #0#x#1# \/ Damage: #2# + infects #3# nearby"},{"id":215,"name":"SPELL_STONERAIN_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2#"},{"id":216,"name":"SPELL_SUMMON_DESCRIPCION","text":"Life: #0#"},{"id":217,"name":"SPELL_ESTADO_APRENDIDO","text":"learned"},{"id":218,"name":"SPELL_ESTADO_DISPONIBLE","text":"available"},{"id":219,"name":"SPELL_ESTADO_BLOQUEADO","text":"locked"},{"id":220,"name":"ERROR_GENERICO","text":"Oh no! An error occurred! Press ok to refresh the page and keep playing!"},{"id":221,"name":"ERROR_SYNC","text":"Oh no! Things must no longer be in sync! Press ok to refresh the page and keep playing!"},{"id":222,"name":"ERROR_TIMEOUT","text":"Oh no! The connection with the server was lost! Press ok to refresh the page and keep playing!"},{"id":223,"name":"ERROR_EXPIRADO","text":"Oh no! Your session has expired! Press ok to refresh the page and keep playing!"},{"id":224,"name":"ERROR_INFO","text":"We're experiencing problems with our servers, please check back later."},{"id":225,"name":"ERROR_CONEXION_1","text":"We're experiencing problems with our servers, please check back later. 1"},{"id":226,"name":"ERROR_CONEXION_2","text":"We're experiencing problems with our servers, please check back later. 2"},{"id":227,"name":"ERROR_DEFECTO","text":"There is a problem. Please try reloading."},{"id":228,"name":"ERROR_SYNC_2","text":"Oh no! Things must not be in sync any more! Refresh the page to keep playing!"},{"id":229,"name":"APRILFOOLS_QUEJA_1","text":"We hate chopping trees!"},{"id":230,"name":"APRILFOOLS_QUEJA_2","text":"No more picking under the sun!"},{"id":231,"name":"APRILFOOLS_QUEJA_3","text":"Stop abusing us!"},{"id":232,"name":"APRILFOOLS_QUEJA_4","text":"We deserve higher wages!"},{"id":233,"name":"APRILFOOLS_QUEJA_5","text":"We need holidays!"},{"id":234,"name":"APRILFOOLS_QUEJA_6","text":"Respect our rights!"},{"id":235,"name":"MES_ABR_ENERO","text":"Jan"},{"id":236,"name":"MES_ABR_FEBRERO","text":"Feb"},{"id":237,"name":"MES_ABR_MARZO","text":"Mar"},{"id":238,"name":"MES_ABR_ABRIL","text":"Apr"},{"id":239,"name":"MES_ABR_MAYO","text":"May"},{"id":240,"name":"MES_ABR_JUNIO","text":"Jun"},{"id":241,"name":"MES_ABR_JULIO","text":"Jul"},{"id":242,"name":"MES_ABR_AGOSTO","text":"Aug"},{"id":243,"name":"MES_ABR_SEPTIEMBRE","text":"Sep"},{"id":244,"name":"MES_ABR_OCTUBRE","text":"Oct"},{"id":245,"name":"MES_ABR_NOVIEMBRE","text":"Nov"},{"id":246,"name":"MES_ABR_DICIEMBRE","text":"Dec"},{"id":247,"name":"CONTADOR_ENEMIGOS_VIVOS_SINGULAR","text":"1 enemy alive"},{"id":248,"name":"CONTADOR_ENEMIGOS_VIVOS_PLURAL","text":"#0# enemies alive"},{"id":249,"name":"CONTADOR_GEMAS_SINGULAR","text":"#0# gem left"},{"id":250,"name":"CONTADOR_GEMAS_SINGULAR_ESPIA","text":"#0# gem"},{"id":251,"name":"CONTADOR_GEMAS_PLURAL","text":"#0# gems left"},{"id":252,"name":"CONTADOR_GEMAS_PLURAL_ESPIA","text":"#0# gems"},{"id":253,"name":"CONTADOR_OBJETIVOS_SINGULAR","text":"#0# target left"},{"id":254,"name":"CONTADOR_OBJETIVOS_SINGULAR_ESPIA","text":"#0# target"},{"id":255,"name":"CONTADOR_OBJETIVOS_PLURAL","text":"#0# targets left"},{"id":256,"name":"CONTADOR_OBJETIVOS_PLURAL_ESPIA","text":"#0# targets"},{"id":257,"name":"INFO_COSECHA","text":"Select a villager and click this resource to harvest it"},{"id":258,"name":"INFO_REGENERACION","text":"Wait for the resource to regenerate"},{"id":259,"name":"INFO_COFRE","text":"Defeat all enemies to open the Chest!"},{"id":260,"name":"INFO_PRINCESA","text":"Defeat all enemies to rescue the Princess!"},{"id":261,"name":"INFO_ALDEANOS","text":"Defeat all enemies to rescue your Villagers!"},{"id":262,"name":"INFO_ARQUEROS","text":"Defeat all enemies to rescue the Rangers!"},{"id":263,"name":"INFO_TROLL","text":"Defeat all enemies to liberate the Troll!"},{"id":264,"name":"INFO_SOLDADOS","text":"Defeat all enemies to rescue your Soldiers!"},{"id":265,"name":"INFO_ARTURO","text":"Defeat all enemies to rescue Prince Arthur!"},{"id":266,"name":"INFO_EXTINGUIR","text":"Get water from the 3 Water Wells to extinguish the fire!"},{"id":267,"name":"INFO_CURANDEROS","text":"Defeat all enemies to rescue your Healers!"},{"id":268,"name":"INFO_ALIADOS","text":"Defeat all enemies to rescue your Allies!"},{"id":269,"name":"INFO_ASEDIO","text":"Defeat all enemies to rescue the siege machines!"},{"id":270,"name":"INFO_ESTATUA_ESQUELETO","text":"A great skeleton statue."},{"id":271,"name":"INFO_GEMA_PODER","text":"Defeat all nearby enemies to safely activate this device!"},{"id":272,"name":"INFO_PINGUINOS","text":"Defeat all nearby enemies to get the key and free the penguins!"},{"id":273,"name":"INFO_POZO","text":"Defeat all nearby enemies to get water from the well!"},{"id":274,"name":"INFO_PIEDRA","text":"Defeat all nearby enemies to get the stone!"},{"id":275,"name":"INFO_ANIMALES","text":"Defeat all nearby enemies to rescue the animals!"},{"id":276,"name":"INFO_ESTATUA_MISTERIOSA","text":"A mysterious skeleton statue"},{"id":277,"name":"INFO_GEMAS_ALTAR","text":"Put the 4 gems in the altar!"},{"id":278,"name":"INFO_LLAVES","text":"Get the 4 keys to open the door!"},{"id":279,"name":"INFO_ESPIAR","text":"Now you can spy your enemies through the world explorer.\n"},{"id":280,"name":"INFO_ESPIAR_AGUILAS","text":"Your eagles have #0# health."},{"id":281,"name":"INFO_HOSPITAL","text":"Heals nearby units when they are not in combat."},{"id":282,"name":"INFO_HERRERO","text":"Allows you to reduce the cost of your footman, archers and mounted troops by #0#%."},{"id":283,"name":"INFO_UNIVERSIDAD","text":"Allows you to reduce the cost of producing siege engines by #0#%."},{"id":284,"name":"INFO_HECHICERIA","text":"Browse and learn magic spells"},{"id":285,"name":"INFO_MUELLE","text":"Now you can sail through the Great Sea!"},{"id":286,"name":"INFO_AERODROMO","text":"Now you can fly through the Ancient Sea!"},{"id":287,"name":"INFO_ASERRADERO","text":"Your villagers are now trained to cut down trees very fast."},{"id":288,"name":"INFO_MINEROS","text":"Your villagers are now trained to mine gold and stone very fast."},{"id":289,"name":"INFO_ATLETAS","text":"Your villagers are now trained to run faster and to queue #0# additional resources."},{"id":290,"name":"INFO_ESTATUA_LIDERAZGO","text":"The statue increases your limit of 3 attacks per day to 4."},{"id":291,"name":"INFO_CORRAL_OVEJAS","text":"Put sheeps inside to produce food"},{"id":292,"name":"INFO_CORRAL_VACAS","text":"Put cows inside to produce food"},{"id":293,"name":"INFO_CORRAL_JABALIS","text":"Put boars inside to produce food"},{"id":294,"name":"INFO_CORRAL_CABALLOS","text":"Put horses inside to allow soldiers to mount them"},{"id":295,"name":"INFO_POBLACION","text":"Provides you with population"},{"id":296,"name":"INFO_ALIMENTACION","text":"Provides you with food regularly"},{"id":297,"name":"INFO_COLECCIONABLE","text":"Discovers a collectible item every day"},{"id":298,"name":"INFO_MATADERO","text":"Sacrifice a unit and obtain some resources back"},{"id":299,"name":"INFO_CRIADERO","text":"Put a pair of the same animal to make them breed"},{"id":300,"name":"INFO_BUNKER","text":"Put units inside to protect them from player assaults"},{"id":301,"name":"INFO_DANYO_ATAQUE","text":"Attack Damage"},{"id":302,"name":"INFO_RETARDO_ATAQUE","text":"Attack Delay"},{"id":303,"name":"INFO_RANGO_ATAQUE","text":"Attack Range"},{"id":304,"name":"INFO_VELOCIDAD_UNIDAD","text":"Unit Speed"},{"id":305,"name":"INFO_CAPACIDAD_POBLACION","text":"Population Capacity"},{"id":306,"name":"INFO_LIMIT_RECOLECCION_SINGULAR","text":"They can collect #0# tree in a row"},{"id":307,"name":"INFO_LIMIT_RECOLECCION_PLURAL","text":"They can collect #0# trees in a row"},{"id":308,"name":"INFO_CAPACIDAD","text":"CAPACITY #0#\/#1#"},{"id":309,"name":"INFO_CONFIRMAR_VENTA","text":"Do you really want to sell this for #0# #1#?"},{"id":310,"name":"INFO_ORO_SINGULAR","text":"gold"},{"id":311,"name":"INFO_ORO_PLURAL","text":"golds"},{"id":312,"name":"INFO_COMIDA_SINGULAR","text":"unit of food"},{"id":313,"name":"INFO_COMIDA_PLURAL","text":"units of food"},{"id":314,"name":"INFO_MADERA_SINGULAR","text":"unit of wood"},{"id":315,"name":"INFO_MADERA_PLURAL","text":"units of wood"},{"id":316,"name":"INFO_PIEDRA_SINGULAR","text":"unit of stone"},{"id":317,"name":"INFO_PIEDRA_PLURAL","text":"units of stone"},{"id":318,"name":"INFO_CASH_SINGULAR","text":"cash"},{"id":319,"name":"INFO_CASH_PLURAL","text":"cash"},{"id":320,"name":"COLECCION_MISTERIOS_ARENA","text":"Mysteries of the Sand"},{"id":321,"name":"COLECCION_VIEJO_BAUL","text":"Ye Olde Chest"},{"id":322,"name":"COLECCION_PODER_FLOR","text":"Flower Power"},{"id":323,"name":"COLECCION_TOQUE_RENACIMIENTO","text":"A Renaissance Touch"},{"id":324,"name":"COLECCION_DESCUBRIMIENTO_ANTIGUO","text":"An Ancient Discovery"},{"id":325,"name":"COLECCION_AMENAZA_CAZADORA","text":"The Hunting Threat"},{"id":326,"name":"COLECCION_DESCUBRIMIENTO_ARTICO","text":"An Arctic Discovery"},{"id":327,"name":"COLECCION_VIAJE_NEVADO","text":"Snow Journeys"},{"id":328,"name":"COLECCION_APARICION_DIABOLICA","text":"The Diabolic Appearance"},{"id":329,"name":"COLECCION_FRAGANCIA_MAGICA","text":"Scent of Magic"},{"id":330,"name":"COLECCION_TRAMPA_MORTAL","text":"A Mortal Trap"},{"id":331,"name":"COLECCION_CIRCULO_VIDA","text":"The Circle of Life"},{"id":332,"name":"COLECCION_SENTENCIA_MUERTE","text":"Sentence of Death"},{"id":333,"name":"COLECCION_ATRAPADO_OSCURIDAD","text":"Trapped in Darkness"},{"id":334,"name":"COLECCION_TRIBUTO_HEROE","text":"Hero Tribute"},{"id":335,"name":"COLECCION_AMIGO_TROLL","text":"Troll's best friend"},{"id":336,"name":"COLECCION_BOLA_PELO","text":"Little ball of fur"},{"id":337,"name":"COLECCION_HUESOS","text":"Bare Bones"},{"id":338,"name":"COLECCION_ALIADO_MONSTRUOSO","text":"A Monstruous Ally"},{"id":339,"name":"COLECCION_SONIDO_BOSQUE","text":"Sound of the Forest"},{"id":340,"name":"COLECCION_JEROGLIFO_EGIPCIO","text":"Egyptian Hieroglyph"},{"id":341,"name":"COLECCION_MASCARA_FARAON","text":"The Pharaon Mask"},{"id":342,"name":"COLECCION_VIEJA_CERAMICA","text":"Old Ceramics"},{"id":343,"name":"COLECCION_PAPIRO_ESCRITO","text":"Written Papyrus"},{"id":344,"name":"COLECCION_ESTATUILLA_HORUS","text":"Horus Statuette"},{"id":345,"name":"COLECCION_SUPERFICIE_MADERA","text":"Wooden Surface"},{"id":346,"name":"COLECCION_TABLA_CURVA","text":"Curved Plank"},{"id":347,"name":"COLECCION_CERRADURA_ORO","text":"Golden Lock"},{"id":348,"name":"COLECCION_MAPA_TESORO","text":"Treasure Map"},{"id":349,"name":"COLECCION_CLAVOS_LARGOS","text":"Large Nails"},{"id":350,"name":"COLECCION_ROSA_ROJA","text":"Red Rose"},{"id":351,"name":"COLECCION_GIRASOL","text":"Sunflower"},{"id":352,"name":"COLECCION_LIRIO_BLANCO","text":"White Lily"},{"id":353,"name":"COLECCION_GERANIO_AZUL","text":"Blue Geranium"},{"id":354,"name":"COLECCION_FERTILIZANTE","text":"Soil Fertilizer"},{"id":355,"name":"COLECCION_REMACHE_ORO","text":"Golden Rivet"},{"id":356,"name":"COLECCION_ESTATUA_ORO","text":"Golden Statue"},{"id":357,"name":"COLECCION_COLUMNA_SOLIDA","text":"Solid Column"},{"id":358,"name":"COLECCION_LADRILLO_DECORADO","text":"Intricate Brick"},{"id":359,"name":"COLECCION_AGUA_PURA","text":"Pure Water"},{"id":360,"name":"COLECCION_PIEL_MARRON","text":"Brown Fur"},{"id":361,"name":"COLECCION_COLMILLO_MARFIL","text":"Ivory Tusk"},{"id":362,"name":"COLECCION_BLOQUE_HIELO","text":"Ice Block"},{"id":363,"name":"COLECCION_ANTIGUO_CACAHUETE","text":"Ancient Peanut"},{"id":364,"name":"COLECCION_HUELLA_FOSSIL","text":"Fossil Footprint"},{"id":365,"name":"COLECCION_PULSERA_CUERO","text":"Leather Bracers"},{"id":366,"name":"COLECCION_COLMILLO_GRANDE","text":"Large Fang"},{"id":367,"name":"COLECCION_ARNES_CUERO","text":"Leather Harness"},{"id":368,"name":"COLECCION_CASCO_CORNUDO","text":"Horns Helmet"},{"id":369,"name":"COLECCION_HACHA_AFILADA","text":"Sharp Axe"},{"id":370,"name":"COLECCION_AGUA_FRIA","text":"Cold Water"},{"id":371,"name":"COLECCION_PESCADO_MALOLIENTE","text":"Smelly Fish"},{"id":372,"name":"COLECCION_IGLU_SOLIDO","text":"Solid Igloo"},{"id":373,"name":"COLECCION_BOLA_NIEVE","text":"Snowball"},{"id":374,"name":"COLECCION_HUEVO_ENTERO","text":"Unhatched Egg"},{"id":375,"name":"COLECCION_PIEL_AZUL","text":"Blue Pelt"},{"id":376,"name":"COLECCION_COLMILLO_AFILADO","text":"Sharp Tusk"},{"id":377,"name":"COLECCION_PIEL_BLANCA","text":"White Fur"},{"id":378,"name":"COLECCION_CUERNO_PARTIDO","text":"Chipped Horn"},{"id":379,"name":"COLECCION_GARRA_GIGANTE","text":"Giant Claw"},{"id":380,"name":"COLECCION_BOTAS_ORO","text":"Golden boots"},{"id":381,"name":"COLECCION_CINTURON_CALAVERA","text":"Skull Belt"},{"id":382,"name":"COLECCION_PENDIENTE_ORO","text":"Golden Earring"},{"id":383,"name":"COLECCION_COLETA_NEGRA","text":"Black Ponytail"},{"id":384,"name":"COLECCION_CIMITARRA","text":"Scimitar"},{"id":385,"name":"COLECCION_GORRO_TELA","text":"Cloth Hat"},{"id":386,"name":"COLECCION_TUNICA_TELA","text":"Cloth Tunic"},{"id":387,"name":"COLECCION_BASTON_MADERA","text":"Wooden rod"},{"id":388,"name":"COLECCION_BARBA_BLANCA","text":"White Beard"},{"id":389,"name":"COLECCION_LIBRO_HECHIZOS","text":"Magic Spellbook"},{"id":390,"name":"COLECCION_BARRO_SUCIO","text":"Filthy Mud"},{"id":391,"name":"COLECCION_ROCA_SUCIA","text":"Dirty Rock"},{"id":392,"name":"COLECCION_SAPO_MARRON","text":"Brown Toad"},{"id":393,"name":"COLECCION_PIRANYA_CANIBAL","text":"Cannibal Piranha"},{"id":394,"name":"COLECCION_COCODRILO_FEROZ","text":"Ferocious Crocodile"},{"id":395,"name":"COLECCION_ESTATUA_DELICADA","text":"Delicate Statue"},{"id":396,"name":"COLECCION_RAICES_FUERTES","text":"Strong Roots"},{"id":397,"name":"COLECCION_RAMA_PEQUENYA","text":"Small Branch"},{"id":398,"name":"COLECCION_HOJAS_ROSAS","text":"Pink Leaves"},{"id":399,"name":"COLECCION_SEMILLAS_VIDA","text":"Life Seeds"},{"id":400,"name":"COLECCION_GRILLETES_MADERA","text":"Wooden Shackles"},{"id":401,"name":"COLECCION_PLANCHAS_FUERTES","text":"Strong Planks"},{"id":402,"name":"COLECCION_CESTO_MIMBRE","text":"Wicker Basket"},{"id":403,"name":"COLECCION_CUERDA_FUERTE","text":"Strong Rope"},{"id":404,"name":"COLECCION_HOJA_GUILLOTINA","text":"Guillotine Blade"},{"id":405,"name":"COLECCION_CERRADURA_HIERRO","text":"Iron Lock"},{"id":406,"name":"COLECCION_BARRA_HIERRO","text":"Iron Bar"},{"id":407,"name":"COLECCION_CADENAS_HIERRO","text":"Iron Chains"},{"id":408,"name":"COLECCION_GRILLETES_HIERRO","text":"Iron Shackles"},{"id":409,"name":"COLECCION_TRAJE_PRESO","text":"Prisoner Suit"},{"id":410,"name":"COLECCION_PEDESTAL_PIEDRA","text":"Stone Pedestal"},{"id":411,"name":"COLECCION_PIERNAS_PIEDRA","text":"Stone Legs"},{"id":412,"name":"COLECCION_PECHO_PIEDRA","text":"Stone Chest"},{"id":413,"name":"COLECCION_CABEZA_PIEDRA","text":"Stone Head"},{"id":414,"name":"COLECCION_ESPADA_PIEDRA","text":"Stone Sword"},{"id":415,"name":"COLECCION_COLGANTE_ROJO","text":"Red Necklace"},{"id":416,"name":"COLECCION_HUESO_RICO","text":"Tasty Bone"},{"id":417,"name":"COLECCION_PELO_MARRON","text":"Brown Fur"},{"id":418,"name":"COLECCION_GLOBO_ROJO","text":"Red Balloon"},{"id":419,"name":"COLECCION_GORRO_PILOTO","text":"Pilot Bonnet"},{"id":420,"name":"COLECCION_COLGANTE_MONO","text":"Cute Necklace"},{"id":421,"name":"COLECCION_LATA_ATUN","text":"Tuna Can"},{"id":422,"name":"COLECCION_PELO_AZUL","text":"Blue Fur"},{"id":423,"name":"COLECCION_CASCABEL_PEQUENYO","text":"Small Sleighbell"},{"id":424,"name":"COLECCION_BOLA_LANA","text":"Wool Ball"},{"id":425,"name":"COLECCION_HUESO_CARNE","text":"Fleshy Bone"},{"id":426,"name":"COLECCION_ESPADA_OXIDADA","text":"Rusty Sword"},{"id":427,"name":"COLECCION_YELMO_PODRIDO","text":"Rotten Skullcap"},{"id":428,"name":"COLECCION_ESCUDO_DANYADO","text":"Shriveled Shield"},{"id":429,"name":"COLECCION_CALAVERA_MALVADA","text":"Evil Skull"},{"id":430,"name":"COLECCION_HOMBRERA_CUERO","text":"Leather Shoulderpad"},{"id":431,"name":"COLECCION_YELMO_ESPELUZNANTE","text":"Eerie Helmet"},{"id":432,"name":"COLECCION_BRAZALETES_REFORZADOS","text":"Reinforced Bracers"},{"id":433,"name":"COLECCION_MANDIBULAS_HUESO","text":"Bone Jaws"},{"id":434,"name":"COLECCION_MARTILLO_PUNTA","text":"Spiked Hammer"},{"id":435,"name":"COLECCION_ARCO_LARGO","text":"Long Bow"},{"id":436,"name":"COLECCION_DIADEMA_ORO","text":"Golden Diadem"},{"id":437,"name":"COLECCION_FLECHA_AFILADA","text":"Sharp Arrow"},{"id":438,"name":"COLECCION_CARCAJ_CUERO","text":"Leather Quiver"},{"id":439,"name":"COLECCION_OCARINA_MADERA","text":"Wooden Ocarina"},{"id":440,"name":"POPUP_REPINTAR_OK","text":"Click OKAY to repaint it."},{"id":441,"name":"POPUP_REPINTAR_DESCRIPCION","text":"This paint on this building is getting faded."},{"id":442,"name":"POPUP_TOPE_EDIFICIOS","text":"You've reached the limit of #0# for your Empire"},{"id":443,"name":"POPUP_TOPE_EDIFICIOS_TIER","text":"You'll be able to build the next tier of #0# when you reach the appropiate level"},{"id":444,"name":"POPUP_MISION_OBJETIVO","text":"Goal #0#"},{"id":445,"name":"POPUP_MISION_COMPLETADO","text":"(Completed #0#\/#1#)"},{"id":446,"name":"POPUP_ATAQUE_VICTORIA","text":"YOU WON"},{"id":447,"name":"POPUP_ATAQUE_DERROTA","text":"YOU LOST"},{"id":448,"name":"POPUP_EDIFICIO_ENHORABUENA","text":"Congratulations on your #0#!"},{"id":449,"name":"POPUP_COMPRAR_ASALTO_TIEMPO","text":"#0#h #1#min"},{"id":450,"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ATAQUES","text":"BUY ATTACKS"},{"id":451,"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ESPIONAJES","text":"BUY SPIES"},{"id":452,"name":"POPUP_COMPRAR_ASALTO_ATAQUES","text":"attacks"},{"id":453,"name":"POPUP_COMPRAR_ASALTO_ESPIONAJES","text":"spies"},{"id":454,"name":"POPUP_COMPRAR_ASALTO_SIN_ACCIONES","text":"You don't have more #0#,\n"},{"id":455,"name":"POPUP_COMPRAR_ASALTO_RECARGA","text":"you will get 3 more in #0#\n\n"},{"id":456,"name":"POPUP_COMPRAR_ASALTO_COMPRAR","text":"Do you want to buy #0# extra #1#?"},{"id":457,"name":"POPUP_COMPRAR_ASALTO_PRECIO","text":"#0# #1# = #2#"},{"id":458,"name":"POPUP_COMPRAR_ORO","text":"#0# cash"},{"id":459,"name":"POPUP_HEROES_RANGER","text":"The hard trained ranger, fast and lethal from far away!"},{"id":460,"name":"POPUP_HEROES_XENA","text":"She can slash multiple trolls with her whirlwind attack!"},{"id":461,"name":"POPUP_HEROES_ARTURO","text":"Prince of the Empire, casts a powerful fire from his blade!"},{"id":462,"name":"POPUP_HEROES_MERLIN","text":"A powerful wizard that strikes his foes with lightning!"},{"id":463,"name":"POPUP_HEROES_VALKIRIA","text":"She strikes fiercely and heals nearby units in the heat of battle!"},{"id":464,"name":"POPUP_HEROES_WALLACE","text":"His powerful roar inspires courage to nearby allies!"},{"id":465,"name":"POPUP_HEROES_THOR","text":"Smashes back his foes with his mighty lightning hammer!"},{"id":466,"name":"POPUP_HEROES_ALTOELFO","text":"Uses the ancient triplication technique to hunt the enemy!"},{"id":467,"name":"POPUP_NIVEL_TITULO","text":"LEVEL #0#!"},{"id":468,"name":"POPUP_NIVEL_CONFIRMACION","text":"You've reached #0# rank"},{"id":469,"name":"POPUP_NIVEL_HEADER_2","text":"You can now buy:"},{"id":470,"name":"POPUP_NIVEL_HEADER_3","text":"Level reward:"},{"id":471,"name":"POPUP_NIVEL_FOOTER","text":"YEAH! Share your success with your friends!"},{"id":472,"name":"POPUP_ASALTO_PREPARANDO_ESPIONAJE","text":"Preparing To SPY"},{"id":473,"name":"POPUP_ASALTO_LISTO_ESPIONAJE","text":"Your Eagle is ready to spy Enemy"},{"id":474,"name":"POPUP_ASALTO_EMPEZAR_ESPIONAJE","text":"Start Spying"},{"id":475,"name":"POPUP_ASALTO_AYUDA_TITULO","text":"Battle Help"},{"id":476,"name":"POPUP_ASALTO_AYUDA_TEXTO","text":"\u00b7 The objective is to destroy the Town Hall of your enemy. If you do so, you will receive a reward!\n \u00b7 All of your Army goes to the battle.\n \u00b7 On the \"Battle Menu\" button you'll see the status of the battle.\n \u00b7 Once the battle is finished, most of your dead soldiers will resurrect on your empire!"},{"id":477,"name":"POPUP_ASALTO_ARMADA_LISTA","text":"Your Army is ready!\n\n Destroy the Town Hall to WIN the battle!"},{"id":478,"name":"POPUP_ASALTO_TITULO","text":"GOING TO BATTLE"},{"id":479,"name":"POPUP_ASALTO_MAPA_HEADER","text":"Select the starting position of your army"},{"id":480,"name":"POPUP_QUEST_YETI","text":"Rescue the penguins and defeat the evil Yeti!"},{"id":481,"name":"POPUP_QUEST_GUSANO","text":"Find the braziers and defeat the hidden menace!"},{"id":482,"name":"POPUP_QUEST_CARGANDO","text":"Loading World"},{"id":483,"name":"POPUP_QUEST_EXPLORA","text":"Explore the world and discover the Missions!"},{"id":484,"name":"POPUP_QUEST_SIN_MUELLE","text":"You will need a harbour to invade the islands!"},{"id":485,"name":"POPUP_QUEST_BARCO","text":"Your ship is ready"},{"id":486,"name":"POPUP_QUEST_ZEPPELIN","text":"Your Zeppelin is ready"},{"id":487,"name":"POPUP_QUEST_TROLLS","text":"Defeat the trolls to win the chest!"},{"id":488,"name":"POPUP_QUEST_ESQUELETOS","text":"Defeat the skeletons to win the chest!"},{"id":489,"name":"POPUP_QUEST_CHINOS","text":"Defeat the chinese to win the chest!"},{"id":490,"name":"POPUP_QUEST_AZTECAS","text":"Defeat the aztecs to win the chest!"},{"id":491,"name":"POPUP_QUEST_HUMANOS","text":"Defeat the Humans to win the chest!"},{"id":492,"name":"POPUP_QUEST_HEROES","text":"Defeat the Heroes to win the chest!"},{"id":493,"name":"POPUP_QUEST_KAMIKAZES","text":"Use your kamikazes to destroy the Town Hall!"},{"id":494,"name":"POPUP_QUEST_VIKINGOS","text":"Defeat the vikings to win!"},{"id":495,"name":"POPUP_QUEST_ATLANTES","text":"Defeat the atlantis tribe to win!"},{"id":496,"name":"POPUP_QUEST_EGIPCIOS","text":"Defeat the egyptians to win!"},{"id":497,"name":"POPUP_QUEST_HUEVO","text":"You find a huge egg.."},{"id":498,"name":"POPUP_QUEST_ELIGE_DIFICULTAD","text":"Choose difficulty"},{"id":499,"name":"POPUP_QUEST_DIFICULTAD","text":"Difficulty"},{"id":500,"name":"POPUP_QUEST_COMPLETAR","text":"Complete the quest with #0# to unlock"},{"id":501,"name":"POPUP_QUEST_ESTRELLA_1","text":"1 star"},{"id":502,"name":"POPUP_QUEST_ESTRELLA_2","text":"2 stars"},{"id":503,"name":"POPUP_NUEVO_DIARIO_ORO","text":"#0# gold"},{"id":504,"name":"POPUP_NUEVO_DIARIO_HEROE","text":"1 Hero!"},{"id":505,"name":"POPUP_NUEVO_DIARIO_GANADO","text":"You won #0# gold!"},{"id":506,"name":"POPUP_NUEVO_DIARIO_GANADO_HEROE","text":"You won a hero!"},{"id":507,"name":"POPUP_JUGADOR_HOY","text":"Today at #0#:#1#"},{"id":508,"name":"POPUP_JUGADOR_AYER","text":"Yesterday at #0#:#1#"},{"id":509,"name":"POPUP_JUGADOR_HACE","text":"#0# days ago"},{"id":510,"name":"POPUP_JUGADOR_NUNCA","text":"n\/a"},{"id":511,"name":"POPUP_RAZA_TITULO_CIUDAD","text":"SELECT TOWN"},{"id":512,"name":"POPUP_RAZA_NIVEL_TROLL","text":"\nYou have to reach level #0# to unlock the Troll Race."},{"id":513,"name":"POPUP_RECLUTAMIENTO_RECOMPENSA","text":"Get reward"},{"id":514,"name":"POPUP_RECLUTAMIENTO_RECLUTAS_LISTOS","text":"All your new recruits are ready! Get your reward!"},{"id":515,"name":"POPUP_RECLUTAMIENTO_RECLUTA","text":"Recruit!"},{"id":516,"name":"POPUP_RECLUTAMIENTO_INVITA_AMIGOS","text":"Invite 3 new friends and get Special Units for free!"},{"id":517,"name":"POPUP_RECLUTAMIENTO_AMIGO","text":"Get a friend!"},{"id":518,"name":"POPUP_RECLUTAMIENTO_ALDEANO","text":"Villager"},{"id":519,"name":"POPUP_RESURRECCION_TITULO","text":"Heroes' Graveyard"},{"id":520,"name":"POPUP_RESURRECCION_DESCRIPCION","text":"This building allows you to revive your dead heroes"},{"id":521,"name":"POPUP_RESURRECCION_RESUCITAR","text":"Resurrect"},{"id":522,"name":"POPUP_EDIFICIO_ALIADOS","text":"Get allies"},{"id":523,"name":"POPUP_EDIFICIO_REFUERZOS","text":"All your allies are ready! Get your reinforcements!"},{"id":524,"name":"POPUP_EDIFICIO_ABRIR","text":"Open Building"},{"id":525,"name":"POPUP_EDIFICIO_PERSONAL","text":"All your staff is ready! You can now open your #0#!"},{"id":526,"name":"POPUP_EDIFICIO_CONTRATAR","text":"Hire Friends"},{"id":527,"name":"POPUP_EDIFICIO_TROPAS_ALIADAS","text":"This building needs to be filled with troops of your allies."},{"id":528,"name":"POPUP_EDIFICIO_CONTRATAR_AMIGOS","text":"Hire your friends to work in your #0#."},{"id":529,"name":"POPUP_FEED_COMPLETADO","text":"Completed!"},{"id":530,"name":"POPUP_FEED_RECOMPENSA","text":"Get rewards!"},{"id":531,"name":"POPUP_TESORO_TITULO","text":"Next enemy camp"},{"id":532,"name":"POPUP_TESORO_DESCRIPCION","text":"There have been spotted more enemies in the surroundings. They should arrive at your kingdom in 4 hours"},{"id":533,"name":"POPUP_UNLOCK","text":"Do you want to unlock #0# early?"},{"id":534,"name":"POPUP_UNLOCK_LBLUNLOCK","text":"Cost to unlock:"},{"id":535,"name":"POPUP_METEO_PRADERA","text":"Grassy Meadows"},{"id":536,"name":"POPUP_METEO_DESIERTO","text":"Sunny Desert"},{"id":537,"name":"POPUP_METEO_ESTEPA","text":"Snowy Plains"},{"id":538,"name":"POPUP_METEO_MONTANYA","text":"Rocky Mountains"},{"id":539,"name":"POPUP_METEO_JUNGLA","text":"Lush Jungle"},{"id":540,"name":"POPUP_GRIMORIO_PAGINA","text":"page #0# \/ #1#"},{"id":541,"name":"POPUP_TUTORIAL_PAGINA","text":"#0# of #1#"},{"id":542,"name":"QUEST_DESIERTO","text":"Desert Mission"},{"id":543,"name":"QUEST_ARTICO","text":"Arctic Mission"},{"id":544,"name":"QUEST_GUSANO","text":"Rockdriller Mission"},{"id":545,"name":"QUEST_MISTERIOSA","text":"Mysterious Island"},{"id":546,"name":"QUEST_DESCONOCIDA","text":"Unknown Island"},{"id":547,"name":"QUEST_NO_DESCUBIERTA","text":"Undiscovered Island"},{"id":548,"name":"QUEST_EMERGENTE","text":"Emergent Island"},{"id":549,"name":"QUEST_BARCO","text":"SHIP"},{"id":550,"name":"QUEST_ZEPPELIN","text":"ZEPPELIN"},{"id":551,"name":"QUEST_MOLINO","text":"Burning Mill"},{"id":552,"name":"QUEST_CURANDEROS","text":"Captive Healers"},{"id":553,"name":"QUEST_ANIMALES","text":"Caged Animals"},{"id":554,"name":"QUEST_ESQUELETOS","text":"Skeleton Menace"},{"id":555,"name":"QUEST_CHINOS","text":"Chinese Island"},{"id":556,"name":"QUEST_AZTECAS","text":"Aztec Island"},{"id":557,"name":"QUEST_HUMANOS","text":"Humans Island"},{"id":558,"name":"QUEST_HEROES","text":"Heroes Island"},{"id":559,"name":"QUEST_MITICA","text":"Mythical Island"},{"id":560,"name":"QUEST_NUBLADA","text":"Misty Island"},{"id":561,"name":"QUEST_DUNAS","text":"Dune Island"},{"id":562,"name":"QUEST_NIDO","text":"Nest Island"},{"id":563,"name":"QUEST_PELIGROSA","text":"Dangerous Island"},{"id":564,"name":"QUEST_GOLEM_GEMAS","text":"Gems to activate"},{"id":565,"name":"QUEST_GUSANO_BRASEROS","text":"#0# braziers to activate"},{"id":566,"name":"QUEST_YETI_LLAVES","text":"Keys to activate"},{"id":567,"name":"QUEST_YETI_FALTAN","text":"#0# keys left"},{"id":568,"name":"QUEST_CIVILIZACION_ENEMIGOS","text":"Enemy targets left"},{"id":569,"name":"QUEST_CIVILIZACION_HQ_SINGULAR","text":"1 Town Hall"},{"id":570,"name":"QUEST_CIVILIZACION_HQ_PLURAL","text":"#0# Town Halls"},{"id":571,"name":"QUEST_HEROES_VIVOS_SINGULAR","text":"1 hero alive"},{"id":572,"name":"QUEST_HEROES_VIVOS_PLURAL","text":"#0# heroes alive"},{"id":573,"name":"QUEST_TROLLS_VIVOS","text":"Alive trolls"},{"id":574,"name":"QUEST_TROLLS_VIVOS_SINGULAR","text":"1 troll alive"},{"id":575,"name":"QUEST_TROLLS_VIVOS_PLURAL","text":"#0# trolls alive"},{"id":576,"name":"QUEST_ESQUELETOS_VIVOS","text":"Remaining skeletons"},{"id":577,"name":"QUEST_ESQUELETOS_VIVOS_SINGULAR","text":"1 skeleton remaining"},{"id":578,"name":"QUEST_ESQUELETOS_VIVOS_PLURAL","text":"#0# skeletons remaining"},{"id":579,"name":"QUEST_BARCO_REQUISITO","text":"Level #0# required to access this zone"},{"id":580,"name":"ASALTO_REFUERZOS_TITULO","text":"Reinforcements arrive!"},{"id":581,"name":"ASALTO_REFUERZOS_DESCRIPCION","text":"Reinforcements are coming to your town to help you defeat your enemies.\nWait for them and rescue the princess!"},{"id":582,"name":"ASALTO_CAPITAN_H_ASEDIO_1","text":"Siege engines! Attack!"},{"id":583,"name":"ASALTO_CAPITAN_T_ASEDIO_1","text":"Machinez, GO!"},{"id":584,"name":"ASALTO_CAPITAN_H_ASEDIO_2","text":"First squad! Attack!"},{"id":585,"name":"ASALTO_CAPITAN_T_ASEDIO_2","text":"You group, Attack!"},{"id":586,"name":"ASALTO_CAPITAN_H_ASEDIO_3","text":"Second squad! Attack!"},{"id":587,"name":"ASALTO_CAPITAN_T_ASEDIO_3","text":"Iz 'ur tourn, Kill 'em all!"},{"id":588,"name":"ASALTO_CAPITAN_H_RETIRADA","text":"Retreat!"},{"id":589,"name":"ASALTO_CAPITAN_T_RETIRADA","text":"We lozin', we back!"},{"id":590,"name":"ASALTO_CAPITAN_H_MASTODONTES","text":"You go now, NO MERCY!!"},{"id":591,"name":"ASALTO_CAPITAN_T_MASTODONTES","text":"GO ON MORE BIG BOY'z!"},{"id":592,"name":"ASALTO_CAPITAN_H_PREPARADOS_1","text":"Everybody prepared!"},{"id":593,"name":"ASALTO_CAPITAN_T_PREPARADOS_1","text":"U ready cabbageheadz?"},{"id":594,"name":"ASALTO_CAPITAN_H_PREPARADOS_2","text":"Get ready!"},{"id":595,"name":"ASALTO_CAPITAN_T_PREPARADOS_2","text":"Zmell'em, they Afraid!"},{"id":596,"name":"ASALTO_ALDEANO_H_1","text":"THEY ARE COMING! HELP! HELP!"},{"id":597,"name":"ASALTO_ALDEANO_H_2","text":"PLEASE, HURRY UP!"},{"id":598,"name":"ASALTO_ALDEANO_H_3","text":"BE READY FOR THE BATTLE!"},{"id":599,"name":"ASALTO_ALDEANO_H_4","text":"HELP, HELP!"},{"id":600,"name":"ASALTO_ALDEANO_T_1","text":"LOTZ OF 'EM"},{"id":601,"name":"ASALTO_ALDEANO_T_2","text":"HELP POOR TROLL, HELP"},{"id":602,"name":"ASALTO_ALDEANO_T_3","text":"WAR IZ COMIN"},{"id":603,"name":"ASALTO_ALDEANO_T_4","text":"HELP, HELP!"},{"id":604,"name":"ASALTO_CARRO_DESPEDIDA","text":"Glad to help you!"},{"id":605,"name":"AUX_OK","text":"OK"},{"id":606,"name":"AUX_SKIP","text":"Skip"},{"id":607,"name":"AUX_COMPRAR","text":"Buy"},{"id":608,"name":"AUX_VENDER","text":"sell"},{"id":609,"name":"AUX_COMPARTIR","text":"Share!"},{"id":610,"name":"AUX_SI","text":"YES"},{"id":611,"name":"AUX_NO","text":"NO"},{"id":612,"name":"AUX_GUARDAR","text":"Save"},{"id":613,"name":"AUX_CANCELAR","text":"Cancel"},{"id":614,"name":"POPUP_NOMBRE_TITULO","text":"NAME YOUR EMPIRE"},{"id":615,"name":"NEWFRIENDS_REWARD_DESCRIPTION_1","text":"1x Elephant Rider: Stomp your enemies and daze them with the powerful Elephant Rider!"},{"id":616,"name":"NEWFRIENDS_REWARD_DESCRIPTION_2","text":"2x Vikings: Smash your foes with this legendary Vikings!"},{"id":617,"name":"NEWFRIENDS_REWARD_DESCRIPTION_3","text":"2x Monks: Convert enemy units into yours with the Monks!"},{"id":618,"name":"NEWFRIENDS_REWARD_DESCRIPTION_4","text":"1x Thor: Strike your foes with the power of thunder!"},{"id":619,"name":"NEWFRIENDS_REWARD_DESCRIPTION_5","text":"1x Mobile Tower: Bring the power of a tower wherever you want!"},{"id":620,"name":"POPUP_AYUDA_AMIGO","text":"Wants to help you!"},{"id":621,"name":"POPUP_MISION_TITULO","text":"Goal INFO"},{"id":622,"name":"AUX_REPETIR","text":"repeat #0# times"},{"id":623,"name":"AUX_AYUDA","text":"HELP!"},{"id":624,"name":"AUX_OBJETIVOS","text":"Goals"},{"id":625,"name":"POPUP_MISION_OTORGA_RECOMPENSA","text":"MISSION #0# COMPLETED! #1# gold reward"},{"id":626,"name":"POPUP_MOTIVACION_TITULO_INTRO","text":"Welcome to Social Empires"},{"id":627,"name":"POPUP_MOTIVACION_CUERPO_INTRO","text":"Welcome to the best adventure in Facebook!\nIn Social Empires you will have to..."},{"id":628,"name":"POPUP_MOTIVACION_PIE_INTRO","text":"Good Luck!"},{"id":629,"name":"POPUP_MOTIVACION_MENSAJE_1","text":"Build your Kingdom"},{"id":630,"name":"POPUP_MOTIVACION_MENSAJE_2","text":"Defeat your Enemies!"},{"id":631,"name":"POPUP_MOTIVACION_MENSAJE_3","text":"Save your Princess!"},{"id":632,"name":"POPUP_MOTIVACION_TITULO_OUTRO","text":"Good Job!"},{"id":633,"name":"POPUP_MOTIVACION_CUERPO_OUTRO","text":"In order to advance it is very important to follow King Arthur's Goals"},{"id":634,"name":"POPUP_MOTIVACION_PIE_OUTRO","text":"Keep it up!\nYou will soon be rescuing your Princess!"},{"id":635,"name":"POPUP_MISION_NUEVA_MISION","text":"New Mission!"},{"id":636,"name":"POPUP_MISION_OBTEN_RECOMPENSA","text":"Get Reward!"},{"id":637,"name":"POPUP_MISION_OBTEN_RECOMPENSA_AHORA","text":"Get Reward Now!"},{"id":638,"name":"AUX_MAS_INFO","text":"+INFO"},{"id":639,"name":"AUX_NUEVO","text":"NEW"},{"id":640,"name":"POPUP_ATAQUE_TITULO","text":"Battle Results"},{"id":641,"name":"POPUP_ATAQUE_PIE","text":"(showing only last 10 attacks)"},{"id":642,"name":"POPUP_ATAQUE_FECHA","text":"Date"},{"id":643,"name":"POPUP_ATAQUE_OPONENTE","text":"Opponent"},{"id":644,"name":"POPUP_ATAQUE_RESULTADO","text":"Result"},{"id":645,"name":"POPUP_ATAQUE_ORO","text":"Gold"},{"id":646,"name":"POPUP_ATAQUE_INFORME_TITULO","text":"Attacked!"},{"id":647,"name":"POPUP_ATAQUE_INFORME_CUERPO","text":"Someone attacked your empire while you where out!"},{"id":648,"name":"POPUP_ATAQUE_INFORME_PIE","text":"Check the results and avenge yourself!"},{"id":649,"name":"POPUP_ATAQUE_ACABADO_TITULO","text":"Battle Result"},{"id":650,"name":"POPUP_ATAQUE_ACABADO_UNIDADES_VIVAS","text":"Units Alive"},{"id":651,"name":"POPUP_ATAQUE_ACABADO_UNIDADES_MUERTAS","text":"Units Dead"},{"id":652,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS","text":"Results"},{"id":653,"name":"POPUP_ATAQUE_ACABADO_TU_EJERCITO","text":"Your Army"},{"id":654,"name":"POPUP_ATAQUE_ACABADO_SU_EJERCITO","text":"Enemy Army"},{"id":655,"name":"POPUP_ATAQUE_ACABADO_TUS_PERDIDAS","text":"Your units lost"},{"id":656,"name":"POPUP_ATAQUE_ACABADO_SIN_BAJAS","text":"- No units lost -"},{"id":657,"name":"POPUP_ATAQUE_ACABADO_GANANCIAS","text":"You won:"},{"id":658,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_BUENA","text":"Good Battle! Destroy the Town Hall to win!"},{"id":659,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PERDIDAS","text":"You are losing a lot of units!"},{"id":660,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_GANAS","text":"You win!"},{"id":661,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PIERDES","text":"You lost!"},{"id":662,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_DEFENDISTE","text":"Your defense resisted!"},{"id":663,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_CAISTE","text":"Your defense has fallen!"},{"id":664,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PACIFISTA","text":"You haven't killed anyone yet"},{"id":665,"name":"POPUP_ATAQUE_ACABADO_ENHORABUENA","text":"Congratulations! Share it with your friends!"},{"id":666,"name":"POPUP_ATAQUE_ACABADO_CONDOLENCIAS","text":"Sorry! Try it another time!"},{"id":667,"name":"POPUP_ATAQUE_ACABADO_ACABAR","text":"Do you want to quit the battle?"},{"id":668,"name":"POPUP_ATAQUE_GUARDANDO","text":"Saving Results ..."},{"id":669,"name":"AUX_ATACANTE","text":"Attacker"},{"id":670,"name":"AUX_DEFENSOR","text":"Defender"},{"id":671,"name":"AUX_MUNDO_ENEMIGO","text":"Go to Enemy's World"},{"id":672,"name":"POPUP_OPCIONES_BATALLA_TITULO","text":"OPTIONS"},{"id":673,"name":"POPUP_OPCIONES_BATALLA_EJERCITO","text":"My Army"},{"id":674,"name":"POPUP_OPCIONES_BATALLA_ESTRATEGIA","text":"My Defensive Strategy"},{"id":675,"name":"POPUP_OPCIONES_BATALLA_CABECERA","text":"Select Your Defensive Strategy to defend your empire from other player attacks."},{"id":676,"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA","text":"Defensive"},{"id":677,"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA","text":"Mid Defensive"},{"id":678,"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA","text":"Mid Aggressive"},{"id":679,"name":"POPUP_OPCIONES_BATALLA_AGRESIVA","text":"Aggressive"},{"id":680,"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA_DESCRIPCION","text":"All your units will hold position until approached. They will stop chasing the enemy and return to their original position in a while after the clash."},{"id":681,"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA_DESCRIPCION","text":"All your units will hold position until a siege engine hits, then all ranged units will go and crush it."},{"id":682,"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA_DESCRIPCION","text":"All your units will hold positions until the enemy hits. Then part of your army that equals to the enemy troops will go and chase them."},{"id":683,"name":"POPUP_OPCIONES_BATALLA_AGRESIVA_DESCRIPCION","text":"All your units will attack the siege engines right from the start and will return to the empire only when all are destroyed."},{"id":684,"name":"POPUP_OPCIONES_BATALLA_UNIDADES","text":"Units"},{"id":685,"name":"POPUP_EDIFICIO_COMPARTE_AMIGOS","text":"Share your new item with your friends!"},{"id":686,"name":"AUX_ENHORABUENA","text":"Congratulations!"},{"id":687,"name":"AUX_INTERCAMBIAR","text":"EXCHANGE"},{"id":688,"name":"POPUP_COMPRAR_ORO_TITULO","text":"SOCIAL EMPIRES BANK"},{"id":689,"name":"POPUP_COMPRAR_ORO_CABECERA","text":"Exchange your cash for gold!"},{"id":690,"name":"AUX_COMPRAR_CASH","text":"Buy with cash"},{"id":691,"name":"POPUP_COMPRAR_MANA_TITULO","text":"Wizard's Resources Bank"},{"id":692,"name":"POPUP_COMPRAR_MANA_CABECERA","text":"Get some mana\nto unleash your power!"},{"id":693,"name":"POPUP_COLECCION_COMPARTE_AMIGOS","text":"Share your new gift with your friends!"},{"id":694,"name":"POPUP_COLECCIONES_TITULO","text":"Collections"},{"id":695,"name":"POPUP_COLECCIONES_RECLAMAR_RECOMPENSA","text":"Claim reward"},{"id":696,"name":"POPUP_COLECCIONES_COMPLETAR_POR","text":"Complete for"},{"id":697,"name":"AUX_COLECCION","text":"Collection"},{"id":698,"name":"AUX_COMPLETADO","text":"COMPLETED!"},{"id":699,"name":"POPUP_CAMPAMENTO_TITULO","text":"All enemies defeated!"},{"id":700,"name":"POPUP_CAMPAMENTO_CABECERA_1","text":"You have beaten all"},{"id":701,"name":"POPUP_CAMPAMENTO_CABECERA_2","text":"ENEMIES!"},{"id":702,"name":"POPUP_CAMPAMENTO_PIE_PRINCESA","text":"Now save your PRINCESS!\nClick on her!"},{"id":703,"name":"POPUP_CAMPAMENTO_PIE_ARQUEROS","text":"Now save the ARCHERS!\nClick on them!"},{"id":704,"name":"POPUP_CAMPAMENTO_PIE_SOLDADOS","text":"Now rescue your SOLDIERS!\nClick on them!"},{"id":705,"name":"POPUP_CAMPAMENTO_PIE_TESORO","text":"Now go for the TREASURE!\nClick on it!"},{"id":706,"name":"POPUP_CAMPAMENTO_PIE_ALDEANOS","text":"Now rescue your VILLAGERS!\nClick on them!"},{"id":707,"name":"POPUP_CAMPAMENTO_PIE_TROLL","text":"Now liberate the TROLL!\nClick on him!"},{"id":708,"name":"POPUP_CAMPAMENTO_PIE_PRINCIPE","text":"Now rescue your PRINCE!\nClick on him!"},{"id":709,"name":"POPUP_CAMPAMENTO_PIE_FUEGO","text":"Now extinguish the FIRE!\nClick on it!"},{"id":710,"name":"POPUP_CAMPAMENTO_PIE_CURANDEROS","text":"Now rescue your HEALERS!\nClick on them!"},{"id":711,"name":"POPUP_CAMPAMENTO_PIE_PIEDRA","text":"Now get the STONE!\nClick on it!"},{"id":712,"name":"POPUP_CAMPAMENTO_PIE_ALIADOS","text":"Now rescue your ALLIES!\nClick on them!"},{"id":713,"name":"POPUP_CAMPAMENTO_PIE_ANIMALES","text":"Now rescue the ANIMALS!\nClick on the cages!"},{"id":714,"name":"POPUP_CAMPAMENTO_PIE_ASEDIO","text":"Now rescue the SIEGE!\nClick on them!"},{"id":715,"name":"POPUP_CAMPAMENTO_PIE_ESTATUA","text":"Now destroy the SKELETONS!\nClick on the statue!"},{"id":716,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA","text":"Princess Kidnapped!"},{"id":717,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS","text":"Archers in danger!"},{"id":718,"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS","text":"Soldiers kidnapped!"},{"id":719,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO","text":"A Treasure Appeared!"},{"id":720,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS","text":"Villagers missing!"},{"id":721,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL","text":"Chained Troll!"},{"id":722,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE","text":"Prince kidnapped!"},{"id":723,"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO","text":"Mill in flames!"},{"id":724,"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS","text":"Captive Healers!"},{"id":725,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA","text":"Stone Mines!"},{"id":726,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS","text":"Captured Allies!"},{"id":727,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES","text":"Captured animals!"},{"id":728,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO","text":"Captured Siege!"},{"id":729,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA","text":"Creepy statues!"},{"id":730,"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCESA","text":"The enemies kidnapped your"},{"id":731,"name":"POPUP_MISION_CAMPAMENTO_C1_ARQUEROS","text":"The enemies have tied a group of"},{"id":732,"name":"POPUP_MISION_CAMPAMENTO_C1_SOLDADOS","text":"The enemies have taken some of your"},{"id":733,"name":"POPUP_MISION_CAMPAMENTO_C1_TESORO","text":"Suddenly appeared a"},{"id":734,"name":"POPUP_MISION_CAMPAMENTO_C1_ALDEANOS","text":"The enemies have taken your"},{"id":735,"name":"POPUP_MISION_CAMPAMENTO_C1_TROLL","text":"It has been spotted a prisoner"},{"id":736,"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCIPE","text":"The trolls have taken hostage"},{"id":737,"name":"POPUP_MISION_CAMPAMENTO_C1_FUEGO","text":"The trolls are burning a"},{"id":738,"name":"POPUP_MISION_CAMPAMENTO_C1_CURANDEROS","text":"The trolls have captured"},{"id":739,"name":"POPUP_MISION_CAMPAMENTO_C1_PIEDRA","text":"The enemies are protecting some"},{"id":740,"name":"POPUP_MISION_CAMPAMENTO_C1_ALIADOS","text":"The enemies have captured some"},{"id":741,"name":"POPUP_MISION_CAMPAMENTO_C1_ANIMALES","text":"There are some mysterious"},{"id":742,"name":"POPUP_MISION_CAMPAMENTO_C1_ASEDIO","text":"The enemies have chained"},{"id":743,"name":"POPUP_MISION_CAMPAMENTO_C1_ESTATUA","text":"There are some creepy"},{"id":744,"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCESA","text":"PRINCESS!"},{"id":745,"name":"POPUP_MISION_CAMPAMENTO_C2_ARQUEROS","text":"ARCHERS!"},{"id":746,"name":"POPUP_MISION_CAMPAMENTO_C2_SOLDADOS","text":"SOLDIERS!"},{"id":747,"name":"POPUP_MISION_CAMPAMENTO_C2_TESORO","text":"TREASURE!"},{"id":748,"name":"POPUP_MISION_CAMPAMENTO_C2_ALDEANOS","text":"VILLAGERS!"},{"id":749,"name":"POPUP_MISION_CAMPAMENTO_C2_TROLL","text":"TROLL!"},{"id":750,"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCIPE","text":"PRINCE ARTHUR!"},{"id":751,"name":"POPUP_MISION_CAMPAMENTO_C2_FUEGO","text":"MILL!"},{"id":752,"name":"POPUP_MISION_CAMPAMENTO_C2_CURANDEROS","text":"HEALERS!"},{"id":753,"name":"POPUP_MISION_CAMPAMENTO_C2_PIEDRA","text":"STONE MINES!"},{"id":754,"name":"POPUP_MISION_CAMPAMENTO_C2_ALIADOS","text":"ALLIES!"},{"id":755,"name":"POPUP_MISION_CAMPAMENTO_C2_ANIMALES","text":"ANIMAL CAGES!"},{"id":756,"name":"POPUP_MISION_CAMPAMENTO_C2_ASEDIO","text":"SIEGE MACHINES!"},{"id":757,"name":"POPUP_MISION_CAMPAMENTO_C2_ESTATUA","text":"SKELETON STATUES!"},{"id":758,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA","text":"Slay all the enemies to rescue her!"},{"id":759,"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS","text":"Help them by defeating the enemies!"},{"id":760,"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS","text":"Hurry up or the enemies will kill them!"},{"id":761,"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO","text":"Defeat all the enemies to get it!"},{"id":762,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS","text":"Save them from the enemies!"},{"id":763,"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL","text":"Help him obtain his freedom!"},{"id":764,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE","text":"Slay the trolls and rescue Prince Arthur!"},{"id":765,"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO","text":"Get water from the wells to\nextinguish the fire!"},{"id":766,"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS","text":"Save them from the trolls!"},{"id":767,"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA","text":"Slay the enemies to reclaim the stone!"},{"id":768,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS","text":"Help them to escape the enemies!"},{"id":769,"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES","text":"Slay the trolls to open them!"},{"id":770,"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO","text":"Recover them from the enemies!"},{"id":771,"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA","text":"Go to investigate them!"},{"id":772,"name":"POPUP_EXPANSION_CABECERA_1","text":"Your empire has"},{"id":773,"name":"POPUP_EXPANSION_CABECERA_2","text":"GROWN!"},{"id":774,"name":"POPUP_EXPANSION_PIE","text":"Share your expansion with your friends !"},{"id":775,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCESA","text":"Princess Rescued!"},{"id":776,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ARQUEROS","text":"Archers rescued!"},{"id":777,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_SOLDADOS","text":"Soldiers rescued!"},{"id":778,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TESORO","text":"Treasure Found!"},{"id":779,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALDEANOS","text":"Villagers rescued!"},{"id":780,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TROLL","text":"Troll rescued!"},{"id":781,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCIPE","text":"Prince rescued!"},{"id":782,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_FUEGO","text":"Mill saved!"},{"id":783,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_CURANDEROS","text":"Healers rescued!"},{"id":784,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PIEDRA","text":"Stone acquired!"},{"id":785,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALIADOS","text":"Allies Rescued!"},{"id":786,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ANIMALES","text":"Animals uncaged!"},{"id":787,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ASEDIO","text":"Siege retrieved!"},{"id":788,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ESTATUA","text":"Statues explored!"},{"id":789,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_EL","text":"You have rescued the"},{"id":790,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_ENCUENTRAS_EL","text":"You have found the"},{"id":791,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS","text":"You have rescued"},{"id":792,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_SALVAS","text":"You have saved the"},{"id":793,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_TU","text":"You have rescued your"},{"id":794,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RECUPERAS","text":"You have recovered the"},{"id":795,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_DERROTADO","text":"You have defeated the"},{"id":796,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_PIEDRA","text":"You have obtained stone from"},{"id":797,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCESA","text":"She joins your army to fight with you!"},{"id":798,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ARQUEROS","text":"They are really grateful and join your army!"},{"id":799,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_SOLDADOS","text":"Now they will join your army!"},{"id":800,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TESORO","text":"Share it with your friends!"},{"id":801,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALDEANOS","text":"They will work hard for you!"},{"id":802,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TROLL","text":"He is so grateful that joins your army!"},{"id":803,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCIPE","text":"He will join your ranks and fight for you!"},{"id":804,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_FUEGO","text":"Share it with your friends!"},{"id":805,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_CURANDEROS","text":"Share it with your friends!"},{"id":806,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PIEDRA","text":"Share it with your friends!"},{"id":807,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALIADOS","text":"Share it with your friends!"},{"id":808,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ANIMALES","text":"Share it with your friends!"},{"id":809,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ASEDIO","text":"Share it with your friends!"},{"id":810,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ESTATUA","text":"Share it with your friends!"},{"id":811,"name":"POPUP_HEROES_TITULO","text":"Altar of Heroes"},{"id":812,"name":"POPUP_HEROES_PIE","text":"This building allows you to invoke powerful heroes"},{"id":813,"name":"POPUP_HEROES_COMPRAR_HEROE","text":"Get Hero!"},{"id":814,"name":"POPUP_HURRY_UP_TITULO","text":"WORK IN PROGRESS"},{"id":815,"name":"POPUP_HURRY_UP_HEADER_2","text":"You can take the following actions"},{"id":816,"name":"POPUP_HURRY_UP_OPTION_1","text":"Ask your friends to help you speed up"},{"id":817,"name":"POPUP_HURRY_UP_OPTION_2","text":"Pay to finish the work instantly"},{"id":818,"name":"POPUP_HURRY_UP_OPTION_SEPARATOR","text":"OR"},{"id":819,"name":"POPUP_INSTALL_TITLE","text":"Tutorial complete!"},{"id":820,"name":"POPUP_LOST_TITLE_DISCOVERY","text":"Discovery!"},{"id":821,"name":"POPUP_LOST_HEADER_1","text":"You have found a"},{"id":822,"name":"POPUP_LOST_HEADER_1B","text":"You have found an"},{"id":823,"name":"POPUP_LOST_INJURED_COW","text":"INJURED COW!"},{"id":824,"name":"POPUP_LOST_COW_FOOTER","text":"Tell your friends to adopt it!"},{"id":825,"name":"POPUP_LOST_INJURED_SHEEP","text":"INJURED SHEEP!"},{"id":826,"name":"POPUP_LOST_SHEEP_FOOTER","text":"Tell your friends to adopt it!"},{"id":827,"name":"POPUP_LOST_LONELY_KNIGHT","text":"LONELY KNIGHT!!"},{"id":828,"name":"POPUP_LOST_LONELY_FOOTER","text":"Tell your friends to \nadd him to their army!!"},{"id":829,"name":"POPUP_LOST_TROJAN_HORSE","text":"TROJAN HORSE!!!"},{"id":830,"name":"POPUP_LOST_TROJAN_FOOTER","text":"Give this present to \nsome of your friends!"},{"id":831,"name":"POPUP_LOST_MYST_CRATE","text":"MYSTERIOUS CRATE"},{"id":832,"name":"POPUP_LOST_MYST_FOOTER","text":"Share its contents \nwith your friends!"},{"id":833,"name":"POPUP_LOST_BARREL","text":"MEAD BARREL"},{"id":834,"name":"POPUP_LOST_BARREL_FOOTER","text":"Have some drinks with your friends!"},{"id":835,"name":"POPUP_LOST_INJURED_TROLL","text":"INJURED TROLL!"},{"id":836,"name":"POPUP_LOST_TROLL_FOOTER","text":"Tell your friends to adopt it!"},{"id":837,"name":"POPUP_LOST_GOLDEN_TOTEM","text":"GOLDEN TOTEM!"},{"id":838,"name":"POPUP_LOST_TOTEM_FOOTER","text":"Give this present to \nsome of your friends!"},{"id":839,"name":"POPUP_MARKET_FOOTER","text":"Trades left today:"},{"id":840,"name":"POPUP_NEWS_TITLE","text":"Daily News"},{"id":841,"name":"POPUP_NEWS_SEC_HINTS","text":"Hints & Tips:"},{"id":842,"name":"POPUP_NEWS_SEC_LATEST","text":"Latest News"},{"id":843,"name":"POPUP_NEWS_SPECIAL_OFFERS","text":"Specials Offers & Packs"},{"id":844,"name":"POPUP_PROFILE_TITLE","text":"Player Profile"},{"id":845,"name":"POPUP_PROFILE_LBL_LEVEL","text":"Level:"},{"id":846,"name":"POPUP_PROFILE_LBL_RANK","text":"Rank:"},{"id":847,"name":"POPUP_PROFILE_LBL_EMPNAME","text":"Empire's name:"},{"id":848,"name":"POPUP_PROFILE_LBL_VICTORIAS","text":"Victories:"},{"id":849,"name":"POPUP_PROFILE_LBL_DERROTAS","text":"\/ Defeats:"},{"id":850,"name":"POPUP_PROFILE_LBL_LASTCONN","text":"Last connected:"},{"id":851,"name":"POPUP_PROFILE_LBL_COUNTRY","text":"Country:"},{"id":852,"name":"POPUP_PROFILE_LBL_HONOR","text":"Honor Points:"},{"id":853,"name":"POPUP_QUESTEND_TITLE","text":"Mission result"},{"id":854,"name":"POPUP_QUESTEND_HEADER_1","text":"GOLD & XP COLLECTED"},{"id":855,"name":"POPUP_QUESTEND_BUT_RESULTS","text":"Results"},{"id":856,"name":"POPUP_QUESTEND_BUT_USAVED","text":"Your units lost"},{"id":857,"name":"POPUP_QUESTEND_MESSAGE1_WIN","text":"Congratulations! Share it with your friends!"},{"id":858,"name":"POPUP_QUESTEND_MESSAGE1_LOSE","text":"Sorry! Try it another time!"},{"id":859,"name":"POPUP_QUESTEND_MESSAGE2","text":"Do you want to finalize the battle?"},{"id":860,"name":"POPUP_QUESTEND_CHECK_REWARD","text":"Check your reward in the store!"},{"id":861,"name":"POPUP_QUESTEND_GOLEM_DEFEATED","text":"You defeated the Golem!"},{"id":862,"name":"POPUP_QUESTEND_YETI_DEFEATED","text":"You defeated the Yeti!"},{"id":863,"name":"POPUP_QUESTEND_ROCKDRILLER_DEFEATED","text":"You defeated the Rockdriller!"},{"id":864,"name":"POPUP_QUESTEND_EGG_DEFEATED","text":"You made someone angry! \nComing soon!"},{"id":865,"name":"POPUP_QUESTEND_NO_CASUALTIES","text":"- No units lost"},{"id":866,"name":"POPUP_QUESTEND_WIN","text":"You win!"},{"id":867,"name":"POPUP_QUESTEND_LOSE","text":"You haven't finished yet!"},{"id":868,"name":"POPUP_QUESTEND_UNFINISHED","text":"You haven't finished yet!"},{"id":869,"name":"POPUP_RECOVER_TITLE","text":"Field Hospital"},{"id":870,"name":"POPUP_RECRUITMENT_TITLE","text":"Recruitment"},{"id":871,"name":"POPUP_RESOURCE_TITLE","text":"Allies Market"},{"id":872,"name":"POPUP_RESOURCE_HEADER","text":"Select the resource you want to acquire"},{"id":873,"name":"POPUP_YOUR_ARMY_TITLE","text":"MY ARMY"},{"id":874,"name":"POPUP_NEWTOWN2_FOOTER","text":"Now yow can start your empire!\n Share it with your friends!"},{"id":875,"name":"EXPAND_BUTTON_CAPTION","text":"Click on the Buy Now sign to expand your Town."},{"id":876,"name":"NEWCAMP_BUTTON_CAPTION","text":"Compete against other players and conquer the world. Level 6 Required!"},{"id":877,"name":"TROLLCAMP_BUTTON_CAPTION","text":"Play with a whole new empire with the troll civilization!"},{"id":878,"name":"STORE_ICON_BUILDINGS","text":"Buildings"},{"id":879,"name":"STORE_ICON_DECORATIONS","text":"Decorations"},{"id":880,"name":"STORE_ICON_DEFENSE","text":"Defense"},{"id":881,"name":"STORE_ICON_ATTACK","text":"Attack"},{"id":882,"name":"STORE_ICON_EXPAND","text":"Expand"},{"id":883,"name":"STORE_ICON_STORAGE","text":"Storage"},{"id":884,"name":"STORE_ICON_WONDERS","text":"Wonders"},{"id":885,"name":"STORE_ICON_NEWS","text":"News"},{"id":886,"name":"EXPLORATIONS_LOADING_WORLD","text":"LOADING WORLD\u2026"},{"id":887,"name":"AUX_OPEN_STORE","text":"Go to Store"},{"id":888,"name":"AUX_BUY_FOR","text":"Buy for:"},{"id":889,"name":"INFOPOPUP_MARAVILLA_RECURSOS","text":"A wonder gives you a high quantity of resources."},{"id":890,"name":"INFOPOPUP_DEFENSIVE","text":"Defensive structure"},{"id":891,"name":"INFOPOPUP_TRAIN","text":"Allows you to train:"},{"id":892,"name":"INFOPOPUP_TRADE","text":"You can trade resources here. Higher levels allow to trade higher amounts."},{"id":893,"name":"INFOPOPUP_REDUCE_COST","text":"Allows you to reduce the cost of your footman, archers and mounted troops."},{"id":894,"name":"INFOPOPUP_ANIMALS_FOOD","text":"Put animals inside to produce food"},{"id":895,"name":"INFOPOPUP_VILLAGERS","text":"Put villagers inside to produce resources"},{"id":896,"name":"INFOPOPUP_HOUSE","text":"Houses increases your population for having more units"},{"id":897,"name":"INFOPOPUP_RESOURCES","text":"Provides you with resources periodically."},{"id":898,"name":"INFOPOPUP_EAGLES","text":"Allows you to spy your enemies. \nHigher levels give more eagle health"},{"id":899,"name":"POPUP_PACK_TITLE","text":"Purchase Pack"},{"id":900,"name":"POPUP_PACK_SUBTITLE","text":"Purchase this pack?"},{"id":901,"name":"POPUP_MISTERY_TITLE","text":"Mistery Box Pack"},{"id":902,"name":"POPUP_MISTERY_SUBTITLE","text":"You can get one of the following!\nTest your luck!"},{"id":903,"name":"POPUP_MISTERY_RARE","text":"Rare"},{"id":904,"name":"POPUP_MISTERY_UNCOMMON","text":"Uncommon"},{"id":905,"name":"POPUP_MISTERY_COMMON","text":"Common"},{"id":906,"name":"POPUP_GOTPACK_TITLE","text":"Congratulations!"},{"id":907,"name":"POPUP_GOTPACK_SUBTITLE","text":"You got #0#!\nCheck the Store!"},{"id":908,"name":"POPUP_FAV_TITLE","text":"Add Favourite"},{"id":909,"name":"POPUP_FAV_TEXT","text":"Add Social Empires in your favourites!"},{"id":910,"name":"POPUP_GOAL_COMPLETED","text":"You have completed the mission:"},{"id":911,"name":"TUTORIAL_HOST_NAME_MALE","text":"Arthur"},{"id":912,"name":"TUTORIAL_HOST_NAME_FEMALE","text":"Guinevere"},{"id":913,"name":"POPUP_QUESTEND_DRAGON_DEFEATED","text":"You defeated Crimson Scale!"},{"id":914,"name":"POPUP_QUEST_DRAGON","text":"Defeat the dragon!"},{"id":916,"name":"POPUP_MISION_CAMPAMENTO_TITULO_GOLEM","text":"The dangerous Golden Golem!"},{"id":917,"name":"POPUP_MISION_CAMPAMENTO_C1_GOLEM","text":"Evil forces have sent a"},{"id":918,"name":"POPUP_MISION_CAMPAMENTO_C2_GOLEM","text":"GOLDEN GOLEM to your empire!"},{"id":919,"name":"POPUP_MISION_CAMPAMENTO_PIE_GOLEM","text":"A dangerous Golden Golem kidnapped an Anubis Avatar! Help the egyptian warriors to save him!"},{"id":920,"name":"POPUP_CAMPAMENTO_TITULO_GOLEM","text":"Golden Golem down!"},{"id":921,"name":"POPUP_CAMPAMENTO_CABECERA_1_GOLEM","text":"You defeated the"},{"id":922,"name":"POPUP_CAMPAMENTO_CABECERA_2_GOLEM","text":"Golden Golem!"},{"id":923,"name":"POPUP_CAMPAMENTO_PIE_GOLEM","text":"Now rescue the Anubis Avatar! Click on the refuge!"},{"id":924,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_GOLEM","text":"Golden Golem down!"},{"id":925,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_GOLEM","text":"As reward to save his life, the Anubis Avatar will join your ranks!"},{"id":926,"name":"QUEST_YETI_NEGRO","text":"Danger! BLACK YETI spotted!"},{"id":927,"name":"POPUP_MISION_CAMPAMENTO_TITULO_YETI_NEGRO","text":"Black Yeti spotted!"},{"id":928,"name":"POPUP_MISION_CAMPAMENTO_C1_YETI_NEGRO","text":"Viking explorers found a"},{"id":929,"name":"POPUP_MISION_CAMPAMENTO_C2_YETI_NEGRO","text":"BLACK YETI!"},{"id":930,"name":"POPUP_MISION_CAMPAMENTO_PIE_YETI_NEGRO","text":"Viking explorers have spotted a Black Yeti! Help them to defeat it!"},{"id":931,"name":"POPUP_CAMPAMENTO_TITULO_YETI_NEGRO","text":"BLACK YETI!"},{"id":932,"name":"POPUP_CAMPAMENTO_CABECERA_1_YETI_NEGRO","text":"You and your viking friends smashed the"},{"id":933,"name":"POPUP_CAMPAMENTO_CABECERA_2_YETI_NEGRO","text":"BLACK YETI!"},{"id":934,"name":"POPUP_CAMPAMENTO_PIE_YETI_NEGRO","text":"Viking explorers have spotted a Black Yeti! Help them to defeat it!"},{"id":935,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_YETI_NEGRO","text":"Black Yeti defeated!"},{"id":936,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_YETI_NEGRO","text":"An axe viking will join your ranks as a token of gratitude for your help!"},{"id":937,"name":"QUEST_VIBORA_GIGANTE","text":"Neptune gets mad!"},{"id":938,"name":"POPUP_MISION_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Neptune gets mad!"},{"id":939,"name":"POPUP_MISION_CAMPAMENTO_C1_VIBORA_GIGANTE","text":"Neptune has summoned a"},{"id":940,"name":"POPUP_MISION_CAMPAMENTO_C2_VIBORA_GIGANTE","text":"GIANT VYPER!"},{"id":941,"name":"POPUP_MISION_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"Neptune, king of Atlantis, has summoned a Giant Vyper to conquer your empire! Kill it before it's too late!"},{"id":942,"name":"POPUP_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Giant Vyper defeated!"},{"id":943,"name":"POPUP_CAMPAMENTO_CABECERA_1_VIBORA_GIGANTE","text":"You have ended with the"},{"id":944,"name":"POPUP_CAMPAMENTO_CABECERA_2_VIBORA_GIGANTE","text":"GIANT VYPER!"},{"id":945,"name":"POPUP_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"Congratulations, you vanquished the Giant Vyper! Click on its nest!"},{"id":946,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_VIBORA_GIGANTE","text":"Giant Vyper defeated!"},{"id":947,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_VIBORA_GIGANTE","text":"Neptune could not defeat you and returned back to the seas\u2026 plus you've found a dolphin fountain among the nest remains!"},{"id":948,"name":"POPUP_MISION_FIREWORKS_TITULO","text":"The Stolen Fireworks!"},{"id":949,"name":"POPUP_MISION_FIREWORKS_FOOTER","text":"Trolls have stolen the fireworks from a chinese camp when everybody was sleeping! Help them to retrieve it!"},{"id":950,"name":"POPUP_MISION_VIKBEER_TITULO","text":"The Viking's Ale!"},{"id":951,"name":"POPUP_MISION_VIKBEER_FOOTER","text":"Trolls stole the ale barrels from your Vicking friends!\nRetrieve it so they can party again!"},{"id":952,"name":"POPUP_MISION_FIREWORKS_UNIT","text":"WE'LL HELP YOU ON THIS MISSION!"},{"id":953,"name":"POPUP_MISION_VIKBEER_UNIT","text":"ARRR! WE WANT OUR ALE BACK!"},{"id":954,"name":"POPUP_MISION_FIREWORKS_TITULO_END","text":"Fireworks retrieved!"},{"id":955,"name":"POPUP_MISION_VIKBEER_TITULO_END","text":"ALE RETRIEVED!"},{"id":956,"name":"POPUP_MISION_FIREWORKS_FOOTER_END","text":"The chinese warriors are happy again and give you a Dragon Statue to thank you for your help!"},{"id":957,"name":"POPUP_MISION_VIKBEER_FOOTER_END","text":"Vikings are happy again and can continue celebrating! They offer you a Viking Ship to thank you for your help!"},{"id":958,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA_END","text":"PRINCESS RESCUED!"},{"id":959,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA_END","text":"WELL DONE! You rescued the princess! She joins your army to thank you for your help!"},{"id":960,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS_END","text":"ARCHERS RESCUED!"},{"id":961,"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS_END","text":"WOW! You rescued the three archers! They now join your ranks as a token of gratitude!"},{"id":962,"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS_END","text":"SOLDIERS RESCUED!"},{"id":963,"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS_END","text":"YOU ARRIVED ON TIME! You saved the soldiers from being boiled alive!"},{"id":964,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO_END","text":"TREASURE RETRIEVED!"},{"id":965,"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO_END","text":"VICTORY! You retrieved the treasure stolen by the trolls!"},{"id":966,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS_END","text":"VILLAGERS RESCUED!"},{"id":967,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS_END","text":"VERY WELL! Your rescued the villagers from a certain death!"},{"id":968,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL_END","text":"TROLL RESCUED!"},{"id":969,"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL_END","text":"BRAVO! You managed to save the troll! He will help you now!"},{"id":970,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE_END","text":"PRINCE RESCUED!"},{"id":971,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE_END","text":"FANTASTIC! You saved your prince and now your empire can be properly managed again!"},{"id":972,"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO_END","text":"WELLS UNDER CONTROL!"},{"id":973,"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO_END","text":"AWESOME! You regained control of your wells again an could put off the fire on the fields and mill!"},{"id":974,"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS_END","text":"HEALERS RESCUED!"},{"id":975,"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS_END","text":"PERFECT! You rescued the healers, and of them will join your ranks as a token of gratitude!"},{"id":976,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA_END","text":"MINES UNDER CONTROL!"},{"id":977,"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA_END","text":"VERY WELL! You defeated the trolls and regained control of the stone mines!"},{"id":978,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS_END","text":"ALLIES RESCUED!"},{"id":979,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS_END","text":"BRILLIANT! You rescued your allies and they will help you to fight against the trolls now!"},{"id":980,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES_END","text":"ANIMALS SAVED!"},{"id":981,"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES_END","text":"YOU DID IT! You saved the animals and now they are free again!"},{"id":982,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO_END","text":"SIEGE WEAPONS RETRIEVED!"},{"id":983,"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO_END","text":"You retrieved the siege weapons and now you can use them against your enemies!"},{"id":984,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA_END","text":"MISTERY SOLVED!"},{"id":985,"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA_END","text":"The statues hid treacherous skeletons and you defeat them all!"},{"id":986,"name":"POPUP_MISION_THEMUMMY_TITULO","text":"THE DEATH PARAOH!"},{"id":987,"name":"POPUP_MISION_THEMUMMY_FOOTER","text":"Help the egiptians to retrieve the Gems of Power and prevent evil Anubis Priests from reviving his deceased Paraoh."},{"id":988,"name":"POPUP_MISION_THEMUMMY_TITULO_END","text":"MUMMY DEFEATED!"},{"id":989,"name":"POPUP_MISION_THEMUMMY_FOOTER_END","text":"YES! You killed the mummy! An egyptian joins your ranks to thank you for helping his people!"},{"id":990,"name":"POPUP_MISION_AZTECALTAR_TITULO","text":"THE AZTEC GODS!"},{"id":991,"name":"POPUP_MISION_AZTECALTAR_FOOTER","text":"Take the sheeps and sacrifice them at the altar while you plead Aztec Gods to bring rain to your fields!"},{"id":992,"name":"POPUP_MISION_AZTECALTAR_TITULO_END","text":"Aztec Gods heard your wishes!"},{"id":993,"name":"POPUP_MISION_AZTECALTAR_FOOTER_END","text":"Aztec Gods will take rain to your fields to end with the hunger!"},{"id":994,"name":"POPUP_MISION_ELFOSARBOL_TITULO","text":"NATURE IN DANGER!"},{"id":995,"name":"POPUP_MISION_ELFOSARBOL_FOOTER","text":"Help the Elfs to destroy the infernal sculptures that drain the energy from the Life Trees!"},{"id":996,"name":"POPUP_MISION_ELFOSARBOL_TITULO_END","text":"NATURE SAVED!"},{"id":997,"name":"POPUP_MISION_ELFOSARBOL_FOOTER_END","text":"WELL DONE! You restored the Natural Balance on the woods. 2 Archer Elfs join your ranks as proof of gratitude!"},{"id":998,"name":"POPUP_MISION_ELFOSARBOL_UNIT_SAY","text":"WE ARE AT YOUR ORDERS, for the moment\u2026"},{"id":999,"name":"POPUP_MISION_CHINOSDRAGON_TITULO","text":"Draggies Fury!"},{"id":1000,"name":"POPUP_MISION_CHINOSDRAGON_FOOTER","text":"Three Draggies are wreaking havoc on fields and houses of your empire! Defeat them before they kill somebody!"},{"id":1001,"name":"POPUP_MISION_CHINOSDRAGON_TITULO_END","text":"Draggies Defeated!"},{"id":1002,"name":"POPUP_MISION_CHINOSDRAGON_FOOTER_END","text":"GOOD JOB! You defeated the draggies, but the Furious Dragon fled to Nest Isle! Two grateful Chinese Archers join your ranks!"},{"id":1003,"name":"POPUP_MISION_CHINOSDRAGON_UNIT_SAY","text":"HELP GOOD CHINESE, AND CHINESE WILL REWARD YOU!"},{"id":1004,"name":"POPUP_MISION_CHINOSDRAGON_BOSS_SAY","text":"YOU WON'T DEFEAT ME! I'll be waiting for you on my island...\nIf you dare to come, MUHAHAHA!!"},{"id":1005,"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO","text":"NEPTUNE IS IN LOVE!"},{"id":1006,"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER","text":"\u00a1Neptuno rescued Cleopatra from a shipwreck and now he has fallen in love with her! Help the egiptians to rescue her!"},{"id":1007,"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO_END","text":"Cleopatra rescued!"},{"id":1008,"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER_END","text":"WELL DONE! Neptune has fled to his dwelling in Mythical Isle\u2026 Follow him and defeat his army for good!"},{"id":1009,"name":"POPUP_MISION_NEPTUCLEOPATRA_UNIT_SAY","text":"HELP US TO SAVE OUR QUEEN!"},{"id":1010,"name":"POPUP_MISION_ELFOSENT_TITULO","text":"THE WICKED ENT!"},{"id":1011,"name":"POPUP_MISION_ELFOSENT_FOOTER","text":"The Ent has been bewitched by the Hell followers! Help the elfs to free him from the spell!"},{"id":1012,"name":"POPUP_MISION_ELFOSENT_TITULO_END","text":"ENT FREE!"},{"id":1013,"name":"POPUP_MISION_ELFOSENT_FOOTER_END","text":"You've destroyed the Hell servants and the Ent is now free! As a token of gratitude, and Elf Druid joins your ranks!"},{"id":1014,"name":"POPUP_MISION_ELFOSENT_UNIT_SAY","text":"\u00a1LET'S FREE THE ENT FROM THE DEVIL SPELL!"},{"id":1015,"name":"POPUP_MISION_TESOROATLANTE_TITULO","text":"THE AZTECS TREASURE!"},{"id":1016,"name":"POPUP_MISION_TESOROATLANTE_FOOTER","text":"Help the Aztecs to retrieve their treasures, stolen by the Atlants from the sunken ship of Hernan Cortes!"},{"id":1017,"name":"POPUP_MISION_TESOROATLANTE_TITULO_END","text":"TREASURES RETRIEVED!"},{"id":1018,"name":"POPUP_MISION_TESOROATLANTE_FOOTER_END","text":"HURRAY! You helped the Aztecs to retrieve their treasures and they give you an Aztec Boss sculpture in return for your efforts!"},{"id":1019,"name":"POPUP_MISION_TESOROATLANTE_UNIT_SAY","text":"HELP US TO RETRIEVE OUR TREASURES!"},{"id":1020,"name":"POPUP_MISION_BALROG_TITULO","text":"THE DREADFUL BALROG!"},{"id":1021,"name":"POPUP_MISION_BALROG_FOOTER","text":"The Devil forces have sent the Balrog himself to defeat your empire! Inferno outsiders will join you to defeat him and his army!"},{"id":1022,"name":"POPUP_MISION_BALROG_TITULO_END","text":"BALROG FLED AWAY!"},{"id":1023,"name":"POPUP_MISION_BALROG_FOOTER_END","text":"CONGRATULATIONS! Balrog fled away claiming vengeance! An Inferno outsider will join your ranks to help you detect evil forces!"},{"id":1024,"name":"POPUP_MISION_BALROG_UNIT_SAY","text":"WE'LL HELP YOU TO DEFEAT BALROG!"},{"id":1025,"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO","text":"THE FOUL WIZARDS!"},{"id":1026,"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER","text":"A group of foul wizards stole the Orbs of Power. Retrieve them before the wreak havoc on your empire!"},{"id":1027,"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO_END","text":"FOUL WIZARDS DEFEATED!"},{"id":1028,"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER_END","text":"YOU ARE THE BEST! You retrieved the Orbs of Power and defeated the Foul Wizard. The Red Wizard could be saved from his madness and joins your ranks!"},{"id":1029,"name":"POPUP_MISION_MAGOSCORRUPTOS_UNIT_SAY","text":"WIZARDSLOCOS DEFEATED!"},{"id":1030,"name":"POPUP_MISION_PERFORARROCAS_TITULO","text":"HELP! THE ROCKDRILLER IS HERE!"},{"id":1031,"name":"POPUP_MISION_PERFORARROCAS_FOOTER","text":"Help the Aztec warriors to defeat the ROCKDRILLER! Destroy the Serpent sculptures to get it out of its hole!"},{"id":1032,"name":"POPUP_MISION_PERFORARROCAS_TITULO_END","text":"THE ROCKDRILLER FLED!"},{"id":1033,"name":"POPUP_MISION_PERFORARROCAS_FOOTER_END","text":"YOU DID IT! The Rockdriller fled to Mineral Isle and now your empire is save! The aztec warriors join your ranks as token of their gratitude!"},{"id":1034,"name":"POPUP_MISION_PERFORARROCAS_UNIT_SAY","text":"LET'S DEFEAT IT!"},{"id":1035,"name":"POPUP_MISION_DEMONPORTAL_TITULO","text":"THE DEMONIC PORTALS!"},{"id":1036,"name":"POPUP_MISION_DEMONPORTAL_FOOTER","text":"Some Demonic Portals have appeared in you empire! Kill the demons that crossed and destroy all the doors!"},{"id":1037,"name":"POPUP_MISION_DEMONPORTAL_TITULO_END","text":"PORTALS DESTROYED!"},{"id":1038,"name":"POPUP_MISION_DEMONPORTAL_FOOTER_END","text":"GREAT! You defeated all demons and destroyed the portals! Your empire is now save!"},{"id":1039,"name":"POPUP_SUPER_MISTERY_TITLE","text":"Super Mistery Box Pack"},{"id":1040,"name":"POPUP_SUPER_MISTERY_HEADER","text":"#0# Possible Prizes"},{"id":1041,"name":"POPUP_SUPER_MISTERY_HEADER_DONE","text":"CONGRATULATIONS!, You won:"},{"id":1042,"name":"POPUP_SUPER_MISTERY_FOOTER","text":"You will find your prizes in your storage!"},{"id":1043,"name":"POPUP_SUPER_MISTERY_GRANTED","text":"Rare Prize Guaranteed!"},{"id":1044,"name":"POPUP_QUEST_INFO_TITLE","text":"CHAPTER #0#"},{"id":1045,"name":"POPUP_CEMENTERIO_TITULO","text":"Graveyard"},{"id":1046,"name":"POPUP_CEMENTERIO_DESCRIPCION","text":"Here you can revive your units you've lost in battles!"},{"id":1047,"name":"POPUP_CEMENTERIO_SIN_MUERTOS","text":"You have no dead units!"},{"id":1048,"name":"POPUP_CEMENTERIO_AVAILABLE","text":"Available"},{"id":1049,"name":"POPUP_CEMENTERIO_POCIONES","text":"Resurrect potions"},{"id":1050,"name":"POPUP_CEMENTERIO_RESUCITAR_POR","text":"Resurrect for"},{"id":1051,"name":"AUX_PEDIR","text":"Ask for"},{"id":1052,"name":"TOOLTIP_ASK_ACHIEVEMENTS","text":"more achievements"},{"id":1053,"name":"POPUP_ALL_UNITS_TITLE","text":"Unit collection"},{"id":1054,"name":"POPUP_ALL_UNITS_OBTAINED","text":"Obtained units"},{"id":1055,"name":"CATEGORY_SWORDS","text":"SWORDS"},{"id":1056,"name":"CATEGORY_ARCHERS","text":"ARCHERS"},{"id":1057,"name":"CATEGORY_ARCHERS_II","text":"ARCHERS II"},{"id":1058,"name":"CATEGORY_KNIGHTS","text":"KNIGHTS"},{"id":1059,"name":"CATEGORY_KNIGHTS_II","text":"KNIGHTS II"},{"id":1060,"name":"CATEGORY_SUPPORT_UNITS","text":"SUPPORT UNITS"},{"id":1061,"name":"CATEGORY_SPECIAL_COMBAT_UNITS","text":"SPECIAL COMBAT UNITS"},{"id":1062,"name":"CATEGORY_WIZARDS","text":"WIZARDS"},{"id":1063,"name":"CATEGORY_CASTLES","text":"CASTLE UNITS"},{"id":1064,"name":"CATEGORY_DRAGGIES","text":"DRAGGIES"},{"id":1065,"name":"CATEGORY_SIEGE_WEAPONS","text":"SIEGE WEAPONS"},{"id":1066,"name":"CATEGORY_SIEGE_WEAPONS_II","text":"SIEGE WEAPONS II"},{"id":1067,"name":"CATEGORY_MYTH_I","text":"MYTH I"},{"id":1068,"name":"CATEGORY_HEROES","text":"HEROES"},{"id":1069,"name":"CATEGORY_HEROES_II","text":"HEROES II"},{"id":1070,"name":"CATEGORY_TROLLS_I","text":"TROLLS I"},{"id":1071,"name":"CATEGORY_TROLLS_II","text":"TROLLS II"},{"id":1072,"name":"CATEGORY_TROLLS_III","text":"TROLLS III"},{"id":1073,"name":"CATEGORY_TROLL_SIEGE_WEAPONS","text":"TROLL SIEGE WEAPONS"},{"id":1074,"name":"CATEGORY_VIKINGS","text":"VIKINGS"},{"id":1075,"name":"CATEGORY_CHINESE_AZTEC","text":"CHINESE & AZTEC"},{"id":1076,"name":"CATEGORY_EGYPTIANS","text":"EGIPTIANS"},{"id":1077,"name":"CATEGORY_ATLANTIS","text":"ATLANTIS"},{"id":1078,"name":"CATEGORY_ELVES_I","text":"ELVES I"},{"id":1079,"name":"CATEGORY_ELVES_II","text":"ELVES II"},{"id":1080,"name":"CATEGORY_GOLEMS","text":"GOLEMS"},{"id":1081,"name":"CATEGORY_INFERNO","text":"INFERNO"},{"id":1082,"name":"CATEGORY_CELESTIAL","text":"CELESTIAL"},{"id":1083,"name":"CATEGORY_CELESTIAL_II","text":"CELESTIAL II"},{"id":1084,"name":"CATEGORY_DRAGONS","text":"DRAGONS"},{"id":1085,"name":"CATEGORY_BEAST_UNITS","text":"BEAST UNITS"},{"id":1086,"name":"CATEGORY_UNITS_WITHOUT_ATTACKS","text":"UNITS W\/ ATTACKS"},{"id":1087,"name":"CATEGORY_WINGED","text":"WINGED"},{"id":1088,"name":"CATEGORY_PETS","text":"PETS"},{"id":1089,"name":"CATEGORY_MONSTERS","text":"MONSTERS"},{"id":1090,"name":"CATEGORY_SPECIAL_UNITS_I","text":"SPECIAL UNITS I"},{"id":1091,"name":"CATEGORY_SPECIAL_UNITS_II","text":"SPECIAL UNITS II"},{"id":1092,"name":"CATEGORY_HEROES_III","text":"HEROES III"},{"id":1093,"name":"POPUP_CRIADERO_TITULO","text":"Dragon Breeding Nest"},{"id":1094,"name":"POPUP_CRIADERO_PROGRESO","text":"Progress"},{"id":1095,"name":"POPUP_CRIADERO_TERMINADO_EN","text":"Finishes in"},{"id":1096,"name":"POPUP_CRIADERO_AVANZAR_TIEMPO","text":"Speed up for #0#"},{"id":1097,"name":"POPUP_CRIADERO_CUIDAR","text":"Take care"},{"id":1098,"name":"POPUP_CRIADERO_ALIMENTAR","text":"Feed"},{"id":1099,"name":"POPUP_CRIADERO_OBTENER","text":"Get Dragon!"},{"id":1100,"name":"STORE_EDIFICIO_CEMENTERIO","text":"\n\nHere you can revive your units you've lost in battles!"},{"id":1101,"name":"STORE_EDIFICIO_CRIADERO_DRAGON","text":"\n\n\nGrow your own dragons!"},{"id":1102,"name":"POPUP_CRIADERO_TRAINING","text":"Training"},{"id":1103,"name":"POPOVER_FRIEND_BUTTON_VISIT","text":"Visit"},{"id":1104,"name":"POPOVER_FRIEND_BUTTON_ATTACK","text":"Attack"},{"id":1105,"name":"POPOVER_FRIEND_BUTTON_SEND_GIFT","text":"Send gift"},{"id":1106,"name":"TOOLTIP_OFFER_BUTTON","text":"Offer!"},{"id":1107,"name":"POPUP_GRAVEYARD_HELP_TITLE","text":"If you lose units during a combat, you can resurrect them at the Graveyard!"},{"id":1108,"name":"POPUP_GRAVEYARD_HELP_1","text":"A portrait of your dead units and their number is displayed."},{"id":1109,"name":"POPUP_GRAVEYARD_HELP_2","text":"Resurrecting dead units costs half of their original price."},{"id":1110,"name":"POPUP_GRAVEYARD_HELP_3","text":"Click on the right button below the portrait of the unit to resurrect it using gold, food or cash."},{"id":1111,"name":"POPUP_GRAVEYARD_HELP_4","text":"You can also resurrect units with potions."},{"id":1112,"name":"POPUP_GRAVEYARD_HELP_5","text":"Ask your friends to send you potions using the 'Ask For' button at the lower right!"},{"id":1113,"name":"POPUP_GRAVEYARD_HELP_6","text":"Once you have enough potions to resurrect a unit, the left button below the portrait\u00a0(potion)\u00a0will be highlighted."},{"id":1114,"name":"POPUP_GRAVEYARD_HELP_7","text":"Click on the potion button to revive a unit!"},{"id":1115,"name":"POPUP_METEO_NUBES","text":"Cloudy Heaven"},{"id":1116,"name":"POUP_SUPER_MISTERY_CIVILIZATION_TITLE","text":"Pack Civilizations"},{"id":1117,"name":"ISLANDS_PROGRESS","text":"Conquered Territories Progress"},{"id":1118,"name":"ISLANDS_NO_MORE_ATTACKS","text":"You don't have more attacks now"},{"id":1119,"name":"ISLANDS_ATTACKS_LEFT","text":"Attacks:"},{"id":1120,"name":"ISLANDS_SPIES_LEFT","text":"Eagles Left:"},{"id":1121,"name":"ISLANDS_SELECT_ISLAND","text":"Select Island:"},{"id":1122,"name":"ISLANDS_WINNER_FIRST_ISLAND","text":"Amazing!!! You did it!!! You are the King of Social Empires!!!\n\nYou deserve this amazing reward for such legendary victory!!! (Look at BUILD > Storage)"},{"id":1123,"name":"ISLANDS_PROGRESS_NEXT_ISLAND","text":"Congratulations, you defeated all the players on your isle!! You progress to the next one!\n\nYour deed deserves a good prize! (Look at BUILD > Storage)"},{"id":1124,"name":"ISLANDS_HELP_TITLE","text":"HELP"},{"id":1125,"name":"ISLANDS_HELP_TEXT","text":"- Conquer the rest of enemies' empires on your island to progress to the next one!\n- You can also attack players from other islands to get lots of experience and gold!\n- Each time you conquer an Island you earn 1 cash and a unit!\n- Try to make it to Island 1 and win amazing prizes along the way!"},{"id":1126,"name":"QUESTS_ISLANDS_HELP_TITLE","text":""},{"id":1127,"name":"QUESTS_ISLANDS_HELP_TEXT","text":""},{"id":1128,"name":"ISLANDS_WINNER_FIRST_ISLAND_TITLE","text":"KING OF THE WORLD!!!"},{"id":1129,"name":"ISLANDS_PROGRESS_NEXT_ISLAND_TITLE","text":"KING OF THE ISLAND!!!"},{"id":1130,"name":"ISLANDS_WAITING","text":"Waiting for more players\u2026Come Back in 5 minutes!"},{"id":1131,"name":"ALERT_NO_MORE_ATTACKS","text":"You don't have more attacks now"},{"id":1132,"name":"BUTTON_REVENGE","text":"Take Revenge!!"},{"id":1133,"name":"POPUP_CRIADERO_MONSTERS_OBTENER","text":"Get Monster!"},{"id":1134,"name":"POPUP_CRIADERO_MONSTERS_TITULO","text":"Monster Breeding Nest"},{"id":1135,"name":"STORE_EDIFICIO_MONSTERS_NEST","text":"\n\n\nBreed your own monsters!"},{"id":1136,"name":"POPUP_QUEST_DRAGON_2","text":"Defeat the Deadly Dragon and his eggs!!"},{"id":1137,"name":"POPUP_QUESTEND_DRAGON2_DEFEATED","text":"You defeated the Deadly Dragon!!"},{"id":1138,"name":"POPUP_UNIT_COLLECTION_COMPLETE_TITLE","text":"Collection Complete!"},{"id":1139,"name":"POPUP_UNIT_COLLECTION_COMPLETE_TEXT","text":"You have completed a collection and here is your reward!"},{"id":1140,"name":"ALERT_UNIT_COLLECTION_COMPLETED","text":"You've completed a Unit Collection! \nGo to Gift > Units to claim yor reward!"},{"id":1141,"name":"CATEGORY_SPECIAL_UNITS_III","text":"SPECIAL UNITS III"},{"id":1142,"name":"CATEGORY_WIZARDS_II","text":"Wizards II"},{"id":1143,"name":"CATEGORY_HALLOWEEN","text":"Halloween"},{"id":1144,"name":"CATEGORY_HALLOWEEN_II","text":"Halloween II"},{"id":1145,"name":"CATEGORY_MYTHOLOGICAL","text":"Mythological"},{"id":1146,"name":"CATEGORY_MYTHOLOGICAL_II","text":"Mythological II"},{"id":1147,"name":"CATEGORY_2HEAD_DRAGONS","text":"Dragons II"},{"id":1148,"name":"CATEGORY_MONSTERS_II","text":"Monsters II"},{"id":1149,"name":"CATEGORY_T_REX","text":"T-Rex"},{"id":1150,"name":"POPUP_SURVIVAL_MODE_TITLE","text":"SURVIVAL MODE!!"},{"id":1151,"name":"POPUP_SURVIVAL_MODE_TEXT","text":"- Protect the central Relic from enemy attacks!\n\n- Resist as much time as possible and win a unit!\n\n- Your army will be made of 30 of your most powerful units!!\n\n- Tip: First defeat the Bosses to stop the 8-direction enemies spawning!\n\n- You won't lose any unit for playing this game mode!! :)\n\n- If you beat the time and win a unit, check your storage to get it!\n\n- Beat your best time, take a picture and send it to our forums!\n\n"},{"id":1152,"name":"SURVIVAL_BEEN_ATTACKED","text":"ENEMIES ARE ATTACKING YOUR RELIC!!!"},{"id":1153,"name":"SURVIVAL_BEEN_DESTROYED","text":"YOUR RELIC HAS BEEN DESTROYED!!!"},{"id":1154,"name":"SURVIVAL_BEST_TIME","text":"Best time: #0#"},{"id":1155,"name":"SURVIVAL_NEXT_LIFE","text":"Next life in #0#"},{"id":1156,"name":"SURVIVAL_SURVIVE_AND_WIN","text":"SURVIVE AND WIN"},{"id":1157,"name":"SURVIVAL_MINUTES","text":"Minutes"},{"id":1158,"name":"SURVIVAL_UNIT","text":"Unit"},{"id":1159,"name":"SURVIVAL_AVAILABLE","text":"Available"},{"id":1160,"name":"SURVIVAL_COMING_SOON","text":"Coming soon"},{"id":1161,"name":"SURVIVAL_MAP1","text":"Corrupted Egypt"},{"id":1162,"name":"SURVIVAL_MAP2","text":"Darklands"},{"id":1163,"name":"SURVIVAL_MAP3","text":"Sieged Heaven"},{"id":1164,"name":"SURVIVAL_MAP4","text":"Frozen Realm"},{"id":1165,"name":"SURVIVAL_MAP5","text":"Lost Land"},{"id":1166,"name":"POPUP_SURVIVAL_SELECT_MAP","text":"SELECT MAP"},{"id":1167,"name":"POPUP_SURVIVAL_BUY_LIFE_FOR","text":"Buy life for"},{"id":1168,"name":"SURVIVAL_RESULT_WIN_TITLE","text":"Good Job!!"},{"id":1169,"name":"SURVIVAL_RESULT_WIN_TEXT","text":"You win a prize!"},{"id":1170,"name":"SURVIVAL_RESULT_LOOSE_TITLE","text":"Try it again"},{"id":1171,"name":"SURVIVAL_RESULT_LOOSE_TEXT","text":"Your survival time was"},{"id":1172,"name":"SURVIVAL_USER_EXIT","text":"Are you sure you want to exit the survival map?"},{"id":1173,"name":"SURVIVAL_MINUTES_REWARD","text":"#0# min."},{"id":1174,"name":"SURVIVAL_UNLOCK_FOR","text":"Unlock for"},{"id":1175,"name":"SURVIVAL_BOSS_COMING","text":"BOSS #0# IS COMING!!!"},{"id":1176,"name":"SURVIVAL_WAVE_COMING","text":"ENEMY WAVE #0# IS COMING!!!"},{"id":1177,"name":"SURVIVAL_BUILDING_INFO","text":"You can enter survival mode!"},{"id":1178,"name":"POPUP_PVP_BUY_TERRITORY_TITLE","text":"Conquer territory"},{"id":1179,"name":"POPUP_PVP_BUY_TERRITORY_TEXT","text":"Doy you want to conquer this territory?"},{"id":1180,"name":"STORE_EDIFICIO_SURVIVAL_ARENA","text":"Allows you to play the Survival Arena mode!"},{"id":1181,"name":"UNIT_WAREHOUSE_HELP_TITLE","text":"THE UNIT WAREHOUSE"},{"id":1182,"name":"UNIT_WAREHOUSE_HELP_TEXT","text":"- Keep you units safe on the warehouse!\n\n- There's no need to sacrifice your units because of lack of space!\n\n- Click on a unit on your map and click on the warehouse to store it.\n\n - Click on a unit portrait to put it again on your map.\n\n - You can buy more space up to 200 slots!!\n\n"},{"id":1183,"name":"STORE_EDIFICIO_WAREHOUSE","text":"This building allows you to store 20 units... and more!!"},{"id":1184,"name":"ERROR_TIME_HACK","text":"Our server has detected an illegal operation. The page will now be refreshed."},{"id":1185,"name":"TOURNAMENT_GAME_MODE","text":"TOURNAMENT"},{"id":1186,"name":"POPUP_LOADING_TOURNAMENT_TITLE","text":"GOING TO TOURNAMENT"},{"id":1187,"name":"POPUP_LOADING_TOURNAMENT_TEXT","text":""},{"id":1188,"name":"TOURNAMENT_RESULT_WIN_TITLE","text":"YOU WON BY FAR!"},{"id":1189,"name":"TOURNAMENT_RESULT_WIN_TEXT","text":"Congratulations! You scored:"},{"id":1190,"name":"TOURNAMENT_RESULT_LOSE_TITLE","text":"YOU WERE DEFEATED!"},{"id":1191,"name":"TOURNAMENT_RESULT_LOSE_TEXT","text":"You'll have more luck next time!\nYou scored:"},{"id":1192,"name":"TOURNAMENT_ROOM_READY_TEXT","text":"Tournament Ready!"},{"id":1193,"name":"TOURNAMENT_ROOM_READY_HELP","text":"Click on \"Start Tournament\" to begin"},{"id":1194,"name":"TOURNAMENT_RESULTS_LBL_SCORETABLE","text":"Leaderboard"},{"id":1195,"name":"TOURNAMENT_RESULTS_LBL_PLAYEDMATCHES","text":"Played Matches"},{"id":1196,"name":"AUX_SCORE","text":"Score"},{"id":1197,"name":"AUX_ATTACKER_WON","text":"Attacker won"},{"id":1198,"name":"AUX_ATTACKER_LOST","text":"Attacker lost"},{"id":1199,"name":"AUX_START","text":"Start"},{"id":1200,"name":"TOURNAMENT_RESULTS_MRESULT_PENDING","text":"Pending"},{"id":1201,"name":"TOURNAMENT_RESULTS_LBL_TEAM","text":"#0#'s Team"},{"id":1202,"name":"AUX_RESULTS","text":"Results"},{"id":1203,"name":"TOURNAMENT_RESULTS_ENDS_IN","text":"Tournament ends in:"},{"id":1204,"name":"AUX_MATCHES","text":"Matches"},{"id":1205,"name":"TOURNAMENT_MATCHES_TITLE","text":"#0#'s Matches"},{"id":1206,"name":"AUX_TIME","text":"Time"},{"id":1207,"name":"TOURNAMENT_LEVEL","text":"Level #0#"},{"id":1208,"name":"TOURNAMENT_FINISHED","text":"Tournament finished!"},{"id":1209,"name":"TOURNAMENT_LOSE","text":"\n\nSorry, you lost the tournament!\nDon't give up and try again, amazing prizes are awaiting you!"},{"id":1210,"name":"TOURNAMENT_WIN","text":"\n\nCongratulations! You won the tournament!\nSearch your reward in your storage!"},{"id":1211,"name":"YOUR_TEAM","text":"Your Team"},{"id":1212,"name":"TOURNAMENT_YOU_CAN_FIGHT_WITH_20_UNITS","text":"\nYou can select up to 20 units.\n\u00bfAre you sure you want to quit?"},{"id":1213,"name":"TOURNAMENT_YOU_CAN_NOT_ENTER_WITHOUT_UNITS","text":"\nYou can't enter the tournament without any unit.\nChoose your team."},{"id":1214,"name":"TOURNAMENT_YOU_TEAM_HAS_NOT_MAXIUM_UNITS","text":"\n\nYou haven't selected the maximum of units allowed yet.\n\nAre you sure you want to enter the tournament now?"},{"id":1215,"name":"STORE_EDIFICIO_WONDER_CASH","text":"This wonder provides you with 1 cash every day!"},{"id":1216,"name":"CATEGORY_ORIGINAL_BEASTS","text":"Original Beasts"},{"id":1217,"name":"CATEGORY_MONSTERS_III","text":"Monsters III"},{"id":1218,"name":"CATEGORY_MYTHOLOGICAL_III","text":"Mythological III"},{"id":1219,"name":"CATEGORY_MYTHOLOGICAL_IV","text":"Mythological IV"},{"id":1220,"name":"CATEGORY_DRAGONS_II","text":"Dragons II"},{"id":1221,"name":"MOROCCO_DEALER_TITLE","text":"Offer Deals"},{"id":1222,"name":"MOROCCO_DEALER_TEXT","text":"You can bargain this offer!\nBut don't make your dealer angry!"},{"id":1223,"name":"MOROCCO_DEALER_NEGOTIATE_TEXT","text":"Ok, you win! Let's have a discount..."},{"id":1224,"name":"MOROCCO_DEALER_BYE","text":"Dealer says: You are cheating too much!!! Bye!"},{"id":1225,"name":"MOROCCO_DEALER_BTN_NEGOTIATE","text":"Bargain"},{"id":1226,"name":"MOROCCO_DEALER_BTN_BUY","text":"Buy"},{"id":1227,"name":"MOROCCO_DEALER_BTN_NEXT","text":"Next Offer"},{"id":1228,"name":"TOURNAMENT_LEAVE","text":"Leave Tournament"},{"id":1229,"name":"TOURNAMENT_HELP_TITLE","text":"TOURNAMENT HELP"},{"id":1230,"name":"TOURNAMENT_HELP_TEXT","text":"\n\n- You WON'T lose any units for playing this game mode!\n\n- Play against 3 players and win the tournament!\n\n- A tournament will end when all players play all matches or when 24 hours have ellapsed.\n\n- If you win a tournament you'll get fantastic rewards!\n\n- At the moment, these units can't be used in tournament mode: #0#"},{"id":1231,"name":"TOURNAMENT_LEAVE_CONFIRM_TEXT","text":"\n\nAre you sure that you want to quit the tournament?\n\nYou'll lose all battles played..."},{"id":1232,"name":"TOURNAMENT_LEAVE_INSIDE_MATCH_CONFIRM_TEXT","text":"ARE YOU SURE YOU WANT TO RUN AWAY?"},{"id":1233,"name":"TOURNAMENT_MAX_COMPLEX_UNITS","text":"You can't select more than #0# dragons, gods and colossus altogether to play in the tournaments"},{"id":1234,"name":"TOURNAMENT_PLAYER","text":"Player #0#"},{"id":1235,"name":"TOURNAMENT_UNITS_LEFT","text":"UNITS LEFT: #0#"},{"id":1236,"name":"TOURNAMENT_PRIZE","text":"Prize"},{"id":1237,"name":"TOURNAMENT_ENTRY_COST","text":"Entry cost: #0#"},{"id":1238,"name":"POPUP_CRIADERO_NOOBINFO","text":"Press \"take care\" every 6 hours to get a powerful dragon."},{"id":1239,"name":"CATEGORY_MYTHOLOGICAL_V","text":"Mythological V"},{"id":1240,"name":"CATEGORY_DRAGGIES_II","text":"Draggies II"},{"id":1241,"name":"MOROCCO_DEALER_BEFORE","text":"Before:"},{"id":1242,"name":"MOROCCO_DEALER_NOW","text":"Now:"},{"id":1243,"name":"CATEGORY_DRAGONS_III","text":"Dragons III"},{"id":1244,"name":"DRAGON_NEST_HELP_TITLE","text":"THE DRAGON'S NEST HELP"},{"id":1245,"name":"DRAGON_NEST_HELP_TEXT","text":"- Press the 'Take Care' \/ 'Feed' button under the image. Look how the progress bar at the top fills up.\n- Wait until the timer reaches 0:00:00 or press the 'Speed Up' button below to complete the step.\n- Repeat this process 10 times and press the 'Get Dragon!' button to get your dragon!\n- Each time you get a draggy or dragon, you'll unlock the next one on the portrait strip below!\n-Hire friends for multiple speed up progress. The more friends, the more steps you'll progress!"},{"id":1246,"name":"POPUP_NUEVO_DIARIO_CASH","text":"#0# cash"},{"id":1247,"name":"POPUP_NUEVO_DIARIO_GANADO_CASH","text":"You won #0# cash!"},{"id":1248,"name":"POPUP_MEN_VS_WOMEN_DESC","text":"Try out Social Wars today and enjoy some of our exclusive offers!"},{"id":1249,"name":"POPUP_MEN_VS_WOMEN_PLAY","text":"PLAY NOW"},{"id":1250,"name":"POPUP_CRIADERO_NOOBINFO2","text":"Press \"feed\" every 6 hours to get a powerfull dragon."},{"id":1251,"name":"TOURNAMENT_ROOM_FULL","text":"The tournament you are trying to enter is full. Select another tournament."},{"id":1252,"name":"TOURNAMENT_NO_MIN_FRIENDS","text":"You have less than 3 friends in Social Empires. First of all, invite your friends to the game and then create your tournament."},{"id":1253,"name":"TOURNAMENT_SURE_CANCEL","text":"Are you sure you want to cancel the tournament?"},{"id":1254,"name":"TOURNAMENT_NO_SELECTION","text":"You haven't selected any tournament"},{"id":1255,"name":"TOURNAMENT_CANCEL","text":"Cancel Tournament"},{"id":1256,"name":"TOURNAMENT_INVITE_FRIENDS","text":"Invite Friends"},{"id":1257,"name":"TOURNAMENT_YOUR_RANKING_POS","text":"Your ranking position is: #0#"},{"id":1258,"name":"TOURNAMENT_CURRENT_USERS","text":"Current tournament users: #0#"},{"id":1259,"name":"TOURNAMENT_WEEKLY_AVAILABLE","text":"Available on"},{"id":1260,"name":"TOURNAMENT_WEEKLY_ENDS_IN","text":"Ends in"},{"id":1261,"name":"TOURNAMENT_MORE_INFO","text":"+Info"},{"id":1262,"name":"TOURNAMENT_CREATE","text":"Create Tournament"},{"id":1263,"name":"TOURNAMENT_FRIENDS_TOURNAMENT_TITLE","text":"FRIENDS TOURN."},{"id":1264,"name":"CATEGORY_NECRO_I","text":"Necros I"},{"id":1265,"name":"CATEGORY_NECRO_II","text":"Necros II"},{"id":1266,"name":"TOURNAMENT_FRIENDS_TOURNAMENT_INFO","text":"Create your tournament and play vs your friends"},{"id":1267,"name":"POPUP_DRAGON_TAMING_BUTTON_TAME","text":"Ride the Dragon"},{"id":1268,"name":"POPUP_DRAGON_TAMING_BUTTON_TAKE_OUT","text":"Take out"},{"id":1269,"name":"POPUP_RIDER_TRAINING_BUTTON_TRAIN","text":"Train"},{"id":1270,"name":"POPUP_RIDER_TRAINING_BUTTON_GET","text":"Get rider"},{"id":1271,"name":"POPUP_RIDER_TRAINING_TITLE","text":"Dragon Riding"},{"id":1272,"name":"POPUP_RIDER_TRAINING_SELECT","text":"Select a Dragon Rider"},{"id":1273,"name":"POPUP_RIDER_TRAINING_DRAGONS","text":"Dragons for this rider"},{"id":1274,"name":"POPUP_RIDER_TRAINING_NO_DRAGONS","text":""},{"id":1275,"name":"POPUP_RIDER_TRAINING_PROGRESS","text":"Progress"},{"id":1276,"name":"POPUP_RIDER_TRAINING_RECUPERATED_IN","text":"Recovered in"},{"id":1277,"name":"POPUP_RIDER_TRAINING_RECUPERATE_FOR","text":"Recover Now #0#"},{"id":1278,"name":"POPUP_RIDER_TRAINING_INFO","text":"Complete all the steps of the training to get the Dragon Rider and be able to upgrade your Dragon!"},{"id":1279,"name":"POPUP_DRAGON_TAMING_TITLE","text":"Dragon Taming"},{"id":1280,"name":"POPUP_DRAGON_TAMING_MOUNT","text":"Mount a Rider on a Dragon"},{"id":1281,"name":"POPUP_DRAGON_TAMING_NEED","text":"To mount a dragon with a rider, you have to put both units into this building. You will obtain the dragon with more power."},{"id":1282,"name":"POPUP_DRAGON_TAMING_CLICK_TAME","text":"Click on 'Ride the Dragon' to mount the dragon with the rider."},{"id":1283,"name":"ALERT_DRAGON_RIDER_NOT_MATCHING","text":"Your rider cannot mount this dragon. Check in the Rider Academy which dragons are a good match for him."},{"id":1284,"name":"ALERT_DRAGON_RIDER_INCOMPLETE","text":"Put one dragon and one rider in this building."},{"id":1285,"name":"POPUP_DRAGON_TAMING_HELP","text":"- HOW TO RIDE A DRAGON\n\n\n1. Once you have got your rider in the Rider Academy, select it and put it in the Dragon Riding.\n\n 2. Add your dragon to the Dragon Riding so the Rider can ride it!\n\n3. Remember that the Rider and Dragon must be compatible so the riding can be successfully completed (check the Rider Academy for more details).\n\n4. Once you have both Rider and Dragon in the building, press the 'Ride the Dragon' button to get your super powerful new unit!"},{"id":1286,"name":"POPUP_RIDER_TRAINING_HELP_SELECT","text":"- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n\n 3- You must wait some time before playing again (you also have a button to recover yourself quicker!)\n\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"},{"id":1287,"name":"POPUP_RIDER_TRAINING_HELP_TRAIN","text":"- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n3. You must wait some time before playing again (you also have a button to recover yourself quicker!)\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"},{"id":1290,"name":"POPUP_RIDER_TRAINING_GAIN","text":"Dragon gains:"},{"id":1291,"name":"POPUP_RIDER_GAIN","text":"This rider gives your dragon additional #0# attack and #1# health!"},{"id":1292,"name":"CATEGORY_NECRO_III","text":"Necros III"},{"id":1293,"name":"CATEGORY_NECRO_IV","text":"Necros IV"},{"id":1294,"name":"TOURNAMENT_RANKING_PRIZES","text":"Tournament ranking prizes"},{"id":1295,"name":"TOURNAMENT_WEEKLY_INFO_TEXT","text":"\nBeat the AI players and make it to the Worlwide Top 10!!\n\nThe more points you get the better. Don't forget that in case of tie the player with less time played will be above!"},{"id":1296,"name":"CATEGORY_DRAGGIES_III","text":"DRAGGIES III"},{"id":1297,"name":"CATEGORY_MYTHOLOGICAL_VI","text":"Mythological VI"},{"id":1298,"name":"TOURNAMENT_WEEKLY_MINIUM_TIME_TO_PLAY","text":"The weekly tournament is going to end in less than 10 minutes!!!\n\nAre you sure that you want to join the tournament?"},{"id":1299,"name":"ERROR_STOLEN","text":"Connection with server lost. Please refresh."},{"id":1300,"name":"LIMIT_DAMAGE","text":"Fill bar doing damage. When full, press bar to attack."},{"id":1301,"name":"LIMIT_HEAL","text":"Fill bar doing damage. When full, press bar to heal units."},{"id":1302,"name":"LIMIT_STOMP","text":"Fill bar doing damage. When full, press bar to charge."},{"id":1303,"name":"STORE_DOME_PROTECTION","text":"All your units within this dome will receive 50% less damage!!"},{"id":1304,"name":"STORE_DOME_TOWER_ENHANCER","text":"This Tower Enhancer will make surrounding towers shoot 2x faster!!"},{"id":1305,"name":"LIMIT_HELP","text":"- Limit is the most powerful of all attacks.\n- You can only find Limit attack on Dragons con Rider.\n- There are 3 types of Limit: Charge, Ray Attack and Heal. Each dragon with rider uses one of these.\n- Fill the bar button to activate Limit by killing enemies.\n- Once it is activated click on the bar button to unleash the attack.\n- Create your own Limit strategy attacking with different dragons with rider.\n"},{"id":1306,"name":"LIMIT_HELP_TITLE","text":"Limit Attack"},{"id":1307,"name":"TOURNAMENT_NUM_UNITS_HACK_ALERT","text":"Our server has detected an illegal operation."},{"id":1308,"name":"TOURNAMENT_WIN_REWARD_SOON","text":"\n\nCongratulations! You won the tournament!\nYour reward will appear soon in your storage!"},{"id":1309,"name":"CHECK_YOUR_STORAGE","text":"Check your storage!"},{"id":1310,"name":"GET_PRIZE","text":"Get Prize"},{"id":1311,"name":"MONDAY_BONUS_POPUP_TITLE","text":"MONDAY BONUS!"},{"id":1312,"name":"MONDAY_BONUS_POPUP_HEADER","text":"Come back every Monday to get mysterious reward!"},{"id":1313,"name":"MONDAY_BONUS_POPUP_OR","text":"OR"},{"id":1314,"name":"MONDAY_BONUS_POPUP_SELECT","text":"SELECT"},{"id":1315,"name":"MONDAY_BONUS_POPUP_OK","text":"Ok"},{"id":1316,"name":"MONDAY_BONUS_POPUP_FOOTER","text":"You will find your rewards in your storage"},{"id":1317,"name":"MONDAY_BONUS_POPUP_YOUR_REWARD","text":"Your Reward!"},{"id":1318,"name":"MONDAY_BONUS_POPUP_HEADER_MONDAY","text":"Here is your Monday reward!!\nChoose a box and get your mystery reward!!"},{"id":1319,"name":"RELOCATE_CONFIRM","text":"If you go to another island you'll lose your progress in this one, are you sure?"},{"id":1320,"name":"RELOCATE_BUTTON","text":"RELOCATE"},{"id":1321,"name":"POPUP_HEAVY_SIEGE_TITLE","text":"HEAVY SIEGE"},{"id":1322,"name":"POPUP_HEAVY_SIEGE_INFO","text":"Dragons are preparing to attack your empire!"},{"id":1323,"name":"POPUP_HEAVY_SIEGE_ATTACK_NOW","text":"Attack now,\nI'm ready!"},{"id":1324,"name":"POPUP_HEAVY_SIEGE_PAY","text":"Kill All Dragons:\nCost 20"},{"id":1325,"name":"POPUP_HEAVY_SIEGE_WAIT","text":"Not yet, I need reinforcements!"},{"id":1326,"name":"ICON_VIDEOS_TOOLTIP","text":"Watch videos and win XP!"},{"id":1327,"name":"CATEGORY_NECRO_V","text":"Necro V"},{"id":1328,"name":"CATEGORY_DRAGONS_IV","text":"Dragons IV"},{"id":1329,"name":"CATEGORY_DRAGGIES_III","text":"Draggies III"},{"id":1330,"name":"CATEGORY_PHOENIX","text":"Phoenix"},{"id":1331,"name":"CATEGORY_MONSTERS_IV","text":"Monsters IV"},{"id":1332,"name":"DRAGON_HUNTER_NO_DRAGONS_IN_RANGE","text":"NO DRAGONS IN RANGE"},{"id":1333,"name":"QUEST_ENEMIES_ALIVE","text":"Alive enemies"},{"id":1334,"name":"QUEST_ENEMIES_ALIVE_SINGULAR","text":"1 enemy alive"},{"id":1335,"name":"QUEST_ENEMIES_ALIVE_PLURAL","text":"#0# enemies alive"},{"id":1336,"name":"QUEST_HARDCORE1_DESCRIP","text":"Defeat the Celestial Empire!"},{"id":1337,"name":"QUEST_HARDCORE2_DESCRIP","text":"Defeat the Mythological Empire!"},{"id":1338,"name":"QUEST_HARDCORE3_DESCRIP","text":"Defeat the Necro Empire!"},{"id":1339,"name":"QUEST_HARDCORE4_DESCRIP","text":"Defeat the Dragon Empire!"},{"id":1340,"name":"QUEST_HARDCORE5_DESCRIP","text":"Defeat the Monster Empire!"},{"id":1341,"name":"HEAVY_SIEGE_POPUP_PRESENT_TITLE","text":"Dragons killed!"},{"id":1342,"name":"HEAVY_SIEGE_POPUP_PRESENT_TEXT","text":"You will find a new unit on your storage as a reward for your heroic deed..."},{"id":1343,"name":"MONSTER_HUNTER_NO_UNITS_IN_RANGE","text":"No monsters in range"},{"id":1344,"name":"SPELL_SUMMON_DRAGON_DESCRIPTION","text":"Life: #0#"},{"id":1345,"name":"SPELL_FULL_LIMIT_DESCRIPTION","text":"Area: #0#x#1#"},{"id":1346,"name":"SPELL_SPEED_INCREASE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1347,"name":"SPELL_RANGE_INCREASE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1348,"name":"SPELL_BLACK_HOLE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1349,"name":"TITLE_TUTORIAL_DARTS","text":"PLAY DAILY DARTS!"},{"id":1350,"name":"TITLE_DESCRIPTION_DARTS","text":"- You get a free dart every day!\n\n- Pop a balloon to get awesome prizes!\n\n- Collect all units before the time expires to get the Bonus Reward!\n\n- New Game prizes are introduced each week! Find the Darts icon on the game interface."},{"id":1351,"name":"DARTS_COLLECT_FOR_EXTRA","text":"Collect all units to get the Bonus Reward!"},{"id":1352,"name":"DARTS_FREE","text":"FREE!"},{"id":1353,"name":"DARTS_RARE","text":"Rare"},{"id":1354,"name":"DARTS_UNCOMMON","text":"Uncommon"},{"id":1355,"name":"DARTS_COMMON","text":"Common"},{"id":1356,"name":"DARTS_CLICK_ON_PLAY","text":"Pop the balloons and win amazing RARE prizes!"},{"id":1357,"name":"DARTS_BUTTON_PLAY","text":"Play"},{"id":1358,"name":"DARTS_BUTTON_PLAY_FOR","text":"Play again for #0#"},{"id":1359,"name":"DARTS_THROW","text":"Point a balloon and click to throw the dart!"},{"id":1360,"name":"DARTS_YOU_WIN","text":"Congratulations!\nYou've won:"},{"id":1361,"name":"DARTS_GIFT_BOX","text":"Find this unit on your storage!"},{"id":1362,"name":"DARTS_COME_BACK","text":"Come back next week for new prizes!"},{"id":1363,"name":"DARTS_CONGRATS","text":"Congratulations!"},{"id":1364,"name":"DARTS_WIN_EXTRA","text":"Congratulations! You've won this amazing Bonus Reward for completing the collection!"},{"id":1365,"name":"DARTS_FREE_DART_POPUP","text":"You've won a FREE dart! Play Darts now and win amazing RARE prizes!"},{"id":1366,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TITLE","text":"SUPREME BAHAMUT LAWS"},{"id":1367,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TEXT","text":"-GET THE MOST AWESOME DRAGON EVER!!\n\n- Complete all steps to unleash the Supreme Bahamut Dragon.\n\n- Each step takes 48h.\n\n-Complete each step in the order you wish.\n\n"},{"id":1368,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_SURE_TO_SACRIFICE","text":"Are you sure you want sacrifice the #0#?"},{"id":1369,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM1","text":"Golden Gem"},{"id":1370,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM2","text":"Golden Scales"},{"id":1371,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM3","text":"Golden Dragon Nail"},{"id":1372,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM4","text":"Golden Feathers"},{"id":1373,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM5","text":"Golden Horns"},{"id":1374,"name":"COLECCION_BAHAMUT_RED_ITEM1","text":"Red Gem"},{"id":1375,"name":"COLECCION_BAHAMUT_RED_ITEM2","text":"Red Scales"},{"id":1376,"name":"COLECCION_BAHAMUT_RED_ITEM3","text":"Dragon Fire"},{"id":1377,"name":"COLECCION_BAHAMUT_RED_ITEM4","text":"Red Spikes"},{"id":1378,"name":"COLECCION_BAHAMUT_RED_ITEM5","text":"Red Horns"},{"id":1379,"name":"COLECCION_BAHAMUT_HEART_ITEM1","text":"Black Gem"},{"id":1380,"name":"COLECCION_BAHAMUT_HEART_ITEM2","text":"Black Scales"},{"id":1381,"name":"COLECCION_BAHAMUT_HEART_ITEM3","text":"Supreme Blood"},{"id":1382,"name":"COLECCION_BAHAMUT_HEART_ITEM4","text":"Red Pearl"},{"id":1383,"name":"COLECCION_BAHAMUT_HEART_ITEM5","text":"Black Spikes"},{"id":1384,"name":"COLECCION_BAHAMUT_RED","text":"Red Bahamut Dragon"},{"id":1385,"name":"COLECCION_BAHAMUT_GOLDEN","text":"Golden Bahamut Dragon"},{"id":1386,"name":"COLECCION_BAHAMUT_HEART","text":"Supreme Heart"},{"id":1387,"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_INFO","text":"Offer this resource."},{"id":1388,"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_BTN","text":"Offering"},{"id":1389,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_INFO","text":"Sacrifice a #0#.\nTo get it, first complete needed steps in the Dragon's Nest!"},{"id":1390,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BTN","text":"Sacrifice"},{"id":1391,"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_INFO","text":"Offer the Supreme Heart.\nTo get it, first complete the Supreme Heart collection.\nFind these collection items on Zeppelin Map 3 quests."},{"id":1392,"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_BTN","text":"Offering"},{"id":1393,"name":"TEMPLE_SUPREME_BAHAMUT_WAIT_NEXT_STEP","text":"Next Step in:"},{"id":1394,"name":"TEMPLE_SUPREME_BAHAMUT_TITLE","text":"Supreme Bahamut Dragon Temple"},{"id":1395,"name":"TEMPLE_SUPREME_BAHAMUT_PROGRESS","text":"Progress"},{"id":1396,"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_INFO","text":"Click the button to get the Supreme Bahamut Dragon!!"},{"id":1397,"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_BTN","text":"Get Dragon"},{"id":1398,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_INFO","text":"Sacrifice the #0#.\nTo get it, first complete the corresponding collection!\nFind these collection items on the last 5 Zeppelin Map Quests."},{"id":1399,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_BTN","text":"Sacrifice"},{"id":1400,"name":"CATEGORY_PHARAOHS_I","text":"Pharaohs I"},{"id":1401,"name":"CATEGORY_PHARAOHS_II","text":"Pharaohs II"},{"id":1402,"name":"CATEGORY_PHARAOHS_III","text":"Pharaohs III"},{"id":1403,"name":"POPUP_SELECT_YOUR_DRAGON_TITLE","text":"FREE DRAGGY!!"},{"id":1404,"name":"POPUP_SELECT_YOUR_DRAGON_SUBTITLE","text":"CONGRATULATIONS!!"},{"id":1405,"name":"POPUP_SELECT_YOUR_DRAGON_INFO","text":"Choose the draggy that will help you on your adventure!"},{"id":1406,"name":"AUX_SELECT","text":"Select"},{"id":1407,"name":"AUX_OR","text":""},{"id":1408,"name":"POPUP_SELECT_YOUR_DRAGON_2_TITLE","text":"Dragon Nest"},{"id":1409,"name":"POPUP_SELECT_YOUR_DRAGON_2_INFO","text":"Get more dragons in the Dragon Nest!\nEnter Now!!"},{"id":1410,"name":"POPUP_MISSINGTOWNHALL_TITLE","text":"Missing Townhall"},{"id":1411,"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_ASSAULT","text":"INSTANT VICTORY\n\nThe village you are attacking has no townhall.\n\nThis means you WIN this round automatically!"},{"id":1412,"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_NORMAL","text":"WARNING\n\nYour village has no townhall.\n\nThis means you will automatically lose if you are attacked by another player"},{"id":1413,"name":"POPUP_INACTIVE_NEST_BTN","text":"Start again. \nCost: #0#"},{"id":1414,"name":"POPUP_INACTIVE_NEST_INFO","text":"To get more eggs and start again select a button below."},{"id":1415,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_DONE","text":"Resource already offered!"},{"id":1416,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_DONE","text":"Dragon already sacrified!"},{"id":1417,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_DONE","text":"Dragon already sacrified!"},{"id":1418,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_DONE","text":"Supreme Heart already offered!"},{"id":1419,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_OFFER","text":"Offer this resource now!"},{"id":1420,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_OFFER","text":"Sacrifice the #0# now!"},{"id":1421,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_OFFER","text":"Sacrifice the #0# now!"},{"id":1422,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_OFFER","text":"Offer the supreme heart now!"},{"id":1423,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_CANT_DO","text":"You can't do that step!"},{"id":1424,"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TITLE","text":"Congratulations!!"},{"id":1425,"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TEXT","text":"#0# friend\/s accepted helping you to breed the dragon!\n\nClick OK to speed up the progress."},{"id":1426,"name":"POPUP_DRAGONS_HIRE_FRIENDS_BTN","text":"Hire friends"},{"id":1427,"name":"POPUP_DRAGONS_HIRE_FRIENDS_INFO","text":"Hire new friends to progress faster"},{"id":1428,"name":"POPUP_DRAGONS_HIRE_FRIENDS_TOOLTIP","text":"For each new friend you hire, you will progress 2 steps instantly!"},{"id":1429,"name":"TOOLTIP_STORE_SUPREME","text":"This building allows you to invoke the Supreme Bahamut Dragon."},{"id":1430,"name":"RELOADING_PLAYER_INFO_TEXT","text":"Reloading Gifts"},{"id":1431,"name":"CATEGORY_SPECIAL_UNITS_IV","text":"SPECIAL UNITS IV"},{"id":1432,"name":"ISLANDS_HELP_REWARD_TITLE","text":"CONQUEST ISLAND REWARD"},{"id":1433,"name":"ISLANDS_HELP_REWARD_UNIT","text":"1 Unit!"},{"id":1434,"name":"ICON_COMEBACK2ND3RD_TOOLTIP","text":"Prizes for tomorrow"},{"id":1435,"name":"COMEBACK_BONUS_POPUP_TITLE","text":"WELCOME FREE GIFTS"},{"id":1436,"name":"COMEBACK_BONUS_POPUP_HEADER_READY","text":"Click on one of the gifts and get a FREE reward!"},{"id":1437,"name":"COMEBACK_BONUS_POPUP_HEADER_NOTREADY","text":"Come back tomorrow and get one of the FREE rewards below!!"},{"id":1438,"name":"COMEBACK_BONUS_POPUP_FOOTER","text":"Remember, this bonus only lasts two days!"},{"id":1439,"name":"POPUP_TIME_TITLE","text":"Time Machine"},{"id":1440,"name":"POPUP_TIME_HEADER","text":"Click on a button below to move forwards in time!"},{"id":1441,"name":"POPUP_TIME_MINUTES","text":"POPUP_TIME_MINUTES"},{"id":1442,"name":"POPUP_TIME_HOUR","text":"POPUP_TIME_HOUR"},{"id":1443,"name":"POPUP_TIME_HOURS","text":"POPUP_TIME_HOURS"},{"id":1444,"name":"INFOPOPUP_DRAGONKILLER_CASTLE","text":"Defensive structure with special Plasma ray to fry all kind of dragons"},{"id":1445,"name":"POPUP_ASSAULT_FORCE_RELOAD","text":"Click OK to reload and go to your empire"},{"id":1446,"name":"POPUP_QUEST_FORCE_RELOAD","text":"Click OK to reload and go to your empire"},{"id":1447,"name":"TRAVELLING_FORWARDS","text":"Travelling forwards"},{"id":1448,"name":"TOOLTIP_STORE_TIME_MACHINE","text":"Advances the time of all you buildings, missions and PVP"},{"id":1449,"name":"ALERT_NEW_IPHONE_ITEMS","text":"The items you bought on your
SE iPhone are in
\"Storage > Mobile Storage\" now."},{"id":1450,"name":"POPUP_QUEST_ARMY_TITLE","text":"QUEST ARMY"},{"id":1451,"name":"POPUP_QUEST_ARMY_HEADER","text":"Select your army for this Quest"},{"id":1452,"name":"POPUP_QUEST_ARMY_YOUR_ARMY","text":"Your Army"},{"id":1453,"name":"VALIDATION_MSG_TIME_MACHINE","text":"You need to buy this item before you can use it"},{"id":1454,"name":"POPUP_TEAM_SELECTION_SUBTITLE_1","text":"Selected units"},{"id":1455,"name":"POPUP_TEAM_SELECTION_SUBTITLE_2","text":"Available units"},{"id":1456,"name":"POPUP_TEAM_SELECTION_TITLE","text":"Select your team"},{"id":1457,"name":"POPUP_TIME_MACHINE_HELP_TITLE","text":"Time Machine Help"},{"id":1458,"name":"POPUP_TIME_MACHINE_HELP_TEXT","text":"-Use the Time Machine to travel forward in time!!\n\n-Thus you'll get resources sooner! It also speeds up PvP, Chapters, Quests, Daily Bonus, Dragon Nest, Rider Academy and much more!\n\n-You have 6 different hourglasses, each one travels forward a different amount of time.\n\n-Choose the one you need and press the USE button."},{"id":1459,"name":"STORAGE_SUB_MAIN","text":"Storage \/ Gifts"},{"id":1460,"name":"STORAGE_SUB_IPHONE","text":"Mobile Storage"},{"id":1461,"name":"QUEST_HARDCORE6_DESCRIP","text":"Defeat the Pharaohs Empire!!"},{"id":1462,"name":"QUEST_HARDCORE7_DESCRIP","text":"Defeat the Wicked Imperial Elves!!"},{"id":1463,"name":"QUEST_TEAM_SELECTION_ALERT_1_UNIT","text":"You must choose at least 1 unit"},{"id":1464,"name":"QUEST_TEAM_SELECTION_ALERT_LESS_20_CONFIRM","text":"Are you sure you want to play with less than 20 units?"},{"id":1465,"name":"TOOLTIP_TITAN_GODS","text":"Gods & Titans"},{"id":1466,"name":"GODS_1","text":"The 5 Elemental Gods created and ruled the world of Social Empires and kept peace amongst its dwellers..."},{"id":1467,"name":"GODS_2","text":"... but an unknown Evil force irrupted and many devilish creatures spawned and destroyed whole empires and killed its people..."},{"id":1468,"name":"GODS_3","text":"... After witnessing that, the 5 Elemental Gods decided to descend to the world of Social Empires with their Colossus and help to restore peace again!\n\nHelp them to achieve their goal!"},{"id":1469,"name":"POPUP_NEW_IPHONE_ITEMS_TITLE","text":"WELCOME SE MOBILE"},{"id":1470,"name":"POPUP_SEND_GIFTS_TITLE","text":"Send Gifts"},{"id":1471,"name":"POPUP_SEND_GIFTS_EXPLANATION","text":"Send an awesome Surprise Box to your friends to help them build their empires!"},{"id":1472,"name":"POPUP_SEND_GIFTS_BUTTON","text":"Send Gifts"},{"id":1473,"name":"ICON_MENU_MULTI_TOOL","text":"Multi Tool"},{"id":1474,"name":"ICON_MENU_REMOVE","text":"Remove"},{"id":1475,"name":"ICON_MENU_FAST_COLLECT","text":"Fast Collect"},{"id":1476,"name":"ICON_SQUARE_TOOL","text":"Square Tool"},{"id":1477,"name":"TEXT_SPACE_KEY","text":"space key"},{"id":1478,"name":"ICON_MENU_WORLD_QUEST","text":"Quests"},{"id":1479,"name":"ICON_MENU_WORLD_SURVIVAL","text":"Survival"},{"id":1480,"name":"ICON_MENU_WORLD_TOURNEY","text":"Tourney"},{"id":1481,"name":"ICON_MENU_GIFT_UNITS","text":"Units"},{"id":1482,"name":"ICON_MENU_GIFT_NEWS","text":"News"},{"id":1483,"name":"ICON_MENU_GIFT_COLLECTIONS","text":"Collections"},{"id":1484,"name":"ICON_MENU_GIFT_GIFTS","text":"Gifts"},{"id":1485,"name":"POPUP_NEW_GOAL","text":"Click here!"},{"id":1486,"name":"INFO_EMPIRE_NAME","text":"My Empire"},{"id":1487,"name":"ICON_MENU_GAME_DARTS","text":"Darts"},{"id":1488,"name":"INFO_COST","text":"COST:"},{"id":1489,"name":"BUTTON_SALE_TERRAIN","text":"FOR SALE"},{"id":1490,"name":"BUTTON_CLICK_TO_BUY","text":"Click to Buy"},{"id":1491,"name":"ICON_UPGRADE","text":"Upgrade"},{"id":1492,"name":"POPUP_NEED_ALLIES","text":"Need Allies?"},{"id":1493,"name":"POPUP_GET_ALLIES","text":"Get more allies to earn gold and XP every day \n Get allies now!"},{"id":1494,"name":"QUEST_GOD_ISLAND_1","text":"Defeat all enemies!"},{"id":1495,"name":"QUEST_GOD_ISLAND_2","text":"Defeat all enemies!"},{"id":1496,"name":"STORE_HEAL_UNITS","text":"Heals nearby units when they are not engaged in combat"},{"id":1497,"name":"POPUP_STARTING_QUEST_TITLE","text":"STARTING QUEST"},{"id":1498,"name":"QUEST_GOD_ISLAND_3","text":"Defeat all enemies!"},{"id":1499,"name":"TEAM_SELECTION_WINDOW_REQUIREMENTS_MSG","text":"To enter this quest you need to have at least #0# unit\/s from any of the following categories:\n\n"},{"id":1500,"name":"CATEGORY_IMPERIAL_ELVES_I","text":"IMPERIAL ELVES I"},{"id":1501,"name":"STORAGE_IPHONE_ITEMS","text":"The items you bought on your SE iPhone are in:
Storage -> Mobile Storage"},{"id":1502,"name":"CATEGORY_IMPERIAL_ELVES_II","text":"IMPERIAL ELVES II"},{"id":1503,"name":"GODS_4","text":"After the first epic battle, the Dark Evil God and its Chaos forces resisted ferociously,\nthus the Elemental Gods retreated to gain more power."},{"id":1504,"name":"GODS_5","text":"They summoned the 5 Genesis Gods who helped shaping the world during its creation.\nWith the help of their Colossus, all together will battle back the EVIL!"},{"id":1505,"name":"CATEGORY_IMPERIAL_ELVES_III","text":"IMPERIAL ELVES III"}],"categories":{"1":{"id":1,"name":"Village","sub":[{"id":11,"name":"Houses","parent":1},{"id":12,"name":"Resources","parent":1},{"id":13,"name":"Miscellaneous","parent":1},{"id":14,"name":"Investigation","parent":1}]},"2":{"id":2,"name":"Defense","sub":[{"id":21,"name":"Turrets","parent":2},{"id":22,"name":"Walls","parent":2},{"id":23,"name":"Castles","parent":2},{"id":24,"name":"Refuges","parent":2}]},"3":{"id":3,"name":"Army","sub":[{"id":31,"name":"Infantry","parent":3},{"id":32,"name":"Archers","parent":3},{"id":33,"name":"Cavalry","parent":3},{"id":34,"name":"Siege weapons","parent":3},{"id":35,"name":"Specials","parent":3}]},"4":{"id":4,"name":"Decorations","sub":[{"id":41,"name":"Trees","parent":4},{"id":42,"name":"Flowers","parent":4},{"id":43,"name":"Flags","parent":4},{"id":44,"name":"Statues","parent":4},{"id":45,"name":"Others","parent":4}]},"5":{"id":5,"name":"Wonders","sub":[{"id":51,"name":"Wonders","parent":5}]},"12":{"id":12,"name":"New","sub":[{"id":121,"name":"Limited Edition","parent":12},{"id":122,"name":"New","parent":12},{"id":123,"name":"Specials","parent":12}]},"0":{"sub":[{"id":0,"name":"All","parent":0}]}},"items":[{"id":"1","in_store":"1","name":"House I","type":"b","cost":"30","cost_type":"w","xp":"3","groups":"","trains":"0","upgrades_to":"2","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"casa1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2","in_store":"1","name":"House II","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"3","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3","in_store":"1","name":"House III","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"4","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"19","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"220","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"4","in_store":"1","name":"House IV","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"194","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"31","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"5","in_store":"1","name":"Mill I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"21600","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"6","in_store":"1","name":"Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"21600","expiration":"0","collect":"300","collect_type":"f","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"11","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":750}"},{"id":"7","in_store":"1","name":"Mill III","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":7500}"},{"id":"8","in_store":"1","name":"Pumpkin Crop","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"9","display_order":"11","activation":"32.4","expiration":"0","collect":"25","collect_type":"f","collect_xp":"2","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"9","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja1","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"9","in_store":"1","name":"Eggplant Field","type":"b","cost":"180","cost_type":"w","xp":"18","groups":"","trains":"0","upgrades_to":"10","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"3","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"21","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja2","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"10","in_store":"1","name":"Farm Land","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"200","display_order":"10","activation":"32.4","expiration":"0","collect":"15","collect_type":"f","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"granja3","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"11","in_store":"1","name":"Sheep Ranch I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"190","display_order":"16","activation":"90","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"2","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_1","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"12","in_store":"1","name":"Cow Ranch I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"192","display_order":"39","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_1","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"13","in_store":"1","name":"Gold Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"21600","expiration":"0","collect":"200","collect_type":"g","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"4","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"14","in_store":"1","name":"Gold Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"21600","expiration":"0","collect":"275","collect_type":"g","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1250}"},{"id":"15","in_store":"1","name":"Gold Mine III","type":"b","cost":"4500","cost_type":"g","xp":"450","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"21600","expiration":"0","collect":"350","collect_type":"g","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"24","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":10000}"},{"id":"16","in_store":"1","name":"Stone Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"30","activation":"21600","expiration":"0","collect":"175","collect_type":"s","collect_xp":"6","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"6","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":250}"},{"id":"17","in_store":"1","name":"Stone Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"31","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"17","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":3500}"},{"id":"18","in_store":"1","name":"Stone Mine III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"32","activation":"21600","expiration":"0","collect":"400","collect_type":"s","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"29","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":20000}"},{"id":"19","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"20","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol2","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"21","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol3","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"22","in_store":"1","name":"Blacksmith","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"58","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"131","min_level":"33","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"herreria","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"23","in_store":"1","name":"Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"188","display_order":"23","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"24","in_store":"1","name":"Church","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"502","upgrades_to":"0","display_order":"50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"133","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isglesia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"25","in_store":"1","name":"University","type":"b","cost":"8000","cost_type":"g","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"60","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"39","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"universidad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"26","in_store":"0","name":"Town Hall","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"500","upgrades_to":"139","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"27","in_store":"1","name":"Castle I","type":"b","cost":"15","cost_type":"c","xp":"200","groups":"","trains":"507","upgrades_to":"28","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo1","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"28","in_store":"1","name":"Castle II","type":"b","cost":"25","cost_type":"c","xp":"300","groups":"","trains":"508","upgrades_to":"198","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo2","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"8000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"29","in_store":"1","name":"Tower I","type":"b","cost":"125","cost_type":"s","xp":"13","groups":"","trains":"0","upgrades_to":"30","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa1","elevation":"4","unit_capacity":"0","attack":"4","defense":"1","life":"300","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"30","in_store":"1","name":"Tower II","type":"b","cost":"250","cost_type":"s","xp":"25","groups":"","trains":"0","upgrades_to":"31","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa2","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"8","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"31","in_store":"1","name":"Tower III","type":"b","cost":"375","cost_type":"s","xp":"38","groups":"","trains":"0","upgrades_to":"32","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa3","elevation":"4","unit_capacity":"0","attack":"12","defense":"1","life":"700","velocity":"0","attack_range":"9","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"32","in_store":"1","name":"Tower IV","type":"b","cost":"500","cost_type":"s","xp":"50","groups":"","trains":"0","upgrades_to":"33","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"23","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa4","elevation":"4","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"0","attack_range":"10","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"33","in_store":"1","name":"Tower V","type":"b","cost":"625","cost_type":"s","xp":"63","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"33","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa5","elevation":"4","unit_capacity":"0","attack":"16","defense":"1","life":"1100","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"34","in_store":"1","name":"Wall I","type":"b","cost":"5","cost_type":"w","xp":"1","groups":"","trains":"0","upgrades_to":"35","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"150","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"35","in_store":"1","name":"Wall II","type":"b","cost":"15","cost_type":"w","xp":"2","groups":"","trains":"0","upgrades_to":"36","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"36","in_store":"1","name":"Wall III","type":"b","cost":"30","cost_type":"s","xp":"3","groups":"","trains":"0","upgrades_to":"195","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"37","in_store":"1","name":"Wall Door","type":"b","cost":"50","cost_type":"s","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"222","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"puertamuralla","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"38","in_store":"1","name":"Barracks I","type":"b","cost":"125","cost_type":"w","xp":"13","groups":"","trains":"509","upgrades_to":"39","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"39","in_store":"1","name":"Barracks II","type":"b","cost":"250","cost_type":"w","xp":"25","groups":"","trains":"510","upgrades_to":"40","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":750}"},{"id":"40","in_store":"1","name":"Barracks III","type":"b","cost":"375","cost_type":"w","xp":"38","groups":"","trains":"511","upgrades_to":"136","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":3000}"},{"id":"41","in_store":"1","name":"Archery I","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"516","upgrades_to":"42","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"3","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"42","in_store":"1","name":"Archery II","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"517","upgrades_to":"43","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1000}"},{"id":"43","in_store":"1","name":"Archery III","type":"b","cost":"450","cost_type":"w","xp":"45","groups":"","trains":"518","upgrades_to":"137","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":5000}"},{"id":"44","in_store":"1","name":"Stables I","type":"b","cost":"175","cost_type":"w","xp":"18","groups":"","trains":"512","upgrades_to":"45","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"5","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":250}"},{"id":"45","in_store":"1","name":"Stables II","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"513","upgrades_to":"46","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1500}"},{"id":"46","in_store":"1","name":"Stables III","type":"b","cost":"525","cost_type":"w","xp":"53","groups":"","trains":"514","upgrades_to":"138","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":7000}"},{"id":"47","in_store":"1","name":"Archery Stables","type":"b","cost":"700","cost_type":"w","xp":"70","groups":"","trains":"515","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"24","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establoarquero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":10000}"},{"id":"48","in_store":"1","name":"Workshop I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"519","upgrades_to":"49","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"7","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"420","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":1000}"},{"id":"49","in_store":"1","name":"Workshop II","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"520","upgrades_to":"50","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":2000}"},{"id":"50","in_store":"1","name":"Workshop III","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"521","upgrades_to":"51","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":8000}"},{"id":"51","in_store":"1","name":"Workshop IV","type":"b","cost":"800","cost_type":"w","xp":"80","groups":"","trains":"522","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"26","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":12500}"},{"id":"52","in_store":"3","name":"Chichen Itza","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"g","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"ChichenItza","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"53","in_store":"3","name":"Coliseum","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"s","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"coliseo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"54","in_store":"3","name":"Inca God","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"21600","expiration":"0","collect":"600","collect_type":"f","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"diosInca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"55","in_store":"3","name":"Sphinx","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"w","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfinge","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"56","in_store":"3","name":"Machu Picchu","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"21600","expiration":"0","collect":"1200","collect_type":"s","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"6","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"machuPichu","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"57","in_store":"3","name":"Chinese Wall","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"21600","expiration":"0","collect":"1200","collect_type":"g","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"murallaChina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"58","in_store":"3","name":"Petra","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"21600","expiration":"0","collect":"1200","collect_type":"f","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"petra","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"59","in_store":"3","name":"Taj Mahal","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"1200","collect_type":"w","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"tajMahal","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"60","in_store":"3","name":"Iguazu Waterfalls","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"21600","expiration":"0","collect":"2000","collect_type":"s","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cataratasIguazu","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"61","in_store":"3","name":"Parthenon","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"21600","expiration":"0","collect":"2000","collect_type":"g","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"partenon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"62","in_store":"1","name":"Yellow Flowers","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"63","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresAmarillas2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"63","in_store":"1","name":"White Flowers","type":"b","cost":"25","cost_type":"g","xp":"3","groups":"","trains":"0","upgrades_to":"0","display_order":"77","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresBlancas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"64","in_store":"1","name":"Purple Flowers","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresLilas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"65","in_store":"1","name":"Red Flowers","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresRojas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"12","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"66","in_store":"1","name":"Pink Flowers","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresRosas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"67","in_store":"1","name":"Green Flowers","type":"b","cost":"225","cost_type":"g","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresVerdes","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"68","in_store":"1","name":"Maya Fire","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"65","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"fuegoMaya","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"14","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"69","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"70","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"70","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras2","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"71","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras3","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"72","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"72","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras4","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"73","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"73","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"74","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"74","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro2","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"75","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro3","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"76","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro4","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"77","in_store":"1","name":"Lumber Mill I","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"78","display_order":"26","activation":"21600","expiration":"0","collect":"200","collect_type":"w","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"5","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":150}"},{"id":"78","in_store":"1","name":"Lumber Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"79","display_order":"27","activation":"21600","expiration":"0","collect":"350","collect_type":"w","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":2000}"},{"id":"79","in_store":"1","name":"Lumber Mill III","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"205","display_order":"28","activation":"21600","expiration":"0","collect":"450","collect_type":"w","collect_xp":"15","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"27","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":15000}"},{"id":"80","in_store":"0","name":"Regenerating gold ...","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"10800","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"12","subcat_functional":"128","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"regOro","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"81","in_store":"0","name":"Regenerating stone ...","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"10800","expiration":"0","collect":"0","collect_type":"s","collect_xp":"0","category_id":"1","subcategory_id":"12","subcat_functional":"128","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"regPiedras","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"82","in_store":"0","name":"Treasure Chest","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"treasure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"83","in_store":"0","name":"Prisoner Princess","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"princess2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"84","in_store":"0","name":"Prisoner Villagers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisoners","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"85","in_store":"0","name":"Prisoner Arthur","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisonarthur","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"86","in_store":"0","name":"Prisoner Archers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisonarchers","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"87","in_store":"0","name":"Chained Troll","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisontroll","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"88","in_store":"0","name":"Power Gem","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"ag","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"powergem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"89","in_store":"0","name":"Golem Altar","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"813","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"golemstatue","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"90","in_store":"0","name":"Kidnapped Units","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"kidnapped","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"91","in_store":"0","name":"Trophy Totem","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"trophytotem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"92","in_store":"0","name":"Injured Cow","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vacaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"93","in_store":"0","name":"Injured Sheep","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"ovejaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"94","in_store":"0","name":"Lonely Knight","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"jinetePerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"95","in_store":"0","name":"Trojan Horse","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"caballoTroyano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"96","in_store":"0","name":"Mysterious Crate","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cajaSorpresaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"97","in_store":"0","name":"Mead Barrel","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"barrilPerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"98","in_store":"0","name":"Injured Troll","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"trolPerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"99","in_store":"0","name":"Golden Totem","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"totemOro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"100","in_store":"0","name":"Yellow Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"62","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolAmarillo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"0","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"101","in_store":"1","name":"Blue Tree","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"102","in_store":"0","name":"Happy Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"77","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"4","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolCara","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"103","in_store":"1","name":"Chinese Tree","type":"b","cost":"6","cost_type":"c","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"74","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolChino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"104","in_store":"1","name":"Purple Tree","type":"b","cost":"75","cost_type":"g","xp":"8","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolLila","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"105","in_store":"1","name":"Orange Tree","type":"b","cost":"225","cost_type":"g","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolNaranja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"106","in_store":"0","name":"Red Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"12","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolRojo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"107","in_store":"1","name":"Horror Tree","type":"b","cost":"390","cost_type":"g","xp":"39","groups":"","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolTerror","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"108","in_store":"1","name":"Green Tree","type":"b","cost":"60","cost_type":"g","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"64","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolVerde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"109","in_store":"0","name":"Blue Flag","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"banderaAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"5","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"110","in_store":"1","name":"Orange Flag","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaNaranja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"111","in_store":"0","name":"Red Flag","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"banderaRoja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"9","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"112","in_store":"1","name":"Eagle Flag","type":"b","cost":"425","cost_type":"g","xp":"43","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"12","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaRoja2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"113","in_store":"1","name":"Green Flag","type":"b","cost":"800","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"15","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaVerde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"114","in_store":"1","name":"Skulls","type":"b","cost":"350","cost_type":"g","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"calaverasFardo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"10","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"115","in_store":"0","name":"Roman Column","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"11","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"columnaRomana","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"4","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"116","in_store":"0","name":"World Cup","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"copaMundo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"117","in_store":"1","name":"Skeleton Statue","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaCalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"118","in_store":"0","name":"Helmet Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaCasco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"10","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"119","in_store":"1","name":"Minotaur Statue","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaCentauro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"120","in_store":"1","name":"Dragon Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"15","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"121","in_store":"1","name":"Mongol Statue","type":"b","cost":"15","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"66","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaMongol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"122","in_store":"1","name":"King Statue","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaRey","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"123","in_store":"1","name":"Soldier Statue","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"124","in_store":"1","name":"Soldier Statue","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"125","in_store":"0","name":"Soldier Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaSoldado3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"126","in_store":"1","name":"Soldier Statue","type":"b","cost":"10","cost_type":"c","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"68","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"127","in_store":"0","name":"Soldier Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaSoldado5","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"6","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"128","in_store":"1","name":"Viking Statue","type":"b","cost":"8","cost_type":"c","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaVikingo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"129","in_store":"1","name":"Fountain","type":"b","cost":"200","cost_type":"g","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"6","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"fuenteChica","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"130","in_store":"0","name":"Water well","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"pozoAgua","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"131","in_store":"1","name":"Ancient Ceramic","type":"b","cost":"10","cost_type":"c","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"70","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vasijaBarro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"132","in_store":"0","name":"Trojan Horse","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"caballoTroyano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"133","in_store":"0","name":"Golden Totem","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"totemOro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"134","in_store":"0","name":"Troll Hut","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trollhut","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"135","in_store":"0","name":"Troll Cave","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trollcave","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"136","in_store":"1","name":"Barracks IV","type":"b","cost":"1000","cost_type":"w","xp":"100","groups":"","trains":"539","upgrades_to":"390","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"28","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":15000}"},{"id":"137","in_store":"1","name":"Archery IV","type":"b","cost":"1250","cost_type":"w","xp":"125","groups":"","trains":"540","upgrades_to":"391","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"30","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":20000}"},{"id":"138","in_store":"1","name":"Stables IV","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"541","upgrades_to":"392","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"32","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":30000}"},{"id":"139","in_store":"0","name":"Town Hall II","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"500","upgrades_to":"140","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento2","elevation":"4","unit_capacity":"0","attack":"5","defense":"1","life":"2000","velocity":"0","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"140","in_store":"0","name":"Town Hall III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"500","upgrades_to":"141","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento3","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"4000","velocity":"0","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"141","in_store":"0","name":"Town Hall IV","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"500","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"35","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento4","elevation":"4","unit_capacity":"0","attack":"15","defense":"1","life":"8000","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"142","in_store":"0","name":"Isle 1","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isla1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"143","in_store":"0","name":"Isle 2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isla2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"144","in_store":"0","name":"Desert Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"145","in_store":"0","name":"Arctic Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islanieve","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"146","in_store":"0","name":"Key","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"key","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"147","in_store":"0","name":"Locked Gate","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"813","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"portonhielo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"148","in_store":"0","name":"Mysterious Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamysterious","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"149","in_store":"0","name":"Unknown Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaunknown","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"150","in_store":"1","name":"Altar of Heroes","type":"b","cost":"200","cost_type":"g","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"47","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"1211","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"altarheroes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"850","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"151","in_store":"3","name":"Small Refuge","type":"b","cost":"400","cost_type":"s","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"24","subcat_functional":"1311","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"refugio1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"3500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"152","in_store":"3","name":"Large Refuge","type":"b","cost":"5","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"24","subcat_functional":"1311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"refugio2","elevation":"4","unit_capacity":"5","attack":"0","defense":"1","life":"7000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"153","in_store":"1","name":"Argentina Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"154","in_store":"1","name":"Australia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"72","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagau","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"155","in_store":"1","name":"Belgium Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagbe","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"156","in_store":"1","name":"Bulgaria Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagbg","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"157","in_store":"1","name":"Canada Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"158","in_store":"1","name":"Catalonia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"78","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagcat","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"159","in_store":"1","name":"Switzerland Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagch","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"160","in_store":"1","name":"Chile Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagcl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"161","in_store":"1","name":"Colombia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"162","in_store":"1","name":"Germany Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"163","in_store":"1","name":"Spain Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flages","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"164","in_store":"1","name":"FC Barcelona Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagfcb","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"165","in_store":"1","name":"France Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagfr","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"166","in_store":"1","name":"UK Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flaggb","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"167","in_store":"1","name":"Israel Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagil","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"168","in_store":"1","name":"Italy Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagit","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"169","in_store":"1","name":"Mexico Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagmx","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"170","in_store":"1","name":"Netherlands Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagnl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"171","in_store":"1","name":"Philippines Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagph","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"172","in_store":"1","name":"Portugal Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagpt","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"173","in_store":"1","name":"Sweden Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagse","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"174","in_store":"1","name":"Turkey Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagtr","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"175","in_store":"1","name":"USA Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"176","in_store":"0","name":"Pyramid","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramide1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"177","in_store":"0","name":"Treasure Chest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cofre","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"178","in_store":"0","name":"Garden","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jardin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"179","in_store":"0","name":"Golden Fountain","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"fuentedorada","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"180","in_store":"0","name":"Frozen Mammoth","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"mamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"181","in_store":"1","name":"Wizard's Castle","type":"b","cost":"60000","cost_type":"g","xp":"200","groups":"","trains":"550","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo3","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"182","in_store":"0","name":"Undiscovered Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaundiscovered","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"183","in_store":"0","name":"Emergent Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaemergent","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"184","in_store":"0","name":"Rock Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islarock","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"185","in_store":"1","name":"Eagles I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"186","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"186","in_store":"1","name":"Eagles II","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"187","display_order":"35","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"16","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"187","in_store":"1","name":"Eagles III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"217","display_order":"36","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"188","in_store":"1","name":"Market II","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"189","display_order":"24","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"189","in_store":"1","name":"Market III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"25","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"190","in_store":"1","name":"Sheep Ranch II","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"0","upgrades_to":"191","display_order":"17","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"14","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"191","in_store":"1","name":"Sheep Ranch III","type":"b","cost":"5000","cost_type":"w","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"24","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"192","in_store":"1","name":"Cow Ranch II","type":"b","cost":"750","cost_type":"w","xp":"75","groups":"","trains":"0","upgrades_to":"193","display_order":"40","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"17","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"193","in_store":"1","name":"Cow Ranch III","type":"b","cost":"6500","cost_type":"w","xp":"650","groups":"","trains":"0","upgrades_to":"0","display_order":"41","activation":"90","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"26","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"194","in_store":"1","name":"House V","type":"b","cost":"1800","cost_type":"w","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"36","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"7","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"195","in_store":"1","name":"Wall IV","type":"b","cost":"100","cost_type":"s","xp":"10","groups":"","trains":"0","upgrades_to":"196","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"900","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"196","in_store":"1","name":"Wall V","type":"b","cost":"225","cost_type":"s","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"34","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"197","in_store":"1","name":"Healing Spring","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"54","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"137","min_level":"26","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"curacion","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"4","attack_interval":"15","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"198","in_store":"1","name":"Castle III","type":"b","cost":"35","cost_type":"c","xp":"400","groups":"","trains":"560","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo333","elevation":"4","unit_capacity":"0","attack":"30","defense":"1","life":"10000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"199","in_store":"3","name":"Fire Tower","type":"b","cost":"9","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa6","elevation":"4","unit_capacity":"0","attack":"20","defense":"1","life":"2000","velocity":"0","attack_range":"12","attack_interval":"30","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"200","in_store":"1","name":"Carrot Field","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"201","display_order":"13","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"28","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja4","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"201","in_store":"1","name":"Watermelon Field","type":"b","cost":"1100","cost_type":"w","xp":"110","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"32.4","expiration":"0","collect":"45","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"34","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja5","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"202","in_store":"1","name":"Mill IV","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"21600","expiration":"0","collect":"500","collect_type":"f","collect_xp":"17","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"32","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":25000}"},{"id":"203","in_store":"1","name":"Gold Mine IV","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"22","activation":"21600","expiration":"0","collect":"500","collect_type":"g","collect_xp":"17","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"38","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":35000}"},{"id":"204","in_store":"1","name":"Stone Mine IV","type":"b","cost":"24000","cost_type":"g","xp":"2400","groups":"","trains":"0","upgrades_to":"0","display_order":"33","activation":"21600","expiration":"0","collect":"550","collect_type":"s","collect_xp":"19","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"41","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":45000}"},{"id":"205","in_store":"1","name":"Lumber Mill IV","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"29","activation":"21600","expiration":"0","collect":"600","collect_type":"w","collect_xp":"20","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"35","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":30000}"},{"id":"206","in_store":"0","name":"Crocodile Pit","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"foso","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"207","in_store":"0","name":"Life Tree","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbolavatar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"208","in_store":"0","name":"Guillotine","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"guillotina","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"209","in_store":"0","name":"Prison","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"carcel","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"210","in_store":"0","name":"Water Well","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pozogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"211","in_store":"0","name":"Burning Mill","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinollamas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"212","in_store":"1","name":"Cathedral","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"569","upgrades_to":"0","display_order":"52","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"133","min_level":"23","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"catedraltorres","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"213","in_store":"1","name":"Mechanics","type":"b","cost":"1200","cost_type":"s","xp":"120","groups":"","trains":"570","upgrades_to":"0","display_order":"56","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"341","min_level":"29","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiamecanica","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":"{\"cost\":17500}"},{"id":"214","in_store":"3","name":"Lightning Tower","type":"b","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"18","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"electorre","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"2200","velocity":"0","attack_range":"12","attack_interval":"15","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"215","in_store":"1","name":"Kamikaze Center","type":"b","cost":"16","cost_type":"c","xp":"160","groups":"","trains":"575","upgrades_to":"0","display_order":"-699","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricakamikaze","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"216","in_store":"1","name":"Fire Workshop","type":"b","cost":"1600","cost_type":"w","xp":"160","groups":"","trains":"568","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"31","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"workshop5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":25000}"},{"id":"217","in_store":"1","name":"Eagles IV","type":"b","cost":"7","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"37","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"eagle4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"218","in_store":"1","name":"Treasure Mine","type":"b","cost":"325","cost_type":"g","xp":"33","groups":"","trains":"0","upgrades_to":"0","display_order":"46","activation":"86400","expiration":"0","collect":"1","collect_type":"t","collect_xp":"1","category_id":"1","subcategory_id":"13","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minatesoro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"219","in_store":"1","name":"Vineyard","type":"b","cost":"2000","cost_type":"w","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"32.4","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"37","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"vinedo","elevation":"4","unit_capacity":"1","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"220","in_store":"0","name":"Library","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"40","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isglesia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"221","in_store":"1","name":"Academy","type":"b","cost":"550","cost_type":"w","xp":"55","groups":"","trains":"0","upgrades_to":"0","display_order":"51","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiagimnasio","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"222","in_store":"1","name":"Minery Academy","type":"b","cost":"8000","cost_type":"g","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"57","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"31","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiamina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"223","in_store":"1","name":"Forestry Academy","type":"b","cost":"6500","cost_type":"g","xp":"650","groups":"","trains":"0","upgrades_to":"0","display_order":"55","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"28","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academialenador","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"224","in_store":"1","name":"Harbor","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"muelle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"225","in_store":"1","name":"Sacrifice Altar","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"52","activation":"1.08","expiration":"0","collect":"1","collect_type":"sk","collect_xp":"1","category_id":"1","subcategory_id":"13","subcat_functional":"124","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"sacrificio","elevation":"4","unit_capacity":"1","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"226","in_store":"1","name":"Nursery","type":"b","cost":"1000","cost_type":"w","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"53","activation":"32400","expiration":"0","collect":"1","collect_type":"h","collect_xp":"15","category_id":"1","subcategory_id":"13","subcat_functional":"123","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"picaderoanimal","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"227","in_store":"1","name":"Training Stables","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"123","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"adiestramientocaballos","elevation":"4","unit_capacity":"5","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"228","in_store":"1","name":"Noble Mansion","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"62","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casalujosa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"229","in_store":"1","name":"Temple","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"49","activation":"172800","expiration":"0","collect":"750","collect_type":"g","collect_xp":"25","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"templooro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"230","in_store":"1","name":"Baths","type":"b","cost":"6","cost_type":"c","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"42","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"9","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"banyos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"20","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"231","in_store":"1","name":"Tavern","type":"b","cost":"2200","cost_type":"w","xp":"220","groups":"","trains":"0","upgrades_to":"0","display_order":"59","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"35","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"taberna","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"232","in_store":"1","name":"Restaurant","type":"b","cost":"28000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"64","activation":"28800","expiration":"0","collect":"570","collect_type":"g","collect_xp":"19","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"45","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"restaurante","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"233","in_store":"1","name":"Bakery","type":"b","cost":"16000","cost_type":"g","xp":"1200","groups":"","trains":"0","upgrades_to":"0","display_order":"61","activation":"28800","expiration":"0","collect":"550","collect_type":"f","collect_xp":"19","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"40","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"bakery","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"650","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"234","in_store":"1","name":"Allies Building","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"111","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"235","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"0","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"236","in_store":"0","name":"Abandoned Mine","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedracandado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"237","in_store":"0","name":"Healer Prison","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"healersprisioneras","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"238","in_store":"0","name":"Trapped Allies","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliadosprisioneros","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"239","in_store":"1","name":"Heroes Grave","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"48","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"1211","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"temploresureccion","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"850","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"240","in_store":"0","name":"Chinese House","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casachina","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"241","in_store":"0","name":"Chinese Archery","type":"b","cost":"9","cost_type":"c","xp":"270","groups":"","trains":"577","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueriachina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"242","in_store":"0","name":"Chinese Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallachina2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"243","in_store":"0","name":"Chinese Tower","type":"b","cost":"4","cost_type":"c","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensachina","elevation":"4","unit_capacity":"0","attack":"6","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"10","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"244","in_store":"0","name":"Bamboo Mill","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"21600","expiration":"0","collect":"500","collect_type":"w","collect_xp":"17","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderochino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"245","in_store":"0","name":"Chinese Field","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoarroz","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"246","in_store":"0","name":"Panda","type":"b","cost":"2","cost_type":"c","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"osopanda","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"247","in_store":"0","name":"Geisha","type":"b","cost":"3","cost_type":"c","xp":"210","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"geisha","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"248","in_store":"0","name":"Kite","type":"b","cost":"7","cost_type":"c","xp":"490","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"chinocometa","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"249","in_store":"0","name":"Chinese Temple","type":"b","cost":"10","cost_type":"c","xp":"700","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pagoda","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"250","in_store":"0","name":"Maneki Neko","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"gatochino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"5","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"251","in_store":"0","name":"Noodles","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"bolchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"9","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"252","in_store":"0","name":"Drum","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"tamborchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"253","in_store":"0","name":"Chinese Tree","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"jardinchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"254","in_store":"0","name":"Dragon","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"dragondorado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"255","in_store":"0","name":"Buddha","type":"b","cost":"35000","cost_type":"g","xp":"3500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"budaoro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"256","in_store":"0","name":"Animals Cage","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"257","in_store":"0","name":"Captured Siege","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"catapultaspresas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"258","in_store":"0","name":"Skeleton","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"estatuaesqueleto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"259","in_store":"0","name":"Skeleton","type":"b","cost":"15","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"66","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaesqueleto2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"260","in_store":"0","name":"Stone","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"261","in_store":"3","name":"Saint Basil Basilica","type":"b","cost":"40","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"13","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"stbasil","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"25","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"262","in_store":"3","name":"Alexandria Library","type":"b","cost":"70","cost_type":"c","xp":"7","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"s","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"bibliotecaalejandria","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"50","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"263","in_store":"3","name":"Stonehenge","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"21600","expiration":"0","collect":"2000","collect_type":"f","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"stonehenge","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"264","in_store":"3","name":"Angkor","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"21600","expiration":"0","collect":"2000","collect_type":"w","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"angkor","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"265","in_store":"0","name":"Tree","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"266","in_store":"1","name":"Allies Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"45","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadoaliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"267","in_store":"0","name":"Aztec House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casaazteca","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"268","in_store":"0","name":"Aztec Quarters","type":"b","cost":"16","cost_type":"c","xp":"480","groups":"","trains":"578","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelazteca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"269","in_store":"0","name":"Aztec Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaazteca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"270","in_store":"0","name":"Aztec Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaazteca","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"271","in_store":"0","name":"Aztec Mill","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"450","collect_type":"f","collect_xp":"15","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinoazteca","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"272","in_store":"0","name":"Aztec Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaazteca","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"273","in_store":"0","name":"Snake Statue","type":"b","cost":"1","cost_type":"c","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturaserpiente","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"274","in_store":"0","name":"Aztec Boss","type":"b","cost":"2","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"jefeazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"275","in_store":"0","name":"Quetzacoatl","type":"b","cost":"6","cost_type":"c","xp":"420","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"quetzacoatl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"276","in_store":"0","name":"Aztec Ball Field","type":"b","cost":"3","cost_type":"c","xp":"210","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"277","in_store":"0","name":"Skull Statue","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"278","in_store":"0","name":"Golden Structure","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturaoro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"18","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"279","in_store":"0","name":"Solar Structure","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturasolar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"280","in_store":"0","name":"Aztec Calendar","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esculturacalendario","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"281","in_store":"0","name":"Aztec Decoration","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"paredgrabado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"282","in_store":"0","name":"Aztec Temple","type":"b","cost":"30000","cost_type":"g","xp":"3000","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"templosacrificio","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"283","in_store":"0","name":"Treasure","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinollamas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"284","in_store":"0","name":"Mineral Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islandbigboss3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"285","in_store":"0","name":"_DEV ACTIVATOR","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"286","in_store":"0","name":"_DEV TREASURE","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"287","in_store":"0","name":"Brazier","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"ag","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"brasero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"288","in_store":"0","name":"Rockdriller Skull","type":"b","cost":"5000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trofeogusano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"289","in_store":"0","name":"Troll Hall I","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"580","upgrades_to":"321","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"290","in_store":"2","name":"Troll Farm I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"310","display_order":"10","activation":"32.4","expiration":"0","collect":"15","collect_type":"f","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol1","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"291","in_store":"2","name":"Troll Tower I","type":"b","cost":"125","cost_type":"s","xp":"13","groups":"","trains":"0","upgrades_to":"303","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol1","elevation":"4","unit_capacity":"0","attack":"4","defense":"1","life":"300","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"292","in_store":"2","name":"Troll Wall I","type":"b","cost":"5","cost_type":"w","xp":"1","groups":"","trains":"0","upgrades_to":"305","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"150","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"293","in_store":"0","name":"Asian Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaasian","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"294","in_store":"0","name":"Aztec Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaaztec","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"295","in_store":"0","name":"Civilizated Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islacivilizated","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"296","in_store":"0","name":"Wild Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islawild","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"297","in_store":"0","name":"Conquered Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaxonquered","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"298","in_store":"0","name":"Hero Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islahero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"299","in_store":"1","name":"Zeppelin Tower","type":"b","cost":"3000","cost_type":"w","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"torrezepelin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"300","in_store":"2","name":"Troll Mill I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"301","display_order":"6","activation":"21600","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"301","in_store":"2","name":"Troll Mill II","type":"b","cost":"0","cost_type":"w","xp":"0","groups":"","trains":"0","upgrades_to":"302","display_order":"7","activation":"21600","expiration":"0","collect":"300","collect_type":"f","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"11","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"302","in_store":"2","name":"Troll Mill III","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"303","in_store":"2","name":"Troll Tower II","type":"b","cost":"250","cost_type":"s","xp":"25","groups":"","trains":"0","upgrades_to":"304","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol2","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"8","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"304","in_store":"2","name":"Troll Tower III","type":"b","cost":"375","cost_type":"s","xp":"38","groups":"","trains":"0","upgrades_to":"347","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol3","elevation":"4","unit_capacity":"0","attack":"12","defense":"1","life":"700","velocity":"0","attack_range":"9","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"305","in_store":"2","name":"Troll Wall II","type":"b","cost":"15","cost_type":"w","xp":"2","groups":"","trains":"0","upgrades_to":"306","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"306","in_store":"2","name":"Troll Wall III","type":"b","cost":"30","cost_type":"s","xp":"3","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"307","in_store":"2","name":"Troll House I","type":"b","cost":"30","cost_type":"w","xp":"3","groups":"","trains":"0","upgrades_to":"308","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"308","in_store":"2","name":"Troll House II","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"309","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"309","in_store":"2","name":"Troll House III","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"19","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"220","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"310","in_store":"2","name":"Troll Farm II","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"311","display_order":"11","activation":"32.4","expiration":"0","collect":"25","collect_type":"f","collect_xp":"2","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"9","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol2","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"311","in_store":"2","name":"Troll Farm III","type":"b","cost":"180","cost_type":"w","xp":"18","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"3","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"21","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol3","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"312","in_store":"2","name":"Troll Lumber Mill I","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"313","display_order":"26","activation":"21600","expiration":"0","collect":"200","collect_type":"w","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"5","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"313","in_store":"2","name":"Troll Lumber Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"314","display_order":"27","activation":"21600","expiration":"0","collect":"350","collect_type":"w","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"314","in_store":"2","name":"Troll Lumber Mill III","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"28","activation":"21600","expiration":"0","collect":"450","collect_type":"w","collect_xp":"15","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"27","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"315","in_store":"2","name":"Troll Gold Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"316","display_order":"19","activation":"21600","expiration":"0","collect":"200","collect_type":"g","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"4","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"316","in_store":"2","name":"Troll Gold Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"317","display_order":"20","activation":"21600","expiration":"0","collect":"275","collect_type":"g","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"317","in_store":"2","name":"Troll Gold Mine III","type":"b","cost":"4500","cost_type":"g","xp":"450","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"21600","expiration":"0","collect":"350","collect_type":"g","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"24","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"318","in_store":"2","name":"Troll Stone Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"319","display_order":"30","activation":"21600","expiration":"0","collect":"175","collect_type":"s","collect_xp":"6","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"6","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"319","in_store":"2","name":"Troll Stone Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"320","display_order":"31","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"17","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"320","in_store":"2","name":"Troll Stone Mine III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"32","activation":"21600","expiration":"0","collect":"400","collect_type":"s","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"29","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"321","in_store":"0","name":"Troll Hall II","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"580","upgrades_to":"322","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol2","elevation":"4","unit_capacity":"0","attack":"5","defense":"1","life":"2000","velocity":"0","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"322","in_store":"0","name":"Troll Hall III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"580","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol3","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"4000","velocity":"0","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"323","in_store":"2","name":"Troll Castle I","type":"b","cost":"15","cost_type":"c","xp":"200","groups":"","trains":"592","upgrades_to":"324","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillotrol1","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"324","in_store":"2","name":"Troll Castle II","type":"b","cost":"25","cost_type":"c","xp":"300","groups":"","trains":"591","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillotrol2","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"8000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"325","in_store":"2","name":"Coliseum","type":"b","cost":"100","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"coliseumtrol","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"326","in_store":"2","name":"Barracks 3","type":"b","cost":"425","cost_type":"w","xp":"43","groups":"","trains":"595","upgrades_to":"330","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"327","in_store":"2","name":"Barracks 6","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"600","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"24","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"328","in_store":"2","name":"Archery 2","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"598","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"329","in_store":"2","name":"Archery 1","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"589","upgrades_to":"328","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"4","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"330","in_store":"2","name":"Barracks 4","type":"b","cost":"650","cost_type":"w","xp":"65","groups":"","trains":"596","upgrades_to":"332","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"331","in_store":"2","name":"Boar Stable","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"599","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol6","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"332","in_store":"2","name":"Barracks 5","type":"b","cost":"2750","cost_type":"g","xp":"275","groups":"","trains":"597","upgrades_to":"327","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol7","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"725","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"333","in_store":"2","name":"Barracks 1","type":"b","cost":"125","cost_type":"w","xp":"13","groups":"","trains":"593","upgrades_to":"334","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol8","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"334","in_store":"2","name":"Barracks 2","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"594","upgrades_to":"326","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"6","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol9","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"335","in_store":"2","name":"Troll Market I","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"345","display_order":"23","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"336","in_store":"2","name":"Workshop I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"585","upgrades_to":"337","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"420","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"337","in_store":"2","name":"Workshop II","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"586","upgrades_to":"338","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"338","in_store":"2","name":"Workshop III","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"587","upgrades_to":"339","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"339","in_store":"2","name":"Workshop IV","type":"b","cost":"800","cost_type":"w","xp":"80","groups":"","trains":"588","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"26","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"340","in_store":"2","name":"Boar Ranch I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"341","display_order":"16","activation":"90","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"2","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"341","in_store":"2","name":"Boar Ranch II","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"0","upgrades_to":"342","display_order":"17","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"14","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"342","in_store":"2","name":"Boar Ranch III","type":"b","cost":"5000","cost_type":"w","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"24","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"343","in_store":"2","name":"Troll Harbour","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"muelle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"344","in_store":"2","name":"Troll Zeppelin","type":"b","cost":"3000","cost_type":"w","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"torrezepelin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"345","in_store":"2","name":"Troll Market II","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"346","display_order":"24","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"346","in_store":"2","name":"Troll Market III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"25","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"347","in_store":"2","name":"Troll Tower IV","type":"b","cost":"500","cost_type":"s","xp":"50","groups":"","trains":"0","upgrades_to":"348","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"23","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol4","elevation":"4","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"0","attack_range":"10","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"348","in_store":"2","name":"Troll Tower V","type":"b","cost":"625","cost_type":"s","xp":"63","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"33","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol5","elevation":"4","unit_capacity":"0","attack":"16","defense":"1","life":"1100","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"349","in_store":"2","name":"Troll Eagles I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"350","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"350","in_store":"2","name":"Troll Eagles II","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"351","display_order":"35","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"16","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"351","in_store":"2","name":"Troll Eagles III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"36","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"352","in_store":"2","name":"Allies Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"45","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadoaliadostrol","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"353","in_store":"2","name":"Troll Statue","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"354","in_store":"2","name":"Troll Statue","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"355","in_store":"2","name":"Troll Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"356","in_store":"2","name":"Troll Bathroom","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"retretetrol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"357","in_store":"0","name":"Troll Deco 5","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"358","in_store":"0","name":"Troll Deco 6","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"359","in_store":"0","name":"Troll Deco 7","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"360","in_store":"0","name":"Troll Deco 8","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"361","in_store":"0","name":"Allies Building","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"111","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"362","in_store":"2","name":"Voodoo Lounge","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"590","upgrades_to":"0","display_order":"50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"133","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"chamanahouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"363","in_store":"3","name":"Babylon Gardens","type":"b","cost":"70","cost_type":"c","xp":"7","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"23","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"jardinbabilonia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"50","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"364","in_store":"0","name":"Prisoner Archers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"365","in_store":"0","name":"Kidnapped Units","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"366","in_store":"1","name":"Odin Statue","type":"b","cost":"16","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"48","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaataque","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"367","in_store":"0","name":"Trapped Allies","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"368","in_store":"0","name":"Captured Siege","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"369","in_store":"1","name":"Oil Tower","type":"b","cost":"4","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"15","width":"1","height":"1","max_frame":"4","giftable":"0","img_name":"oiltower","elevation":"4","unit_capacity":"0","attack":"20","defense":"1","life":"2000","velocity":"0","attack_range":"12","attack_interval":"70","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"370","in_store":"1","name":"Elephant Stables","type":"b","cost":"18","cost_type":"c","xp":"500","groups":"","trains":"603","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchoelefantes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"371","in_store":"1","name":"Tower Workshop","type":"b","cost":"12","cost_type":"c","xp":"2","groups":"","trains":"602","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"311","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricatorremovil","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"372","in_store":"2","name":"Rhino Stables","type":"b","cost":"600","cost_type":"g","xp":"60","groups":"","trains":"601","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"17","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrolrino","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"373","in_store":"3","name":"Weather Machine","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"34","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"maquinatiempo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"374","in_store":"0","name":"Viking Quarters","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"606","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracavikinga","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"375","in_store":"0","name":"Viking Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallavikinga","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"376","in_store":"0","name":"Viking Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensavikinga","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"377","in_store":"0","name":"Viking Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjavikinga","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"378","in_store":"0","name":"Viking Mine","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minavikinga","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"379","in_store":"0","name":"Viking Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuavikinga1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"380","in_store":"0","name":"Viking Statue","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuavikinga2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"381","in_store":"0","name":"Viking Ship","type":"b","cost":"2","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barcovikingo1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"382","in_store":"0","name":"Viking Ship","type":"b","cost":"12000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barcovikingo2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"383","in_store":"0","name":"Viking Mistress","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vikingagordita","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"384","in_store":"3","name":"Ice Tower","type":"b","cost":"7","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torrehielo","elevation":"4","unit_capacity":"0","attack":"1","defense":"1","life":"2200","velocity":"0","attack_range":"14","attack_interval":"75","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"385","in_store":"2","name":"Barracks Drummer","type":"b","cost":"12","cost_type":"c","xp":"120","groups":"","trains":"604","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"311","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"bongotrolhouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"386","in_store":"2","name":"Barracks Boulder","type":"b","cost":"14","cost_type":"c","xp":"140","groups":"","trains":"605","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracalanzapiedras","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"387","in_store":"1","name":"Recruitment Prize","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"11","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"sorpresa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"388","in_store":"0","name":"Viking Axe Quarters","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"607","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracavikingolanzahachas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"389","in_store":"1","name":"Round Table","type":"b","cost":"100","cost_type":"s","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"7","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"mesaredonda","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"390","in_store":"1","name":"Barracks V","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"608","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"37","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracainfanteria5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":50000}"},{"id":"391","in_store":"1","name":"Archery V","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"609","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":75000}"},{"id":"392","in_store":"1","name":"Stables V","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"610","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"46","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":100000}"},{"id":"393","in_store":"0","name":"Anubis Temple","type":"b","cost":"18","cost_type":"c","xp":"540","groups":"","trains":"612","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelegipcio1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"394","in_store":"0","name":"Egyptian Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaegipcia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"395","in_store":"0","name":"Egyptian Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaegipcia","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2350","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"396","in_store":"0","name":"Egyptian Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaegipcia","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"397","in_store":"0","name":"Egyptian Mine","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"300","collect_type":"g","collect_xp":"10","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedraegipcia","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"398","in_store":"0","name":"Cleopatra","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cleopatra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"399","in_store":"0","name":"Camel","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"camello","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"400","in_store":"0","name":"Anubis Statue","type":"b","cost":"2","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"anubis","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"401","in_store":"0","name":"Cat Statue","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"bastet","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"402","in_store":"0","name":"Ra Statue","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"diosre","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"403","in_store":"0","name":"Sphynx","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfinge","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"404","in_store":"0","name":"Goat Sphynx","type":"b","cost":"15000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfingecabra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"405","in_store":"0","name":"Ra Sphynx","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfingere","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"406","in_store":"0","name":"Anubis Statue","type":"b","cost":"10000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"perrodorado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"407","in_store":"0","name":"Black Anubis","type":"b","cost":"8000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"perronegro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"408","in_store":"0","name":"Pharaoh","type":"b","cost":"4","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pharaoh","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"409","in_store":"0","name":"Egyptian Quarters","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"613","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelegipcio2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"410","in_store":"0","name":"Camel Stables","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"614","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcamellos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"411","in_store":"0","name":"Egyptian House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casaegipcia","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"412","in_store":"0","name":"Golden Hall","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"35","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalloro","elevation":"4","unit_capacity":"0","attack":"15","defense":"1","life":"8000","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"413","in_store":"0","name":"Golden Tower","type":"b","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torreoro","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2350","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"414","in_store":"0","name":"Golden Castle","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"508","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillooro","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"415","in_store":"1","name":"Mummy Pyramid","type":"b","cost":"16","cost_type":"c","xp":"500","groups":"","trains":"615","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramidemomia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"416","in_store":"1","name":"Wizardry Academy","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casamagia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"417","in_store":"0","name":"Hermit","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"ermitanoatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"418","in_store":"0","name":"Dolphin Fountain","type":"b","cost":"5000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"fuentedelfinesatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"419","in_store":"0","name":"Leviathan","type":"b","cost":"2","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"leviatanatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"420","in_store":"0","name":"Atlantis Decoration","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"peceraatlante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"421","in_store":"0","name":"Atlantis Quarters","type":"b","cost":"10000","cost_type":"g","xp":"250","groups":"","trains":"619","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelatlantida2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"422","in_store":"0","name":"Atlantis Archery","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"620","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelatlantida","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"423","in_store":"0","name":"Crab Stables","type":"b","cost":"18","cost_type":"c","xp":"550","groups":"","trains":"621","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcangrejoatlantis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"424","in_store":"0","name":"Seahorse Stables","type":"b","cost":"12","cost_type":"c","xp":"350","groups":"","trains":"622","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcaballito","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"425","in_store":"0","name":"Atlantis Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaatlantis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"426","in_store":"0","name":"Atlantis Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaatlantis","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2400","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"427","in_store":"0","name":"Atlantis Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoatlantis","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"428","in_store":"0","name":"Atlantis Mill","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"500","collect_type":"f","collect_xp":"17","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinoatlantida","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"429","in_store":"1","name":"Water Tower","type":"b","cost":"6","cost_type":"c","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"4","giftable":"0","img_name":"torreagua","elevation":"4","unit_capacity":"0","attack":"3","defense":"1","life":"2400","velocity":"0","attack_range":"11","attack_interval":"40","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"430","in_store":"1","name":"Neptune's Palace","type":"b","cost":"18","cost_type":"c","xp":"500","groups":"","trains":"623","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"palacioneptuno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"431","in_store":"0","name":"Misty Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamisty","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"432","in_store":"0","name":"Dune Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladune","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"433","in_store":"0","name":"Mythical Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamythical","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"434","in_store":"0","name":"Huge Egg","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"huevogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"435","in_store":"0","name":"Dangerous Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"436","in_store":"0","name":"Nest Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islanest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"437","in_store":"0","name":"Huge Egg","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"huevogrande2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"2500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"438","in_store":"0","name":"Elf Life Tree","type":"b","cost":"5000","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbolvidaelfo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"439","in_store":"0","name":"Elf Gazebo","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"cupulaverde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"440","in_store":"0","name":"Elf Hero Statue","type":"b","cost":"7","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaelfa","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"441","in_store":"0","name":"Elf Fountain","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fuenteelfica","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"442","in_store":"0","name":"Elf Barracks","type":"b","cost":"10000","cost_type":"g","xp":"250","groups":"","trains":"626","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaelfaespada","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"443","in_store":"0","name":"Elf Archer","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"627","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaarqueroelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"444","in_store":"0","name":"Druids' Council","type":"b","cost":"12","cost_type":"c","xp":"550","groups":"","trains":"628","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracamagoelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"445","in_store":"0","name":"Elf Stables","type":"b","cost":"20","cost_type":"c","xp":"550","groups":"","trains":"629","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracatigre","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"446","in_store":"0","name":"Elf Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaelfa","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"447","in_store":"0","name":"Elf Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torreelfa","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"2450","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"448","in_store":"0","name":"Elf Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaelfa","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"449","in_store":"0","name":"Elf Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"400","collect_type":"w","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderoelfo","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"450","in_store":"0","name":"Elf House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"49","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casaelfa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"451","in_store":"0","name":"Elf Eagle Aviary","type":"b","cost":"10","cost_type":"c","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pajaroelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"465","in_store":"0","name":"Royal Barrack","type":"b","cost":"16","cost_type":"c","xp":"450","groups":"","trains":"632","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaelfo2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"466","in_store":"0","name":"Druid's Hut","type":"b","cost":"15000","cost_type":"g","xp":"500","groups":"","trains":"628","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"466_barraca_druida","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"467","in_store":"0","name":"Royal Archery","type":"b","cost":"16","cost_type":"c","xp":"300","groups":"","trains":"633","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"467_barraca_arquero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"468","in_store":"0","name":"Elf Workshop","type":"b","cost":"20","cost_type":"c","xp":"400","groups":"","trains":"634","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"468_barraca_ballista","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"469","in_store":"1","name":"Fortress","type":"b","cost":"40","cost_type":"c","xp":"550","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"32","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"469_fortaleza","elevation":"4","unit_capacity":"6","attack":"35","defense":"1","life":"15000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"470","in_store":"1","name":"Great Church","type":"b","cost":"9000","cost_type":"g","xp":"350","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"600","collect_type":"g","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"139","min_level":"15","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"470_maravilla","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"10","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"471","in_store":"0","name":"Ent Barrack","type":"b","cost":"20","cost_type":"c","xp":"450","groups":"","trains":"635","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"471_barraca_ent","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"472","in_store":"0","name":"Black Castle","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"563","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"472_castillo","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"473","in_store":"0","name":"Infernal Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muroinfernal","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"474","in_store":"0","name":"Infernal Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensainferno","elevation":"4","unit_capacity":"0","attack":"27","defense":"1","life":"2500","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"475","in_store":"0","name":"Infernal Field","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"huertoinfernal","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"476","in_store":"0","name":"Infernal Barracks","type":"b","cost":"18","cost_type":"c","xp":"300","groups":"","trains":"644","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteriainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"477","in_store":"0","name":"Infernal Quarters","type":"b","cost":"12000","cost_type":"g","xp":"300","groups":"","trains":"645","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteriainferno2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"478","in_store":"0","name":"Infernal Archery","type":"b","cost":"20","cost_type":"c","xp":"300","groups":"","trains":"646","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueriainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"479","in_store":"0","name":"Infernal Stables","type":"b","cost":"24","cost_type":"c","xp":"550","groups":"","trains":"647","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"edificiohellhound","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"480","in_store":"0","name":"Torch","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"antorchainfernal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"481","in_store":"0","name":"Bleeding Sculpture","type":"b","cost":"5","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"faunosangrante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"482","in_store":"0","name":"Magma Fountain","type":"b","cost":"10","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fuentemagma","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"483","in_store":"0","name":"Infernal Sculpture","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"jardininferno","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"484","in_store":"0","name":"Infernal Halberdiery","type":"b","cost":"14","cost_type":"c","xp":"550","groups":"","trains":"648","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"edificioalabardainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"485","in_store":"0","name":"Infernal Headquarters","type":"b","cost":"30","cost_type":"c","xp":"250","groups":"","trains":"654","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"485_barraca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"486","in_store":"1","name":"Graveyard","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"486_cementerio","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"487","in_store":"0","name":"Chinese Festival","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"487_festivalchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"488","in_store":"0","name":"Stolen Fireworks","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"488_fuegoartificial","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"489","in_store":"0","name":"Golem Headquarters","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"refugio2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"490","in_store":"0","name":"Viking Festival","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"490_festivalvikingo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"491","in_store":"0","name":"Stolen Beer","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"491_cerveza","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"492","in_store":"0","name":"Black Yeti Cave","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"492_cuevayeti","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"493","in_store":"0","name":"Tl\u00e1loc Altar","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"493_altar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"494","in_store":"0","name":"Aztec Lamb","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"494_ovejaazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"495","in_store":"0","name":"Viper Nest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"495_nidoserpiente","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"496","in_store":"0","name":"Demonic Sculpture","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"496_demonic","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"497","in_store":"0","name":"Tree of Life","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"497_arbol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"498","in_store":"0","name":"Power Gem","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"powergem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"499","in_store":"0","name":"Sarcophagus","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"499_sarcofago","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"500","in_store":"0","name":"Villager I","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"worker","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"aldeanohombre","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"501","in_store":"0","name":"Villager I","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"worker","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"aldeanamujer","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"502","in_store":"0","name":"Healer","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"curandera","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"25","velocity":"3","attack_range":"5","attack_interval":"120","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Now your army can be healed during a battle!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"503","in_store":"0","name":"Settler","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"73","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"colonizador","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"3","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"504","in_store":"0","name":"Cow","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"cow","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"74","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"vaca1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"3","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"505","in_store":"0","name":"Sheep","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"sheep","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"75","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"oveja1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"7","velocity":"3","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"506","in_store":"0","name":"Ally Cart","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"cart","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"76","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"carretacaballo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"507","in_store":"0","name":"Elite Swordsman","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo1","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"110","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Use this Elite Swordsman as a leader of your Elite Army!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"508","in_store":"0","name":"Elite Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"150","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Lead your army to a glorious battle with this powerful unit!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"509","in_store":"0","name":"Spearman","type":"u","cost":"30","cost_type":"g","xp":"3","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad1","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"40","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Every Troll should meet personally the Spearman's Pike!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"510","in_store":"0","name":"Swordsman","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad2","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"45","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"9","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"With its sharp sword this unit can help you in battles!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"511","in_store":"0","name":"Long Swordsman","type":"u","cost":"90","cost_type":"g","xp":"9","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"3","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad3","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"55","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"18","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"He's even more deadly than his predecessors!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"512","in_store":"0","name":"Light Knight","type":"u","cost":"75","cost_type":"g","xp":"8","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"3","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"60","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"6","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Use a Light Knight for a Troll fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"513","in_store":"0","name":"Medium Knight","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo2","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"13","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Medium Knight should never be left out of sight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"514","in_store":"0","name":"Heavy Knight","type":"u","cost":"225","cost_type":"g","xp":"23","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"140","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"27","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Heavy Knight should be used in a Heavy Fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"515","in_store":"0","name":"Medium Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballoarquero","elevation":"1","unit_capacity":"0","attack":"7","defense":"1","life":"140","velocity":"5","attack_range":"6","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The arrows of this unit keep the trolls away from your empire!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"516","in_store":"0","name":"Light Archer","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero1","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"30","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"1","gift_level":"4","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"You have the Light Archer! It's time for Troll destruction!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"517","in_store":"0","name":"Medium Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero2","elevation":"1","unit_capacity":"0","attack":"7","defense":"1","life":"35","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"11","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"You have a Medium Archer! Your army is getting stronger!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"518","in_store":"0","name":"Heavy Archer","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero3","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"40","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"24","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"I'm the Heavy Archer who will serve you loyally in battles!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"519","in_store":"0","name":"Ram","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"102","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"ariete1","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"75","new_item":"0","population":"2","gift_level":"21","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The Ram will help you tear down all the wall of your enemies!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"520","in_store":"0","name":"Scorpion","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"siege","trains":"0","upgrades_to":"0","display_order":"103","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"ariete2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"40","velocity":"3","attack_range":"8","attack_interval":"175","new_item":"0","population":"3","gift_level":"30","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Add a Scorpion when you gether your troops agains the trolls!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"521","in_store":"0","name":"Catapult","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"siege","trains":"0","upgrades_to":"0","display_order":"104","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete3","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"50","velocity":"3","attack_range":"10","attack_interval":"175","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Catapult is your solution againt the deadly towers!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"522","in_store":"0","name":"Cannon","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete4","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"50","velocity":"3","attack_range":"11","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Cannon is a perfect weapon to bring down your enemy's towers!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"523","in_store":"0","name":"Wolf","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"106","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"82","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"lobo1","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"524","in_store":"0","name":"Elephant","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"107","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"82","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"animal2","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"525","in_store":"2","name":"Small Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"108","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"35","velocity":"2","attack_range":"1","attack_interval":"50","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"526","in_store":"2","name":"Devious Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"109","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol2","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"50","velocity":"4","attack_range":"1","attack_interval":"45","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"527","in_store":"2","name":"Big Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"528","in_store":"2","name":"Battle Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"529","in_store":"2","name":"War Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"200","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"530","in_store":"2","name":"Axethrower","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"125","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"531","in_store":"2","name":"Boar Rider","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"532","in_store":"0","name":"Rehabbed Troll","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"117","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"35","velocity":"2","attack_range":"1","attack_interval":"50","new_item":"0","population":"1","gift_level":"15","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Accept this Rehabbed Troll! He will serve you loyally!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"533","in_store":"0","name":"Warrior Princess","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"xena","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Who said women cannot fight? Test the power of Warrior Princess!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"534","in_store":"0","name":"Prince Arthur","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"princearthur","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"300","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Prince Arthur will lead you army into glorious victories!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"535","in_store":"0","name":"Ranger","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ranger","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"150","velocity":"5","attack_range":"6","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"With a Ranger on your side you can meet any danger on your way!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"536","in_store":"0","name":"Nice Troll","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3bueno","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"250","velocity":"2","attack_range":"1","attack_interval":"40","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"There's nothing nicer than a Nice Troll! Accept him in your empire!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"537","in_store":"0","name":"Stone Golem","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"stonegolem","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"538","in_store":"0","name":"Stone Golem","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss1","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"6500","velocity":"5","attack_range":"2","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"539","in_store":"0","name":"Powerful Swordsman","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteriaunidad4","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"175","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The Powerful Swordsman guarantees a Powerful Army!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"540","in_store":"0","name":"Powerful Archer","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquero4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"150","velocity":"3","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Try the deadly arrows of the Powreful Archer against the trolls!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"541","in_store":"0","name":"Powerful Knight","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballo4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"225","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Powerful Knight best fits a merciless fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"542","in_store":"0","name":"Ship","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ship","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"1000","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"543","in_store":"0","name":"Eagle","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"86","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"eagle","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"200","velocity":"10","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"1","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"544","in_store":"0","name":"Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"yetipequeno","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"545","in_store":"0","name":"Giant Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss2","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"15000","velocity":"5","attack_range":"2","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"546","in_store":"0","name":"Penguin","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pinguino","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"50","velocity":"4","attack_range":"8","attack_interval":"40","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"This Penguin is cute and also deadly!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"547","in_store":"2","name":"Ravager Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"300","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"548","in_store":"1","name":"Octopus","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pulpo","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"50","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"549","in_store":"1","name":"Kraken","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kraken","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"100","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"550","in_store":"0","name":"Wizard","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Never underestimate the Wizard! He can unleash deadly powers!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"551","in_store":"0","name":"Axethrower","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"125","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Axethrower is a unit you want as an ally and not an enemy!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"552","in_store":"0","name":"War Troll","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"200","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"War Troll is someone you should be afraid of!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"553","in_store":"0","name":"Wizard","type":"u","cost":"35000","cost_type":"g","xp":"300","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Use the Wizard wisely and with caution!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"554","in_store":"0","name":"Valkyrie","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"18","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"valkiria","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"7","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Use the healing powers of the beautiful Valkyrie, the nordic warrior.","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"555","in_store":"0","name":"Willy Wallace","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"wallace","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"450","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"8","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"They will never take our freedom with brave-hearted William Wallace!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"556","in_store":"0","name":"Thor","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"24","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"thor","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"500","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"9","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Feel the divine strengh of Thor's hammer! He always nails it!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"557","in_store":"0","name":"High Elf","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"27","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"375","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"9","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"558","in_store":"1","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"559","in_store":"1","name":"Skeleton","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"560","in_store":"0","name":"Elite Master Knight","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo3","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"300","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Elite Master Knight has the cooler armor of all knights. And it's heavy!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"561","in_store":"0","name":"Fly","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"pet","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"87","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"fly","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"6","attack_range":"1","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"562","in_store":"0","name":"Mishy","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"pet","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"87","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kuki","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"6","attack_range":"1","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"563","in_store":"0","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"1","race":"a","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"564","in_store":"0","name":"Ravager Troll","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"300","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"565","in_store":"0","name":"High Elf","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"375","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"566","in_store":"0","name":"Rockdriller","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"10000","velocity":"12","attack_range":"20","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"567","in_store":"0","name":"Sanddriller","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"gusanito","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"10000","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"568","in_store":"0","name":"Fire Cannon","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete5","elevation":"1","unit_capacity":"0","attack":"90","defense":"1","life":"60","velocity":"3","attack_range":"11","attack_interval":"150","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Bomb your enemies with the power of powder... Fire the Fire Cannon, sir!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"569","in_store":"0","name":"Monk","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"support slow","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"obispo","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"50","velocity":"3","attack_range":"7","attack_interval":"60","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The wise Monk will convert your enemies during battles. He is really convincing!","units_limit":"4","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"570","in_store":"0","name":"Engineer","type":"u","cost":"350","cost_type":"g","xp":"35","groups":"support normal","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mecanico","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"150","velocity":"5","attack_range":"1","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Repair your war machines with the Engineer: he also can assemble an IKEA cupboard!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"571","in_store":"0","name":"Horse","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"horse","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"88","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballosalvaje","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"572","in_store":"0","name":"Light Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballoarquero1","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"120","velocity":"5","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Light Archer knight is deadly combination of speed and rage!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"573","in_store":"0","name":"Heavy Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo3","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"160","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Trained as an Archer and a Knight! It's the unit you need in a fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"574","in_store":"0","name":"Powerful Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranger small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"180","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"It' is the best unit on a horse you'll find!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"575","in_store":"0","name":"Kamikaze","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kamikaze","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"200","velocity":"6","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":"{\"attack\":10}"},{"id":"576","in_store":"0","name":"Alliance Knight","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballeroaliado","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Represents the power of alliance and cooperation!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"577","in_store":"0","name":"Chinese Archer","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerochino","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"125","velocity":"4","attack_range":"7","attack_interval":"15","new_item":"0","population":"1","gift_level":"4","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"578","in_store":"0","name":"Aztec Warrior","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroazteca","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"200","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"579","in_store":"1","name":"Zombie","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"20","velocity":"1","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"580","in_store":"2","name":"Mr. Troll","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trolaldeano","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"581","in_store":"2","name":"Mrs. Troll","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trolaaldeana","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"582","in_store":"0","name":"Boat","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"barca","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"150","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"583","in_store":"0","name":"Zeppelin","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"zepelin","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"1000","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"584","in_store":"0","name":"Boar","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"boar","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"90","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"jabali","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"585","in_store":"2","name":"Troll Ram","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"102","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol1","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"75","new_item":"0","population":"2","gift_level":"21","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"586","in_store":"2","name":"Troll Scorpion","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"siege","trains":"0","upgrades_to":"0","display_order":"103","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"40","velocity":"3","attack_range":"8","attack_interval":"175","new_item":"0","population":"3","gift_level":"30","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"587","in_store":"2","name":"Troll Catapult","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"siege","trains":"0","upgrades_to":"0","display_order":"104","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol3","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"50","velocity":"3","attack_range":"10","attack_interval":"175","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"588","in_store":"2","name":"Troll Cannon","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol4","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"50","velocity":"3","attack_range":"11","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"589","in_store":"2","name":"Troll Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerotroll","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"75","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"590","in_store":"2","name":"Voodoo Healer","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"chamanatrol","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"60","velocity":"3","attack_range":"5","attack_interval":"120","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"4","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"591","in_store":"2","name":"Brute Swordsman","type":"u","cost":"1300","cost_type":"g","xp":"130","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"350","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"592","in_store":"2","name":"Brute Knight","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol2","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"593","in_store":"2","name":"Small Troll","type":"u","cost":"40","cost_type":"g","xp":"4","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"108","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"45","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"594","in_store":"2","name":"Devious Troll","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"109","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol2","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"70","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"595","in_store":"2","name":"Big Troll","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"140","velocity":"3","attack_range":"1","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"596","in_store":"2","name":"Battle Troll","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"150","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"597","in_store":"2","name":"War Troll","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"350","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"598","in_store":"2","name":"Axethrower","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"120","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"599","in_store":"2","name":"Boar Rider","type":"u","cost":"175","cost_type":"g","xp":"18","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"120","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"600","in_store":"2","name":"Ravager Troll","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"601","in_store":"2","name":"Rhino Rider","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rinocerontejinete","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"602","in_store":"0","name":"Mobile Tower","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"siege","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"torredefensamovil","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"3","attack_range":"10","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Mobile Tower is a powerful weapon, but receives no calls!","units_limit":"4","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"603","in_store":"0","name":"Elephant Rider","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"elefante","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"The Elephant Rider is a merciless fighter!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"604","in_store":"0","name":"Drummer","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bongotrol","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"605","in_store":"0","name":"Boulderthrower","type":"u","cost":"1300","cost_type":"g","xp":"130","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"lanzapiedras","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"350","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"606","in_store":"0","name":"Viking","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"vikingo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"230","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"607","in_store":"0","name":"Axe Viking","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"vikingolanzahachas","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"250","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"608","in_store":"0","name":"Royal Swordsman","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria5","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"225","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"This Royal Swordsman will protect your Royal lands!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"609","in_store":"0","name":"Royal Archer","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquero5","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"200","velocity":"3","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Royal Archers don't like getting on horses, but they have deadly forces!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"610","in_store":"0","name":"Royal Knight","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballo5","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"300","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Put the Royal Knight as a leader of your Royal army!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"611","in_store":"0","name":"Royal Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"180","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"612","in_store":"0","name":"Anubis Avatar","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"613","in_store":"0","name":"Egyptian Warrior","type":"u","cost":"700","cost_type":"g","xp":"70","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio2","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"614","in_store":"0","name":"Camel Rider","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"camelloguerrero","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"330","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"615","in_store":"0","name":"Mummy","type":"u","cost":"5000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"momia","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"Fighting along with a Mummy can be kind of funny!","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"616","in_store":"0","name":"Scarab","type":"u","cost":"100","cost_type":"g","xp":"0","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"escarabajo","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"80","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"617","in_store":"0","name":"Tornado","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornado","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"618","in_store":"0","name":"King Arthur","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballorey","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"325","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"10","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Let King Arthur be the head of your troops!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"619","in_store":"0","name":"Atlantis Warrior","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroatlantis","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"200","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"620","in_store":"0","name":"Atlantis Archer","type":"u","cost":"900","cost_type":"g","xp":"70","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroatlantis","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"150","velocity":"4","attack_range":"6","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"621","in_store":"0","name":"Crab Knight","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"cangrejo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"250","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"It comes from the sea to fight! It must be a Crab Knight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"622","in_store":"0","name":"Seahorse","type":"u","cost":"1150","cost_type":"g","xp":"80","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballitoatlantis","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"225","velocity":"5","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Seahorse is a mighty soldier of the Marine Force!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"623","in_store":"0","name":"Neptune","type":"u","cost":"5000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"neptunoatlante","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"Neptune is the God of the seas! Will make the enemies get down on their knees!","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"624","in_store":"0","name":"Octopus","type":"u","cost":"100","cost_type":"g","xp":"0","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pulpo","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"80","velocity":"7","attack_range":"5","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"625","in_store":"0","name":"Hurricane","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornadoagua","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"120","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"626","in_store":"0","name":"Elf Warrior","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"220","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"627","in_store":"0","name":"Elf Archer","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfico","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"160","velocity":"4","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"628","in_store":"0","name":"Elf Druid","type":"u","cost":"1000","cost_type":"g","xp":"140","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"628_druida","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"190","velocity":"4","attack_range":"6","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"629","in_store":"0","name":"Elf Tiger","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tigreelfo","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"350","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"630","in_store":"0","name":"Summoned Golem","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss1","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"631","in_store":"0","name":"Summoned Yeti","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss2","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"632","in_store":"0","name":"Royal Elf","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"elfoblanco","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"275","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"633","in_store":"0","name":"Elf Royal Archer","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"633_arquero","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"180","velocity":"4","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"634","in_store":"0","name":"Elf Ballista","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"634_ballista","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"70","velocity":"3","attack_range":"11","attack_interval":"150","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"635","in_store":"0","name":"Ent","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"800","velocity":"5","attack_range":"3","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"4","achievement":"1","achievement_desc":"The Ent, the walking tree, is going to crush you like a nasty bug. Eww!","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"636","in_store":"0","name":"Ent Spirit","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"20","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"637","in_store":"0","name":"Rockdriller","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"1250","velocity":"12","attack_range":"15","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"638","in_store":"0","name":"Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"250","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"639","in_store":"0","name":"White Eagle","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"639_aguila","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"350","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"640","in_store":"0","name":"Rhino Rider","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"640_rinoceronte","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"Yes, it's possible to ride a rhino. The Rhino Rider can do it: he's a tough troll!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"641","in_store":"0","name":"Golden Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"641_golem","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"642","in_store":"0","name":"Black Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"642_yeti","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"643","in_store":"0","name":"Black Elephant","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"643_elefante","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"575","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"The Black Elephant will stomp on all your enemies... except mices.","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"644","in_store":"0","name":"Infernal Warrior","type":"u","cost":"1400","cost_type":"g","xp":"140","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"644_if_footman","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"645","in_store":"0","name":"Infernal Demon","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"365","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"646","in_store":"0","name":"Infernal Archer","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroinfernounidad","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"175","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"647","in_store":"0","name":"Infernal Knight","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infernomontado","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"648","in_store":"0","name":"Infernal Halberdier","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria_infernal5","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"370","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"649","in_store":"0","name":"Furious Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"649_dragonbigred","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The Furious Dragon is here and he isn't happy, he's FURIOUS!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"650","in_store":"0","name":"Balrog","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"650_juggernaut","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1750","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"651","in_store":"0","name":"Lightning Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"651_bluedraggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"The Lightning Draggy gives you cramps when you pet it!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"652","in_store":"0","name":"Red Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"652_magorojo","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The Red Wizard can control magic flames... and light your fireplace!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"653","in_store":"0","name":"Giant Viper","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"653_serpiente","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"1000","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The Giant Viper devours his victims without chewing. Bring the fruit salt!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"654","in_store":"0","name":"Demon Crusher","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"654_demoniogrande","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"900","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The most fearful demon. The Demon Crusher builds his muscles on Hell's gym!","units_limit":"4","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"655","in_store":"0","name":"Winged Paladin","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"655_paladin","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"425","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"What if a paladin and a pigeon had kids? Here's the Winged Paladin!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"657","in_store":"0","name":"Crimson Scale Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"657_dragonbigred","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1500","velocity":"6","attack_range":"8","attack_interval":"45","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"658","in_store":"0","name":"Draggy Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"250","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"659","in_store":"0","name":"Infernal Minion","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"150","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"660","in_store":"0","name":"Spartan Champion","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"660_leonidas","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"750","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"661","in_store":"0","name":"Barbarian","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"661_conan","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"775","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"662","in_store":"0","name":"Winged Knight","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"662_pegasus2","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"380","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"663","in_store":"0","name":"Spartan Swordsman","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"663_miniespartan","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"460","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"664","in_store":"0","name":"Stone Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"stonegolem","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"2500","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"665","in_store":"0","name":"Golden Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"641_golem","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"4000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"666","in_store":"0","name":"Yeti","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"yetipequeno","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"667","in_store":"0","name":"Black Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"642_yeti","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"5000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"668","in_store":"0","name":"Giant Viper","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"653_serpiente","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"5500","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"669","in_store":"0","name":"Evil Mummy","type":"u","cost":"10","cost_type":"c","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"momia","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"5500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"670","in_store":"0","name":"Evil Anubis","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"671","in_store":"0","name":"Furious Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"649_dragonbigred","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"6000","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"672","in_store":"0","name":"Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"673","in_store":"0","name":"Infernal Warrior","type":"u","cost":"1400","cost_type":"g","xp":"140","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"644_if_footman","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"674","in_store":"0","name":"Infernal Demon","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"365","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"675","in_store":"0","name":"Infernal Archer","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroinfernounidad","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"175","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"676","in_store":"0","name":"Infernal Knight","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infernomontado","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"677","in_store":"0","name":"Infernal Halberdier","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria_infernal5","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"370","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"678","in_store":"0","name":"Neptune","type":"u","cost":"8","cost_type":"c","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"neptunoatlante","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"8000","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"679","in_store":"0","name":"Crab Knight","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"cangrejo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"680","in_store":"0","name":"Seahorse","type":"u","cost":"1150","cost_type":"g","xp":"80","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballitoatlantis","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"400","velocity":"5","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"681","in_store":"0","name":"Corrupted Ent","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"8000","velocity":"5","attack_range":"3","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"682","in_store":"0","name":"Unleashed Balrog","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"650_juggernaut","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"10000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"683","in_store":"0","name":"Earth Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"683_mago","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"400","velocity":"3","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"Summon the forces of Earth with the Earth Wizard. He's an old hippy!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"684","in_store":"0","name":"Stormy Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"684_dragon","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1650","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"Beware of the Stormy Dragon and his electric shocks, you filthy trolls!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"685","in_store":"0","name":"Aztec Warrior","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroazteca","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"200","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"686","in_store":"0","name":"Infernal Kamikaze","type":"u","cost":"1700","cost_type":"g","xp":"170","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"686_kamikaze","elevation":"1","unit_capacity":"0","attack":"575","defense":"1","life":"300","velocity":"7","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"687","in_store":"0","name":"Rhino Rider","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"687_rhino","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"688","in_store":"0","name":"Atlantis Warrior","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroatlantis","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"350","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"689","in_store":"0","name":"Atlantis Archer","type":"u","cost":"6","cost_type":"c","xp":"70","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroatlantis","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"250","velocity":"4","attack_range":"6","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"690","in_store":"0","name":"Corrupted wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"683_mago","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"691","in_store":"0","name":"Corrupted wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"652_magorojo","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"692","in_store":"0","name":"Corrupted Wizard","type":"u","cost":"6","cost_type":"c","xp":"300","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"693","in_store":"0","name":"Corrupted Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"651_bluedraggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"694","in_store":"0","name":"Red Samurai","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"694_samurai","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"700","velocity":"7","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The way of the Samurai is full of death... and sushi!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"695","in_store":"0","name":"Sayan Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"695_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"The fearsome Saiyan Dragon spits energy beams... and dragon balls!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"696","in_store":"0","name":"Rockdriller","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"6000","velocity":"12","attack_range":"15","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"697","in_store":"0","name":"Sanddriller","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"gusanito","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"698","in_store":"0","name":"Green Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"698_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"699","in_store":"0","name":"Celestial Priest","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"699_warriorpriest","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"400","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"700","in_store":"0","name":"Gryphon Knight","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"700_grifo","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"475","velocity":"7","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"1","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"701","in_store":"0","name":"Celestial Soldier","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"701_angelsoldier","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"702","in_store":"0","name":"Celestial Mech","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"702_mechangel","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"500","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"703","in_store":"0","name":"Celestial Archer","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"703_angelarquero","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"190","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"704","in_store":"0","name":"Celestial Reaper","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"704_death","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"705","in_store":"0","name":"Celestial Lancer","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"705_lancer","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"706","in_store":"0","name":"White Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"706_mage","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"425","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The White Wizard is the awesomest wizard of all time. Period.","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"707","in_store":"0","name":"Scary Zombie","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"707_zombie","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1500","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The Scary Zombie wants to eat trolls brains! Yummie!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"708","in_store":"0","name":"Golden Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"708_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"709","in_store":"0","name":"Colossal Cobra","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"709_cobra","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"1200","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"710","in_store":"0","name":"Golden Draggie","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"710_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"711","in_store":"0","name":"Celestial Supreme","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"711_arcangel2","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"800","velocity":"6","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"712","in_store":"0","name":"Black Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"712_mago","elevation":"1","unit_capacity":"0","attack":"21","defense":"1","life":"450","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"713","in_store":"0","name":"T-Rex","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"713_trex","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1500","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"714","in_store":"0","name":"Two-Headed Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"714_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"715","in_store":"0","name":"Grim Reaper","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"715_muerte","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"650","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"716","in_store":"0","name":"Monster Mole","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"716_topo","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"1300","velocity":"5","attack_range":"2","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"717","in_store":"0","name":"King Kong","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"717_kong","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"718","in_store":"0","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"60","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"719","in_store":"0","name":"Black Ninja","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"719_ninja","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"400","velocity":"8","attack_range":"9","attack_interval":"15","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"720","in_store":"0","name":"Chock Nurris","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"720_chock","elevation":"1","unit_capacity":"0","attack":"999","defense":"1","life":"50000","velocity":"8","attack_range":"20","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"721","in_store":"0","name":"Amazon Warrior","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"721_amazon","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"600","velocity":"7","attack_range":"1","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"722","in_store":"0","name":"Fire T-Rex","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"722_trex","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"1600","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"723","in_store":"0","name":"Black Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"723_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1750","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"724","in_store":"0","name":"Avenging Paladin","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"724_arcangel","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1000","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"725","in_store":"0","name":"Black Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"725_draggy","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"450","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"726","in_store":"0","name":"Boss Dragon 2","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"726_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"727","in_store":"0","name":"Water Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"727_mago","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"475","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"728","in_store":"0","name":"Whirlpool","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornadoagua","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"80","velocity":"5","attack_range":"1","attack_interval":"90","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"729","in_store":"0","name":"Mr. Bones","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"410","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"730","in_store":"0","name":"Scarecrow","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"730_espanta","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"200","velocity":"4","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"731","in_store":"0","name":"Black Witch","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"731_bruja","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"220","velocity":"6","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"732","in_store":"0","name":"Frankenstein","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"732_frank","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"600","velocity":"4","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"733","in_store":"0","name":"Dracula","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"733_dracula","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"240","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"734","in_store":"0","name":"Ghost","type":"u","cost":"5","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"734_fantasma","elevation":"1","unit_capacity":"0","attack":"21","defense":"1","life":"450","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"735","in_store":"0","name":"Werewolf","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"735_lobo","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1100","velocity":"6","attack_range":"1","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"736","in_store":"0","name":"Epic 2-Head Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"736_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"737","in_store":"0","name":"T-Rex Knight","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"737_trex","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1650","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"738","in_store":"0","name":"Scary Zombie","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"707_zombie","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1500","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"739","in_store":"0","name":"Golden Dragon Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"739_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"5","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"740","in_store":"0","name":"Deadly Dragon Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"740_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"741","in_store":"0","name":"Snowy Kong","type":"u","cost":"7","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"741_kong","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1600","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"742","in_store":"0","name":"Tiger Spider","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"742_spider","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"1200","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"743","in_store":"0","name":"Krazy Kamikaze","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kamikaze","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"350","velocity":"7","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"744","in_store":"0","name":"The Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"744_phoenix","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"745","in_store":"0","name":"Godzilla","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"745_godzilla","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1600","velocity":"6","attack_range":"5","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"746","in_store":"0","name":"Pumpkin Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"746_monster","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"45","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"747","in_store":"0","name":"Evil Pumpkin Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"746_monster","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"1","potion":"45","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"748","in_store":"0","name":"Cyclops","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"748_ciclope","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1500","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"749","in_store":"0","name":"Medusa","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"749_medusa","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"550","velocity":"6","attack_range":"9","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"750","in_store":"0","name":"Icarus","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"750_icaro","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"375","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"751","in_store":"0","name":"Hermes","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"751_hermes","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"150","velocity":"9","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"752","in_store":"0","name":"Minotaur","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"752_minotauro","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"750","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"753","in_store":"0","name":"Scorpion","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"753_escorpion","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"754","in_store":"0","name":"Cerberus","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"754_cancerbero","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"800","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"755","in_store":"0","name":"Pyros Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"755_titanpyros","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"5","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"756","in_store":"0","name":"Centaur","type":"u","cost":"2700","cost_type":"g","xp":"270","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"756_centauro","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"850","velocity":"6","attack_range":"5","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"757","in_store":"0","name":"Lythos Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"757_titanlythos","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"758","in_store":"0","name":"Infernal Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"758_infernaldragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"759","in_store":"0","name":"Valkyr","type":"u","cost":"1900","cost_type":"g","xp":"190","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"759_valkyr","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"325","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"760","in_store":"0","name":"Hermes Swordsman","type":"u","cost":"1700","cost_type":"g","xp":"170","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"760_hermes2","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"761","in_store":"0","name":"Hermes Spearman","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"761_hermes3","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"762","in_store":"0","name":"Stratos Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"762_titanstratos","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"763","in_store":"0","name":"Lythos Minion","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"757_titanlythos","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"175","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"764","in_store":"0","name":"Rodas Colossus","type":"u","cost":"7500","cost_type":"g","xp":"700","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"764_rodas","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"1000","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"765","in_store":"0","name":"Hades","type":"u","cost":"8000","cost_type":"g","xp":"700","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"765_hades","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1600","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"766","in_store":"0","name":"Heavy Dragon","type":"u","cost":"10","cost_type":"c","xp":"700","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"766_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1850","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"767","in_store":"0","name":"Advanced Catapult","type":"u","cost":"800","cost_type":"g","xp":"700","groups":"siege","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"767_lanzapiedras","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"100","velocity":"4","attack_range":"18","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"768","in_store":"0","name":"Heavy Draggy","type":"u","cost":"6","cost_type":"c","xp":"700","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"768_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"769","in_store":"0","name":"Dark Punky Draggy","type":"u","cost":"6","cost_type":"c","xp":"700","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"769_punky_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"770","in_store":"0","name":"Giant Mamooth","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"770_mamut","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"771","in_store":"0","name":"Antimatter Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"771_antimatter_wizard","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"500","velocity":"5","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"772","in_store":"0","name":"Hidros Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"772_titanhidros","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"773","in_store":"0","name":"Poseidon","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"773_god_poseidon","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"774","in_store":"0","name":"Aquiles","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"774_aquiles","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"775","in_store":"0","name":"Blue Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"775_blue_phoenix","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1750","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"776","in_store":"0","name":"Atomic Godzilla","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"776_nuclear_godzilla","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"777","in_store":"0","name":"Crystal Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"777_crystal_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"778","in_store":"0","name":"God Zeus","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"778_god_zeus","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"779","in_store":"0","name":"Ulises","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"779_ulises","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"780","in_store":"0","name":"Harpy","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"780_harpy","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"1000","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"781","in_store":"0","name":"Vulcano","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"781_hefesto","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"782","in_store":"0","name":"Spiky Spider","type":"u","cost":"7","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"782_spiky_spider","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1500","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"783","in_store":"0","name":"Little Spiky Spider","type":"u","cost":"3","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"782_spiky_spider","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"175","velocity":"8","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"784","in_store":"0","name":"Horned Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"784_horned_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"785","in_store":"0","name":"Furious Bull Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"785_bull_png","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"786","in_store":"0","name":"Manticora","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"786_manticora","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"787","in_store":"0","name":"Chimera","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"787_chimera","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"788","in_store":"0","name":"Ares","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"788_ares","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"789","in_store":"0","name":"Hercules","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"789_hercules","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1000","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"790","in_store":"0","name":"Crystal Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"790_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"791","in_store":"0","name":"Albino Werewolf","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"791_werewolf","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"792","in_store":"0","name":"Giant Cyclops","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"792_cyclops","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"793","in_store":"0","name":"Angelical Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"793_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"794","in_store":"0","name":"Necro Paladin","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"794_necropaladin","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1200","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"6","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"795","in_store":"0","name":"Necro Warrior","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"795_necrowarrior","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"760","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"796","in_store":"0","name":"Sun Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"796_wizard","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"550","velocity":"6","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"797","in_store":"1","name":"Axe Skeleton","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"797_axe_skeleton","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"240","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"798","in_store":"0","name":"Rubies Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"798_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"799","in_store":"0","name":"Necro Horseman","type":"u","cost":"2700","cost_type":"g","xp":"270","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"799_necro_horseman","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"700","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"800","in_store":"0","name":"Necro Gollum","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"800_necro_gollum","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"801","in_store":"0","name":"Necro Harvester","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"801_necro_harvester","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1100","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"802","in_store":"0","name":"Necro Fork Soldier","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"802_necro_fork_soldier","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"190","velocity":"8","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"803","in_store":"0","name":"Necro Multi-arms","type":"u","cost":"4000","cost_type":"g","xp":"400","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"803_necro_multi_arms","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"804","in_store":"0","name":"Necro Executioner","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"804_necro_executioner","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"805","in_store":"0","name":"Necro Shark Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"805_necro_shark_monster","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"806","in_store":"0","name":"Necro King","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"806_necro_king","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"807","in_store":"0","name":"Necro Abomination","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"807_necro_abomination","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"808","in_store":"0","name":"Sword Skeleton","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"808_sword_skeleton","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"809","in_store":"0","name":"Necro Archer","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"809_necro_archer","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"210","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"810","in_store":"0","name":"Necro Priest","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"810_necro_priest","elevation":"1","unit_capacity":"0","attack":"39","defense":"1","life":"950","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"811","in_store":"0","name":"Necro Winged Warrior","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"811_necro_winged_warrior","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"750","velocity":"7","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"812","in_store":"0","name":"Necro Gryphon Knight","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"812_necro_gryphon_knight","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"813","in_store":"0","name":"Rubies Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"813_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"814","in_store":"0","name":"Celestial Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"814_celestial_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"815","in_store":"0","name":"Necro Dark Lord","type":"u","cost":"6300","cost_type":"g","xp":"630","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"815_necro_big_sword","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"816","in_store":"0","name":"Necro Worm","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"816_necro_worm","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"817","in_store":"0","name":"Necro Rhino","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"817_necro_rhino","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1600","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"6","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"818","in_store":"0","name":"Skeleton Archer","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"818_skeleton_archer","elevation":"1","unit_capacity":"0","attack":"17","defense":"1","life":"220","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"819","in_store":"0","name":"Snake Charmer","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"819_snakes_charmer","elevation":"1","unit_capacity":"0","attack":"17","defense":"1","life":"220","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"820","in_store":"0","name":"Death Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"820_necro_draggy","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"821","in_store":"0","name":"Necro Ghost","type":"u","cost":"4000","cost_type":"g","xp":"400","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"821_necro_ghost","elevation":"1","unit_capacity":"0","attack":"41","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"822","in_store":"0","name":"Dragon Rider I","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"822_dragon_rider1","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"823","in_store":"0","name":"Dragon Rider II","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"823_dragon_rider2","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"650","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"824","in_store":"0","name":"Dragon Rider III","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"824_dragon_rider3","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"825","in_store":"0","name":"Necro Doublesword","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"825_necro_doublesword","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"425","velocity":"6","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"826","in_store":"0","name":"Death Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"826_necro_dragon_2","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"827","in_store":"0","name":"Evil Scorpion","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"827_necro_scorpion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"828","in_store":"0","name":"Furious Zeus","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"828_god_zeus","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1850","velocity":"5","attack_range":"9","attack_interval":"30","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"829","in_store":"0","name":"Punisher Knight","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"829_punisher_knight","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"830","in_store":"0","name":"Spectrum Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"830_dragon_king","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"831","in_store":"0","name":"Mad Balrog","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"831_balrog","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1750","velocity":"6","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"832","in_store":"0","name":"Furious Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"832_dragonbigred_jinete","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"833","in_store":"0","name":"Stormy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"833_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"1750","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"834","in_store":"0","name":"Sayan Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"834_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"835","in_store":"0","name":"Golden Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"835_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"1900","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"836","in_store":"0","name":"Two-Headed Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"836_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"837","in_store":"0","name":"Black Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"837_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"64","defense":"1","life":"1850","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"838","in_store":"0","name":"Epic 2-Head Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"838_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"68","defense":"1","life":"1950","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"839","in_store":"0","name":"Infernal Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"839_infernaldragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"840","in_store":"0","name":"Heavy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"840_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"841","in_store":"0","name":"Crystal Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"841_crystal_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2050","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"842","in_store":"0","name":"Furious Bull Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"842_furious_bull_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"843","in_store":"0","name":"Angelical Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"843_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"69","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"844","in_store":"0","name":"Rubies Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"844_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"845","in_store":"0","name":"Death Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"845_necro_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"2200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"846","in_store":"0","name":"Green Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"846_bahamut","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"847","in_store":"0","name":"Vulcano Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"847_vulcano_dragon","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"848","in_store":"0","name":"Giant Bat","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"848_giant_bat","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2100","velocity":"6","attack_range":"4","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"849","in_store":"0","name":"Vulcano Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"849_vulcano_draggy","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"475","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"850","in_store":"0","name":"Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"850_bahamut_draggy","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"851","in_store":"0","name":"Vulcano Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"851_vulcano_jinete","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"2300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"852","in_store":"0","name":"Green Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"852_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"83","defense":"1","life":"2400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"853","in_store":"0","name":"Red Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"853_bahamut","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"854","in_store":"0","name":"Red Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"854_bahamuty","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"855","in_store":"0","name":"Red Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"855_bahamut_jinete2","elevation":"1","unit_capacity":"0","attack":"85","defense":"1","life":"2450","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"856","in_store":"0","name":"Green Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"856_green_phoenix","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"7","attack_range":"10","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"857","in_store":"0","name":"Troll Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerotroll","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"75","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"858","in_store":"0","name":"Boar Rider","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"859","in_store":"0","name":"Brute Knight","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol2","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"860","in_store":"0","name":"Ramses II","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"860_ramses","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"861","in_store":"0","name":"Sphinx","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"861_esfinge","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"862","in_store":"0","name":"Electric Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"862_bahamut","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"2300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"863","in_store":"0","name":"Guardian Swordsman","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"863_brute_sworsdman","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"400","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"864","in_store":"0","name":"Electric Bahamut Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"864_bahamut_rider","elevation":"1","unit_capacity":"0","attack":"87","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"865","in_store":"0","name":"Guardian Archer","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"865_archer","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"200","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"866","in_store":"0","name":"Isis Healer","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"healer","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"866_healer","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"170","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"867","in_store":"0","name":"Horus Herald","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"867_horus","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"900","velocity":"7","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"868","in_store":"0","name":"Electric Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"868_bahamuty","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"869","in_store":"0","name":"Horus Gryphon","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"869_gryphon","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1600","velocity":"7","attack_range":"8","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"870","in_store":"0","name":"Guardian Axe","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"870_axe","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"250","velocity":"7","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"871","in_store":"0","name":"Cobra Rider","type":"u","cost":"5800","cost_type":"g","xp":"580","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"871_cobra","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"872","in_store":"0","name":"Dragon Hunter","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"872_dragon_hunter1","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1400","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"873","in_store":"0","name":"Dragon Hunter II","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"873_dragon_hunter2","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"874","in_store":"0","name":"Dragon Hunter III","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"874_dragon_hunter3","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"875","in_store":"0","name":"Golden Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"875_bahamut","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"2400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"876","in_store":"0","name":"Golden Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"876_bahamuty","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"525","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"877","in_store":"0","name":"Golden Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"877_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"90","defense":"1","life":"2600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"878","in_store":"0","name":"Mini Anubis","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"878_anubis","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"879","in_store":"0","name":"Anubis God","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"879_big_anubis","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1700","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"880","in_store":"0","name":"Turkish Swordsman","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"880_tk_sword","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"881","in_store":"0","name":"Turkish Axeman","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"881_tk_axe","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"882","in_store":"0","name":"Turkish Archer","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"882_tk_archer","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"500","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"883","in_store":"0","name":"Limit Wizard","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"91","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"883_limit_adder","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1500","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"884","in_store":"0","name":"Tuthankamon","type":"u","cost":"6200","cost_type":"g","xp":"620","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"884_tutankamon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"885","in_store":"0","name":"Turkish Horseman","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"885_tk_horseman","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1500","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"886","in_store":"0","name":"Megahealing Angel","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"886_angelical_super_healer","elevation":"1","unit_capacity":"0","attack":"200","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"130","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Now your army can be healed during a battle!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"887","in_store":"0","name":"Orc Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"887_orc_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"888","in_store":"0","name":"Pharaoh Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"888_egyptian_dragon","elevation":"1","unit_capacity":"0","attack":"67","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"889","in_store":"0","name":"Pharaoh Bahamut Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"889_egyptian_dragon_rider","elevation":"1","unit_capacity":"0","attack":"92","defense":"1","life":"2700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"890","in_store":"0","name":"Pharaoh Draggy","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"890_egyptian_draggy","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"550","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"891","in_store":"0","name":"Black Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"891_bahamut","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"892","in_store":"0","name":"Black Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"892_bahamuty","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"575","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"893","in_store":"0","name":"Black Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"893_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"95","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"894","in_store":"0","name":"Monster Hunter","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"894_monster_hunter1","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"895","in_store":"0","name":"Evil Orc Dragon","type":"u","cost":"10","cost_type":"g","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"887_orc_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"1","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"896","in_store":"0","name":"Chameleon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"896_chamaleon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"897","in_store":"0","name":"Scarab Rider","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"897_scarab_rider","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"898","in_store":"0","name":"Scarab Minion","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"898_scarab_minion","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"899","in_store":"0","name":"Super Chameleon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"896_chamaleon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"900","in_store":"0","name":"Palmera2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"palmera2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"901","in_store":"0","name":"Palmera4","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"palmera4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"902","in_store":"0","name":"Palmera8","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"8","height":"8","max_frame":"2","giftable":"0","img_name":"palmera8","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"903","in_store":"0","name":"Oasis","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"oasis","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"904","in_store":"0","name":"Cactus","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cactus1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"905","in_store":"0","name":"Cactus","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cactus2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"906","in_store":"0","name":"Mask","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"mascaraTutankamon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"907","in_store":"0","name":"Pile of skulls","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"calaveraDesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"908","in_store":"0","name":"Skeleton","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esqueletoDesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"909","in_store":"0","name":"Skeleton","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esqueletoRoca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"910","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramide1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"911","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"piramide2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"912","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piramide3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"913","in_store":"0","name":"Column","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"columna","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"914","in_store":"0","name":"ArbolNevado2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pinosnevados2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"915","in_store":"0","name":"ArbolNevado4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"pinosnevados4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"916","in_store":"0","name":"ArbolNevado8","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"8","height":"8","max_frame":"2","giftable":"0","img_name":"pinosnevados8x8","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"917","in_store":"0","name":"Lago2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"lake2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"918","in_store":"0","name":"Lago4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"lake4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"919","in_store":"0","name":"Mamut","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"920","in_store":"0","name":"Monticulo","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"icemontain4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"921","in_store":"0","name":"IslaVegetacion3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islavegetacion3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"922","in_store":"0","name":"IslaVegetacion2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islavegetacion2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"923","in_store":"0","name":"IslaRoca2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaroca2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"924","in_store":"0","name":"IslaGrande","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"12","height":"12","max_frame":"2","giftable":"0","img_name":"islagrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"925","in_store":"0","name":"IslaCalavera","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"926","in_store":"0","name":"IslaMineral2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islamineral2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"927","in_store":"0","name":"IslaMineral2b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islamineral2x2b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"928","in_store":"0","name":"IslaMineral3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islamineral3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"929","in_store":"0","name":"IslaMineral4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamineral4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"930","in_store":"0","name":"IslaSelvaGrande","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"12","height":"12","max_frame":"2","giftable":"0","img_name":"islaselvagrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"931","in_store":"0","name":"IslaSelva2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"932","in_store":"0","name":"IslaSelva3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islaselva3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"933","in_store":"0","name":"IslaSelva4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaselva4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"934","in_store":"0","name":"IslaSelva2b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"935","in_store":"0","name":"Islitas2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islitas2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"936","in_store":"0","name":"IslaSelva2c","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2c","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"937","in_store":"0","name":"Islitas4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"938","in_store":"0","name":"Islitas4b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"939","in_store":"0","name":"Islitas4c","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4c","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"940","in_store":"0","name":"IslaPinguino","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islapinguino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"941","in_store":"0","name":"PlacasHielo","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"placashielo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"942","in_store":"0","name":"IslaHielo2x2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islahielo2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"943","in_store":"0","name":"IslaHielo4x4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islahielo4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"944","in_store":"0","name":"Whirlpool","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"remolino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"945","in_store":"0","name":"RocaCalavera","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"rocacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"946","in_store":"0","name":"RocaMinerales2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"rocaminerales2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"947","in_store":"0","name":"RocaMinerales3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"rocaminerales3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"948","in_store":"0","name":"RocaMinerales3b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"rocaminerales3b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"949","in_store":"0","name":"RocaMinerales4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rocaminerales4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1000","in_store":"0","name":"Expandable Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terreno","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1001","in_store":"0","name":"Desierto Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenodesierto","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1002","in_store":"0","name":"Ice Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenohielo","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1003","in_store":"0","name":"Sea","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenomar2","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1004","in_store":"0","name":"Mineral Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenomineral","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1005","in_store":"0","name":"Selva Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenoselva","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1006","in_store":"0","name":"Cloud Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenonubes","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1200","in_store":"0","name":"Deep Hole","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1200_agujero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1201","in_store":"0","name":"Rock Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1201_estatua","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1202","in_store":"0","name":"Big Nest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1202_nidogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1203","in_store":"0","name":"Small Nest","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1203_nido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1204","in_store":"0","name":"Captive Cleopatra","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1204_cleopatra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1205","in_store":"0","name":"Atlantis Decoration","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"peceraatlante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1206","in_store":"0","name":"Treasure","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"treasure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1207","in_store":"0","name":"Infernal Field","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1208","in_store":"0","name":"Tree","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1209","in_store":"0","name":"Portal to Hell","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1209_portal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1210","in_store":"0","name":"Portal to Hell","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1210_miniportal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1211","in_store":"0","name":"Kamikaze Center","type":"b","cost":"24","cost_type":"c","xp":"160","groups":"","trains":"686","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"341","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1211_fabricakamikaze","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1212","in_store":"0","name":"Rhino Stables","type":"b","cost":"28","cost_type":"c","xp":"3","groups":"","trains":"687","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1212_casarhino","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1213","in_store":"0","name":"Orb of Power","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1213_boladepoder","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1214","in_store":"0","name":"Maya Fire","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"65","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"fuegoMaya","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"14","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1215","in_store":"0","name":"Celestial Shrine","type":"b","cost":"22","cost_type":"c","xp":"3","groups":"","trains":"699","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1215_priesthouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1216","in_store":"0","name":"Celestial Archery","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"703","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1216_angelbarracks2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1217","in_store":"0","name":"Celestial Barracks","type":"b","cost":"12500","cost_type":"g","xp":"300","groups":"","trains":"701","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1217_soldierbarrack2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1218","in_store":"0","name":"Celestial Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1218_angelwall2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1219","in_store":"0","name":"Celestial Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1219_angeltower","elevation":"4","unit_capacity":"0","attack":"28","defense":"1","life":"2600","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1220","in_store":"0","name":"Celestial Field","type":"b","cost":"1500","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1220_angelfarm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1221","in_store":"0","name":"Celestial House","type":"b","cost":"2500","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1221_angelcasa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1222","in_store":"0","name":"Mecha Barrack","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"702","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1222_mechabarrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1223","in_store":"0","name":"Gryphon Barracks","type":"b","cost":"30","cost_type":"c","xp":"350","groups":"","trains":"700","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1223_barracagrifo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1224","in_store":"0","name":"Reaper Barracks","type":"b","cost":"24","cost_type":"c","xp":"3","groups":"","trains":"704","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1224_barracadeath","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1225","in_store":"0","name":"Lancer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"400","groups":"","trains":"705","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1225_barracalancer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1226","in_store":"0","name":"Celestial Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1226_angelmolino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1227","in_store":"0","name":"Celestial Garden","type":"b","cost":"7","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1227_angelgarden","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1228","in_store":"0","name":"Celestial Cloud","type":"b","cost":"8000","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aldeanosnube","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1229","in_store":"0","name":"Celestial Statue","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"estatuanube","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1230","in_store":"1","name":"Legendary Castle","type":"b","cost":"80000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"35","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1230_castillo","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"10000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1231","in_store":"1","name":"Magnificent Castle","type":"b","cost":"40000","cost_type":"g","xp":"400","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"20","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1231_castillo","elevation":"4","unit_capacity":"0","attack":"18","defense":"1","life":"3500","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1232","in_store":"0","name":"Supreme Barracks","type":"b","cost":"32","cost_type":"c","xp":"400","groups":"","trains":"711","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1225_barracalancer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"6000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1233","in_store":"1","name":"Dragon Breeding Nest","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"20","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1233_criadero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1234","in_store":"1","name":"Diamond Castle","type":"b","cost":"450","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"25","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1234_castillo","elevation":"4","unit_capacity":"0","attack":"35","defense":"1","life":"20000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1235","in_store":"0","name":"Avenging Paladin Barracks","type":"b","cost":"36","cost_type":"c","xp":"600","groups":"","trains":"724","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1235_barracarcangel","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"6000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1236","in_store":"0","name":"Halloween Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1236_molino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1237","in_store":"0","name":"Halloween Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1237_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1238","in_store":"0","name":"Halloween Tower","type":"b","cost":"7","cost_type":"c","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1238_tower","elevation":"4","unit_capacity":"0","attack":"24","defense":"1","life":"2200","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1239","in_store":"0","name":"Halloween Farm","type":"b","cost":"2500","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1239_farm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1240","in_store":"0","name":"Halloween House","type":"b","cost":"3500","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1240_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1241","in_store":"0","name":"Mr. Bones Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"729","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1241_barracaesqueleto","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1242","in_store":"0","name":"Scarecrow Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"730","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1242_barracaespanta","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1243","in_store":"0","name":"Black Witch Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"731","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1243_barracabruja","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1244","in_store":"0","name":"Frankenstein Barracks","type":"b","cost":"22","cost_type":"c","xp":"300","groups":"","trains":"732","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1244_barracafrank","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1245","in_store":"0","name":"Werewolf Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"735","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1245_barracalobo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1246","in_store":"0","name":"Ghost Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"734","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1246_barracafantasma","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1247","in_store":"0","name":"Zombie Barracks","type":"b","cost":"19000","cost_type":"g","xp":"300","groups":"","trains":"738","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1247_barracazombie","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1248","in_store":"0","name":"Ghost","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1248_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1249","in_store":"0","name":"Cauldron","type":"b","cost":"7","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1249_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1250","in_store":"0","name":"Dracula Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"733","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1250_barracadracula","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1251","in_store":"0","name":"Halloween SuperTower","type":"b","cost":"15","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1251_tower","elevation":"4","unit_capacity":"0","attack":"35","defense":"1","life":"3500","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1252","in_store":"0","name":"Haunted House","type":"b","cost":"6000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1252_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1253","in_store":"0","name":"Relic","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"814","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1253_relic","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1254","in_store":"0","name":"Phoenix Egg","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"311","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1254_eggphoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1255","in_store":"1","name":"Monsters Nest","type":"b","cost":"6000","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"30","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1255_monsternest","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1256","in_store":"0","name":"Mythological Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1256_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1257","in_store":"0","name":"Mythological Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1257_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1258","in_store":"0","name":"Mythological Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1258_tower","elevation":"4","unit_capacity":"0","attack":"29","defense":"1","life":"2700","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1259","in_store":"0","name":"Mythological Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1259_farm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1260","in_store":"0","name":"Mythological House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1260_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1261","in_store":"0","name":"Icarus Barracks","type":"b","cost":"13500","cost_type":"g","xp":"300","groups":"","trains":"750","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1261_barrack_icaro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1262","in_store":"0","name":"Hermes Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"751","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1262_barrack_hermes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1263","in_store":"0","name":"Minotaur Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"752","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1263_barrack_minotauro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1264","in_store":"0","name":"Scorpion Barracks","type":"b","cost":"23","cost_type":"c","xp":"300","groups":"","trains":"753","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1264_barrack_escorpion","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1265","in_store":"0","name":"Cerberus Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"754","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1265_barrack_cancerbero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1266","in_store":"0","name":"Cyclops Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"748","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1266_barrack_ciclope","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1267","in_store":"0","name":"Medusa Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"749","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1267_barrack_medusa","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1268","in_store":"0","name":"Pyros Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"755","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1268_barrack_pyros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1269","in_store":"0","name":"Hercules Statue","type":"b","cost":"5","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1269_deco_hercules","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1270","in_store":"0","name":"Unicorn Statue","type":"b","cost":"7","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1270_deco_unicorn","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1271","in_store":"0","name":"Ancient Ruins","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1271_deco_3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1272","in_store":"0","name":"Myth Statue","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1272_deco_4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1273","in_store":"0","name":"Lythos Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"757","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1273_barrack_lythos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1274","in_store":"0","name":"Valkyr Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"759","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1274_barrack_valkyr","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1275","in_store":"0","name":"Hermes Swordman Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"760","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1275_barrack_hermes2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1276","in_store":"0","name":"Hermes Spearman Barracks","type":"b","cost":"16500","cost_type":"g","xp":"300","groups":"","trains":"761","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1276_barrack_hermes3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1277","in_store":"0","name":"Centaur Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"756","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1277_barrack_centaur","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1278","in_store":"0","name":"Rodhes Colossus Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"764","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1278_barrack_rodas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1279","in_store":"0","name":"Zeus Barrack","type":"b","cost":"15500","cost_type":"g","xp":"300","groups":"","trains":"779","upgrades_to":"0","display_order":"-10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1279_zeus_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1280","in_store":"0","name":"Poseidon Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"773","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1280_poseidon_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1281","in_store":"0","name":"Aquiles Barracks","type":"b","cost":"22","cost_type":"c","xp":"300","groups":"","trains":"774","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1281_aquiles_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1282","in_store":"0","name":"Phoenix Blue Egg","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1282_eggbluephoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1283","in_store":"1","name":"Survival arena","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"20","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1283_survival_arena","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1284","in_store":"1","name":"Unit Warehouse","type":"b","cost":"20","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"18","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"1284_unit_warehouse","elevation":"4","unit_capacity":"50","attack":"0","defense":"1","life":"7000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1286","in_store":"0","name":"Hades Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"765","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1286_hades_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1287","in_store":"0","name":"Chained Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1287_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1288","in_store":"0","name":"Chained Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1288_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1289","in_store":"0","name":"Chained Blue F\u00e9nix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1289_chained_blue_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1290","in_store":"0","name":"Ulises Barracks","type":"b","cost":"15000","cost_type":"g","xp":"50","groups":"","trains":"779","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1290_ulises_barrack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1291","in_store":"0","name":"Harpy Barracks","type":"b","cost":"26","cost_type":"c","xp":"50","groups":"","trains":"780","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1291_harpy_barrack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1292","in_store":"0","name":"Stratos Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"762","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1292_barrack_stratos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1293","in_store":"1","name":"Advanced Catapult Workshop","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"767","upgrades_to":"0","display_order":"-540","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1293_stonethrower_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1294","in_store":"0","name":"Chained Vulcano","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1294_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1295","in_store":"0","name":"Chained Furious Bull Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1295_chained_bull","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1296","in_store":"0","name":"Chained Manticora","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1296_chained_manticora","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1297","in_store":"0","name":"Chained Ares","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1297_chained_ares","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1298","in_store":"0","name":"Chained Quimera","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1298_chained_quimera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1299","in_store":"0","name":"Cash Wonder","type":"b","cost":"50","cost_type":"c","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"86400","expiration":"0","collect":"1","collect_type":"c","collect_xp":"1","category_id":"12","subcategory_id":"121","subcat_functional":"139","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1299_cash_wonder","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1300","in_store":"0","name":"Morocco Dealer","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1300_morocco_dealer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1301","in_store":"0","name":"Hercules Barracks","type":"b","cost":"29","cost_type":"c","xp":"300","groups":"","trains":"789","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1301_barrack_hercules","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1302","in_store":"0","name":"Pyros Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"755","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1302_barrack_pyros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1303","in_store":"0","name":"Hydros Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"772","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1303_barrack_hydros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1304","in_store":"0","name":"Coliseum Stands","type":"b","cost":"0","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"20","height":"20","max_frame":"8","giftable":"0","img_name":"1304_gradas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1305","in_store":"0","name":"Sword Skeleton Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"808","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1305_sword_skeleton_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1306","in_store":"0","name":"Necro Archer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"809","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1306_necro_archer_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1307","in_store":"0","name":"Necro Warrior Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"795","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1307_necro_warrior_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1308","in_store":"0","name":"Beholder Eye","type":"b","cost":"7500","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1308_necro_deco_1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1309","in_store":"0","name":"Necro Priest Castle","type":"b","cost":"35","cost_type":"c","xp":"300","groups":"","trains":"810","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"231","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1309_necro_priest_castle","elevation":"4","unit_capacity":"0","attack":"32","defense":"1","life":"12000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1310","in_store":"0","name":"Winged Warrior Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"811","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1310_winged_warrior_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1311","in_store":"0","name":"Necro Paladin Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"794","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1311_necro_paladin_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1312","in_store":"0","name":"Dark Lord Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"815","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1312_necro_big_sword_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1313","in_store":"0","name":"Green Emerald","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1313_necro_deco_2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1314","in_store":"0","name":"Draco Fountain","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1314_necro_deco_3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1315","in_store":"0","name":"Necro Deco 4","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1315_necro_deco_4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1316","in_store":"0","name":"Necro Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1316_necro_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1317","in_store":"0","name":"Necro Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1317_necro_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1318","in_store":"0","name":"Necro Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1318_necro_tower","elevation":"4","unit_capacity":"0","attack":"30","defense":"1","life":"2800","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1319","in_store":"0","name":"Necro Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1319_necro_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1320","in_store":"0","name":"Necro House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1320_necro_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1321","in_store":"0","name":"Axe Skeleton Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"797","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1321_axe_skeleton_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1322","in_store":"0","name":"Necro Horseman Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"799","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1322_necro_horseman_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1323","in_store":"0","name":"Necro Fork Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"802","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1323_necro_fork_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1324","in_store":"0","name":"Necro Gollum Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"800","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1324_necro_gollum_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1325","in_store":"0","name":"Necro Harvester Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"801","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1325_necro_harvester_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1326","in_store":"0","name":"Necro Multiarms Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"803","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1326_necro_multiarms_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1327","in_store":"0","name":"Necro Executioner Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"804","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1327_necro_executioner_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1328","in_store":"0","name":"Necro Shark Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"805","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1328_necro_shark_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1329","in_store":"0","name":"Necro King Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"806","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1329_necro_king_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1330","in_store":"0","name":"Necro Gryphon Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1330_necro_gryphon_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1331","in_store":"0","name":"Necro Abomination Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1331_necro_abomination_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1332","in_store":"0","name":"Necro Worm Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1332_necro_worm_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1333","in_store":"0","name":"Chained Cyclops","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1333_chained_cyclops","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1334","in_store":"0","name":"Chained Rubies","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1334_chained_rubies","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1335","in_store":"0","name":"Chained Angelical Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1335_chained_celestial","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1336","in_store":"0","name":"Chained Necro Paladin","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1336_chained_necropaladin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1337","in_store":"0","name":"Chained Necro Worm","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1337_chained_necroworm","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1338","in_store":"0","name":"Chained Dark Lord","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1338_chained_darklord","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1339","in_store":"0","name":"Chained Necro King","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1339_chained_necroking","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1340","in_store":"0","name":"Chained Necro Gryphon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1340_chained_gryphon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1341","in_store":"0","name":"Chained Necro Abomination","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1341_chained_abomination","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1342","in_store":"0","name":"Necro Rhino Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"817","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1342_necro_rhino_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1343","in_store":"0","name":"Skeleton Archer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"818","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1343_skeleton_archer_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1344","in_store":"0","name":"Social Wars","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1344_social_wars","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1345","in_store":"1","name":"Rider Academy","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1345_dragonrider_training","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1346","in_store":"1","name":"Dragon Riding","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-750","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1346_dragon_taming","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1347","in_store":"0","name":"Necro Doublesword Barracks","type":"b","cost":"16500","cost_type":"g","xp":"300","groups":"","trains":"825","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1347_necro_doublesword_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1348","in_store":"0","name":"Necro Ghost Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"821","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1348_necro_ghost_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1349","in_store":"0","name":"Chained Necro Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1349_chained_necro_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1350","in_store":"0","name":"Chained Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1350_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1351","in_store":"0","name":"Chained Spectrum Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1351_chained_spectrum","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1352","in_store":"0","name":"Chained Vulcano Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1352_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1353","in_store":"0","name":"Chained Mad Balrog","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1353_chained_balrog","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1354","in_store":"0","name":"Chained Green Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1354_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1355","in_store":"0","name":"Chained Red Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1355_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1356","in_store":"0","name":"Chained Green Phoenix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1356_chained_green_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1357","in_store":"0","name":"Dome Protection descartado","type":"b","cost":"100000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-570","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1357_protection_dome","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"5","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1358","in_store":"1","name":"Protection Dome","type":"b","cost":"50000","cost_type":"g","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1358_protection_dome","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"10","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1359","in_store":"1","name":"Tower Enhancer","type":"b","cost":"30","cost_type":"c","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"47","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1359_tower_enhancer_dome_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"10","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1360","in_store":"1","name":"Sky Tower II","type":"b","cost":"15","cost_type":"c","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"50","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1360_tower","elevation":"4","unit_capacity":"0","attack":"40","defense":"1","life":"3000","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1361","in_store":"1","name":"Sky Tower","type":"b","cost":"10000","cost_type":"s","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"40","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1361_tower","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2900","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1362","in_store":"0","name":"Guardian Swordman Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"863","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1362_barracks_swordman","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1363","in_store":"0","name":"Guardian Archer Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"865","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1363_barracks_archer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1364","in_store":"0","name":"Isis Healer Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"866","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1364_barracks_healer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1365","in_store":"0","name":"Horus Herald Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"867","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1365_barracks_horus","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1366","in_store":"0","name":"Ramses II Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"860","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1366_barracks_ramses","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1367","in_store":"0","name":"Sphinx Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"861","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1367_barracks_sphinx","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1368","in_store":"0","name":"Sarcophagus","type":"b","cost":"6000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1368_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1369","in_store":"0","name":"Isis Statue","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1369_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1370","in_store":"0","name":"Keops Pyramid","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1370_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1371","in_store":"0","name":"Abu Simbel Statue","type":"b","cost":"7","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1371_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1372","in_store":"0","name":"Pharaohs Gold Mine","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1372_mine","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1373","in_store":"0","name":"Pharaohs Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1373_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1374","in_store":"0","name":"Pharaohs Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1374_tower","elevation":"4","unit_capacity":"0","attack":"32","defense":"1","life":"2850","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1375","in_store":"0","name":"Pharaohs Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1375_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1376","in_store":"0","name":"Pharaohs House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1376_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1377","in_store":"0","name":"Chained Electric Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1377_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1378","in_store":"0","name":"Chained Golden Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1378_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1379","in_store":"0","name":"Guardian Axe Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"870","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1379_barracks_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1380","in_store":"0","name":"Horus Gryphon Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"869","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1380_barracks_gryphon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1381","in_store":"0","name":"Cobra Rider Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"871","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1381_barracks_cobra","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1382","in_store":"0","name":"Anubis God Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"879","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1382_barracks_anubis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1383","in_store":"0","name":"Tutankamon Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"884","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1383_barracks_tutankamon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1384","in_store":"0","name":"Celestial Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1385","in_store":"0","name":"Mythological Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1386","in_store":"0","name":"Necro Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1387","in_store":"0","name":"Dragons Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1388","in_store":"0","name":"Monsters Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1389","in_store":"0","name":"Chained Dragon Hunter","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1389_chained_hunter","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1390","in_store":"0","name":"Chained Monster Hunter","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1390_chained_hunter","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1391","in_store":"0","name":"Chained Egyptian Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1391_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1392","in_store":"0","name":"Chained Black Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1392_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1393","in_store":"0","name":"Chained Dragon Hunter II","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1393_chained_hunter2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1394","in_store":"1","name":"Supreme Dragon Temple","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-5250","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1394_temple_invocation_bahamut_supreme","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1395","in_store":"0","name":"Chained Chameleon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1395_chained_chameleon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1396","in_store":"0","name":"Scarab Rider Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"897","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1396_barracks_scarab","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1397","in_store":"0","name":"Elf Swordman Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2005","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1397_barracks_swordman","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1398","in_store":"0","name":"Elf Archer Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2006","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1398_barracks_archer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1399","in_store":"0","name":"Elf Priest Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"2007","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1399_barracks_healer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1400","in_store":"0","name":"Elf Knight Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"2009","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1400_barracks_knight","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1401","in_store":"0","name":"Elf Reptile Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2008","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1401_barracks_raptor","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1402","in_store":"0","name":"Elf Fountain","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1402_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1403","in_store":"0","name":"Emerald Sculpture","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1403_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1404","in_store":"0","name":"Reptile Knight Statue","type":"b","cost":"7000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1404_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1405","in_store":"0","name":"Imperial Elf Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1405_mine","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1406","in_store":"0","name":"Imperial Elf Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1406_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1407","in_store":"0","name":"Imperial Elf Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1407_tower","elevation":"4","unit_capacity":"0","attack":"33","defense":"1","life":"2900","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1408","in_store":"0","name":"Imperial Elf Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1408_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1409","in_store":"0","name":"Imperial Elf House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1409_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1410","in_store":"0","name":"Bahamut Heart","type":"b","cost":"0","cost_type":"c","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"1611","subcat_functional":"1611","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1410_bahamut_heart","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1411","in_store":"0","name":"Chained Megahealing Angel","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1411_chained_angelical","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1412","in_store":"0","name":"Chained Paladin Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1412_chained_paladin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1413","in_store":"0","name":"Chained Red Phoenix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1413_chained_red_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1414","in_store":"0","name":"Elf Axe Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"2010","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1414_barracks_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1415","in_store":"0","name":"Elf Gryphon Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2011","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1415_barracks_gryphon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1416","in_store":"0","name":"Elf Catapult Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2012","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1416_barracks_catapult","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1417","in_store":"0","name":"Chained Dynasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1417_chained_snake_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1418","in_store":"0","name":"Chained Balrogs","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1418_chained_balrogs","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1419","in_store":"0","name":"Chained Electric Dinasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1419_chained_snake_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1420","in_store":"0","name":"Red Bull Rider Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2019","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1420_barracks_bull_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1421","in_store":"0","name":"Silver Paladin Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2020","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1421_barracks_silver_paladin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1422","in_store":"0","name":"Chained Red Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1422_chained_fire_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1423","in_store":"0","name":"Chained Frostfire Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1423_chained_frostfire_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1424","in_store":"0","name":"Elven Crossbow Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2021","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1424_barracks_elf_crossbow","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1425","in_store":"0","name":"Elven Eagle Rider Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2022","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1425_barracks_elf_eagle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1426","in_store":"0","name":"Dragon Killer Fortress","type":"b","cost":"1000","cost_type":"c","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-8000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"1711","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1426_castle_dragon","elevation":"4","unit_capacity":"0","attack":"400","defense":"1","life":"17000","velocity":"0","attack_range":"15","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1427","in_store":"0","name":"Upgrade1","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"upgrade1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1428","in_store":"0","name":"Upgrade2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"upgrade2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1429","in_store":"0","name":"Upgrade3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"upgrade3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1430","in_store":"0","name":"Upgrade4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"upgrade4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1431","in_store":"0","name":"Chained Golden Bahamut Raider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1431_chained_golden_bahamut_raider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1432","in_store":"0","name":"Chained Jade Dinasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1432_chained_jade_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1433","in_store":"0","name":"Crusher Orc Barrack","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2027","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1433_barracks_crusher_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1434","in_store":"0","name":"Archer Orc Barrack","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2028","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1434_barracks_archer_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1435","in_store":"0","name":"Boar Axe Rider Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2029","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1435_barracks_boar_axe_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1436","in_store":"0","name":"Orc Spear Warrior Barrack","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2030","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1436_barracks_orc_spear_warrior","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1437","in_store":"0","name":"Spider Orc Rider Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2031","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1437_barracks_spider_orc_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1438","in_store":"0","name":"Skullz Big Amulet","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1438_deco1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1439","in_store":"0","name":"Dark Orks Banner","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1439_deco2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1440","in_store":"0","name":"Dark Orc Deco 3 Cash","type":"b","cost":"7000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1440_deco3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1441","in_store":"0","name":"Dark Orc Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1441_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1442","in_store":"0","name":"Dark Orc Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1442_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1443","in_store":"0","name":"Dark Orc Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1443_tower","elevation":"4","unit_capacity":"0","attack":"34","defense":"1","life":"2950","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1444","in_store":"0","name":"Dark Orc Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1444_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1445","in_store":"0","name":"Dark Orc House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1445_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1446","in_store":"0","name":"Chained Black Dragon Rider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1446_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1447","in_store":"0","name":"Chained Limit Wizard","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1447_chained_wizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1448","in_store":"0","name":"Chained Chest","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1448_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1449","in_store":"0","name":"Chained Mythological Chest 2","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1449_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1450","in_store":"0","name":"Chained Colossal Cobra","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1450_chained_cobra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1451","in_store":"0","name":"Chained Burning Tiger","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1451_chained_tiger","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1452","in_store":"0","name":"Chained Ramses II","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1452_chained_ramses","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1453","in_store":"0","name":"Chained Rainbow Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1453_chained_rainbow","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1454","in_store":"0","name":"Golden Paladin Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2036","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1454_barracks_golden_paladin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1455","in_store":"0","name":"Chained Double Cash Offer","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1455_chained_double_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1456","in_store":"1","name":"Dragons Statue","type":"b","cost":"250000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"-6500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1456_dragon_statue","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1457","in_store":"1","name":"Vulcano","type":"b","cost":"250000","cost_type":"s","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"-6600","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1457_vulcano","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1458","in_store":"0","name":"Banyan Tree","type":"b","cost":"7000","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1458_banyan_tree","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1459","in_store":"0","name":"Chained Dragon Hunters","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1459_chained_hunters","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1460","in_store":"0","name":"Chained Furious Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1460_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1461","in_store":"0","name":"Chained Titan Lithos","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1461_chained_lithos","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1462","in_store":"0","name":"Chained Solar Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1462_chained_sun","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1463","in_store":"0","name":"Time Machine","type":"b","cost":"300000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-6700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"139","min_level":"55","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1463_time_machine","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1464","in_store":"0","name":"Chained Rockdriller","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1464_chained_rockdriller","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1465","in_store":"0","name":"Chained Vulcano","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1465_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1466","in_store":"0","name":"Chained 2-Head Holydeath Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1466_chained_dual","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1467","in_store":"0","name":"Chained Dark Chest","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1467_chained_dark","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1468","in_store":"0","name":"Chained Tiger Spider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1468_chained_tiger_spider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1469","in_store":"0","name":"Chained Punisher Knight","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1469_chained_punisher_knight","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1470","in_store":"0","name":"Chained Draggy","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1470_chained_draggy_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1471","in_store":"0","name":"Chained Metal T-Rex","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1471_chained_metal_trex","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1472","in_store":"0","name":"Chained Soul Eater","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1472_chained_soul_eater","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1473","in_store":"0","name":"Chained Galaxy Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1473_chained_galaxy_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1474","in_store":"0","name":"TNT Orc Barrack","type":"b","cost":"34","cost_type":"c","xp":"300","groups":"","trains":"2046","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1474_barracks_kamikaze_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1475","in_store":"0","name":"Big Basher Orc Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2047","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1475_barracks_hammer_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1476","in_store":"0","name":"Chained Attack Booster Wizard","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1476_chained_attack_wizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1477","in_store":"0","name":"Chained Epic 2-Headed Dragon Rider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1477_chained_epic_rider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1478","in_store":"0","name":"Level Up Statue","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1478_levelup_statue","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1479","in_store":"0","name":"Chained Level Up Statue","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1479_chained_levelup","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1480","in_store":"0","name":"Chained Stratos","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1480_chained_stratos","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1481","in_store":"0","name":"Chained 75% Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1481_chained_75bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1482","in_store":"0","name":"Priest Orc Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2054","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1482_barrack_priest_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1483","in_store":"0","name":"Black Lizard Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2056","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1483_barrack_monster_orc_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1484","in_store":"0","name":"Dual Axe Orc Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2061","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1484_barrack_dual_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1485","in_store":"0","name":"Wyvern Rider Barracks","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2062","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1483_barrack_spectrum","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1486","in_store":"0","name":"Boomerang Orc Barracks","type":"b","cost":"34","cost_type":"c","xp":"300","groups":"","trains":"2068","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1486_barrack_boomerang","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1487","in_store":"0","name":"Grove","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arboles_2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1488","in_store":"0","name":"Forest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arboles_3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1489","in_store":"0","name":"Pharaohs Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1490","in_store":"0","name":"Elven Empire","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1491","in_store":"0","name":"Orc Battering Ram Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2074","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1491_battering_ram_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1492","in_store":"1","name":"Barrack Sword Gladiator","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2105","upgrades_to":"0","display_order":"-3700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1492_barracks_sword_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1493","in_store":"1","name":"Barrack Spearman Gladiator","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2106","upgrades_to":"0","display_order":"-3800","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1493_barracks_spartan_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1494","in_store":"1","name":"Barrack Knight Gladiator","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2107","upgrades_to":"0","display_order":"-4000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1494_barracks_rider_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1495","in_store":"1","name":"Barrack Demolisher Gladiator","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2108","upgrades_to":"0","display_order":"-3900","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1495_barracks_demolisher","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1496","in_store":"1","name":"Barrack Lizard Gladiator","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2109","upgrades_to":"0","display_order":"-4300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1496_barracks_monster_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1497","in_store":"1","name":"Gladiator Bust Deco","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-1500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1497_deco1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1498","in_store":"1","name":"Golden Gladiator Statue","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-1400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1498_deco2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1499","in_store":"1","name":"Gladiator Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-1800","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1499_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1500","in_store":"1","name":"Gladiator Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"-1900","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1500_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1501","in_store":"1","name":"Gladiator Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"-2000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1501_tower","elevation":"4","unit_capacity":"0","attack":"34","defense":"1","life":"2950","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1502","in_store":"1","name":"Gladiator Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"-1600","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1502_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1503","in_store":"1","name":"Gladiator House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"-1700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1503_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1504","in_store":"0","name":"Antimatter Golem Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2111","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1504_barracks_antimatter_golem","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1505","in_store":"0","name":"Evil Demon Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2112","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1505_barracks_evil_demon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1506","in_store":"0","name":"God Isle 1","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1507","in_store":"0","name":"God Isle 2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1508","in_store":"1","name":"Mace Gladiator Barrack","type":"b","cost":"25000","cost_type":"g","xp":"300","groups":"","trains":"2116","upgrades_to":"0","display_order":"-3825","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1508_axeman_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1509","in_store":"1","name":"Priest Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2117","upgrades_to":"0","display_order":"-4200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1509_priest_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1510","in_store":"0","name":"Death Warrior Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2120","upgrades_to":"0","display_order":"-4100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1510_death_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1511","in_store":"1","name":"God Isle 3","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1512","in_store":"1","name":"Lion Soul Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2125","upgrades_to":"0","display_order":"-4600","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1512_big_glad_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1513","in_store":"1","name":"Bull Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2126","upgrades_to":"0","display_order":"-4500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1513_bull_glad_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1514","in_store":"1","name":"Burning Tiger Barrack","type":"b","cost":"42","cost_type":"c","xp":"300","groups":"","trains":"2035","upgrades_to":"0","display_order":"-4400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1514_burning_tiger_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1515","in_store":"1","name":"T-Rex Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2139","upgrades_to":"0","display_order":"-4700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1515_trex_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1516","in_store":"1","name":"4-Weapons Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2135","upgrades_to":"0","display_order":"-4800","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1516_4weap_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1517","in_store":"1","name":"Centaur Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2136","upgrades_to":"0","display_order":"-4900","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1517_centaur_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1518","in_store":"1","name":"Blade Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2143","upgrades_to":"0","display_order":"-5100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1518_bigwarrior_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1519","in_store":"1","name":"Minotaur Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2144","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1519_minotaur_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1520","in_store":"1","name":"Devil Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2150","upgrades_to":"0","display_order":"-5300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1520_devil_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1521","in_store":"1","name":"Chariot Gladiator Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2151","upgrades_to":"0","display_order":"-5200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1521_chariot_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1522","in_store":"1","name":"Caesar Gladiator Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2157","upgrades_to":"0","display_order":"-5400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1522_cesar_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1523","in_store":"0","name":"Dwarf Axe Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2150","upgrades_to":"0","display_order":"-5300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1523_dwarfAxe_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1524","in_store":"0","name":"Dwarf Priest Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2151","upgrades_to":"0","display_order":"-5200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1524_dwarfPriest_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1525","in_store":"0","name":"Dwarven Catapult","type":"b","cost":"48","cost_type":"c","xp":"300","groups":"","trains":"2157","upgrades_to":"0","display_order":"-5200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1525_dwarvenCatapult_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1526","in_store":"1","name":"Punisher Knight Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"829","upgrades_to":"0","display_order":"-5500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1526_punisherKnight_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1527","in_store":"0","name":"Dragon City","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1527_dragonCity_cross","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2000","in_store":"0","name":"Paladin Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2000_bahamut","elevation":"1","unit_capacity":"0","attack":"72","defense":"1","life":"2700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2001","in_store":"0","name":"Paladin Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2001_bahamuty","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"600","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2002","in_store":"0","name":"Paladin Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2002_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"97","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2003","in_store":"0","name":"Supreme Bahamut Dragon","type":"u","cost":"200","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2003_bahamut_supreme","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"10000","velocity":"6","attack_range":"15","attack_interval":"35","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"20","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2004","in_store":"0","name":"Supreme Bahamut Draggy","type":"u","cost":"20","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2004_bahamuty_supreme","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"1","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2005","in_store":"0","name":"Imperial Elf Sword","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2005_elf_sword","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2006","in_store":"0","name":"Imperial Elf Archer","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2006_elf_archer","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"225","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2007","in_store":"0","name":"Elf Priest","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2007_elf_priest","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"1300","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2008","in_store":"0","name":"Reptile Knight","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2008_elf_raptor","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1400","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2009","in_store":"0","name":"Imperial Elf Knight","type":"u","cost":"5200","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2009_elf_knight","elevation":"1","unit_capacity":"0","attack":"39","defense":"1","life":"1200","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2010","in_store":"0","name":"Imperial Elf Axe","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2010_elf_axe","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"1400","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2011","in_store":"0","name":"Imperial Elf Gryphon","type":"u","cost":"6800","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2011_elf_gryphon","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2012","in_store":"0","name":"Imperial Elf Catapult","type":"u","cost":"4000","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2012_elf_catapult","elevation":"1","unit_capacity":"0","attack":"130","defense":"1","life":"300","velocity":"4","attack_range":"15","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2013","in_store":"0","name":"Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2013_snake_dragon","elevation":"1","unit_capacity":"0","attack":"74","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2014","in_store":"0","name":"Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2014_snake_draggy","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2015","in_store":"0","name":"Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2015_snake_rider","elevation":"1","unit_capacity":"0","attack":"99","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2016","in_store":"0","name":"Electric Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2016_snake_dragon","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2017","in_store":"0","name":"Electric Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2017_snake_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2018","in_store":"0","name":"Electric Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2018_snake_rider","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2019","in_store":"0","name":"Red Bull Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2019_elf_bull_rider","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2020","in_store":"0","name":"Silver Paladin","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2020_elf_silver_paladin","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1700","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2021","in_store":"0","name":"Elven Crossbow","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2021_elf_crossbow","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"600","velocity":"4","attack_range":"13","attack_interval":"110","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2022","in_store":"0","name":"Elven Eagle Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2022_elf_eagle","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2023","in_store":"0","name":"2-Head Frostfire Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2023_frostfire_bahamut","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2024","in_store":"0","name":"Frostfire Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2024_frost_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2025","in_store":"0","name":"Fire Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2025_fire_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2026","in_store":"0","name":"2-Head Frostfire Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2026_frostfire_bahamut_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2027","in_store":"0","name":"Crusher Orc","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2027_crusher_orc","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"450","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2028","in_store":"0","name":"Archer Orc","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2028_archer_orc","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"250","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2029","in_store":"0","name":"Boar Axe Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2029_boar_axe_rider","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1350","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2030","in_store":"0","name":"Orc Spear Warrior","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2030_orc_spear_warrior","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1200","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2031","in_store":"0","name":"Spider Orc Rider","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2031_spider_orc_rider","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1850","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2032","in_store":"0","name":"Jade Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2032_jade_dragon","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2033","in_store":"0","name":"Jade Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2033_jade_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2034","in_store":"0","name":"Jade Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2034_jade_dragon_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2035","in_store":"0","name":"Burning Tiger","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2035_burning_tiger","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2036","in_store":"0","name":"Golden Paladin","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2036_golden_paladin","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2037","in_store":"0","name":"Rainbow Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2037_rainbow_dragon","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2038","in_store":"0","name":"Rainbow Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2038_rainbow_dragon_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2039","in_store":"0","name":"Solar Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2039_sun_dragon","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2040","in_store":"0","name":"Solar Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2040_sun_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2041","in_store":"0","name":"Solar Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2041_sun_dragon_rider","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2042","in_store":"0","name":"Vulcano Golem","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2042_vulcano_golem","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"2100","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2043","in_store":"0","name":"2-Head Holydeath Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2043_dual_dragon","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2044","in_store":"0","name":"2-Head Holydeath Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2044_dual_draggy","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2045","in_store":"0","name":"2-Head Holydeath Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2045_dual_dragon_rider","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2046","in_store":"0","name":"TNT Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2046_orc_kamikaze","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"800","velocity":"5","attack_range":"11","attack_interval":"60","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"12","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2047","in_store":"0","name":"Big Basher Orc","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2047_hammer_orc","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2048","in_store":"0","name":"Galaxy Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2048_galaxy_dragon","elevation":"1","unit_capacity":"0","attack":"78","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2049","in_store":"0","name":"Galaxy Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2049_galaxy_draggy","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2050","in_store":"0","name":"Galaxy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2050_galaxy_dragon_rider","elevation":"1","unit_capacity":"0","attack":"103","defense":"1","life":"3300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2051","in_store":"0","name":"Chuck Norris Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2051_chuck_dragon","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2052","in_store":"0","name":"Attack Booster Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2052_attack_wizard","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2053","in_store":"0","name":"Metal T-Rex","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2053_metal_trex","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2100","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2054","in_store":"0","name":"Priest Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2054_priest_orc","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1300","velocity":"4","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2055","in_store":"0","name":"Soul Eater","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2055_soul_eater","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2056","in_store":"0","name":"Black Lizard Rider","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2056_monster_orc","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2057","in_store":"0","name":"3-Head Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2057_3h_dragon","elevation":"1","unit_capacity":"0","attack":"79","defense":"1","life":"3150","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2058","in_store":"0","name":"3-Head Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2058_3h_dragon_rider","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"3350","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2059","in_store":"0","name":"Sword Lion Warrior","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2059_sword_lion","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2150","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2060","in_store":"0","name":"Brutal Slasher","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2060_slasher_orc","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2061","in_store":"0","name":"Dual Axe Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2061_dual_swords","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1500","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2062","in_store":"0","name":"Wyvern Rider","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2062_spectrum_orc","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2063","in_store":"0","name":"Star Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2063_star_dragon","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2064","in_store":"0","name":"Star Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2064_star_draggy","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2065","in_store":"0","name":"Star Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2065_star_dragon_rider","elevation":"1","unit_capacity":"0","attack":"105","defense":"1","life":"3400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2066","in_store":"0","name":"2-Head Orc","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2066_twohead_orc","elevation":"1","unit_capacity":"0","attack":"59","defense":"1","life":"2200","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2067","in_store":"0","name":"Invisible Killer","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2067_invisible_killer","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"1800","velocity":"8","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2068","in_store":"0","name":"Boomerang Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2068_boomerang_orc","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2069","in_store":"0","name":"Golden Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2069_golden_dragon","elevation":"1","unit_capacity":"0","attack":"81","defense":"1","life":"3250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2070","in_store":"0","name":"Golden Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2070_golden_draggy","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2071","in_store":"0","name":"Golden Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2071_golden_dragon_rider","elevation":"1","unit_capacity":"0","attack":"106","defense":"1","life":"3450","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2072","in_store":"0","name":"Evil Demon","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2072_evil_demon","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2073","in_store":"0","name":"Death Warrior","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2073_death_warrior","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"2300","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2074","in_store":"0","name":"Orc Battering Ram","type":"u","cost":"14000","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2074_battering_ram","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"5000","velocity":"4","attack_range":"2","attack_interval":"80","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"15","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2075","in_store":"0","name":"Elemental Fire God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2075_elemental_red_god","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2076","in_store":"0","name":"Vulcano Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2076_vulcano_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2077","in_store":"0","name":"Elemental Fire Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2077_fire_colossus","elevation":"1","unit_capacity":"0","attack":"94","defense":"1","life":"3500","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2078","in_store":"0","name":"Elemental Forest Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2078_forest_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2079","in_store":"0","name":"Elemental Forest God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2079_elemental_forest_god","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3900","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2080","in_store":"0","name":"Elemental Forest Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2080_forest_colossus","elevation":"1","unit_capacity":"0","attack":"92","defense":"1","life":"3600","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2081","in_store":"0","name":"Fire Soul Eater","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2081_fire_soul_eater","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2200","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2082","in_store":"0","name":"Elemental Forest Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2082_forest_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"2","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2083","in_store":"0","name":"Evil Crows Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2083_evil_crow_whirlwinds","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2084","in_store":"0","name":"Elemental Water Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2084_water_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2085","in_store":"0","name":"Elemental Water God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2085_elemental_water_god","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"4100","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2086","in_store":"0","name":"Elemental Water Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2086_water_colossus","elevation":"1","unit_capacity":"0","attack":"96","defense":"1","life":"3400","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2087","in_store":"0","name":"Luring Warrior","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2087_big_lure","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2088","in_store":"0","name":"Infraworld Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2088_infra_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2089","in_store":"0","name":"Elemental Soul God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2089_elemental_infra_god","elevation":"1","unit_capacity":"0","attack":"108","defense":"1","life":"4250","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2090","in_store":"0","name":"Elemental Soul Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2090_infra_colossus","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"3800","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2091","in_store":"0","name":"Elemental Soul Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2091_infra_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2092","in_store":"0","name":"Elemental Light Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2092_heaven_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2093","in_store":"0","name":"Elemental Light God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"92","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2093_elemental_heaven_god","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"3800","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2094","in_store":"0","name":"Elemental Light Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"92","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2094_heaven_colossus","elevation":"1","unit_capacity":"0","attack":"95","defense":"1","life":"3450","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2095","in_store":"0","name":"Heaven Colossus Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2095_heaven_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2096","in_store":"0","name":"Elemental Water Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2084_water_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2097","in_store":"0","name":"Black Phoenix","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2097_black_phoenix","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2098","in_store":"0","name":"Antimatter Golem","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2098_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2099","in_store":"0","name":"Medieval Golden Slayer","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2099_medieval_slayer","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"3000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2100","in_store":"0","name":"Reptile Warrior","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2100_reptile_warrior","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2101","in_store":"0","name":"Medieval Ether Messiah","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2101_medieval_messiah","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2800","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2102","in_store":"0","name":"Medieval Samurai","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2102_medieval_samurai2","elevation":"1","unit_capacity":"0","attack":"78","defense":"1","life":"2600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2103","in_store":"0","name":"Slayer Minion","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2103_slayer_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"400","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2104","in_store":"0","name":"Tornado Heaven","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2104_tornado_heaven","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"400","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2105","in_store":"0","name":"Sword Gladiator","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2105_sword_glad","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"450","velocity":"5","attack_range":"2","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2106","in_store":"0","name":"Spearman Gladiator","type":"u","cost":"3200","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2106_spartan_glad","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"300","velocity":"6","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2107","in_store":"0","name":"Knight Gladiator","type":"u","cost":"6800","cost_type":"g","xp":"680","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2107_rider_glad","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2108","in_store":"0","name":"Demolisher Gladiator","type":"u","cost":"6800","cost_type":"g","xp":"680","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2108_demolisher","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2109","in_store":"0","name":"Lizard Gladiator","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2109_monster_glad","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2110","in_store":"0","name":"Souls Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2110_souls_whirlwinds","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2111","in_store":"0","name":"Antimatter Golem","type":"u","cost":"16000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2098_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2112","in_store":"0","name":"Evil Demon","type":"u","cost":"15000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2072_evil_demon","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2113","in_store":"0","name":"Dark Evil God","type":"u","cost":"15","cost_type":"c","xp":"100","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2113_evil_god","elevation":"1","unit_capacity":"0","attack":"110","defense":"1","life":"4500","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2114","in_store":"0","name":"Atlas Titan","type":"u","cost":"9","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2114_atlas_titan","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2115","in_store":"0","name":"Dark Evil God Minion","type":"u","cost":"6","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2115_evil_god_minion","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"600","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2116","in_store":"0","name":"Mace Gladiator","type":"u","cost":"3600","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2116_axeman_glad","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2117","in_store":"0","name":"Priest Gladiator","type":"u","cost":"6000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2117_priest_glad","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1400","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"12","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2118","in_store":"0","name":"Priest Gladiator Pet","type":"u","cost":"5","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2118_priest_minion_glad","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"450","velocity":"9","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2119","in_store":"0","name":"Dark Evil God","type":"u","cost":"15","cost_type":"c","xp":"100","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2113_evil_god","elevation":"1","unit_capacity":"0","attack":"110","defense":"1","life":"50000","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2120","in_store":"0","name":"Death Warrior","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2073_death_warrior","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"2300","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2121","in_store":"0","name":"Sky Bahamut Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2121_sky_bahamut","elevation":"1","unit_capacity":"0","attack":"108","defense":"1","life":"4000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2122","in_store":"0","name":"Sky Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2122_sky_draggy","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2123","in_store":"0","name":"Sky Bahamut Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2123_sky_dragon_rider","elevation":"1","unit_capacity":"0","attack":"133","defense":"1","life":"4250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2124","in_store":"0","name":"Sky Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2124_sky_whirlwind","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2125","in_store":"0","name":"Lion Soul Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2125_big_glad","elevation":"1","unit_capacity":"0","attack":"54","defense":"1","life":"2000","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2126","in_store":"0","name":"Bull Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2126_bull_glad","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2200","velocity":"8","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2127","in_store":"0","name":"Queen Beast","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2127_mother","elevation":"1","unit_capacity":"0","attack":"66","defense":"1","life":"2600","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2128","in_store":"0","name":"Queen Beast Spawn","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2128_mother_son","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"1500","velocity":"9","attack_range":"2","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2129","in_store":"0","name":"Hell Abyss Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2129_hell_dragon","elevation":"1","unit_capacity":"0","attack":"112","defense":"1","life":"4600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2130","in_store":"0","name":"Hell Abyss Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2130_hell_draggy","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2131","in_store":"0","name":"Hell Abyss Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2131_hell_rider","elevation":"1","unit_capacity":"0","attack":"137","defense":"1","life":"4850","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2132","in_store":"0","name":"3-Head Primal Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2132_3head_dragon","elevation":"1","unit_capacity":"0","attack":"114","defense":"1","life":"4700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2133","in_store":"0","name":"3-Head Primal Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2133_3head_draggy","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2134","in_store":"0","name":"3-Head Primal Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2134_3head_rider","elevation":"1","unit_capacity":"0","attack":"139","defense":"1","life":"4950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2135","in_store":"0","name":"4-Weapons Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2135_4weap_glad","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2136","in_store":"0","name":"Centaur Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2136_centaur_glad","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"11","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2137","in_store":"0","name":"Swamp Monster","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2137_swamp_monster","elevation":"1","unit_capacity":"0","attack":"69","defense":"1","life":"2800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2138","in_store":"0","name":"Predator Lizard","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2138_blacklizard","elevation":"1","unit_capacity":"0","attack":"68","defense":"1","life":"2700","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2139","in_store":"0","name":"T-Rex","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"713_trex","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1500","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2140","in_store":"0","name":"Green Extreme Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2140_4wings_dragon","elevation":"1","unit_capacity":"0","attack":"115","defense":"1","life":"4800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2141","in_store":"0","name":"Green Extreme Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2141_4wings_draggy","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2142","in_store":"0","name":"Green Extreme Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2142_4wings_rider","elevation":"1","unit_capacity":"0","attack":"140","defense":"1","life":"5050","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2143","in_store":"0","name":"Blade Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2143_bigwarrior_glad","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2144","in_store":"0","name":"Minotaur Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2144_minotaur_glad","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2145","in_store":"0","name":"Ice Golem","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2145_ice_golem","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2146","in_store":"0","name":"Swamp Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2146_swamp_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"500","velocity":"8","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2147","in_store":"0","name":"Whirlwind Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2147_whirlwind_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"11","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2148","in_store":"0","name":"Genesis Earth God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2148_earth_god","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"5200","velocity":"7","attack_range":"4","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2149","in_store":"0","name":"Genesis Earth God Minion","type":"u","cost":"6","cost_type":"g","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2149_earth_minion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2150","in_store":"0","name":"Devil Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2150_devil_glad","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1800","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2151","in_store":"0","name":"Chariot Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2151_chariot_glad","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"2200","velocity":"10","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2152","in_store":"0","name":"Genesis Earth Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2152_earth_colossus","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"4600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2153","in_store":"0","name":"Tiny Fire God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2153_tiny_fire","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2154","in_store":"0","name":"Sand Storm Whirlwind","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2154_sand_whirl","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"11","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2155","in_store":"0","name":"Tiny Water God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2155_tiny_water","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"4100","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2156","in_store":"0","name":"Genesis Wind God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2156_wind_god","elevation":"1","unit_capacity":"0","attack":"118","defense":"1","life":"5300","velocity":"7","attack_range":"11","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2157","in_store":"0","name":"Caesar Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2157_cesar_glad","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2158","in_store":"0","name":"Caesar Gladiator Minion","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2158_cesar_glad_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2159","in_store":"0","name":"Genesis Wind Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2159_wind_minion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2160","in_store":"0","name":"Genesis Shadow God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2160_genesisShadowGod","elevation":"1","unit_capacity":"0","attack":"124","defense":"1","life":"5000","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2161","in_store":"0","name":"Genesis Shadow Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2161_genesisShadowMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2162","in_store":"0","name":"Genesis Wind Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2162_genesisWindColossus","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"4600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2163","in_store":"0","name":"Dwarf Axe","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2163_dwarfAxe","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2164","in_store":"0","name":"Dwarf Priest","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2164_dwarfPriest","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2165","in_store":"0","name":"Dwarven Catapult","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2165_dwarvenCatapult","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2166","in_store":"0","name":"Tiny Light God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2166_tinyLightGod","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2167","in_store":"0","name":"Genesis Ice God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2167_genesisIceGod","elevation":"1","unit_capacity":"0","attack":"122","defense":"1","life":"5100","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2168","in_store":"0","name":"Genesis Ice Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2168_genesisICeMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3001","in_store":"0","name":"Chained 30% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3001_chained_30","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3002","in_store":"0","name":"Chained Soul Eater","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3002_chained_soul_eater","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3003","in_store":"0","name":"Chained 3-Head Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3003_chained_3h_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3004","in_store":"0","name":"Chained 60% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3004_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3005","in_store":"0","name":"Chained 100% Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3005_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3006","in_store":"0","name":"Chained Monster Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3006_chained_monster_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3007","in_store":"0","name":"Chained King Kong","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3007_chained_kong","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3008","in_store":"0","name":"Chained Sword Lion","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3008_chained_sword_lion","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3009","in_store":"0","name":"Chained Brutal Slasher","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3009_chained_slasher_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3010","in_store":"0","name":"Chained Star Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3010_chained_star_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3011","in_store":"0","name":"Chained 35% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3011_chained_35_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3012","in_store":"0","name":"Chained Atomic Godzilla","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3012_chained_atomic_godzilla","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3013","in_store":"0","name":"Chained 100% Egyptian Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3013_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3014","in_store":"0","name":"Chained Imperial Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3014_chained_imperial_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3015","in_store":"0","name":"Chained 2 Headed Orc","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3015_chained_twohead_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3016","in_store":"0","name":"Chained Invisible","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"3016_chained_invisible","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3017","in_store":"0","name":"Chained Golden Dynasty Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3017_chained_golden_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3018","in_store":"0","name":"Chained 50% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3018_chained_50_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3019","in_store":"0","name":"Chained 2 Headed Orc","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3019_chained_twohead_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3020","in_store":"0","name":"Chained Evil Demon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3020_chained_evil_demon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3021","in_store":"0","name":"Chained Black Magic Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3021_chained_new","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3022","in_store":"0","name":"Chained Death Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3022_chained_death_warrior","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3023","in_store":"0","name":"Chained 90 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3023_chained_90","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3024","in_store":"0","name":"Chained 100 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3024_chained_100","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3025","in_store":"0","name":"Chained Elemental Fire God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3025_chained_red_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3026","in_store":"0","name":"Chained Super Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3026_chained_super_pack_v3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3027","in_store":"0","name":"Chained Fire Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3027_chained_fire_colossus_2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3028","in_store":"0","name":"Chained Forest God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3028_chained_forest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3029","in_store":"0","name":"Chained Evil Demon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3029_chained_evil","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3030","in_store":"0","name":"Chained Forest Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3030_chained_forest_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3031","in_store":"0","name":"Chained Fire Soul Eater","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3031_chained_fire_soul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3032","in_store":"0","name":"Chained Creatures Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3032_chained_creatures","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3033","in_store":"0","name":"Chained Titans Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3033_chained_titans","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3034","in_store":"0","name":"Chained Luring Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3034_chained_lure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3035","in_store":"0","name":"Chained Elemental Water God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3035_chained_water_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3036","in_store":"0","name":"Chained Water Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3036_chained_water_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3037","in_store":"0","name":"Chained Elemental Soul God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3037_chained_infra_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3038","in_store":"0","name":"Chained Soul Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3038_chained_infra_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3039","in_store":"0","name":"Chained Elemental Light God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3039_chained_heaven_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3040","in_store":"0","name":"Chained Light Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3040_chained_heaven_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3041","in_store":"0","name":"Chained 60 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3041_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3042","in_store":"0","name":"Chained Reptile Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3042_chained_reptile_warrior","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3043","in_store":"0","name":"Chained Antimatter Golem","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3043_chained_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3044","in_store":"0","name":"Chained Black Phoenix","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3044_chained_black_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3045","in_store":"0","name":"Chained Battering Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3045_chained_battering_pack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3046","in_store":"0","name":"Chained Medieval Golden Slayer","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3046_chained_medieval_slayer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3047","in_store":"0","name":"Chained Medieval Ether Messiah","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3047_chained_medieval_messiah","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3048","in_store":"0","name":"Chained Medieval Samurai","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3048_chained_medieval_samurai","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3049","in_store":"0","name":"Chained Half Price Party Weekend","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3049_half_weekend","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3050","in_store":"0","name":"Chained 99% Bonus Revolution","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3050_99_bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3051","in_store":"0","name":"Chained Battle Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3051_chained_battle_pack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3052","in_store":"0","name":"Chained +150% Extra Cash","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3052_chained_150_extra_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3053","in_store":"0","name":"Chained 40% off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3053_chained_40_percent_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3054","in_store":"0","name":"Chained Power Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3054_chained_power","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3055","in_store":"0","name":"Chained Dark Evil God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3055_chained_evil_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3056","in_store":"0","name":"Chained Atlas Titan","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3056_chained_atlas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3057","in_store":"0","name":"Chained Water God & Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"10","height":"10","max_frame":"2","giftable":"0","img_name":"3057_chained_watergc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3058","in_store":"0","name":"Chained Supreme Bahamut","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3058_chained_supreme","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3059","in_store":"0","name":"Chained 100% Bonus Frostfire Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3059_chained_100_frostfire","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3060","in_store":"0","name":"Chained Brutal Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3060_chained_sixpm","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3061","in_store":"0","name":"Chained Sky Bahamut Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3061_chained_sky_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3062","in_store":"0","name":"Chained 100% Bonus Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3062_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3063","in_store":"0","name":"Chained Hell Abyss Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3063_chained_hell","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3064","in_store":"0","name":"Chained Legendary Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3064_chained_newchest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3065","in_store":"0","name":"Chained Queen Beast","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3065_chained_queen_beast","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3066","in_store":"0","name":"Chained 95% Brutal Slasher","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3066_chained_95_brutal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3067","in_store":"0","name":"Chained 3-Head Primal Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3067_chained_3head_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3068","in_store":"0","name":"Chained Swamp Monster","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3068_chained_swamp","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3069","in_store":"0","name":"Chained Brutal Monster Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3069_chained_brutalmonsters","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3070","in_store":"0","name":"Chained Predator Lizard","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3070_chained_blacklizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3071","in_store":"0","name":"Chained 60% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3071_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3072","in_store":"0","name":"Chained Green Extreme Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3072_chained_4wings_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3073","in_store":"0","name":"Chained Ice Golem","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3073_chained_ice_golem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3074","in_store":"0","name":"Chained Struggle Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3074_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3075","in_store":"0","name":"Chained 125% Bonus + Galaxy Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3075_chained_100_small","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3076","in_store":"0","name":"Chained 60% + Off Star Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3076_chained_60_star","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3077","in_store":"0","name":"Chained Genesis Earth God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3077_chained_earth_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3078","in_store":"0","name":"Chained Genesis Earth Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3078_chained_earth_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3079","in_store":"0","name":"Chained Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3079_golden_slayer_cannon_mech","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3080","in_store":"0","name":"Chained Tiny Fire God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3080_chained_tiny_fire","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3081","in_store":"0","name":"Chained 125% Extra Cash","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3081_chained_125_extracash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3082","in_store":"0","name":"Chained Tiny Water God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3082_chained_tiny_water","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3083","in_store":"0","name":"Chained Genesis Wind God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3083_chained_wind_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3084","in_store":"0","name":"Chained Light God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3084_chained_light_god_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3085","in_store":"0","name":"Chained Pharaohs Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3085_chained_pharaohs_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3086","in_store":"0","name":"Chained 110% Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3086_chained_110Bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3087","in_store":"0","name":"Chained Genesis Shadow God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3087_chained_genesisShadowGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3088","in_store":"0","name":"Chained Genesis Wind Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3088_chained_genesisWindColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3089","in_store":"0","name":"Chained Tiny Light God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3089_chained_tinyLightGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3090","in_store":"0","name":"Chained Soul God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3090_chained_soulGodColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3091","in_store":"0","name":"Chained Genesis Ice God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3091_chained_genesisIceGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3092","in_store":"0","name":"Chained Creepy Monsters Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3092_chained_creepyMonstersChest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3093","in_store":"0","name":"Chained Mounted Furious Bull Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3093_chained_mountedFuriousBullDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3094","in_store":"0","name":"Chained Fire God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3094_chained_fireGodColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"49987","in_store":"0","name":"Wood Wall","type":"b","cost":"2500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"49988","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone1","elevation":"4","unit_capacity":"0","attack":"50","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49988","in_store":"0","name":"Reenforced Wall","type":"b","cost":"5000","cost_type":"w","xp":"250","groups":"","trains":"0","upgrades_to":"49989","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"13","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone2","elevation":"4","unit_capacity":"0","attack":"200","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49989","in_store":"0","name":"Stone Wall","type":"b","cost":"10000","cost_type":"s","xp":"500","groups":"","trains":"0","upgrades_to":"49990","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone3","elevation":"4","unit_capacity":"0","attack":"500","defense":"1","life":"15000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49990","in_store":"0","name":"Steel Wall","type":"b","cost":"20000","cost_type":"s","xp":"1000","groups":"","trains":"0","upgrades_to":"49991","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone4","elevation":"4","unit_capacity":"0","attack":"1000","defense":"1","life":"30000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49991","in_store":"0","name":"Royal Wall","type":"b","cost":"100000","cost_type":"s","xp":"3000","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"34","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone5","elevation":"4","unit_capacity":"0","attack":"2000","defense":"1","life":"75000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49992","in_store":"0","name":"Heroes Hall","type":"b","cost":"2000","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"21600","expiration":"0","collect":"1","collect_type":"u","collect_xp":"100","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50002_heroes_hall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"SpecialWonders","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49993","in_store":"0","name":"Winged Knight Barracks","type":"b","cost":"28000","cost_type":"g","xp":"4500","groups":"","trains":"662","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49993_winged_knight_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49994","in_store":"0","name":"Troll Barracks","type":"b","cost":"26000","cost_type":"g","xp":"4000","groups":"","trains":"857","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"39","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49994_troll_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49995","in_store":"0","name":"Ninja Barracks","type":"b","cost":"22000","cost_type":"g","xp":"4000","groups":"","trains":"50031","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"36","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49995_ninja_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49996","in_store":"0","name":"Elephants Barracks","type":"b","cost":"21000","cost_type":"g","xp":"3500","groups":"","trains":"603","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"34","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49996_elephant_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49997","in_store":"0","name":"Buey Ranch","type":"b","cost":"5000","cost_type":"w","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"2000","collect_type":"f","collect_xp":"67","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"21","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49997_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Ranch","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49998","in_store":"0","name":"Pig ranch","type":"b","cost":"2500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"1500","collect_type":"f","collect_xp":"50","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"15","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49998_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49999","in_store":"0","name":"Chicken Ranch","type":"b","cost":"600","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"1000","collect_type":"f","collect_xp":"34","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"9","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49999_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50001","in_store":"0","name":"Town Hall I","type":"b","cost":"1000","cost_type":"g","xp":"150","groups":"","trains":"500","upgrades_to":"50007","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"4","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50001_townhall1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50003","in_store":"0","name":"Embassy I","type":"b","cost":"4000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50009","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"6","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50003_embassy1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50004","in_store":"0","name":"Stone Mine(Erase)","type":"b","cost":"125","cost_type":"w","xp":"14","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"90","expiration":"0","collect":"100","collect_type":"s","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"7","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50004_stone_mine","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"50005","in_store":"0","name":"Harbour I","type":"b","cost":"6000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50005_forest_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50006","in_store":"0","name":"Blacksmith I","type":"b","cost":"2000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50012","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50006_blacksmith1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50007","in_store":"0","name":"Town Hall II","type":"b","cost":"7500","cost_type":"g","xp":"1000","groups":"","trains":"500","upgrades_to":"50015","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50007_townhall2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50008","in_store":"0","name":"University I","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"50014","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"13","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50008_university1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50009","in_store":"0","name":"Embassy II","type":"b","cost":"15000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50016","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"15","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50009_embassy2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50010","in_store":"0","name":"Oracle","type":"b","cost":"30000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"16","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50010_oracle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Oracle","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"1","iphone_adjustments":""},{"id":"50011","in_store":"0","name":"Harbour II","type":"b","cost":"20000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"18","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50011_snow_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50012","in_store":"0","name":"Blacksmith II","type":"b","cost":"25000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"50025","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"19","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50012_blacksmith2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50014","in_store":"0","name":"University II","type":"b","cost":"20000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"50028","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"21","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50014_university2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50015","in_store":"0","name":"Town Hall III","type":"b","cost":"30000","cost_type":"g","xp":"1250","groups":"","trains":"500","upgrades_to":"50018","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"22","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50015_townhall3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50016","in_store":"0","name":"Embassy III","type":"b","cost":"60000","cost_type":"g","xp":"1250","groups":"","trains":"0","upgrades_to":"50020","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"26","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50016_embassy3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50018","in_store":"0","name":"Town Hall IV","type":"b","cost":"80000","cost_type":"g","xp":"2250","groups":"","trains":"500","upgrades_to":"50019","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"31","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50018_townhall4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50019","in_store":"0","name":"Town Hall V","type":"b","cost":"150000","cost_type":"g","xp":"5000","groups":"","trains":"500","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"42","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50019_townhall5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50020","in_store":"0","name":"Embassy IV","type":"b","cost":"85000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"50021","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"33","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50020_embassy4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50021","in_store":"0","name":"Embassy V","type":"b","cost":"200000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"43","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50021_embassy5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50022","in_store":"0","name":"Harbour III","type":"b","cost":"65000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50022_japan_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50023","in_store":"0","name":"Harbour IV","type":"b","cost":"90000","cost_type":"g","xp":"4500","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"36","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50023_mineral_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50024","in_store":"0","name":"Harbour V","type":"b","cost":"250000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"44","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50024_mountain_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50025","in_store":"0","name":"Blacksmith III","type":"b","cost":"70000","cost_type":"g","xp":"1750","groups":"","trains":"0","upgrades_to":"50026","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"28","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50025_blacksmith3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50026","in_store":"0","name":"Blacksmith IV","type":"b","cost":"95000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"50027","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"37","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50026_blacksmith4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50027","in_store":"0","name":"Blacksmith V","type":"b","cost":"300000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"45","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50027_blacksmith5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50028","in_store":"0","name":"University III","type":"b","cost":"75000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"50029","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"30","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50028_university3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50029","in_store":"0","name":"University IV","type":"b","cost":"100000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"50030","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"38","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50029_university4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50030","in_store":"0","name":"University V","type":"b","cost":"400000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"47","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50030_university5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50031","in_store":"0","name":"Black Ninja","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"719_ninja","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"400","velocity":"8","attack_range":"9","attack_interval":"15","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""}],"expansion_prices":[{"coins":4000,"cash":20,"neighbors":1},{"coins":40000,"cash":25,"neighbors":3},{"coins":80000,"cash":30,"neighbors":5},{"coins":100000,"cash":35,"neighbors":8},{"coins":150000,"cash":40,"neighbors":10},{"coins":300000,"cash":45,"neighbors":12},{"coins":400000,"cash":50,"neighbors":14},{"coins":500000,"cash":60,"neighbors":16}],"levels":[{"name":"Slave","exp_required":0,"reward_type":"s","reward_amount":50},{"name":"Servant","exp_required":29,"reward_type":"w","reward_amount":50},{"name":"Peon","exp_required":60,"reward_type":"f","reward_amount":50},{"name":"Peasant","exp_required":100,"reward_type":"w","reward_amount":400},{"name":"Villager","exp_required":200,"reward_type":"c","reward_amount":1},{"name":"Scout","exp_required":350,"reward_type":"c","reward_amount":1},{"name":"Cadet","exp_required":550,"reward_type":"c","reward_amount":1},{"name":"Squire","exp_required":800,"reward_type":"c","reward_amount":1},{"name":"Soldier","exp_required":1113,"reward_type":"c","reward_amount":1},{"name":"Footman","exp_required":1504,"reward_type":"c","reward_amount":1},{"name":"Swordsman","exp_required":1993,"reward_type":"c","reward_amount":1},{"name":"Spearman","exp_required":2604,"reward_type":"c","reward_amount":1},{"name":"Lancer","exp_required":3368,"reward_type":"c","reward_amount":1},{"name":"Grunt","exp_required":4323,"reward_type":"c","reward_amount":1},{"name":"Knight","exp_required":5517,"reward_type":"c","reward_amount":1},{"name":"Private","exp_required":7010,"reward_type":"c","reward_amount":1},{"name":"Second Lieutenant","exp_required":8876,"reward_type":"c","reward_amount":1},{"name":"Lieutenant","exp_required":11209,"reward_type":"c","reward_amount":1},{"name":"Corporal","exp_required":13659,"reward_type":"c","reward_amount":1},{"name":"Marauder","exp_required":16232,"reward_type":"c","reward_amount":1},{"name":"Captain","exp_required":18934,"reward_type":"c","reward_amount":1},{"name":"Sergeant","exp_required":21771,"reward_type":"c","reward_amount":1},{"name":"Senior Sergeant","exp_required":24750,"reward_type":"c","reward_amount":1},{"name":"First Sergeant","exp_required":27878,"reward_type":"c","reward_amount":1},{"name":"Master Sergeant","exp_required":31162,"reward_type":"c","reward_amount":1},{"name":"Sergeant Major","exp_required":34610,"reward_type":"c","reward_amount":1},{"name":"Major","exp_required":38230,"reward_type":"c","reward_amount":1},{"name":"Centurion","exp_required":42031,"reward_type":"c","reward_amount":1},{"name":"Legionnaire","exp_required":46022,"reward_type":"c","reward_amount":1},{"name":"Gladiator","exp_required":50213,"reward_type":"c","reward_amount":1},{"name":"Champion","exp_required":54614,"reward_type":"c","reward_amount":1},{"name":"Lieutenant General","exp_required":59235,"reward_type":"c","reward_amount":1},{"name":"General","exp_required":64087,"reward_type":"c","reward_amount":1},{"name":"Colonel","exp_required":69182,"reward_type":"c","reward_amount":1},{"name":"Lieutenant Commander","exp_required":74532,"reward_type":"c","reward_amount":1},{"name":"Commander","exp_required":80150,"reward_type":"c","reward_amount":1},{"name":"Marshal","exp_required":86049,"reward_type":"c","reward_amount":1},{"name":"Field Marshal","exp_required":92243,"reward_type":"c","reward_amount":1},{"name":"Grand Marshal","exp_required":98747,"reward_type":"c","reward_amount":1},{"name":"Paladin","exp_required":105576,"reward_type":"c","reward_amount":1},{"name":"Corporal","exp_required":112746,"reward_type":"c","reward_amount":1},{"name":"Admiral","exp_required":120275,"reward_type":"c","reward_amount":1},{"name":"Commodore","exp_required":128180,"reward_type":"c","reward_amount":1},{"name":"Battlemaster","exp_required":136480,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":145195,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":154346,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":163955,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":174044,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":184637,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":195760,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":207439,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":219702,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":232578,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":246098,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":260294,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":275200,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":290851,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":307285,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":324541,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":342660,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":361685,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":381661,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":402636,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":424660,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":447785,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":472066,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":497561,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":524331,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":552440,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":581954,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":612944,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":645484,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":679651,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":715526,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":756782,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":804226,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":858787,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":921532,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":993689,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1076670,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1172098,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1281840,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1408043,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1553176,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1720079,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1912017,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2132746,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2386584,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2678498,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3014199,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3400255,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3844219,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":4354778,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":4941921,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":5617135,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":6393631,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":7286601,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":8313517,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":9494470,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2016089205,"reward_type":"c","reward_amount":1}],"honor_levels":[{"id":1,"points":0,"rank":"Peasant with Spear"},{"id":2,"points":50,"rank":"Count's Squire"},{"id":3,"points":100,"rank":"Troll Slayer"},{"id":4,"points":150,"rank":"Baron's Knight"},{"id":5,"points":200,"rank":"Captain of Duke's Army"},{"id":6,"points":250,"rank":"Kingdom's Protector"},{"id":7,"points":300,"rank":"Citadel's Protector"},{"id":8,"points":350,"rank":"Spearmen's Commander"},{"id":9,"points":400,"rank":"Archery Lord"},{"id":10,"points":500,"rank":"Master Warlord"},{"id":11,"points":600,"rank":"Swords' Master"},{"id":12,"points":700,"rank":"Head of the Cavalry"},{"id":13,"points":800,"rank":"Great Lord of Tactics"},{"id":14,"points":900,"rank":"Siege's Master"},{"id":15,"points":1000,"rank":"Elite King's Warlord"}],"neighbor_assists":[{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! Some trolls are attacking my villagers!","action":"Click OKAY to eliminate the trolls","notification":"helped to eliminate the trolls"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! Some of my fighters got sick and I need them for the battle!","action":"Click OKAY to heal sick fighters","notification":"helped to heal sick fighters"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! A heavy storm has damaged my houses!","action":"Click OKAY to repair damaged houses","notification":"helped to repair damaged houses"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! We ran out of water and our villagers are thirsty!","action":"Click OKAY to provide some water","notification":"provided you some water"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! A little villager girl is lost and her mum can't find her!","action":"Click OKAY to find the little villager girl","notification":"helped to find the little villager girl"}],"town_prices":[{"coins":100000,"cash":20,"level":15},{"coins":300000,"cash":20,"level":25},{"coins":550000,"cash":20,"level":35},{"coins":1000000,"cash":20,"level":45}],"map_prices":[{"coins":100000,"cash":20,"level":15},{"coins":300000,"cash":20,"level":25},{"coins":550000,"cash":20,"level":35},{"coins":1000000,"cash":20,"level":45}],"findable_items":[{"id":1,"title":"Clown","description":"You've found a sad Clown on your park. Share it with your friends to find a new home for him!","coins":100},{"id":2,"title":"Little Boy","description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100},{"id":3,"title":"Little Girl","description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100},{"id":4,"title":"Teddy Bear","description":"You've found a Teddy Bear on your Park. Share it with your friends to find his owner!","coins":100},{"id":5,"title":"Budget","description":"Ohh, it seems somebody lost his wallet! Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":6,"title":"Bolso","description":"Ohh, a girl lost her Handbag on your Park!! Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":7,"title":"Globo","description":"A little child lost his balloon !! Help him to find it !!","coins":100},{"id":8,"title":"Llaves","description":"Ohh, One of your visitors lost his keys on your Park. Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":9,"title":"Gorra","description":"A teenager visitor lost his Cup!! On sunny days it's indispensable. Give the cup back by sharing it with your friends !!","coins":100},{"id":10,"title":"Movil","description":"Ohh, an old man lost his Handy on your park. Share it with your friends to find the owner !!","coins":100}],"missions":[{"id":2,"title":"Train villager","hint":"","description":"You need villagers to collect resources. Click on your Town Hall and then on the TRAIN button at the bottom panel.","reward":10},{"id":3,"title":"Send villager to farm land","hint":"","description":"Your farm land needs villagers to produce food. First click on a villager and then click on the farm land.","reward":10},{"id":4,"title":"Collect food","hint":"","description":"When the food is ready to be collected an icon appears. Click on it to get the resources!","reward":10},{"id":5,"title":"Cut trees and get wood","hint":"","description":"You got food, but you'll also need wood. Click on a villager and the click again on a tree. The villager will automatically cut all surrounding trees!","reward":10},{"id":6,"title":"Move mouse wheel to zoom","hint":"","description":"Rotate the mouse wheel or click and drag the slider at the lower right of the screen to zoom in\/out. It will help you to spot buildings or units!","reward":10},{"id":7,"title":"Build another farm land","hint":"","description":"Farm lands are essential to increase your empire because they provide you with food. Go to BUILD > Buildings > Resources and place another farm land.","reward":12},{"id":8,"title":"Build another house","hint":"","description":"Villagers and warriors live in houses! The more houses you build, the more units you can train. Go to BUILD > Buildings > Houses and place a House I.","reward":14},{"id":9,"title":"Build barracks","hint":"","description":"You'll need an army for coming battles! Click on the 'Build' button, select the 'Attack' category and finally click on the Barracks I building.","reward":16},{"id":10,"title":"Train 3 Spearmen","hint":"","description":"Start building your army with some spearmen. Click on the barracks building, and then click on the TRAIN button at the lower interface. Repeat this 3 times.","reward":18},{"id":11,"title":"Train 2 villagers","hint":"","description":"Click on the Town Hall and then on the Train button at the lower interface. Do this twice to train two villagers.","reward":20},{"id":12,"title":"Build mill","hint":"","description":"Mills will provide you with food, like farm lands. Go to BUILD > Buildings > Resources to build a mill.","reward":22},{"id":13,"title":"Send villager to mill","hint":"","description":"Mills don't work alone! They need villagers. Select a villager and click on the mill to put him in.","reward":24},{"id":14,"title":"Select food on mill","hint":"","description":"Choose one of the options to start producing the quantity of food you want!","reward":26},{"id":15,"title":"Put another villager on mill","hint":"","description":"Increase your food outcome adding another villager to your mill! (if you don't have any villagers available, you can train them at your Town Hall)","reward":28},{"id":16,"title":"Get villager out of mill","hint":"","description":"If you don't have resources to train villagers, you can get them out your buildings. Click on your mill and then click on a villager portrait at the lower interface to get it out of your mill.","reward":30},{"id":17,"title":"Extract 3 Gold","hint":"","description":"Gold will make you more powerful! It is used to train the best units. Select a villager and click on a gold vein (Explore the map to find gold veins)","reward":32},{"id":18,"title":"Select with double click","hint":"","description":"Double click 1 spearman to select the 3 at one, and move them near your Town Hall fountain. Double-clicking is very useful!","reward":34},{"id":19,"title":"Kill 3 trolls","hint":"","description":"Click on the Square Tool at the lower right of interface, and click and drag to select your units. (You can also use , it's easier and faster!). Then attack 3 trolls.","reward":36},{"id":20,"title":"Build sheep ranch","hint":"","description":"Sheeps are funny... and tasty! But they need a sheep ranch! Build one going to BUILD > Buildings > Resources. It will provide you with some food!","reward":38},{"id":21,"title":"Capture sheep","hint":"","description":"Ok! If you already got a sheep ranch, now go for some sheeps. Select a villager and click on a sheep to capture it.","reward":40},{"id":22,"title":"Send sheep to ranch","hint":"","description":"If you already captured a sheep with a villager, select the sheep and send it to the ranch!","reward":42},{"id":23,"title":"Collect sheep ranch","hint":"","description":"When a sheep ranch is ready to collect (you will see a food icon), click on it!","reward":44},{"id":24,"title":"Build 3 more farm lands","hint":"","description":"Build 3 more farm lands to feed your soldiers! Remember you can train villagers at your Town Hall and then direct them towards your farms to produce more food simultaneously.","reward":46},{"id":25,"title":"Collect 5 farm lands","hint":"","description":"Collect 5 farm lands. Important: Farm lands needs wood to be rebuilded, try to have always some on your inventory (see stats at the upper left of the screen).","reward":48},{"id":26,"title":"Build 4 more houses","hint":"","description":"Build 4 more houses to increase your population limit. (BUILD > Buildings > Houses)","reward":52},{"id":27,"title":"Build gold mine","hint":"","description":"Gold can also be obtained from gold mines, buy you can only own one. Go to Buildings > Resources and build it now!","reward":54},{"id":28,"title":"Put villager on gold mine","hint":"","description":"Gold mines need villagers to extract the gold. Bring one of them to the mine (if you don't have any villager available, remember to create them at your Town Hall).","reward":56},{"id":29,"title":"Build Archery","hint":"","description":"An archery will allow you to train archer infantry. Archers have a longer range than normal infantry. You can find the Archery in the Attack section of the BUILD menu.","reward":58},{"id":30,"title":"Train 3 Light Archers","hint":"","description":"Train 3 light archers at your archery! Remember, click the archery an then click the train button at the bottom.","reward":60},{"id":31,"title":"Kill 5 more trolls","hint":"","description":"It's time to kill trolls! Select your units with the SQUARE TOOL at the bottom right OR directly with a double click. Then click on an evil troll to attack him!","reward":62},{"id":32,"title":"Build 5 decorations","hint":"","description":"It's not all about battling! Put some decorations to your empire to make it more beautiful! Go to BUILD > Decorations and place 5 of them.","reward":64},{"id":33,"title":"Put name to empire","hint":"","description":"Every empire has a name! Put a name to yours too! Click at your empire name at the top right corner.","reward":66},{"id":34,"title":"Cut 10 trees","hint":"","description":"Click on a villager and click on a tree to cut it. If the tree is near a group of trees, the villager will cut them all automatically!","reward":68},{"id":35,"title":"Collect 10 stones","hint":"","description":"Stone is very important to build your defensive structures! Use your villagers to collect 10 stone!","reward":70},{"id":36,"title":"Build 2 towers near Town Hall","hint":"","description":"Build 2 towers near your Town Hall to protect it from your enemies. It's your most important building! (BUILD > Defense)","reward":72},{"id":37,"title":"Build wall","hint":"","description":"Build a row of 20 Wall I in the lower left border of your empire to start creating a defensive wall! Go to BUILD > Defense > Walls.","reward":74},{"id":38,"title":"Move wall","hint":"","description":"Choose a Wall I and then Move it with the Move option on the interface (directional cross icon).","reward":76},{"id":39,"title":"Build stables I","hint":"","description":"Your army needs cavalry! Build an stable to train light knights. (BUILD > Attack)","reward":78},{"id":40,"title":"Train 3 Light Knights","hint":"","description":"You'll need more warriors before facing your first real battle! Train 3 light knights at your new Stables I!","reward":80},{"id":41,"title":"Select unit with Square Tool","hint":"","description":"Choose multiple units with the Square Tool at the lower right of the interface (you can also use the bar, is much faster!)","reward":82},{"id":42,"title":"Kill all trolls","hint":"","description":"Kill all trolls in your empire! You can check how many of them are left on the counter at the lower right of the screen. Try to destroy their towers first!","reward":84},{"id":43,"title":"Rescue Princess!","hint":"","description":"When you finish with all the trolls, free the Princess and get the treasure!","reward":150},{"id":44,"title":"Visit #0#!","hint":"","description":"Click on the portrait of #0# on the lower interface and see how beautiful an empire can look like!","reward":88},{"id":45,"title":"Build lumber mill \/ Put peasant","hint":"","description":"Build a lumber mill and put a villager in to start producing wood! (You can find it at BUILD > Buildings > Resources).","reward":90},{"id":46,"title":"Select wood option","hint":"","description":"Choose one of the options to start producing the quantity of wood you want!","reward":92},{"id":47,"title":"Put another villager on lumber mill","hint":"","description":"Increase your wood outcome adding another villager to your lumber mill! (if you don't have available villagers on your map, remember you can train them on your Town Hall)","reward":94},{"id":48,"title":"Build cow ranch","hint":"","description":"Build a cow ranch to hold your cows. (BUILD > Buildings > Resources)","reward":96},{"id":49,"title":"Put cow on ranch","hint":"","description":"Bring a cow into the cow ranch to start producing some food.","reward":98},{"id":50,"title":"Build Market","hint":"","description":"Build a Market to buy and sell resources! (Market is at BUILD > Buildings > Miscellaneous)","reward":100},{"id":51,"title":"Recruit Friend Market","hint":"","description":"Recruit a friend to help you on the opening of your fabulous Market!","reward":102},{"id":52,"title":"Spend 1 cash","hint":"","description":"Cash is useful to buy units, buildings, friends for social buildings, etc. Make yourself a gift and spend 1 cash in what you wish!","reward":104},{"id":53,"title":"Open Market","hint":"","description":"Once you have filled up your Market with friends, click on the Open building to open it and be able to use it!","reward":106},{"id":54,"title":"Check collections","hint":"","description":"Click on the gift icon at the lower right of the screen, then click on the Trophy icon. If you complete these collections you can get unique warriors and items!","reward":108},{"id":55,"title":"Get Daily Bonus 3 days","hint":"","description":"Play 3 days in a row and click on the Daily Bonus bag at the left of the screen to get extra gold!","reward":150},{"id":56,"title":"Reach 40 population","hint":"","description":"Reach 40 of population. It will be a sign of your empire expansion!","reward":112},{"id":57,"title":"Harvest 10 Gold veins","hint":"","description":"Get 10 gold veins to increase your resource account, soon you'll need to use it!","reward":114},{"id":58,"title":"Build Stone Mine I","hint":"","description":"Stone is very necessary to build defensive buildings. Build a Stone Mine to start producing this needful resource! (BUILD > Buildings > Resources)","reward":116},{"id":59,"title":"Attack 1 player","hint":"","description":"Attacking other players provides much gold and xp! Click on the WORLD icon (blue) at the top, then click on the Attack button of a player. Read the Battle Help before starting!","reward":118},{"id":60,"title":"Defensive Strategy","hint":"","description":"Click on the WORLD button (blue icon on top right) and then click on the OPTIONS button at the top of the screen. Select the 'My defensive strategy' button and choose your units behavior.","reward":120},{"id":61,"title":"Collect mill","hint":"","description":"Pick up the food your mill produced to feed your troops!","reward":122},{"id":62,"title":"Collect lumber mill","hint":"","description":"Pick up the wood your lumber mill produced to keep building stuff!","reward":124},{"id":63,"title":"Collect stone mine","hint":"","description":"Pick up the stone your stone mine produced to keep building more defensive structures!","reward":126},{"id":64,"title":"Collect gold mine","hint":"","description":"Pick up the gold your gold mine produced to keep building more defensive structures!","reward":128},{"id":65,"title":"Get 200 stone in Market","hint":"","description":"Get 200 stone units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the stone icon.","reward":130},{"id":66,"title":"Get 100 wood in Market","hint":"","description":"Get 100 wood units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the wood icon.","reward":132},{"id":67,"title":"Attack 1 friend!","hint":"","description":"Click on the WORLD word in one of your friends portrait (if you can't see it, first click on the Assist word and come back to your empire) and attack him. For once he'll forgive you! =P","reward":134},{"id":68,"title":"Check Attacks","hint":"","description":"Click on the WORLD button (blue) and then click on the BATTLE RESULTS button at the top of the screen. Then check your attacks and who attacked you!","reward":136},{"id":69,"title":"Build house II","hint":"","description":"Houses II allow you to put in more people! Build one or update a House I clicking on one and using the UPGRADE option at the lower interface.","reward":138},{"id":70,"title":"Store decoration","hint":"","description":"Click on a decoration and then click again on the STORE icon at the lower interface. You can retrieve your decoration (or sell it) clicking on BUILD > Storage.","reward":140},{"id":71,"title":"Build\/Open Eagles I","hint":"","description":"Eagles allow you to spy your enemy before attacking him! Build one and hire friends to open it! (BUILD > Buildings > Miscellaneous)","reward":142},{"id":72,"title":"Sell 100 wood","hint":"","description":"Sell 100 wood units in the Market. Click on the Sell button to get gold in exchange!","reward":144},{"id":73,"title":"Expand 2 Acres","hint":"","description":"Click on a FOR SALE post on your empire to buy land and continue your expansion!","reward":146},{"id":74,"title":"Build Workshop I","hint":"","description":"Build a workshop I to build rams and be able to destroy doors of enemies' fortifications (BUILD > Attack).","reward":148},{"id":75,"title":"Free 3 archers","hint":"","description":"Free the 3 archers kidnapped by trolls! (daily mission)","reward":150},{"id":76,"title":"Kill 5 Devious trolls","hint":"","description":"Kill 5 Devious Trolls. They are implied in the complot to destroy your empire!","reward":152},{"id":77,"title":"Coordinated Attack","hint":"","description":"Send 5 archers to attack the same tower, and afterwards send your melee units against the same tower!","reward":154},{"id":78,"title":"Use Eagle","hint":"","description":"Click on the world icon at the upper part and then on the SPY button on any player to spy his empire!","reward":156},{"id":79,"title":"Defeat two players","hint":"","description":"Defeat two players (including your friends!) to get gold... and glory!","reward":158},{"id":80,"title":"Build Harbor","hint":"","description":"Build a Harbor (Buildings > Miscellaneous), invite your friends and click on the OPEN button to explore the seas!","reward":160},{"id":81,"title":"Check the map","hint":"","description":"Once your Harbor is open, click on it and then press the Let's Sail button to see the map!","reward":162},{"id":82,"title":"Complete Mysterious Isle on 1 star","hint":"","description":"Use the Harbor to travel to Mysterious Isle and retrieve the treasure that the trolls stole to your ancestors! Complete Mysterious Island (1 star).","reward":164},{"id":83,"title":"Upgrade Barracks II","hint":"","description":"Upgrade your Barracks II to train stronger units! (Buildings > Attack or UPGRADE button in Barracks I interface)","reward":166},{"id":84,"title":"Train 3 Swordsmen","hint":"","description":"Train 3 Swordsmen in your Barracks II... you'll need them soon!","reward":168},{"id":85,"title":"Sail in another way","hint":"","description":"Access the map in another way: click on the world icon on top and then click on the ship surrounding the island.","reward":170},{"id":86,"title":"Complete Unknown Isle (1 star)","hint":"","description":"Unknown Isle is a cold, hostile place, but in the loot that the Ravager Trolls protect lies hidden a nice amount of gold! Complete Unknown Isle (1 star).","reward":172},{"id":87,"title":"Build 2 tower II","hint":"","description":"Build two Tower II in your empire. You will get rid of enemies faster! (BUILD > Defense)","reward":174},{"id":88,"title":"Build 20 Wall II","hint":"","description":"Build 20 Wall II in the lower left row of your 1st acre (BUILD > Defense). You can also upgrade the Wall I you already have if you click on one wall and then click UPGRADE on the lower interface.","reward":176},{"id":89,"title":"Build 2 Pumpkin Crop","hint":"","description":"Build 2 Pumpkin Crop to obtain more food.","reward":178},{"id":90,"title":"Invoke allies","hint":"","description":"Build an Allies Building and get 9 allies to open it!","reward":180},{"id":91,"title":"Upgrade to Archery II","hint":"","description":"Upgrade you Archery to train better archers! (Buildings > Attack)","reward":182},{"id":93,"title":"Rescue Kidnapped Soldiers","hint":"","description":"The trolls have kidnapped some soldiers! Free them! (daily mission)","reward":186},{"id":94,"title":"Defeat 3 players","hint":"","description":"Prove yourself and defeat 3 players... including your friends!","reward":188},{"id":95,"title":"Build Mill II","hint":"","description":"Build the Mill II to increase food production.","reward":190},{"id":96,"title":"Recruit 6 friends for Mill II","hint":"","description":"Recruit 6 friends to open the mill.","reward":192},{"id":97,"title":"Hire all villagers in Mill II","hint":"","description":"Hire all villagers in your new mill to take full advantage of it!","reward":194},{"id":98,"title":"8 hours Mill","hint":"","description":"Leave the mill collecting for 8 hours.","reward":196},{"id":99,"title":"Upgrade Market","hint":"","description":"Upgrade your Market to Market II to buy or sell more resources.","reward":198},{"id":100,"title":"Build 8 towers","hint":"","description":"Build 8 towers in your empire... the trolls will attack soon and you must protect yourself!","reward":200},{"id":101,"title":"Extinguish fire","hint":"","description":"If the trolls set fire to buildings of your empire, click on a villager and then click again on the fire to extinguish it!","reward":202},{"id":102,"title":"Help a friend","hint":"","description":"Visit a friend and help him to collect as many resources as you can!","reward":204},{"id":103,"title":"Build Prize Building","hint":"","description":"Build a Prize building and get allies to obtain fabulous special units! (Buildings > Miscellaneous)","reward":206},{"id":104,"title":"Get recruitment prize","hint":"","description":"Tell 3 friends to help you get a fantastic special unit on your Prize Building!","reward":208},{"id":105,"title":"Build Traning Stables","hint":"","description":"Build the Training Stables to improve the mobility of your units!","reward":210},{"id":106,"title":"Capture a horse and...","hint":"","description":"Capture a horse with a villager or warrior and take it to the Training Stables.","reward":212},{"id":107,"title":"Lead Swordsman to Stables...","hint":"","description":"Once you have put a horse, lead a Swordsman to the Training Stables to turn him into a medium knight!","reward":214},{"id":108,"title":"Complete Mysterious Isle (2 stars)","hint":"","description":"Complete Mysterious Isle on 2 stars to obtain much more gold and XP!","reward":216},{"id":109,"title":"Upgrade Town Hall","hint":"","description":"Upgrade your Town Hall. Select it and click on UPGRADE at the bottom part of the interface.","reward":218},{"id":110,"title":"Train 2 villagers","hint":"","description":"Train 2 villagers in your new Town Hall. Now they will run as fast as a hare!","reward":220},{"id":111,"title":"Upgrade Stables","hint":"","description":"Upgrade Stables to Stables II to train heavier mounted units!","reward":222},{"id":112,"title":"Train 3 Medium Knights","hint":"","description":"Train 3 Medium Knights... You're getting stronger every day!","reward":224},{"id":113,"title":"Get Treasure Chest!","hint":"","description":"Get the Treasure Chest, defended by the trolls! (Daily mission)","reward":226},{"id":114,"title":"Build Allies Market","hint":"","description":"Build the Allies Market so your friends can send you free resources! (Buildings > Miscellaneous)","reward":228},{"id":115,"title":"Get wood Allies Market","hint":"","description":"Tell your friends to help you and get at least 500 units of wood in the allies market!","reward":230},{"id":116,"title":"Undiscovered Isle (1 star)","hint":"","description":"Discover the secrets of the Undiscovered Isle (1 star). Beware of the evil skeletons!","reward":232},{"id":117,"title":"Build Gold Mine II","hint":"","description":"The more gold the better! Build a Gold Mine II to increase the production.","reward":234},{"id":118,"title":"Put 4 villagers in Gold Mine II","hint":"","description":"Take the most out of the Gold Mine II adding 4 villagers to it.","reward":236},{"id":119,"title":"Build Treasure Mine","hint":"","description":"Need help to complete the collections? Build a Treasure Mine to get one item EACH DAY!","reward":238},{"id":120,"title":"Collect object in Treasure Mine","hint":"","description":"Collect the surprise item in the Treasure Mine (lapse of 24h. since the last picked up gift).","reward":240},{"id":121,"title":"Build Workshop II","hint":"","description":"Build a Workshop II to enjoy a high damage weapon: \u00a1scorpions! (BUILD > Attack)","reward":242},{"id":122,"title":"Open Workshop II","hint":"","description":"Tell your friends to help you open the Workshop II... scorpions wreak havoc against enemy towers!","reward":244},{"id":123,"title":"Build 3 Scorpions","hint":"","description":"Build 3 scorpions in the Workshop II and get ready for the last stage of the process!","reward":246},{"id":124,"title":"Destroy 1 tower with Scorpions","hint":"","description":"When the next troll camp appears, destroy one tower with a group of 3 Scorpions... notice that weak enemy towers don't have enough range to destroy your scorpions!","reward":248},{"id":125,"title":"Build Tower III","hint":"","description":"Build a Tower III to protect yourself better against incoming attacks!","reward":250},{"id":126,"title":"Build Altar of Heroes","hint":"","description":"Build an Altar of Heroes to purchase powerful special units!","reward":252},{"id":127,"title":"Get a hero","hint":"","description":"Get a hero in the Altar of Heroes to help you defeat your enemies more easily! (Click on the GET HERO button)","reward":254},{"id":128,"title":"Kill Axethrower","hint":"","description":"Kill an Axethrower. These depictable beings won't hesitate to kill your units from the distance!","reward":256},{"id":129,"title":"Rescue villagers","hint":"","description":"Rescue the villagers captured by trolls! They would do the same for you! (daily mission)","reward":258},{"id":130,"title":"Put a hero on your map","hint":"","description":"Play 5 days in a row and get your special unit. To put your hero on the map, go to BUILD > STORAGE.","reward":260},{"id":131,"title":"Save the penguins!","hint":"","description":"Go to Arctic Isle (1 star) and save the penguins... Beware, a big beast is waiting for you!","reward":262},{"id":132,"title":"Fight against two player from your same level","hint":"","description":"Fight against two players from your same level and show up your skills! you don't need to win, but must finish the combat!","reward":264},{"id":133,"title":"Build Lumber Mill II","hint":"","description":"Build a Lumber Mill II to produce more wood!","reward":266},{"id":134,"title":"Put 4 villager into Lumber Mill II","hint":"","description":"Put 4 villagers into the Lumber Mill II to increase its production outcome!","reward":268},{"id":135,"title":"Build Small Refuge","hint":"","description":"Build a Small Refuge and before logging out put in 2 of your most valuable units so other players don't destroy them!","reward":270},{"id":136,"title":"Build Big Church","hint":"","description":"Invoke heavenly powers and build a Big Church to raise your population limit. (BUILD > Wonders)","reward":272},{"id":137,"title":"More Ravager Trolls!","hint":"","description":"Trolls hid more treasures yet, and this time they have doubled its number to protect it! Complete Unknown Isle on 2 stars!","reward":274},{"id":138,"title":"Build Barracks III","hint":"","description":"Build a Barracks III to train the renowned Long Swordsman!","reward":276},{"id":139,"title":"Train 3 Long Swordsman","hint":"","description":"Train 3 Long Swordsman, they will help you defeat your enemies more quickly!","reward":278},{"id":140,"title":"Upgrade to Eagles II","hint":"","description":"Upgrade to Eagles II so your eagles have more life and can explore more enemy terrain!","reward":280},{"id":141,"title":"Build Heroes Grave","hint":"","description":"Build a Heroes Grave to have the chance of resurrecting your lost special units!","reward":282},{"id":142,"title":"Liberate Prisoner Troll","hint":"","description":"Liberate the Prisoner Troll. He never bent his knee against the evil behavior of his tribe and has always tried to be a good troll!","reward":284},{"id":143,"title":"Kill 1 Boar Rider","hint":"","description":"Kill 1 Boar Rider! This mounted beast won't dare to kill your fighters when you are not watching!","reward":286},{"id":144,"title":"Thrice Trolls!","hint":"","description":"Complete Mysterious Isle on 3 stars and defeat all the evil trolls!","reward":288},{"id":145,"title":"Build Stone Mine II","hint":"","description":"Build a Stone Mine II to keep producing more stone for the welfare of your Empire!","reward":290},{"id":146,"title":"Build 20 Wall III","hint":"","description":"Build 20 Wall III in the bottom left row or upgrade your current walls there. This way your enemies will have a hard time trying to put their foot on your empire!","reward":292},{"id":147,"title":"Build Cow Ranch II","hint":"","description":"Build Cow Ranch II\u2026 if the meat is tasty now, it will be tastier with this improvement!","reward":294},{"id":148,"title":"Lead a cow to ranch","hint":"","description":"Lead a cow to the ranch to get a good portion of food!","reward":296},{"id":149,"title":"Build Round Table","hint":"","description":"Build a Round Table so your allies can help you getting incredible bonuses!","reward":298},{"id":150,"title":"Put 4 allies to Round Table","hint":"","description":"Recruit 4 allies to the Round Table to get the first prize!","reward":300},{"id":151,"title":"Destroy 2 Troll Towers III","hint":"","description":"Destroy 2 Troll Towers III and let those ugly beasts know who rules this empire!!","reward":302},{"id":152,"title":"Rescue Prince Arthur!","hint":"","description":"Prince Arthur has been kidnapped by evil trolls! Save him before it's too late!","reward":304},{"id":153,"title":"Build Archery II","hint":"","description":"Build an Archery III to train lethal Heavy Archers!","reward":306},{"id":154,"title":"Train 3 heavy archers","hint":"","description":"Train 3 heavy archers. You'll be more dreaded by your enemies!","reward":308},{"id":155,"title":"Build Temple","hint":"","description":"Build a Temple to obtain more gold resources!","reward":310},{"id":156,"title":"Avenge Ancestors","hint":"","description":"Trolls conquered this island and killed all its human dwellers. Avenge your ancestors and conquer Emergent Isle (1 star)!!","reward":312},{"id":157,"title":"Update House II","hint":"","description":"Update 4 House I to House II to put more citizens in!","reward":314},{"id":158,"title":"Expand 3 acres","hint":"","description":"Expand 3 acres","reward":316},{"id":159,"title":"Open Church","hint":"","description":"Open a Church so you can train healers!","reward":318},{"id":160,"title":"Train 3 healers","hint":"","description":"Train 3 healers so they can heal your units during the combat!","reward":320},{"id":161,"title":"Attack 2 player more level","hint":"","description":"Attack 2 players of more level than yours and show them who's the best!","reward":322},{"id":162,"title":"Free the wells","hint":"","description":"Trolls have cut the water supply! Kill them to retrieve control of the wells!","reward":324},{"id":163,"title":"Build Stable III","hint":"","description":"Build a Stable III to be able to train the dreaded heavy knights!","reward":326},{"id":164,"title":"Save Healers","hint":"","description":"Save the captive healers from trolls' hands! They will join your army afterwards!","reward":328},{"id":165,"title":"Complete Misty Isle on 1 star","hint":"","description":"Visit Misty Isle (1 star) and destroy the Town Hall of your Viking enemies before they come to conquer your land!","reward":330},{"id":166,"title":"Complete Unknown Isle 3 stars","hint":"","description":"Visit Unknown Isle (3 stars) and let Ravager Trolls know who has the power!","reward":332},{"id":167,"title":"Build 3 eggplant farms","hint":"","description":"Build 3 eggplant farms to increase your food outcome!","reward":334},{"id":168,"title":"Build 1 wall door","hint":"","description":"Build 1 wall door so your units can come in and out of your empire easily and securely!","reward":336},{"id":169,"title":"Build Academy","hint":"","description":"Build an Academy (Buildings > Investigation) to train your villagers to go faster and pile up more resources to gather!","reward":338},{"id":170,"title":"Build workshop III","hint":"","description":"Build a Workshop III to be able to build destructive catapults!","reward":340},{"id":171,"title":"Sacrifice unit","hint":"","description":"Build a sacrifice altar and sacrifice a unit to get part of the resources back to your inventory.","reward":342},{"id":172,"title":"Free 4 stone mines!","hint":"","description":"Free the 4 stone mines from trolls control! This resource is basic for your survival! (daily mission)","reward":344},{"id":173,"title":"Complete Undiscovered Isle 2 stars","hint":"","description":"Visit the Undiscovered Isle (2 stars) and kill all the skeletons that have spawned to end with the undead menace!","reward":346},{"id":174,"title":"Build Mill III","hint":"","description":"Build a Mill III to increase your food outcome even more!","reward":348},{"id":175,"title":"Build 2 Tower IV","hint":"","description":"Build 2 Tower IV to destroy your enemies almost with no hassles!","reward":350},{"id":176,"title":"Open Cathedral","hint":"","description":"Open a Cathedral to train hypnotist monks! They are very powerful!","reward":352},{"id":177,"title":"Convert enemy with a monk","hint":"","description":"Convert an enemy using a monk. Afterwards you can control that enemy for your purposes!","reward":354},{"id":178,"title":"Build Nursery","hint":"","description":"Build a Nursery to help animals to breed.","reward":356},{"id":179,"title":"Put 2 horses inside","hint":"","description":"Put 2 horses inside and wait for getting your new horse! You can produce as many as you need!","reward":358},{"id":180,"title":"Complete Dune Isle on 1 star","hint":"","description":"Visit Dune Isle (1 star) and destroy the Golden Hall where the treacherous Mummy lives. Take care with Anubis servants!","reward":360},{"id":181,"title":"Build Gold Mine III","hint":"","description":"Build a Gold Mine III to increase your gold resources!","reward":362},{"id":182,"title":"Put 6 villagers inside","hint":"","description":"Put 6 villagers inside your new gold mine to make it work at its fullest.","reward":364},{"id":184,"title":"Build 2 Archer Knight","hint":"","description":"Train 2 Archer Knights to increase the speed of your range units!","reward":368},{"id":185,"title":"Rescue the captured allies","hint":"","description":"Rescue the captured allies by the trolls before they kill them!","reward":370},{"id":186,"title":"Build a Zeppelin Tower","hint":"","description":"Build a Zeppelin Tower to fly over the Eastern Sea and visit more isles!!","reward":372},{"id":187,"title":"Update Town Hall to Town Hall III","hint":"","description":"Update Town Hall to Town Hall III. Your villagers will go as faster as the best runner!","reward":374},{"id":188,"title":"Train 2 villagers III","hint":"","description":"Train 2 villagers III and try their super speed","reward":376},{"id":189,"title":"Update the Market to Market III","hint":"","description":"Update the Market to Market III to deal with more resources with each transaction.","reward":378},{"id":190,"title":"Build 10 walls IV","hint":"","description":"Build 10 walls IV on the left bottom row of your empire 1rst acre.","reward":380},{"id":191,"title":"Complete Arctic Isle 2 stars","hint":"","description":"Visit the Arctic Isle (2 stars) and pay a visit to your 'friend' the Yeti to save the penguins\u2026 take care, he has called for help!","reward":382},{"id":192,"title":"Free the captured animals","hint":"","description":"Free the animals closed in the cage, they are suffering!","reward":384},{"id":193,"title":"Build Workshop IV","hint":"","description":"Build the Workshop IV to be able to build cannons! Woo hoo!!","reward":386},{"id":194,"title":"Train 3 cannons","hint":"","description":"Train 3 cannons\u2026 and try them on your enemies when you wish!","reward":388},{"id":195,"title":"Heal a damaged unit.","hint":"","description":"Build the Healing Spring and heal a damaged unit after a battle. This tree is miraculous!","reward":390},{"id":196,"title":"Build a Cow Ranch III","hint":"","description":"Build a Cow Ranch III to increase your food outcome. Cows won't like it, but your empire's survival depends on it!!","reward":392},{"id":197,"title":"Build a Lumber Mill III","hint":"","description":"Build a Lumber Mill III to increase your wood outcome!","reward":394},{"id":198,"title":"Complete the Emergent Isle 2 stars","hint":"","description":"Visit the Emergent Isle (2 stars) and try to get the treasure protected by the trolls. Beware, now they are much more dangerous!","reward":396},{"id":199,"title":"Build Barracks IV","hint":"","description":"Build a Barracks IV to train Powerful Swordsmen! Your enemies will be terrified now!","reward":398},{"id":200,"title":"Train 3 swordsmen IV","hint":"","description":"Train 3 swordsmen IV and show your enemies some sword skill lessons!","reward":400},{"id":201,"title":"Build 2 carrot farms","hint":"","description":"Build 2 carrot farms to increase your food outcome. Your warriors are not rabbits, but they also like carrots!","reward":402},{"id":202,"title":"Build Forestry Academy","hint":"","description":"Build a Forestry Academy and your villagers will cut trees faster than any professional woodcutter!","reward":404},{"id":203,"title":"Open a Stone Mine III","hint":"","description":"Open a Stone Mine III to increase your stone resources.","reward":406},{"id":204,"title":"Build Mechanics","hint":"","description":"Build a Mechanics building. You can train Engineers to repair siege weapons!","reward":408},{"id":205,"title":"Free the Siege Weapons!","hint":"","description":"Free the Siege Weapons seized by the trolls! Why the hell they steal them if they don't know how to use them?","reward":410},{"id":206,"title":"Build Archery IV","hint":"","description":"Build an Archery IV to train Powerful Archers. If you started to be dreaded by your enemies, many will now run away from you!","reward":412},{"id":207,"title":"Train 3 Powerful Archers","hint":"","description":"Train 3 Powerful Archers and let them know how piercing are your new arrows!","reward":414},{"id":208,"title":"Build Eagles III","hint":"","description":"Build an Eagles III to breed stronger eagles!","reward":416},{"id":209,"title":"Explore the Skeleton Statue","hint":"","description":"Explore the Skeleton Statue and discover its hidden secret! (daily mission)","reward":418},{"id":210,"title":"Complete the Desert Isle on 1 star","hint":"","description":"Visit the Desert Isle (1 star) and kill all the trolls. Beware, a great peril looms under the sands\u2026","reward":420},{"id":211,"title":"Build House IV","hint":"","description":"Build a House IV to be able to put more population in.","reward":422},{"id":212,"title":"Open a Fire Workshop","hint":"","description":"Open a Fire Workshop to be able to build fire cannons! Super Whoo Hoo!","reward":424},{"id":213,"title":"Build Minery Academy","hint":"","description":"Build a Minery Academy so your villager learn to collect gold and stone faster.","reward":426},{"id":214,"title":"Open Mill IV","hint":"","description":"Open a Mill IV to increase your food outcome. Your warriors are always hungry!","reward":428},{"id":215,"title":"Build Stables IV","hint":"","description":"Build a Stables IV to train Powerful Knights. You are now stronger than ever!","reward":430},{"id":216,"title":"Train 3 Knights","hint":"","description":"Train 3 Powerful Knights and invite your enemies to eat dust!","reward":432},{"id":217,"title":"Build a Blacksmith","hint":"","description":"Build a Blacksmith so melee, ranged and mounted troops spend less resources to be trained! That's really good news!!","reward":434},{"id":218,"title":"Build 5 Towers IV","hint":"","description":"Build 5 Towers IV to improve your empire defenses. Put them strategically and they will badly hurt your enemies, promised!","reward":436},{"id":219,"title":"Build 10 Walls V","hint":"","description":"Build 10 Walls V on the lower left row of your empire to improve you defensive structures.","reward":438},{"id":220,"title":"Build a Weather Machine","hint":"","description":"Build a Weather Machine to be able to change the landscape at your will! That's magic, baby!!","reward":440},{"id":221,"title":"Build 2 watermelon Farms","hint":"","description":"Build 2 watermelon Farms to increase your food outcome. Eating fruit is very healthy, but you already know that!","reward":442},{"id":222,"title":"Update Town Hall IV","hint":"","description":"Update the Town Hall IV. If your villagers were really fast, now they will almost fly!","reward":444},{"id":223,"title":"Build Lumber Mill IV","hint":"","description":"Build a Lumber Mill IV to increase your wood outcome.","reward":446},{"id":224,"title":"Build the Tavern","hint":"","description":"Build a Tavern and you'll increase your maximum population capacity by 10 units\u2026 people that go to the Tavern don't need any home to live in!","reward":448},{"id":225,"title":"Build Wizardry Academy!","hint":"","description":"Build the Wizardry Academy to be able to cast spells! The power to destroy that the Spell Book gives you is immeasurable! (You'll see the Spell Book in your next game session)","reward":450},{"id":226,"title":"Expand to 4 acres","hint":"","description":"Expand the territory of your empire to 4 acres and show who the real king of Social Empires is!","reward":452},{"id":227,"title":"Defeat the Dragon!","hint":"","description":"Visit Nest Isle (1 star) and defeat the Furious Dragon! Take care, is very powerful!","reward":454},{"id":1008,"title":"Take care of the Dragon Egg!","hint":"","description":"Click on the Dragon Breeding Nest, and click again on the ENTER button at the lower interface. Now press the 'Take Care' button to take care of the Dragon Egg!","reward":14},{"id":1,"title":"Build farm land","hint":"","description":"A farm land provides food to your empire. Go to the BUILD menu and place a farm land near your Town Hall!","reward":10},{"id":92,"title":"Train 8 Medium Archer","hint":"","description":"Train 8 Medium Archer... the danger is imminent!","reward":184},{"id":183,"title":"Build Archery Stables","hint":"","description":"Build Archery Stables to train medium archer knights!","reward":366}],"offer_packs":[{"id":1,"position":22,"cost_cash":25,"gold":5000,"stone":5000,"food":5000,"wood":5000,"xp":500,"items":[27,550,555],"mana":0,"enabled":1,"pack_type":0},{"id":2,"position":21,"cost_cash":35,"gold":0,"stone":0,"food":0,"wood":0,"xp":750,"items":[199,199,369,369,384,384,214,214],"mana":0,"enabled":0,"pack_type":0},{"id":3,"position":20,"cost_cash":25,"gold":0,"stone":0,"food":0,"wood":0,"xp":500,"items":[152,553,554,555,556,557],"mana":0,"enabled":1,"pack_type":0},{"id":4,"position":19,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":625,"items":[241,268,388,577,578,607],"mana":0,"enabled":0,"pack_type":0},{"id":5,"position":18,"cost_cash":20,"gold":0,"stone":0,"food":0,"wood":0,"xp":400,"items":[575,575,575,575,502,502,568,568,568,568,541,541,541,541,541,540,540,540,540,540,539,539,539,539,539],"mana":0,"enabled":1,"pack_type":0},{"id":6,"position":17,"cost_cash":50,"gold":0,"stone":0,"food":0,"wood":0,"xp":900,"items":[608,608,608,608,608,609,609,609,609,609,610,610,610,610,610,569,569,414],"mana":0,"enabled":1,"pack_type":0},{"id":7,"position":16,"cost_cash":60,"gold":25000,"stone":25000,"food":25000,"wood":25000,"xp":1000,"items":[618,469],"mana":50,"enabled":1,"pack_type":0},{"id":8,"position":15,"cost_cash":100,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[630,631],"mana":0,"enabled":0,"pack_type":0},{"id":9,"position":14,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":800,"items":[[469,35],[56,70],[414,90],[642,100]],"mana":0,"enabled":0,"pack_type":1},{"id":10,"position":13,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":800,"items":[[57,35],[472,70],[652,90],[638,100]],"mana":0,"enabled":0,"pack_type":1},{"id":11,"position":12,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[60,35],[662,70],[660,90],[651,100]],"mana":0,"enabled":1,"pack_type":1},{"id":12,"position":11,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[649,684,650],[651,638,694,661,683],[687,643,655,635,615,646,629]],"mana":0,"enabled":0,"pack_type":2},{"id":13,"position":10,"cost_cash":150,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[638,651,698,710],"mana":0,"enabled":0,"pack_type":0},{"id":14,"position":9,"cost_cash":200,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[638,651,698,710],"mana":0,"enabled":0,"pack_type":0},{"id":15,"position":8,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[649,695,684],[709,710,698,712,707,706,660,612,641],[679,623,687,621,643,629]],"mana":0,"enabled":0,"pack_type":2},{"id":16,"position":7,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":17,"position":6,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"mana":0,"enabled":0,"pack_type":2},{"id":18,"position":5,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":19,"position":4,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"mana":0,"enabled":0,"pack_type":2},{"id":20,"position":3,"cost_cash":125,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[550,652,683,706,712,727],"mana":0,"enabled":0,"pack_type":0},{"id":21,"position":2,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[550,652,683,706,712,727],"mana":0,"enabled":0,"pack_type":0},{"id":22,"position":1,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[723,714,744],[722,745,741,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":23,"position":1,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[744,736,758],[724,755,644,702,745,700,647,742],[711,648,641,765,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":24,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,758,714],[757,713,724],[642,709,711]],"mana":0,"enabled":0,"pack_type":2},{"id":25,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,708,736],[723,714,769],[695,710,651]],"mana":0,"enabled":0,"pack_type":2},{"id":26,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[758,775,777],[776,753,700,773,770,754,774,755],[711,648,641,742,687,733,752]],"mana":0,"enabled":0,"pack_type":2},{"id":27,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,723,785],[775,815,650,762,792,757,772,794],[817,786,769,773,768,774,742]],"mana":0,"enabled":0,"pack_type":2},{"id":28,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[798,793,785],[775,776,756,762,792,755,772,794],[749,786,813,773,814,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":29,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[826,793,830],[828,829,776,762,792,831,772,806],[796,787,813,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":30,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[847,785,830],[744,788,776,755,791,831,772,806],[771,787,849,807,820,781,637]],"mana":0,"enabled":0,"pack_type":2},{"id":31,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[846,847,758],[856,829,828,788,755,827,791,746],[781,771,717,849,702,850,637]],"mana":0,"enabled":0,"pack_type":2},{"id":32,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[853,766,846],[764,815,829,737,827,752,631,746],[716,683,702,787,850,717,854]],"mana":0,"enabled":0,"pack_type":2},{"id":33,"position":1,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":750,"items":[1360,1361,1358,1359],"mana":0,"enabled":1,"pack_type":0},{"id":34,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":35,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":36,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[875,862,798],[775,788,776,762,791,831,772,815],[786,771,876,807,813,781,637]],"mana":0,"enabled":0,"pack_type":2},{"id":37,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[875,847,723],[856,829,828,788,757,794,791,815],[781,771,890,786,711,876,637]],"mana":0,"enabled":0,"pack_type":2},{"id":38,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[785,847,793],[830,788,776,792,831,772,791,829],[796,787,807,784,774,849,782]],"mana":0,"enabled":0,"pack_type":2},{"id":39,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[798,847,766],[830,884,778,792,831,879,745,896],[765,770,807,769,801,814,789]],"mana":5,"enabled":0,"pack_type":2},{"id":40,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[758,798,826],[1299,815,778,897,884,762,776,896],[765,770,871,784,861,820,789]],"mana":5,"enabled":0,"pack_type":2},{"id":41,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,777,826],[830,897,856,792,831,776,886,829],[771,637,861,790,816,769,774]],"mana":5,"enabled":0,"pack_type":2},{"id":42,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[846,777,723],[775,884,788,897,786,772,753,896],[683,637,850,2035,725,869,774]],"mana":5,"enabled":0,"pack_type":2},{"id":43,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,847,846],[830,2019,1299,788,776,801,772,667],[683,2008,2014,765,849,770,810]],"mana":5,"enabled":0,"pack_type":2},{"id":44,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,785],[2042,2022,1299,884,776,815,762,742],[2008,796,871,868,765,769,537]],"mana":5,"enabled":0,"pack_type":2},{"id":45,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,847,777],[2019,788,897,792,884,757,794,745],[765,770,879,849,756,790,821]],"mana":5,"enabled":0,"pack_type":2},{"id":46,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,826,793],[2022,2053,897,886,806,757,2008,745],[762,2020,879,820,799,814,711]],"mana":5,"enabled":0,"pack_type":2},{"id":47,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,798],[2059,2042,2053,772,2067,776,886,742],[765,813,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":48,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,798],[830,2073,2052,772,2067,2008,742,724],[828,2014,796,868,810,654,774]],"mana":5,"enabled":0,"pack_type":2},{"id":49,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,847],[2055,2042,2066,896,776,2059,886,753],[757,2017,770,683,811,892,779]],"mana":5,"enabled":0,"pack_type":2},{"id":50,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,847,777],[2060,2059,2066,2035,896,2053,886,831],[772,2024,717,727,811,849,779]],"mana":5,"enabled":0,"pack_type":2},{"id":51,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,777],[2055,830,2053,772,806,776,886,742],[762,790,771,892,810,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":52,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2043,891,793],[2099,2042,772,788,2067,757,742,717],[762,814,683,892,756,709,821]],"mana":5,"enabled":0,"pack_type":2},{"id":53,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,2043,846],[2056,2055,884,828,2067,757,2008,717],[776,2014,2066,683,2044,709,642]],"mana":5,"enabled":0,"pack_type":2},{"id":54,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2039,2016,891],[2099,897,2052,2055,772,886,880,724],[828,2017,2066,796,2040,753,650]],"mana":5,"enabled":0,"pack_type":2},{"id":55,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,891,798],[2099,2042,2052,2055,2059,886,880,829],[831,2024,722,796,892,753,544]],"mana":5,"enabled":0,"pack_type":2},{"id":56,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,862,847],[2114,897,884,792,2067,881,2011,724],[762,868,2029,849,799,654,544]],"mana":5,"enabled":0,"pack_type":2},{"id":57,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,777],[2102,2055,2114,2042,896,880,886,742],[828,757,879,2017,796,892,650]],"mana":5,"enabled":0,"pack_type":2},{"id":58,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2039,846,785],[2102,830,2042,815,896,2047,886,776],[828,762,2008,2040,771,850,717]],"mana":5,"enabled":0,"pack_type":2},{"id":59,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,777],[2101,2060,2053,772,2067,776,886,742],[765,790,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":60,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2043,891,846],[2099,2144,897,2055,772,2052,880,724],[828,2044,2066,796,892,753,650]],"mana":5,"enabled":1,"pack_type":2}],"images":{"470_maravilla_popup.jpg":"en","agregar-juego.jpg":"","aguila2.jpg":"","aldeana-regalos.png":"","alert_allies.jpg":"","alert_human_camp.jpg":"","alert_magic.jpg":"","alert_ship.jpg":"","alert_ship2.jpg":"","alert_troll_camp.jpg":"","alert_zep.jpg":"","alert_zep2.jpg":"","aliadosprisionerospopup.jpg":"","antimatter_evildemon.jpg":"en","ataque_ganado.jpg":"","ataque_perdido.jpg":"","BahamutSupremeInvocationTemple.swf":"","barca.jpg":"","barco.jpg":"","barril.png":"","bg_quest_progress_ship1.jpg":"","bg_quest_progress_ship2.jpg":"","bg_quest_progress_ship3.jpg":"","boss2_end.jpg":"","boss2_ini.jpg":"","b_1.png":"","b_10.png":"","b_11.png":"","b_12.png":"","b_13.png":"","b_14.png":"","b_15.png":"","b_2.png":"","b_3.png":"","b_4.png":"","b_5.png":"","b_6.png":"","b_7.png":"","b_8.png":"","b_9.png":"","caballotroyano.png":"","caja200.png":"","catapultaspresas_SCREEN.jpg":"","CESPED.jpg":"","CIVorks2.jpg":"en","cofre.png":"","collectibles.png":"","collectibles_new.png":"","collect_f0.jpg":"","collect_f1.jpg":"","collect_f2.jpg":"","collect_f3.jpg":"","collect_g0.jpg":"","collect_g1.jpg":"","collect_g2.jpg":"","collect_g3.jpg":"","COLLECT_GEMS.jpg":"","collect_s0.jpg":"","collect_s1.jpg":"","collect_s2.jpg":"","collect_s3.jpg":"","collect_w0.jpg":"","collect_w1.jpg":"","collect_w2.jpg":"","collect_w3.jpg":"","conquer_the_world.png":"en","DESIERTO.jpg":"","dragonmuenfadao.jpg":"","dragonmuerto.jpg":"","dragonNestInactive.jpg":"","dragonRiderProgress1.swf":"","dragonRiderProgress2.swf":"","dragonRiderProgress3.swf":"","dragonsattack.jpg":"","dragon_limit.jpg":"en","estatuaesqueletopopup.jpg":"","expand.png":"en","flag.png":"","ganas_defensa.jpg":"","goal_001.jpg":"","goal_002.jpg":"","goal_003.jpg":"","goal_004.jpg":"","goal_005.jpg":"","goal_006.jpg":"","goal_007.jpg":"","goal_008.jpg":"","goal_008_.jpg":"","goal_009.jpg":"","goal_010.jpg":"","goal_011.jpg":"","goal_012.jpg":"","goal_013.jpg":"","goal_014.jpg":"","goal_015.jpg":"","goal_016.jpg":"","goal_017.jpg":"","goal_018.jpg":"","goal_019.jpg":"","goal_020.jpg":"","goal_021.jpg":"","goal_023.jpg":"","goal_024.jpg":"","goal_025.jpg":"","goal_026.jpg":"","goal_027.jpg":"","goal_028.jpg":"","goal_029.jpg":"","goal_030.jpg":"","goal_031.jpg":"","goal_032.jpg":"","goal_033.jpg":"","goal_034.jpg":"","goal_035.jpg":"","goal_036.jpg":"","goal_037.jpg":"","goal_038.jpg":"","goal_039.jpg":"","goal_040.jpg":"","goal_041.jpg":"","goal_042.jpg":"","goal_043.jpg":"","goal_044.jpg":"","goal_045.jpg":"","goal_046.jpg":"","goal_047.jpg":"","goal_048.jpg":"","goal_049.jpg":"","goal_050.jpg":"","goal_051.jpg":"","goal_052.jpg":"","goal_053.jpg":"","goal_054.jpg":"","goal_055.jpg":"","goal_056.jpg":"","goal_057.jpg":"","goal_058.jpg":"","goal_059.jpg":"","goal_060.jpg":"","goal_061.jpg":"","goal_062.jpg":"","goal_063.jpg":"","goal_064.jpg":"","goal_065.jpg":"","goal_066.jpg":"","goal_067.jpg":"","goal_068.jpg":"","goal_069.jpg":"","goal_070.jpg":"","goal_071.jpg":"","goal_072.jpg":"","goal_073.jpg":"","goal_074.jpg":"","goal_075.jpg":"","goal_076.jpg":"","goal_077.jpg":"","goal_078.jpg":"","goal_079.jpg":"","goal_080.jpg":"","goal_081.jpg":"","goal_082.jpg":"","goal_083.jpg":"","goal_084.jpg":"","goal_085.jpg":"","goal_086.jpg":"","goal_087.jpg":"","goal_088.jpg":"","goal_089.jpg":"","goal_090.jpg":"","goal_091.jpg":"","goal_092.jpg":"","goal_093.jpg":"","goal_094.jpg":"","goal_095.jpg":"","goal_096.jpg":"","goal_097.jpg":"","goal_098.jpg":"","goal_099.jpg":"","goal_100.jpg":"","gods_1.jpg":"","gods_2.jpg":"","gods_3.jpg":"","gods_4.jpg":"","gods_5.jpg":"","gods_6.jpg":"","gods_7.jpg":"","healersprisioneraspopup.jpg":"","help_dragon_nest.jpg":"","help_island_image.jpg":"","human-defeated.png":"","install.jpg":"en","island_location.png":"","jaulaanimal_SCREEN.jpg":"","jinete.png":"","kidnapped.png":"","llibre.png":"","magic_black_hole.jpg":"","magic_crack.jpg":"","magic_dragon.jpg":"","magic_enlarge.jpg":"","magic_fire.jpg":"","magic_frozen.jpg":"","magic_full_limit.jpg":"","magic_golem.jpg":"","magic_heal.jpg":"","magic_lightning.jpg":"","magic_poison.jpg":"","magic_range_increaser.jpg":"","magic_shield.jpg":"","magic_speed_increaser.jpg":"","magic_stone.jpg":"","magic_yeti.jpg":"","mago_altar.png":"","mapa1.jpg":"","mapa2.jpg":"","mapa3.jpg":"","mapa4.jpg":"","mapa5.jpg":"","minapiedracandado_SCREEN.jpg":"","MINERAL.jpg":"","molinollamaspopup.jpg":"","monsterNestInactive.jpg":"","morocco_dealer.png":"","motivation1.jpg":"","motivation2.jpg":"","news_aceite.jpg":"en","news_angel2.jpg":"en","news_angeles.jpg":"en","news_atlantis.jpg":"en","news_atlantis2.jpg":"en","news_barco.jpg":"en","news_bossdrac.jpg":"en","news_catedral.jpg":"en","news_cementerio.jpg":"en","news_civ.jpg":"en","news_criadero.jpg":"en","news_demonio.jpg":"en","news_egypt.jpg":"en","news_elefante.jpg":"en","news_elfos.jpg":"en","news_elfos2.jpg":"en","news_fortress.jpg":"en","news_heroes.jpg":"en","news_inferno.jpg":"en","news_kamirino.jpg":"en","news_magic.jpg":"en","news_map.jpg":"en","news_mitologic_3.jpg":"en","news_mitologic_4.jpg":"en","news_mummy.jpg":"en","news_mummy2.jpg":"en","news_myth.jpg":"en","news_neptune.jpg":"en","news_newangel.jpg":"en","news_newtowers.jpg":"en","news_odin.jpg":"en","news_pack.jpg":"en","news_paladin.jpg":"en","news_recruit.jpg":"en","news_squad2.jpg":"en","news_supreme.jpg":"en","news_tiempo.jpg":"en","news_tierv.jpg":"en","news_torrehielo.jpg":"en","news_torremovil.jpg":"en","news_tower_2.jpg":"en","news_trolls.jpg":"en","news_trolls_discount.jpg":"en","news_tsunami.jpg":"en","news_vikingos.jpg":"en","news_warehouse.jpg":"en","news_watertower.jpg":"en","news_watertower2.jpg":"en","news_wonders.jpg":"en","news_world.jpg":"en","news_zepelin.jpg":"en","new_2hard.jpg":"en","new_470maravilla.jpg":"en","new_635_ent.jpg":"en","new_bahamut_riders.jpg":"en","new_bestciv2_4.jpg":"en","new_bestciv2_5.jpg":"en","new_bestciv2_6.jpg":"en","new_bestciv2_7.jpg":"en","new_bestcivs2.jpg":"en","new_bestcivs2_2.jpg":"en","new_bestcivs2_3.jpg":"en","new_boss2.jpg":"en","new_castledragon.jpg":"en","new_civelv.jpg":"en","new_civelv2.jpg":"en","new_civelv3.jpg":"en","new_civelv4.jpg":"en","new_civelv5.jpg":"en","new_civglad.jpg":"en","new_civglad2.jpg":"en","new_civglad3.jpg":"en","new_civglad4.jpg":"en","new_civglad5.jpg":"en","new_civglad6.jpg":"en","new_civglad7.jpg":"en","new_civork1.jpg":"en","new_civork3.jpg":"en","new_civork4.jpg":"en","new_civork5.jpg":"en","new_decos.jpg":"en","new_dragonrider.jpg":"en","new_dragon_riders.jpg":"en","new_elitearmy.jpg":"en","new_gods.jpg":"en","new_gods2.jpg":"en","new_halloween.jpg":"en","new_halloween2.jpg":"en","new_hardcore.jpg":"en","new_hardgods.jpg":"en","new_lanza.jpg":"en","new_lanza2.jpg":"en","new_monday.jpg":"en","new_multiciv.jpg":"en","new_multiciv1.jpg":"en","new_multiciv2.jpg":"en","new_multiciv3.jpg":"en","new_multiciv4.jpg":"en","new_myth2.jpg":"en","new_myth5.jpg":"en","new_myth6.jpg":"en","new_myth6b.jpg":"en","new_myth7.jpg":"en","new_necro1.jpg":"en","new_necro2.jpg":"en","new_necro3.jpg":"en","new_necro4.jpg":"en","new_necro5.jpg":"en","new_necro_feature.jpg":"en","new_nestmonster.jpg":"en","new_newmagics.jpg":"en","new_pharaohs.jpg":"en","new_pharaohs2.jpg":"en","new_pharaohs3.jpg":"en","new_pharaohs4.jpg":"en","new_punisherknight.jpg":"en","new_supreme.jpg":"en","new_survival.jpg":"en","new_tiger.jpg":"en","new_time.jpg":"en","new_tourney.jpg":"en","new_trex.jpg":"en","NIEVE.jpg":"","nino_00.png":"","nino_01.png":"","nino_02.png":"","nino_03.png":"","nino_04.png":"","nino_05.png":"","nino_06.png":"","nino_07.png":"","nino_08.png":"","nino_09.png":"","nino_10.png":"","nino_11.png":"","nino_12.png":"","nino_13.png":"","nino_14.png":"","nino_15.png":"","nino_16.png":"","nino_17.png":"","nino_18.png":"","nino_19.png":"","nino_20.png":"","nino_21.png":"","nino_22.png":"","nino_23.png":"","nino_24.png":"","NoGiftsIcon.png":"","nubes.jpg":"","offer_pack_1.png":"en","offer_pack_10.png":"en","offer_pack_11.png":"en","offer_pack_12.png":"en","offer_pack_13.png":"en","offer_pack_14.png":"en","offer_pack_15.png":"en","offer_pack_16.png":"en","offer_pack_17.png":"en","offer_pack_18.png":"en","offer_pack_19.png":"en","offer_pack_2.png":"en","offer_pack_20.png":"en","offer_pack_21.png":"en","offer_pack_22.png":"en","offer_pack_23.png":"en","offer_pack_24.png":"en","offer_pack_25.png":"en","offer_pack_26.png":"en","offer_pack_27.png":"en","offer_pack_28.png":"en","offer_pack_29.png":"en","offer_pack_3.png":"en","offer_pack_30.png":"en","offer_pack_31.png":"en","offer_pack_32.png":"en","offer_pack_33.png":"en","offer_pack_34.png":"en","offer_pack_35.png":"en","offer_pack_36.png":"en","offer_pack_37.png":"en","offer_pack_38.png":"en","offer_pack_39.png":"en","offer_pack_4.png":"en","offer_pack_40.png":"en","offer_pack_41.png":"en","offer_pack_42.png":"en","offer_pack_43.png":"en","offer_pack_44.png":"en","offer_pack_45.png":"en","offer_pack_46.png":"en","offer_pack_47.png":"en","offer_pack_48.png":"en","offer_pack_49.png":"en","offer_pack_5.png":"en","offer_pack_50.png":"en","offer_pack_51.png":"en","offer_pack_52.png":"en","offer_pack_53.png":"en","offer_pack_54.png":"en","offer_pack_55.png":"en","offer_pack_56.png":"en","offer_pack_57.png":"en","offer_pack_58.png":"en","offer_pack_59.png":"en","offer_pack_6.png":"en","offer_pack_60.png":"en","offer_pack_7.png":"en","offer_pack_8.png":"en","offer_pack_9.png":"en","oveja.png":"","pierdes_defensa.jpg":"","popupDragonProgress1.swf":"","popupDragonProgress2.swf":"","popupDragonProgress3.swf":"","popupDragonProgress4.swf":"","popupDragonProgress5.swf":"","popupDragonProgress6.swf":"","popupMonsterProgress1.swf":"","popupMonsterProgress2.swf":"","popupMonsterProgress3.swf":"","popupMonsterProgress4.swf":"","pop_up5_sueno2.jpg":"","pop_up_nieve.jpg":"","prev_magic_black_hole.jpg":"","prev_magic_crack.jpg":"","prev_magic_dragon.jpg":"","prev_magic_enlarge.jpg":"","prev_magic_fire.jpg":"","prev_magic_frozen.jpg":"","prev_magic_full_limit.jpg":"","prev_magic_golem.jpg":"","prev_magic_heal.jpg":"","prev_magic_poison.jpg":"","prev_magic_range_increaser.jpg":"","prev_magic_shield.jpg":"","prev_magic_speed_increaser.jpg":"","prev_magic_stone.jpg":"","prev_magic_yeti.jpg":"","princess.png":"","princess2.png":"","principecolgado.png":"","prisonarchers.png":"","prisontroll.png":"","quests_manager_img1.jpg":"","quests_manager_img2.jpg":"","quests_manager_img3.jpg":"","quests_manager_img4.jpg":"","quests_manager_img5.jpg":"","quests_manager_img_1.jpg":"","quests_manager_img_2.jpg":"","quests_manager_img_3.jpg":"","quests_manager_img_4.jpg":"","quests_manager_img_5.jpg":"","quests_manager_img_6.jpg":"","quests_manager_img_7.jpg":"","quest_allies.jpg":"","quest_altar_azteca.jpg":"","quest_arbolvida.jpg":"","quest_archers.jpg":"","quest_atlantes_tesoro.jpg":"","quest_balrog.jpg":"","quest_cages.jpg":"","quest_chinos_dragones.jpg":"","quest_chinos_fuegos.jpg":"","quest_cleopatra.jpg":"","quest_egypt_golem.jpg":"","quest_egypt_sarcofago.jpg":"","quest_ent.jpg":"","quest_healers.jpg":"","quest_kidnapped.jpg":"","quest_magos.jpg":"","quest_map.png":"","quest_mill.jpg":"","quest_portales.jpg":"","quest_prince.jpg":"","quest_princess.jpg":"","quest_rockdriller.jpg":"","quest_siege.jpg":"","quest_stone_mine.jpg":"","quest_treasure.jpg":"","quest_troll.jpg":"","quest_undead.jpg":"","quest_vibora.jpg":"","quest_vikingos_cerveza.jpg":"","quest_villagers.jpg":"","quest_yeti_negro.jpg":"","recruitprize_556.jpg":"","recruitprize_569.jpg":"","recruitprize_602.jpg":"","recruitprize_603.jpg":"","recruitprize_606.jpg":"","rockdriller_start.jpg":"","rockdriller_win.jpg":"","SELVA.jpg":"","ship.png":"","ship2.png":"","SURVIVAL_DESIERTO.jpg":"","SURVIVAL_MINERAL.jpg":"","SURVIVAL_NIEVE.jpg":"","SURVIVAL_NUBES.jpg":"","SURVIVAL_SELVA.jpg":"","TESORO.jpg":"","thumbprincess.jpg":"","thumbrey.jpg":"","totem.png":"","tournament_friends.jpg":"","tournament_weekly_cash.jpg":"","tournament_weekly_gold.jpg":"","townHuman.png":"","townTroll.png":"","troll_civ.png":"en","trols.png":"","trolsentado.png":"","vaca.png":"","victoryYETI.jpg":"","villagers.png":"","vs-nivel1.jpg":"","vs-nivel2.jpg":"","vs-nivel3.jpg":"","vs-nivel4.jpg":"","vs-nivel5.jpg":"","vs-nivel6.jpg":"","vs-nivel7.jpg":"","weekly_tournament_bot1.png":"","weekly_tournament_bot2.png":"","weekly_tournament_bot3.png":"","win-golem.jpg":"","zeppelin.jpg":""},"social_items":[{"id":6,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"},{"id":16,"worker_cost":2,"workers":"Geologist,Miner"},{"id":18,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner,Supervisor"},{"id":23,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer"},{"id":24,"worker_cost":2,"workers":"Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl"},{"id":49,"worker_cost":2,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":50,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":185,"worker_cost":4,"workers":"Veterinary,Trainer,Waterboy,Assistant,Supervisor"},{"id":189,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"},{"id":202,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic"},{"id":212,"worker_cost":3,"workers":"Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl,Prayer boy,Prayer girl"},{"id":216,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist,Supervisor,Boss"},{"id":224,"worker_cost":3,"workers":"Captain,Cabin boy,Helmsman"},{"id":234,"worker_cost":3,"workers":"1st Ally,2nd Ally,3rd Ally,4th Ally,5th Ally,6th Ally,7th Ally,8th Ally,9th Ally"},{"id":266,"worker_cost":2,"workers":"+125,+125,+125,+125,+125,+125,+125,+125"},{"id":299,"worker_cost":5,"workers":"Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway"},{"id":301,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"},{"id":318,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner"},{"id":320,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner,Supervisor"},{"id":335,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer"},{"id":337,"worker_cost":2,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":338,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":343,"worker_cost":3,"workers":"Captain,Grummet,Helmsman,Boatswain,Sailor,Engineer,Cook,Skipper,Traveller,Stowaway"},{"id":344,"worker_cost":5,"workers":"Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway,Engineer,Assistant"},{"id":346,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"},{"id":349,"worker_cost":4,"workers":"Veterinary,Trainer,Waterboy,Assistant,Supervisor"},{"id":352,"worker_cost":2,"workers":"+125,+125,+125,+125,+125,+125,+125,+125"},{"id":362,"worker_cost":2,"workers":"Shaman,Farseer,Altar boy, Altar Girl,Follower boy,Follower Girl,Card reader,Voodoo Doll,Incense Boy,Incense Girl"},{"id":387,"worker_cost":0,"workers":"New Recruit,New Recruit,New Recruit"},{"id":389,"worker_cost":0,"workers":"1,2,3,4,5,6,7,8"},{"id":470,"worker_cost":0,"workers":"New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit"}],"globals":{"MARKET_BASE_COSTS":{"w":100,"s":150,"f":100},"MARKET_INCREMENT":0.02,"MARKET_SELL_PERCENTAGE":0.75,"MARKET_MAX_INCREMENTS":200,"MARKET_MAX_DECREMENTS":25,"MARKET_PERIOD_HOURS":20,"EXCHANGE_CASH":5,"EXCHANGE_GOLD":2500,"COLLECTION_REWARDS":[0,176,177,178,179,180,551,546,544,552,553,206,207,208,209,124,561,562,563,564,565,875,853,1410],"COLLECTION_PRICES":"DEPRECATED","HEROES":[533,534,535,550,554,555,556,557],"COLLECT_BUILDINGS_SUBCAT_FUNCS":[511,124,121],"ATTACKS_PERIOD_HOURS":6,"ATTACKS_PERIOD_MAX":3,"ASSIST_REWARD_GOLD":10,"ASSIST_REWARD_XP":3,"RESURRECT_COST_MULT":500,"LIMITED_EDITION_EXPIRATION":"2012-07-27","ALLIES_BUILDING":234,"SUBCAT_FARMS":122,"ALLIES_MARKET":266,"ALLIES_MARKET_INCREMENTAL_COLLECT":{"w":125,"s":125,"f":125,"g":125},"ALLIES_MARKET_INITIAL_COLLECT":{"w":125,"s":125,"f":125,"g":125},"ENERGY_COSTS":{"15":4,"30":8,"60":15},"COST_UNLOCK_SKIN":20,"ALLIES_MARKET_TROLLS":352,"COLLECT_HELP_SECONDS":3600,"NEWFRIENDS_REWARD_ID_UNIT":"603.1,606.2,569.2,556.1,602.1","NEWFRIENDS_REWARD_DESCRIPTION":"615,616,617,618,619","NEWS_IMAGE":"DEPRECATED","NEWS_STORE":"DEPRECATED","NEWFRIENDS_REWARD_SCALE_UNIT":"0.9,1.1,1.1,1.1,0.8","ROUND_TABLE":389,"MAX_FEEDS_ROUND_TABLE":60,"RECRUITMENT_PRIZE":387,"MAX_GOLD_ASSAULT":20000,"EXPIRABLE_UNITS":[615],"RESURRECTABLE_UNITS":{"533":"533","534":"534","535":"535","550":"550","554":"554","555":"555","556":"556","557":"557","553":"550","565":"557"},"COST_MANA_GOLD":20000,"COST_MANA_CASH":1,"ISLE_ORDER":["100000006","100000007","100000008","100000002","100000012","100000021","100000022","100000003","100000028","100000014","100000013","100000020","100000015","100000019","100000018","100000023","100000011","100000033","100000041","100000042","100000043","100000044","100000045","100000046","100000047","100000090","100000091","100000092"],"UNIT_ENLARGE_DURATION":30000,"NUM_SPELL_USES_LVL2":25,"NUM_SPELL_USES_LVL3":50,"MANA_PER_PURCHASE":5,"START_LEVEL_MANA_REWARD":36,"MANA_REWARD_PER_LEVEL":2,"SHOW_GRATS_PACK":0,"MAX_GOLD_QUEST":25000,"POPULATION_WONDER_ID":470,"POPULATION_INCREASE":10,"POPULATION_INCREASE_QTY":5,"COLLECT_VARIABLE_IDS":[5,6,7,202,13,14,15,203,16,17,18,204,77,78,79,205],"ANIMALS_PER_DAY":20,"SPEED_HACK_CONTROL":0,"SURVIVAL_UNLOCK_MAP_CASH":[0,0,0,20,30],"SURVIVAL_WAIT_HOURS_MAP_REPEAT":1,"SURVIVAL_BUY_LIVE_CASH":3,"SURVIVAL_HOURS_LIVE_REGENERATE":3,"PVP_BUY_TERRITORY_CASH":5,"PVP_BUY_ISLAND_CASH":30,"WAREHOUSE_CAPACITIES":[50,100,150,200,250,300,350,400,450,500,550,600,650,700,750,800,850,900,950,1000],"WAREHOUSE_CAPACITY_INCREASE_PRICE":[0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50],"WAREHOUSE_CAPACITY_INCREASE_PRICE_SINGLE":2,"WAREHOUSE_MAX_CAPACITY":1000,"SPAWN_MOROCCO_DEALER":1,"TOURNAMENT_MAX_NUMBER_COMPLEX_UNITS":10,"TOURNAMENT_UNITS_NOT_ALLOWED":[762,683,716,765,791,735,569,879,2007,2003,2145],"TOURNAMENT_ACTIVATED":1,"SPAWN_MENVSWOMEN_ADVERTISING":1,"NEWS_ITEM":[{"news_image":"new_punisherknight.jpg","news_store":"12.121.0"},{"news_image":"new_civglad7.jpg","news_store":"12.121.0"},{"news_image":"new_gods2.jpg","news_store":"gods"},{"news_image":"new_2hard.jpg","news_store":""},{"news_image":"new_hardgods.jpg","news_store":"godsquests"},{"news_image":"new_decos.jpg","news_store":"2.45.0"},{"news_image":"new_supreme.jpg","news_store":"1.13.0"},{"news_image":"new_newmagics.jpg","news_store":"1.13.0"},{"news_image":"new_hardcore.jpg","news_store":null},{"news_image":"new_bahamut_riders.jpg","news_store":"1.13.0"}],"DRAGONS":{"649":{"rider":"1","tamedId":"832"},"684":{"rider":"1","tamedId":"833"},"695":{"rider":"1","tamedId":"834"},"708":{"rider":"1","tamedId":"835"},"714":{"rider":"1","tamedId":"836"},"723":{"rider":"1","tamedId":"837"},"736":{"rider":"2","tamedId":"838"},"758":{"rider":"2","tamedId":"839"},"766":{"rider":"2","tamedId":"840"},"777":{"rider":"2","tamedId":"841"},"785":{"rider":"2","tamedId":"842"},"793":{"rider":"2","tamedId":"843"},"798":{"rider":"3","tamedId":"844"},"826":{"rider":"3","tamedId":"845"},"847":{"rider":"3","tamedId":"851"},"846":{"rider":"3","tamedId":"852"},"853":{"rider":"3","tamedId":"855"},"862":{"rider":"3","tamedId":"864"},"875":{"rider":"3","tamedId":"877"},"888":{"rider":"3","tamedId":"889"},"891":{"rider":"3","tamedId":"893"},"2000":{"rider":"3","tamedId":"2002"},"2013":{"rider":"3","tamedId":"2015"},"2016":{"rider":"3","tamedId":"2018"},"2023":{"rider":"3","tamedId":"2026"},"2037":{"rider":"3","tamedId":"2038"},"2043":{"rider":"3","tamedId":"2045"},"2039":{"rider":"3","tamedId":"2041"},"2048":{"rider":"3","tamedId":"2050"},"2057":{"rider":"3","tamedId":"2058"},"2063":{"rider":"3","tamedId":"2065"},"2069":{"rider":"3","tamedId":"2071"},"2121":{"rider":"3","tamedId":"2123"},"2129":{"rider":"3","tamedId":"2131"},"2132":{"rider":"3","tamedId":"2134"},"2140":{"rider":"3","tamedId":"2142"}},"DRAGON_RIDERS":{"1":{"unlockLevel":35,"steps":5,"stepCost":15},"2":{"unlockLevel":40,"steps":6,"stepCost":15},"3":{"unlockLevel":45,"steps":7,"stepCost":15}},"MONDAY_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"PRICE_COMPLETE_GOAL":2,"HEAVY_SIEGE_COST_CASH":20,"POLICY_FILES":["https:\/\/fbcdn-profile-a.akamaihd.net","http:\/\/profile.ak.fbcdn.net\/","https:\/\/s-assets.tp-cdn.com"],"CASH_WONDER":1299,"MAX_GOLD_HARDCORE_QUEST":30000,"DART_COST_CASH":20,"ACTIVATE_DRAGON_NEST_CASH":50,"ACTIVATE_DRAGON_NEST_GOLD":100000,"ACTIVATE_MONSTER_NEST_CASH":50,"ACTIVATE_MONSTER_NEST_GOLD":100000,"PERCENT_UNITS_RECOVERED_ATTACKER_L9":95,"PERCENT_UNITS_RECOVERED_ATTACKER_L9_MD":65,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15":75,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15_MD":55,"PERCENT_UNITS_RECOVERED_ATTACKER_L16":50,"PERCENT_UNITS_RECOVERED_ATTACKER_L16_MD":30,"PERCENT_UNITS_RECOVERED_DEFENDER":95,"PERCENT_UNITS_RECOVERED_DEFENDER_MD":75,"PERCENT_UNITS_RECOVERED_BOSS":70,"PERCENT_UNITS_RECOVERED_BOSS_MD":50,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND":60,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND_MD":30,"PERCENT_UNITS_RECOVERED_ISLE":60,"PERCENT_UNITS_RECOVERED_ISLE_MD":30,"DAILY_BONUS_CONFIG":[{"qty":250,"type":"g"},{"qty":1,"type":"hero"},{"qty":1,"type":"c"},{"qty":1,"type":"hero"},{"qty":3,"type":"c"}],"DAILY_BONUS_CONFIG_HEROES":[555,554,534,533,550,557,535,556],"DRAGON_NEST_FEED_CASH":1,"DRAGON_NEST_TAKE_CARE_CASH":1,"MONSTER_NEST_FEED_CASH":1,"MONSTER_NEST_TAKE_CARE_CASH":1,"MONDAY_BONUS_UNITS":[784,699,761,644,863],"COMEBACK_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"COMEBACK_BONUS_UNITS":[768,712],"TIME_MACHINE":[{"hours":0.5,"price":2},{"hours":1,"price":4},{"hours":4,"price":12},{"hours":8,"price":25},{"hours":12,"price":40},{"hours":24,"price":75}],"ID_BUILDING_LEVELUP_STATUE":1478,"REWARD_QUESTS_CHAPTERS_MULTIPLIER":0.3,"QUESTS_MIN_LEVELS":{"100000046":40,"100000047":40},"UNLOCKED_FOREVER_QUESTS":["100000090","100000091","100000092"],"MAX_GOLD_GOD_QUEST":35000,"MAX_XP_QUEST":7500,"MAX_XP_GOD_QUEST":8500},"magics":[{"id":2,"name":"Fire Havoc","description":"A fire tempest hits the battlefield. More effective against units.","mana":5,"area":"[5,7,9]","level":35,"gold":1000,"cash":35,"img_name":"magic_fire","target":2},{"id":3,"name":"Ultimate Hail","description":"Hundreds of boulders fall from the sky. More effective against buildings.","mana":7,"area":"[5,7,9]","level":45,"gold":60000,"cash":55,"img_name":"magic_stone","target":2},{"id":4,"name":"Deadly Frostbite","description":"Units are dead frozen, unable to move or attack for some time.","mana":5,"area":"[5,7,9]","level":43,"gold":15000,"cash":35,"img_name":"magic_frozen","target":2},{"id":5,"name":"Sacred Rain","description":"A healing rain pours over wounded units and replenishes their life.","mana":3,"area":"[5,7,9]","level":36,"gold":10000,"cash":38,"img_name":"magic_heal","target":1},{"id":6,"name":"Golem's Wrath","description":"A powerful Stone Golem ally is summoned on the battlefield.","mana":15,"area":"[1,1,1]","level":40,"gold":25000,"cash":45,"img_name":"magic_golem","target":0},{"id":7,"name":"Hell Abyss","description":"Earth crumbles and swallows small units and buildings for life.","mana":10,"area":"[5,7,9]","level":38,"gold":15000,"cash":40,"img_name":"magic_crack","target":2},{"id":8,"name":"Poisonous Flood","description":"A poisonous flood infects units and deals damage over time. Higher levels infect nearby targets.","mana":10,"area":"[5,7,9]","level":43,"gold":10000,"cash":30,"img_name":"magic_poison","target":2},{"id":9,"name":"Ether Shield","description":"A shield made of solid ether absorbs some damage inflicted to your units.","mana":6,"area":"[5,7,9]","level":38,"gold":50000,"cash":40,"img_name":"magic_shield","target":1},{"id":10,"name":"Yeti's Trail","description":"An abominable Yeti is summoned, wrecking havoc on enemy units.","mana":8,"area":"[1,1,1]","level":45,"gold":70000,"cash":60,"img_name":"magic_yeti","target":0},{"id":11,"name":"Age of Colossus","description":"Your units increase in size and deal more damage for some time.","mana":8,"area":"[5,7,9]","level":40,"gold":25000,"cash":45,"img_name":"magic_enlarge","target":1},{"id":12,"name":"Summon Dragon","description":"Summons a powerful Dragon to assist you on the battle.","mana":18,"area":"[1,1,1]","level":53,"gold":300000,"cash":80,"img_name":"magic_dragon","target":0},{"id":13,"name":"Instant Limit","description":"Instantly fills up the Limit Bar of your units.","mana":14,"area":"[5,7,9]","level":49,"gold":250000,"cash":70,"img_name":"magic_full_limit","target":0},{"id":14,"name":"2x Speed","description":"Doubles the movement speed of your units.","mana":10,"area":"[5,7,9]","level":47,"gold":150000,"cash":60,"img_name":"magic_speed_increaser","target":0},{"id":15,"name":"2x Range","description":"Doubles the attack range of your units.","mana":12,"area":"[5,7,9]","level":47,"gold":200000,"cash":60,"img_name":"magic_range_increaser","target":0},{"id":16,"name":"Black Hole","description":"Swallows enemies and buildings during certain amount of time.","mana":16,"area":"[5,7,9]","level":49,"gold":300000,"cash":80,"img_name":"magic_black_hole","target":0}],"units_collections_categories":{"1":{"category_id":1,"category_lang_id":1055,"units":[509,510,511,539,608],"rewards":608,"cost":1,"costs":null,"position":5},"2":{"category_id":2,"category_lang_id":1056,"units":[516,517,518,540,609],"rewards":609,"cost":1,"costs":null,"position":10},"3":{"category_id":3,"category_lang_id":1057,"units":[572,515,573,574],"rewards":574,"cost":2,"costs":null,"position":15},"4":{"category_id":4,"category_lang_id":1058,"units":[512,513,514,541,610],"rewards":610,"cost":2,"costs":null,"position":20},"5":{"category_id":5,"category_lang_id":1060,"units":[569,570,502,576],"rewards":576,"cost":3,"costs":null,"position":25},"6":{"category_id":6,"category_lang_id":1090,"units":[603,643,687,575],"rewards":575,"cost":5,"costs":[5,7,9,5],"position":30},"7":{"category_id":7,"category_lang_id":1091,"units":[635,654,615,623],"rewards":623,"cost":15,"costs":[20,25,15,15],"position":35},"33":{"category_id":33,"category_lang_id":1141,"units":[719,721],"rewards":721,"cost":15,"costs":[15,20],"position":40},"61":{"category_id":61,"category_lang_id":1431,"units":[872,894,886,896,883],"rewards":872,"cost":100,"costs":[260,250,240,250,245],"position":42},"8":{"category_id":8,"category_lang_id":1062,"units":[553,652,683,706],"rewards":706,"cost":10,"costs":[10,12,14,16],"position":45},"34":{"category_id":34,"category_lang_id":1142,"units":[712,727,771,796],"rewards":796,"cost":10,"costs":[18,20,22,24],"position":50},"9":{"category_id":9,"category_lang_id":1063,"units":[507,508,560,563],"rewards":563,"cost":5,"costs":[5,5,5,5],"position":55},"10":{"category_id":10,"category_lang_id":1065,"units":[519,520,521,522,568],"rewards":568,"cost":5,"costs":null,"position":60},"11":{"category_id":11,"category_lang_id":1216,"units":[544,631,642,537,641],"rewards":641,"cost":25,"costs":[20,25,30,25,30],"position":65},"12":{"category_id":12,"category_lang_id":1068,"units":[533,534,535,554],"rewards":554,"cost":6,"costs":null,"position":70},"13":{"category_id":13,"category_lang_id":1069,"units":[555,556,557],"rewards":557,"cost":9,"costs":null,"position":75},"14":{"category_id":14,"category_lang_id":1092,"units":[660,661,694],"rewards":694,"cost":25,"costs":null,"position":80},"15":{"category_id":15,"category_lang_id":1070,"units":[525,526,527,596],"rewards":596,"cost":5,"costs":[5,6,7,8],"position":85},"16":{"category_id":16,"category_lang_id":1071,"units":[529,547,530,531,589],"rewards":589,"cost":10,"costs":[10,12,14,14],"position":90},"17":{"category_id":17,"category_lang_id":1072,"units":[590,591,592,604,605],"rewards":605,"cost":15,"costs":[10,16,18,16,16],"position":95},"18":{"category_id":18,"category_lang_id":1073,"units":[585,586,587,588],"rewards":588,"cost":10,"costs":null,"position":100},"19":{"category_id":19,"category_lang_id":1074,"units":[606,607],"rewards":607,"cost":10,"costs":null,"position":105},"20":{"category_id":20,"category_lang_id":1075,"units":[577,578],"rewards":578,"cost":10,"costs":null,"position":110},"21":{"category_id":21,"category_lang_id":1076,"units":[612,613,614],"rewards":614,"cost":10,"costs":null,"position":115},"22":{"category_id":22,"category_lang_id":1077,"units":[619,620,621,622],"rewards":622,"cost":10,"costs":null,"position":120},"23":{"category_id":23,"category_lang_id":1078,"units":[626,627,628,629],"rewards":629,"cost":15,"costs":[15,15,18,20],"position":125},"24":{"category_id":24,"category_lang_id":1079,"units":[632,633,634],"rewards":634,"cost":15,"costs":[18,15,15],"position":130},"25":{"category_id":25,"category_lang_id":1081,"units":[644,645,646,647,648],"rewards":648,"cost":30,"costs":[35,30,30,40,35],"position":135},"26":{"category_id":26,"category_lang_id":1082,"units":[699,701,702,703,700],"rewards":700,"cost":30,"costs":[35,30,40,30,35],"position":140},"27":{"category_id":27,"category_lang_id":1083,"units":[704,705,711,715,724],"rewards":724,"cost":30,"costs":[30,30,40,35,40],"position":145},"28":{"category_id":28,"category_lang_id":1084,"units":[649,684,695,708,723],"rewards":723,"cost":100,"costs":[100,100,110,120,130],"position":150},"39":{"category_id":39,"category_lang_id":1147,"units":[714,736,758,766,785],"rewards":766,"cost":100,"costs":[140,150,160,170,180],"position":155},"47":{"category_id":47,"category_lang_id":1243,"units":[777,793,798,826,830],"rewards":777,"cost":100,"costs":[190,200,210,220,230],"position":160},"55":{"category_id":55,"category_lang_id":1328,"units":[847,846,862],"rewards":847,"cost":240,"costs":[240,240,240],"position":165},"29":{"category_id":29,"category_lang_id":1064,"units":[638,651,698,710,725],"rewards":725,"cost":35,"costs":[35,37,39,41,43],"position":190},"46":{"category_id":46,"category_lang_id":1240,"units":[768,769,784,790,813],"rewards":769,"cost":35,"costs":[45,47,49,51,53],"position":195},"52":{"category_id":52,"category_lang_id":1296,"units":[814,820,849],"rewards":820,"cost":35,"costs":[55,57,59],"position":196},"30":{"category_id":30,"category_lang_id":1087,"units":[655,662],"rewards":662,"cost":5,"costs":null,"position":210},"31":{"category_id":31,"category_lang_id":1088,"units":[561,562],"rewards":562,"cost":10,"costs":null,"position":215},"32":{"category_id":32,"category_lang_id":1089,"units":[637,653,707,650,709],"rewards":709,"cost":75,"costs":[75,80,85,85,85],"position":220},"40":{"category_id":40,"category_lang_id":1148,"units":[716,717,741,742,745],"rewards":745,"cost":75,"costs":[75,80,85,75,85],"position":225},"44":{"category_id":44,"category_lang_id":1217,"units":[770,776,757,772,762,782],"rewards":782,"cost":75,"costs":[75,85,85,90,85],"position":230},"57":{"category_id":57,"category_lang_id":1331,"units":[829,831],"rewards":831,"cost":100,"costs":[100,110],"position":231},"35":{"category_id":35,"category_lang_id":1143,"units":[729,730,731,732,733],"rewards":733,"cost":30,"costs":[30,30,30,35,30],"position":235},"36":{"category_id":36,"category_lang_id":1144,"units":[735,738,746],"rewards":746,"cost":30,"costs":[35,35,50],"position":240},"41":{"category_id":41,"category_lang_id":1149,"units":[713,722,737],"rewards":737,"cost":75,"costs":[75,80,85],"position":245},"37":{"category_id":37,"category_lang_id":1145,"units":[748,749,750,751,752],"rewards":752,"cost":40,"costs":[70,50,40,40,45],"position":250},"38":{"category_id":38,"category_lang_id":1146,"units":[755,753,754,778,828],"rewards":775,"cost":75,"costs":[85,75,75,90,95],"position":255},"42":{"category_id":42,"category_lang_id":1218,"units":[781,773,764,765,792],"rewards":792,"cost":75,"costs":[80,75,75,85,80],"position":260},"43":{"category_id":43,"category_lang_id":1219,"units":[759,760,761,779,774],"rewards":774,"cost":60,"costs":null,"position":265},"45":{"category_id":45,"category_lang_id":1239,"units":[786,787,788,789,780,778],"rewards":778,"cost":75,"costs":[85,85,80,75,75],"position":270},"48":{"category_id":48,"category_lang_id":1264,"units":[809,808,797,802,818],"rewards":795,"cost":60,"costs":null,"position":275},"49":{"category_id":49,"category_lang_id":1265,"units":[811,810,799,794,801],"rewards":794,"cost":75,"costs":[75,80,75,85,80],"position":280},"50":{"category_id":50,"category_lang_id":1292,"units":[803,805,807,812,795],"rewards":807,"cost":75,"costs":[75,80,85,85,75],"position":285},"51":{"category_id":51,"category_lang_id":1293,"units":[815,816,817,806,821],"rewards":806,"cost":75,"costs":[85,80,75,90,75],"position":290},"54":{"category_id":54,"category_lang_id":1327,"units":[827,825],"rewards":827,"cost":75,"costs":[85,60],"position":295},"53":{"category_id":53,"category_lang_id":1330,"units":[744,775,856],"rewards":778,"cost":75,"costs":[80,85,90],"position":300},"58":{"category_id":58,"category_lang_id":1400,"units":[867,866,869,897,860],"rewards":867,"cost":90,"costs":[80,90,90,100,110],"position":310},"59":{"category_id":59,"category_lang_id":1401,"units":[879,884],"rewards":884,"cost":120,"costs":[120,130],"position":315},"62":{"category_id":62,"category_lang_id":1500,"units":[2005,2006,2007,2008,2009],"rewards":2009,"cost":100,"costs":[35,35,70,90,60],"position":320},"63":{"category_id":63,"category_lang_id":1502,"units":[2010,2011,2012,2019,2020],"rewards":2019,"cost":150,"costs":[70,100,55,125,90],"position":325},"64":{"category_id":64,"category_lang_id":1505,"units":[2021,2022,2036],"rewards":2022,"cost":150,"costs":[90,125,130],"position":330}},"level_ranking_reward":[{"level":50,"cash":1,"units":{"640":1,"117":1}},{"level":49,"cash":1,"units":{"553":1}},{"level":48,"cash":1,"units":{"629":1}},{"level":47,"cash":1,"units":{"703":1}},{"level":46,"cash":1,"units":{"612":1}},{"level":45,"cash":1,"units":{"647":1,"119":1}},{"level":44,"cash":1,"units":{"633":1}},{"level":43,"cash":1,"units":null},{"level":42,"cash":1,"units":{"632":1}},{"level":41,"cash":1,"units":null},{"level":40,"cash":1,"units":null},{"level":39,"cash":1,"units":{"518":1}},{"level":38,"cash":1,"units":{"560":1}},{"level":37,"cash":1,"units":{"556":1}},{"level":36,"cash":1,"units":{"608":1}},{"level":35,"cash":1,"units":{"603":1,"123":1}},{"level":34,"cash":1,"units":{"540":1}},{"level":33,"cash":1,"units":{"565":1}},{"level":32,"cash":1,"units":{"534":1}},{"level":31,"cash":1,"units":{"507":1}},{"level":30,"cash":1,"units":{"655":1,"124":1}},{"level":29,"cash":1,"units":{"573":1}},{"level":28,"cash":1,"units":{"578":1}},{"level":27,"cash":1,"units":{"555":1}},{"level":26,"cash":1,"units":{"541":1}},{"level":25,"cash":1,"units":{"643":1,"128":1}},{"level":23,"cash":1,"units":{"574":1}},{"level":22,"cash":1,"units":{"633":1}},{"level":21,"cash":1,"units":{"606":1}},{"level":20,"cash":1,"units":{"615":1,"126":1}},{"level":19,"cash":1,"units":{"620":1}},{"level":24,"cash":1,"units":{"577":1}},{"level":18,"cash":1,"units":{"627":1}},{"level":17,"cash":1,"units":{"652":1}},{"level":16,"cash":1,"units":{"623":1}},{"level":15,"cash":1,"units":{"638":1,"121":1}},{"level":14,"cash":1,"units":{"662":1}},{"level":13,"cash":1,"units":{"644":1}},{"level":12,"cash":1,"units":{"683":1}},{"level":11,"cash":1,"units":{"626":1}},{"level":10,"cash":1,"units":{"651":10,"122":1}},{"level":9,"cash":1,"units":{"699":1}},{"level":8,"cash":1,"units":{"646":1}},{"level":7,"cash":1,"units":{"706":1}},{"level":6,"cash":1,"units":{"686":10}},{"level":5,"cash":1,"units":{"660":1,"575":10}},{"level":4,"cash":1,"units":{"661":1}},{"level":3,"cash":1,"units":{"694":1}},{"level":2,"cash":1,"units":{"712":1}},{"level":1,"cash":1,"units":{"650":1,"686":10}}],"tournament_type":{"1":{"id":1,"name":"NEWBIES","resource_type":"g","cost":500,"prize":[{"g":1500,"u":{"662":1}},{"g":1500,"u":{"729":1}},{"g":1500,"u":{"699":1}},{"g":1500,"u":{"712":1}},{"g":1500,"u":{"751":1}}],"num_players":4,"duration":24,"picture":"vs-nivel1.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"2":{"id":2,"name":"ADVANCED","resource_type":"c","cost":15,"prize":[{"c":30,"u":{"831":1}},{"c":30,"u":{"755":1}},{"c":30,"u":{"745":1}},{"c":30,"u":{"861":1}},{"c":30,"u":{"786":1}}],"num_players":4,"duration":24,"picture":"vs-nivel2.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"3":{"id":3,"name":"BEGINNERS","resource_type":"g","cost":2000,"prize":[{"g":6000,"u":{"771":1}},{"g":6000,"u":{"795":1}},{"g":6000,"u":{"711":1}},{"g":6000,"u":{"753":1}},{"g":6000,"u":{"749":1}}],"num_players":4,"duration":24,"picture":"vs-nivel3.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"4":{"id":4,"name":"PROFESSIONAL","resource_type":"c","cost":30,"prize":[{"c":60,"u":{"737":1}},{"c":60,"u":{"736":1}},{"c":60,"u":{"764":1}},{"c":60,"u":{"829":1}},{"c":60,"u":{"714":1}}],"num_players":4,"duration":24,"picture":"vs-nivel4.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"5":{"id":5,"name":"AMATEURS","resource_type":"g","cost":5000,"prize":[{"g":15000,"u":{"814":1}},{"g":15000,"u":{"867":1}},{"g":15000,"u":{"782":1}},{"g":15000,"u":{"768":1}},{"g":15000,"u":{"784":1}}],"num_players":4,"duration":24,"picture":"vs-nivel5.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"6":{"id":6,"name":"THE BEST","resource_type":"c","cost":50,"prize":[{"c":100,"u":{"847":1}},{"c":100,"u":{"793":1}},{"c":100,"u":{"884":1}},{"c":100,"u":{"766":1}},{"c":100,"u":{"826":1}}],"num_players":4,"duration":24,"picture":"vs-nivel6.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"7":{"id":7,"name":"MID-LEVEL","resource_type":"g","cost":15000,"prize":[{"g":45000,"u":{"749":1}},{"g":45000,"u":{"748":1}},{"g":45000,"u":{"722":1}},{"g":45000,"u":{"803":1}},{"g":45000,"u":{"789":1}}],"num_players":4,"duration":24,"picture":"vs-nivel7.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"8":{"id":8,"name":"WEEKLY GOLD","resource_type":"g","cost":500,"prize":[{"g":100000,"u":{"847":1}},{"g":75000,"u":{"777":1}},{"g":50000,"u":{"766":1}},{"g":25000,"u":{"766":1}},{"g":15000,"u":{"758":1}},{"g":10000,"u":{"736":1}},{"g":5000,"u":{"714":1}},{"g":5000,"u":{"695":1}},{"g":5000,"u":{"684":1}},{"g":5000,"u":{"649":1}}],"num_players":4,"duration":24,"picture":"tournament_weekly_gold.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":7,"weekly_opponent":{"10000001":{"user_name":"Bot 1","picture":"weekly_tournament_bot1.png","xp":1256,"level":15,"country":"ES","team":[643,643,643,649,684,684,649,643,643,643,638,638,638,638,638,651,651,651,651,651]},"10000002":{"user_name":"Bot 2","picture":"weekly_tournament_bot2.png","xp":1256,"level":15,"country":"ES","team":[752,752,752,695,714,714,695,752,752,752,749,749,749,749,749,724,724,724,724,724]},"10000003":{"user_name":"Bot 3","picture":"weekly_tournament_bot3.png","xp":1256,"level":15,"country":"ES","team":[745,745,744,736,708,708,736,744,745,745,781,781,781,781,781,754,754,754,754,754]}}}},"darts_items":[{"id":1,"start_date":"2012-01-31 23:00:00","items":[735,849,687,683,633,774],"extra_item":837},{"id":2,"start_date":"2012-02-05 23:00:00","items":[641,820,661,652,632,552],"extra_item":835},{"id":3,"start_date":"2012-02-12 23:00:00","items":[642,814,660,727,721,555],"extra_item":838},{"id":4,"start_date":"2012-02-19 23:00:00","items":[724,813,635,712,654,564],"extra_item":834},{"id":5,"start_date":"2012-02-26 23:00:00","items":[732,790,694,706,645,577],"extra_item":836},{"id":6,"start_date":"2012-03-04 23:00:00","items":[706,719,533,609,532,577],"extra_item":838},{"id":7,"start_date":"2012-03-11 23:00:00","items":[655,699,534,730,627,572],"extra_item":834},{"id":8,"start_date":"2012-03-18 23:00:00","items":[725,771,560,537,563,515],"extra_item":836},{"id":9,"start_date":"2012-03-25 23:00:00","items":[712,774,610,779,576,620],"extra_item":837},{"id":10,"start_date":"2012-04-01 23:00:00","items":[555,554,564,619,507,535],"extra_item":833},{"id":11,"start_date":"2012-04-08 23:00:00","items":[702,727,618,578,551,573],"extra_item":839},{"id":12,"start_date":"2012-04-15 23:00:00","items":[663,647,759,552,508,540],"extra_item":832},{"id":13,"start_date":"2012-04-22 23:00:00","items":[700,825,614,575,573,513],"extra_item":835},{"id":14,"start_date":"2012-04-29 23:00:00","items":[514,627,628,688,796,555],"extra_item":833},{"id":15,"start_date":"2012-05-06 23:00:00","items":[572,535,550,633,749,647],"extra_item":766},{"id":16,"start_date":"2012-05-13 23:00:00","items":[620,563,701,648,825,727],"extra_item":835},{"id":17,"start_date":"2012-05-20 23:00:00","items":[515,507,651,629,554,655],"extra_item":777},{"id":18,"start_date":"2012-05-27 23:00:00","items":[508,646,539,731,615,663],"extra_item":837},{"id":19,"start_date":"2012-06-03 23:00:00","items":[576,573,645,574,556,712],"extra_item":785},{"id":20,"start_date":"2012-06-10 23:00:00","items":[513,540,626,687,603,725],"extra_item":839},{"id":21,"start_date":"2012-06-17 23:00:00","items":[751,573,622,541,719,623],"extra_item":793},{"id":22,"start_date":"2012-06-24 23:00:00","items":[514,703,628,644,702,555],"extra_item":841},{"id":23,"start_date":"2012-07-01 23:00:00","items":[628,535,652,633,749,768],"extra_item":793},{"id":24,"start_date":"2012-07-08 23:00:00","items":[574,802,662,648,825,771],"extra_item":840},{"id":25,"start_date":"2012-07-15 23:00:00","items":[633,507,651,704,699,655],"extra_item":798},{"id":26,"start_date":"2012-07-22 23:00:00","items":[508,551,539,731,882,663],"extra_item":839},{"id":27,"start_date":"2012-07-29 23:00:00","items":[783,573,750,574,774,712],"extra_item":826},{"id":28,"start_date":"2012-08-05 23:00:00","items":[539,540,626,759,603,790],"extra_item":838},{"id":29,"start_date":"2012-08-12 23:00:00","items":[751,573,622,609,719,854],"extra_item":837},{"id":30,"start_date":"2012-08-19 23:00:00","items":[577,535,609,533,719,706],"extra_item":785},{"id":31,"start_date":"2012-08-26 23:00:00","items":[572,627,730,534,699,655],"extra_item":839},{"id":32,"start_date":"2012-09-02 23:00:00","items":[515,563,537,560,771,725],"extra_item":847},{"id":33,"start_date":"2012-09-09 23:00:00","items":[],"extra_item":0}],"iphone_missions":{"1":{"missionGroupId":1,"icon":"..\/img\/iPhone\/missions\/desert.png","background":"..\/img\/iPhone\/missions\/desert_background.png","harbourIid":0,"name":"Lost Sands","rank":1,"rankUpUnitsGived":[730,779,865,626,733,629,652],"missions":{"1":{"missionId":1,"name":"Anubis God","totalSteps":3,"currentStep":0,"stepEnergy":5,"itemsRequired":[],"reward":[{"qtyMin":40,"qtyMax":50,"type":"g"},{"qty":2,"type":"x"}],"lootUnits":[612,613,614],"lootChance":10},"2":{"missionId":2,"name":"The Hyksos","totalSteps":3,"currentStep":0,"stepEnergy":10,"itemsRequired":[{"item_id":509,"quantity":3}],"reward":[{"qtyMin":80,"qtyMax":100,"type":"g"},{"qty":3,"type":"x"}],"lootUnits":[577,578,607],"lootChance":20},"3":{"missionId":3,"name":"The Evil Mummy","totalSteps":4,"currentStep":0,"stepEnergy":10,"itemsRequired":[{"item_id":509,"quantity":5}],"reward":[{"qtyMin":90,"qtyMax":110,"type":"g"},{"qty":5,"type":"x"}],"lootUnits":[614,615,616],"lootChance":10},"4":{"missionId":4,"name":"Neptune","totalSteps":5,"currentStep":0,"stepEnergy":15,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":1}],"reward":[{"qtyMin":120,"qtyMax":150,"type":"g"},{"qty":7,"type":"x"}],"lootUnits":[619,620,623],"lootChance":10},"5":{"missionId":5,"name":"Detestable Ra","totalSteps":6,"currentStep":0,"stepEnergy":15,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":3}],"reward":[{"qtyMin":70,"qtyMax":80,"type":"w"},{"qty":10,"type":"x"}],"lootUnits":[603,718,535],"lootChance":10},"6":{"missionId":6,"name":"The Ruler Priest","totalSteps":7,"currentStep":0,"stepEnergy":20,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5}],"reward":[{"qtyMin":180,"qtyMax":200,"type":"g"},{"qty":12,"type":"x"}],"lootUnits":[603,533,535],"lootChance":10},"7":{"missionId":7,"name":"The Sphynx","totalSteps":8,"currentStep":0,"stepEnergy":20,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":3}],"reward":[{"qtyMin":190,"qtyMax":220,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[626,606,618],"lootChance":10},"8":{"missionId":8,"name":"Big Pyramid","totalSteps":9,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":5}],"reward":[{"qtyMin":230,"qtyMax":250,"type":"f"},{"qty":18,"type":"x"}],"lootUnits":[628,638,539],"lootChance":10},"9":{"missionId":9,"name":"Sacrifice Ritual","totalSteps":10,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":509,"quantity":7},{"item_id":516,"quantity":5},{"item_id":512,"quantity":7}],"reward":[{"qtyMin":240,"qtyMax":260,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[652,608,662],"lootChance":10},"10":{"missionId":10,"name":"The Greek BIG BOSS","totalSteps":10,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":509,"quantity":9},{"item_id":516,"quantity":7},{"item_id":512,"quantity":7},{"item_id":519,"quantity":3}],"reward":[{"qtyMin":300,"qtyMax":320,"type":"g"},{"qty":22,"type":"x"}],"lootUnits":[687,698,540],"lootChance":10}}},"2":{"missionGroupId":2,"icon":"..\/img\/iPhone\/missions\/forest.png","background":"..\/img\/iPhone\/missions\/forest_background.png","harbourIid":50005,"name":"Britania","rank":1,"rankUpUnitsGived":[651,701,750,683,729,2005,702],"missions":{"1":{"missionId":1,"name":"Willy Wallace","totalSteps":3,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":510,"quantity":7}],"reward":[{"qtyMin":350,"qtyMax":380,"type":"g"},{"qty":10,"type":"x"}],"lootUnits":[612,628,614],"lootChance":10},"2":{"missionId":2,"name":"Skirt Issues","totalSteps":3,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":510,"quantity":10}],"reward":[{"qtyMin":375,"qtyMax":400,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[622,578,607],"lootChance":10},"3":{"missionId":3,"name":"Camelot path","totalSteps":4,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":510,"quantity":15}],"reward":[{"qtyMin":420,"qtyMax":440,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[614,520,616],"lootChance":10},"4":{"missionId":4,"name":"Round Table","totalSteps":5,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":5}],"reward":[{"qtyMin":215,"qtyMax":225,"type":"w"},{"qty":30,"type":"x"}],"lootUnits":[619,627,623],"lootChance":10},"5":{"missionId":5,"name":"Lady's Lake","totalSteps":6,"currentStep":0,"stepEnergy":35,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":10}],"reward":[{"qtyMin":500,"qtyMax":525,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[603,719,535],"lootChance":10},"6":{"missionId":6,"name":"Sacred Sword","totalSteps":7,"currentStep":0,"stepEnergy":35,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15}],"reward":[{"qtyMin":510,"qtyMax":540,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[751,533,535],"lootChance":10},"7":{"missionId":7,"name":"The Holy Grial","totalSteps":8,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":5}],"reward":[{"qtyMin":580,"qtyMax":600,"type":"f"},{"qty":60,"type":"x"}],"lootUnits":[502,606,618],"lootChance":10},"8":{"missionId":8,"name":"Druids Council","totalSteps":9,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":10}],"reward":[{"qtyMin":600,"qtyMax":620,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[628,683,539],"lootChance":10},"9":{"missionId":9,"name":"Finding herbs","totalSteps":10,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15}],"reward":[{"qtyMin":675,"qtyMax":680,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[779,608,662],"lootChance":10},"10":{"missionId":10,"name":"Free Nessy","totalSteps":10,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15},{"item_id":520,"quantity":5}],"reward":[{"qtyMin":750,"qtyMax":800,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[687,706,540],"lootChance":10}}},"3":{"missionGroupId":3,"icon":"..\/img\/iPhone\/missions\/snow.png","background":"..\/img\/iPhone\/missions\/snow_background.png","harbourIid":50011,"name":"North Kingdom","rank":1,"rankUpUnitsGived":[769,648,704,866,712,2027,749],"missions":{"1":{"missionId":1,"name":"Winter is coming","totalSteps":3,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":511,"quantity":10}],"reward":[{"qtyMin":760,"qtyMax":800,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[802,613,614],"lootChance":10},"2":{"missionId":2,"name":"Ice Lake","totalSteps":3,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":511,"quantity":15}],"reward":[{"qtyMin":780,"qtyMax":800,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[577,712,607],"lootChance":10},"3":{"missionId":3,"name":"Cold Mountain","totalSteps":4,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":511,"quantity":20}],"reward":[{"qtyMin":880,"qtyMax":900,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[557,615,616],"lootChance":10},"4":{"missionId":4,"name":"Penguin runaway","totalSteps":5,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":5}],"reward":[{"qtyMin":440,"qtyMax":450,"type":"w"},{"qty":40,"type":"x"}],"lootUnits":[619,870,623],"lootChance":10},"5":{"missionId":5,"name":"Alpine Trolls","totalSteps":6,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":10}],"reward":[{"qtyMin":950,"qtyMax":1000,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[603,718,508],"lootChance":10},"6":{"missionId":6,"name":"Avalanche","totalSteps":7,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":15}],"reward":[{"qtyMin":980,"qtyMax":1000,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[603,721,535],"lootChance":10},"7":{"missionId":7,"name":"Frozen Cave","totalSteps":8,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":7}],"reward":[{"qtyMin":1100,"qtyMax":1200,"type":"f"},{"qty":80,"type":"x"}],"lootUnits":[768,606,618],"lootChance":10},"8":{"missionId":8,"name":"White Forest","totalSteps":9,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":12}],"reward":[{"qtyMin":1150,"qtyMax":1200,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[628,825,539],"lootChance":10},"9":{"missionId":9,"name":"Let it snow","totalSteps":10,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":20},{"item_id":514,"quantity":15}],"reward":[{"qtyMin":1380,"qtyMax":1400,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[652,651,662],"lootChance":10},"10":{"missionId":10,"name":"Yeti's Patriarch","totalSteps":10,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":511,"quantity":30},{"item_id":518,"quantity":25},{"item_id":514,"quantity":20},{"item_id":521,"quantity":10}],"reward":[{"qtyMin":1450,"qtyMax":1500,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[652,698,540],"lootChance":10}}},"4":{"missionGroupId":4,"icon":"..\/img\/iPhone\/missions\/japan.png","background":"..\/img\/iPhone\/missions\/japan_background.png","harbourIid":50022,"name":"Oriental War","rank":1,"rankUpUnitsGived":[790,655,771,721,732,715,822],"missions":{"1":{"missionId":1,"name":"Samurai Path","totalSteps":3,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":603,"quantity":15}],"reward":[{"qtyMin":1450,"qtyMax":1500,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[612,613,554],"lootChance":10},"2":{"missionId":2,"name":"Cherry Blossom","totalSteps":3,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":603,"quantity":20}],"reward":[{"qtyMin":1480,"qtyMax":1500,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[705,578,607],"lootChance":10},"3":{"missionId":3,"name":"Hidden Village","totalSteps":4,"currentStep":0,"stepEnergy":65,"itemsRequired":[{"item_id":603,"quantity":25}],"reward":[{"qtyMin":1500,"qtyMax":1600,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[614,729,616],"lootChance":10},"4":{"missionId":4,"name":"Fireworks night","totalSteps":5,"currentStep":0,"stepEnergy":65,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":10}],"reward":[{"qtyMin":750,"qtyMax":800,"type":"w"},{"qty":50,"type":"x"}],"lootUnits":[619,620,623],"lootChance":10},"5":{"missionId":5,"name":"The Shogunate","totalSteps":6,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":15}],"reward":[{"qtyMin":1600,"qtyMax":1700,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[750,718,535],"lootChance":10},"6":{"missionId":6,"name":"Kung Fu lessons","totalSteps":7,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20}],"reward":[{"qtyMin":1650,"qtyMax":1700,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[603,533,761],"lootChance":10},"7":{"missionId":7,"name":"Seven Swords","totalSteps":8,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":10}],"reward":[{"qtyMin":1800,"qtyMax":1900,"type":"f"},{"qty":100,"type":"x"}],"lootUnits":[797,606,618],"lootChance":10},"8":{"missionId":8,"name":"Katana Forge","totalSteps":9,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":15}],"reward":[{"qtyMin":1850,"qtyMax":1900,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[628,635,539],"lootChance":10},"9":{"missionId":9,"name":"Dragon Mountain","totalSteps":10,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20}],"reward":[{"qtyMin":1900,"qtyMax":2000,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[652,608,629],"lootChance":10},"10":{"missionId":10,"name":"The Ocher Ninja","totalSteps":10,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20},{"item_id":541,"quantity":10}],"reward":[{"qtyMin":1950,"qtyMax":2000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[699,698,540],"lootChance":10}}},"5":{"missionGroupId":5,"icon":"..\/img\/iPhone\/missions\/mineral.png","background":"..\/img\/iPhone\/missions\/mineral_background.png","harbourIid":50023,"name":"Ancient Greece","rank":1,"rankUpUnitsGived":[813,663,796,643,694,661,635],"missions":{"1":{"missionId":1,"name":"Spartan meeting","totalSteps":3,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":568,"quantity":20}],"reward":[{"qtyMin":2000,"qtyMax":2100,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[612,648,614],"lootChance":10},"2":{"missionId":2,"name":"This is madness","totalSteps":3,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":568,"quantity":25}],"reward":[{"qtyMin":2050,"qtyMax":2100,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[644,578,607],"lootChance":10},"3":{"missionId":3,"name":"Olympia crisis","totalSteps":4,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":568,"quantity":30}],"reward":[{"qtyMin":2300,"qtyMax":2400,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[614,663,616],"lootChance":10},"4":{"missionId":4,"name":"Zeus request","totalSteps":5,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":15}],"reward":[{"qtyMin":1100,"qtyMax":1200,"type":"w"},{"qty":60,"type":"x"}],"lootUnits":[655,620,623],"lootChance":10},"5":{"missionId":5,"name":"Scylla's crossing","totalSteps":6,"currentStep":0,"stepEnergy":90,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":20}],"reward":[{"qtyMin":2600,"qtyMax":2700,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[603,647,535],"lootChance":10},"6":{"missionId":6,"name":"Temple run","totalSteps":7,"currentStep":0,"stepEnergy":90,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25}],"reward":[{"qtyMin":2650,"qtyMax":2700,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[603,533,700],"lootChance":10},"7":{"missionId":7,"name":"Pan's Flute","totalSteps":8,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":15}],"reward":[{"qtyMin":2900,"qtyMax":3000,"type":"f"},{"qty":125,"type":"x"}],"lootUnits":[626,774,618],"lootChance":10},"8":{"missionId":8,"name":"Colossus' shadow","totalSteps":9,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":20}],"reward":[{"qtyMin":2950,"qtyMax":3000,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[749,638,539],"lootChance":10},"9":{"missionId":9,"name":"Row of the Titans","totalSteps":10,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":25}],"reward":[{"qtyMin":2975,"qtyMax":3000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[652,702,662],"lootChance":10},"10":{"missionId":10,"name":"The Thunderbirds","totalSteps":10,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":541,"quantity":25},{"item_id":662,"quantity":15}],"reward":[{"qtyMin":2990,"qtyMax":3100,"type":"g"},{"qty":200,"type":"x"}],"lootUnits":[687,660,540],"lootChance":10}}},"6":{"missionGroupId":6,"icon":"..\/img\/iPhone\/missions\/mountain.png","background":"..\/img\/iPhone\/missions\/mountain_background.png","harbourIid":50024,"name":"Mountain","rank":1,"rankUpUnitsGived":[814,700,711,754,867,872,765],"missions":{"1":{"missionId":1,"name":"The ascent","totalSteps":3,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":609,"quantity":25}],"reward":[{"qtyMin":3400,"qtyMax":3500,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[612,752,614],"lootChance":10},"2":{"missionId":2,"name":"Vertical limit","totalSteps":3,"currentStep":0,"stepEnergy":120,"itemsRequired":[{"item_id":609,"quantity":30}],"reward":[{"qtyMin":4100,"qtyMax":4200,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[795,578,607],"lootChance":10},"3":{"missionId":3,"name":"Cliffhanger","totalSteps":4,"currentStep":0,"stepEnergy":140,"itemsRequired":[{"item_id":609,"quantity":35}],"reward":[{"qtyMin":4700,"qtyMax":4900,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[614,661,616],"lootChance":10},"4":{"missionId":4,"name":"Crumbling","totalSteps":5,"currentStep":0,"stepEnergy":150,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":20}],"reward":[{"qtyMin":2400,"qtyMax":2600,"type":"w"},{"qty":80,"type":"x"}],"lootUnits":[715,620,623],"lootChance":10},"5":{"missionId":5,"name":"127 hours","totalSteps":6,"currentStep":0,"stepEnergy":160,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":25}],"reward":[{"qtyMin":5400,"qtyMax":5600,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[603,724,535],"lootChance":10},"6":{"missionId":6,"name":"To the top","totalSteps":7,"currentStep":0,"stepEnergy":170,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30}],"reward":[{"qtyMin":5700,"qtyMax":5950,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[603,533,789],"lootChance":10},"7":{"missionId":7,"name":"The conquest","totalSteps":8,"currentStep":0,"stepEnergy":180,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":20}],"reward":[{"qtyMin":6150,"qtyMax":6300,"type":"f"},{"qty":150,"type":"x"}],"lootUnits":[756,606,618],"lootChance":10},"8":{"missionId":8,"name":"Rocks & dust","totalSteps":9,"currentStep":0,"stepEnergy":200,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":25}],"reward":[{"qtyMin":6800,"qtyMax":7000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[628,764,539],"lootChance":10},"9":{"missionId":9,"name":"Going down","totalSteps":10,"currentStep":0,"stepEnergy":220,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30}],"reward":[{"qtyMin":7500,"qtyMax":7700,"type":"g"},{"qty":200,"type":"x"}],"lootUnits":[799,608,662],"lootChance":10},"10":{"missionId":10,"name":"The Third Man","totalSteps":10,"currentStep":0,"stepEnergy":250,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30},{"item_id":610,"quantity":20}],"reward":[{"qtyMin":8500,"qtyMax":8750,"type":"g"},{"qty":250,"type":"x"}],"lootUnits":[742,698,540],"lootChance":10}}}},"iphone_config":{"BANNERS":[{"url":"img\/iPhone\/banners\/test_banner.jpg","link":"link"}],"APP_RATED_CASH":5,"SPECIAL_BUILDS_MODIFIERS_VALUES":{"Blacksmith":{"50006":5,"50012":15,"50025":20,"50026":25,"50027":30},"University":{"50008":5,"50014":15,"50028":20,"50029":25,"50030":30},"Townhall":{"50001":2,"50007":4,"50015":6,"50018":9,"50019":12},"Oracle":{"50010":5},"Embassy":{"50003":50,"50009":100,"50016":150,"50020":200,"50021":250}},"UNIT_COLLECT_WONDERS":{"49992":[661,555,534,533]},"ALLOWED_REQUEST_TYPES":["gift","spe_gift","hire","help_collect","potion"],"APP_RATED_MAIN_SCREEN_ENABLED":1,"NEWS_EN":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"NEWS_ES":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"DEFAULT_MAX_PVP_ATTACKS":3,"PVP_OPPONENT_DEFENCE_DIVISOR":2,"TOWERS_LIMIT_BY_LEVEL":5,"PVP_ALGORITHM_PERCENTAGE_ALTER":20,"PVP_MAX_PERCENTAGE_OPPONENT_LOST":10,"NOT_ENOUGH_ENERGY_ATTACKS_POPUP_LEVEL":1,"PVP_ATTACK_RELOAD_TIME":300,"PVP_XP_WIN":2,"PVP_MIN_RESOURCES_MULT_LESS_10":25,"PVP_MAX_RESOURCES_MULT_LESS_10":50,"PVP_MIN_RESOURCES_MULT_GREATER_10":25,"PVP_MAX_RESOURCES_MULT_GREATER_10":100,"PVP_AND_ENERGY_REFILL_COST":5,"PVP_GIVE_GOLD_PROBABILITY":30,"PVP_GIVE_FOOD_PROBABILITY":30,"PVP_GIVE_WOOD_PROBABILITY":30,"PVP_GIVE_STONE_PROBABILITY":10,"INITIAL_MAX_ARMY_SIZE":25,"ARMY_SIZE_BY_LEVEL":5,"ARMY_SIZE_BY_FRIEND":20,"MAX_FRIENDS_FOR_ARMY_SIZE":10,"GOAL_LEVELS":{"1":3,"6":4,"10":5},"MINIMUM_GIFT_INTERVAL":86400,"MINIMUM_REFILL_NOTIFICATION_TIME":300,"MAXIMUM_COLLECT_NOTIFICATION_BY_DAY":6,"RESOURCE_NOTIFICATION_MAXIMUM_GROUP_TIME":3600,"DRAGON_NOTIFICATION_MAXIMUM_GROUP_TIME":21600,"MISS_YOU_NOTIFICATION_TIME":[86400,259200,604800],"MAXIMUM_PVP_NOTIFICATION_BY_DAY":2,"MAXIMUM_GIFT_NOTIFICATION_BY_DAY":5,"GIFTS":[635,694,702,752,867,866,796,661,754,683,784,863,768,2005,2027,727,771,774,623,556],"MAXIMUM_COLLECT_REMINDER_NOTIFICATIONS":2,"MAXIMUM_DRAGON_REMINDER_NOTIFICATIONS":3,"MAXIMUM_ENERGY_ATTACKS_REMINDER_NOTIFICATIONS":4,"COLLECT_REMINDER_INTERVAL":3600,"DRAGON_REMINDER_INTERVAL":3600,"ENERGY_ATTACKS_REMINDER_INTERVAL":3600,"FACEBOOK_LOGIN_REMINDER_INTERVAL":5,"INCREASE_POPULATION_LIMIT_COST":5,"INCREASE_POPULATION_LIMIT_AMOUNT":50,"AFTER_LOSING_PVP_UNITS":{"736":[75,50],"758":[80,50],"777":[95,50],"785":[90,50],"793":[100,50],"798":[105,50],"847":[120,50],"888":[125,50],"891":[130,50],"2000":[135,50],"2013":[140,50],"2016":[150,50],"766":[155,50],"2037":[155,50],"2039":[160,50],"2043":[160,50],"2048":[160,50],"2063":[160,50],"2069":[160,50],"2121":[160,50]},"AFTER_LOSING_PVP_UNITS_POPUP_BY_SES":1},"iphone_goals":[{"goalId":"1","stepId":"1","name":"Complete Anubis God Adventure","goalDescription":"Complete Anubis God Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"1_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-1","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"2","stepId":"1","name":"Attack 2 players and win","goalDescription":"Attack 2 players and win the battle to earn resources and xp!","goalHintImage":"2_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"2","itemId":"win","title":"You Attacked","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"3","stepId":"1","name":"Complete The Hyksos Adventure","goalDescription":"Complete The Hyksos Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"3_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-2","title":"You completed","category":"","reward":[{"s":100}],"FBUsers":"1"},{"goalId":"4","stepId":"1","name":"Complete Neptune Adventure","goalDescription":"Complete Neptune Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"4_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-4","title":"You completed","category":"","reward":[{"s":100}],"FBUsers":"1"},{"goalId":"5","stepId":"1","name":"Build Archery I","goalDescription":"Build Archery I. It will allow you to train Light Archer.","goalHintImage":"5_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"41","title":"","category":"barrack","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"6","stepId":"1","name":"Train 5 more Light Archers","goalDescription":"Train 5 more Light Archers. The more you train, the more powerful your army will be!","goalHintImage":"6_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"516","title":"You trained","category":"","reward":[{"f":100}],"FBUsers":"1"},{"goalId":"7","stepId":"1","name":"Complete Detestable Ra Adventure","goalDescription":"Complete Detestable Ra Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"7_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-5","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"8","stepId":"1","name":"Attack 3 players and win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalHintImage":"8_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"3","itemId":"win","title":"You Attacked","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"9","stepId":"1","name":"Build Mill I","goalDescription":"Build Mill I. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"9_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"5","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"10","stepId":"1","name":"Select time for Mill I","goalDescription":"Select work time for Mill I to start producing food.","goalHintImage":"10_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"5","title":"","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"11","stepId":"1","name":"Build Gold Mine I","goalDescription":"Build Gold Mine I. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"11_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"13","title":"","category":"resourceManager","reward":[{"g":100}],"FBUsers":"0"},{"goalId":"12","stepId":"1","name":"Select time for Gold Mine I","goalDescription":"Select work time for Gold Mine I to start producing gold.","goalHintImage":"12_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"13","title":"","category":"","reward":[{"w":500}],"FBUsers":"1"},{"goalId":"13","stepId":"1","name":"Build Stables I","goalDescription":"Build Stables I. It will allow you to train Light Knight.","goalHintImage":"13_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"44","title":"","category":"barrack","reward":[{"f":700}],"FBUsers":"1"},{"goalId":"14","stepId":"1","name":"Train 5 more Light Knights","goalDescription":"Train 5 more Light Knights. The more you train, the more powerful your army will be!","goalHintImage":"14_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"512","title":"You trained","category":"","reward":[{"s":150}],"FBUsers":"1"},{"goalId":"15","stepId":"1","name":"Complete Sphinx Adventure","goalDescription":"Complete Sphinx Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"15_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-7","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"16","stepId":"1","name":"Attack 3 players and win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalHintImage":"16_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"3","itemId":"win","title":"You Attacked","category":"","reward":[{"u":620}],"FBUsers":"1"},{"goalId":"17","stepId":"1","name":"Collect Gold Mine I","goalDescription":"Collect gold from Gold Mine I.","goalHintImage":"17_goalhint.png","goalNotificationType":"Collect Resource","totalQuantity":"1","itemId":"13","title":"","category":"","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"18","stepId":"1","name":"Build Lumber Mill I","goalDescription":"Build Lumber Mill I. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"18_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"77","title":"","category":"resourceManager","reward":[{"g":150}],"FBUsers":"0"},{"goalId":"19","stepId":"1","name":"Build Stone Mine I","goalDescription":"Build Stone Mine I. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"19_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"16","title":"","category":"resourceManager","reward":[{"w":500}],"FBUsers":"0"},{"goalId":"20","stepId":"1","name":"Build Town Hall I","goalDescription":"Build Town Hall I and increase your number of attacks in Battles mode from 3 to 5.","goalHintImage":"20_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50001","title":"","category":"special","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"21","stepId":"1","name":"Build Workshop I","goalDescription":"Build Workshop I. It will allow you to train Ram.","goalHintImage":"21_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"48","title":"","category":"barrack","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"22","stepId":"1","name":"Train 3 more Ram","goalDescription":"Train 3 more Ram. The more you train, the more powerful your army will be!","goalHintImage":"22_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"3","itemId":"519","title":"You trained","category":"","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"23","stepId":"1","name":"Attack 5 players and win","goalDescription":"Attack 5 players and win the battle to earn resources and xp!","goalHintImage":"23_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"5","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"24","stepId":"1","name":"Complete Big Pyramid Adventure","goalDescription":"Complete Big Pyramid on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"24_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-8","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"25","stepId":"1","name":"Build Barracks II","goalDescription":"Build Barracks II. It will allow you to train Swordsmen.","goalHintImage":"25_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"39","title":"","category":"barrack","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"26","stepId":"1","name":"Train 5 more Swordsman","goalDescription":"Train 5 more Swordsman. The more you train, the more powerful your army will be!","goalHintImage":"26_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"510","title":"You trained","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"27","stepId":"1","name":"Invite friends","goalDescription":"Invite your friends by Facebook option to Mobile Social Empires. More friends more fun!","goalHintImage":"27_goalhint.png","goalNotificationType":"Invite Friend","totalQuantity":"1","itemId":"","title":"","category":"","reward":[{"u":759}],"FBUsers":"1"},{"goalId":"28","stepId":"1","name":"Build Chicken Ranch","goalDescription":"Build Chicken Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"28_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49999","title":"","category":"resourceManager","reward":[{"f":100}],"FBUsers":"1"},{"goalId":"29","stepId":"1","name":"Collect Resources 4 times","goalDescription":"Collect any of your resources 4 times.","goalHintImage":"29_goalhint.png","goalNotificationType":"Collect Resource","totalQuantity":"4","itemId":"","title":"You collected","category":"","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"30","stepId":"1","name":"Increase Your Army Size to 50","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 50.","goalHintImage":"30_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"5","itemId":"50","title":"Current army","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"31","stepId":"1","name":"Complete Sacrifice Ritual Adventure","goalDescription":"Complete Sacrifice Ritual Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"31_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-9","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"32","stepId":"1","name":"Attack 6 players and win","goalDescription":"Attack 6 players and win the battle to earn resources and xp!","goalHintImage":"32_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"6","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"33","stepId":"1","name":"Rate the Application","goalDescription":"Give us your opinion and rate Mobile Social Empires!","goalHintImage":"33_goalhint.png","goalNotificationType":"Rate App","totalQuantity":"0","itemId":"","title":"","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"34","stepId":"1","name":"Build Archery II","goalDescription":"Build Archery II. It will allow you to train Medium Archer.","goalHintImage":"34_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"42","title":"","category":"barrack","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"35","stepId":"1","name":"Train 5 more Medium Archers","goalDescription":"Train 5 more Medium Archers. You can train them if you have Archery II. The more you train, the more powerful your army will be!","goalHintImage":"35_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"517","title":"You trained","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"36","stepId":"1","name":"Build Embassy I","goalDescription":"Build Embassy I and increase your energy in Adventures from 200 to 250.","goalHintImage":"36_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50003","title":"","category":"special","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"37","stepId":"1","name":"Build Wood Wall","goalDescription":"Build Wood Wall to protect your Empire better.","goalHintImage":"37_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49987","title":"","category":"defense","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"38","stepId":"1","name":"Complete all Lost Sands Adventures","goalDescription":"Complete all Lost Sands Adventures and begin rank 2.","goalHintImage":"38_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"1","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"39","stepId":"1","name":"Build Harbour I","goalDescription":"Build Harbour I. It will unlock new a localization called Britania. It will allow you to do more Adventures.","goalHintImage":"39_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50005","title":"","category":"special","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"40","stepId":"1","name":"Build Mill II","goalDescription":"Build Mill II. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"40_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"6","title":"","category":"resourceManager","reward":[{"g":250}],"FBUsers":"0"},{"goalId":"41","stepId":"1","name":"Attack 7 players and win","goalDescription":"Attack 7 players and win the battle to earn resources and xp!","goalHintImage":"41_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"7","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"42","stepId":"1","name":"Build Heroes Hall","goalDescription":"Build Heroes Hall. It will give you good units. Every time you collect it you will get one of these four: Barbarian, Willy Wallace, Prince Arthur and Warrior Princess.","goalHintImage":"42_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49992","title":"","category":"wonder","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"43","stepId":"1","name":"Build Stables II","goalDescription":"Build Stables II. It will allow you to train Medium Knight.","goalHintImage":"43_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"45","title":"","category":"barrack","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"44","stepId":"1","name":"Train 5 more Medium Knights","goalDescription":"Train 5 more Medium Knights. The more you train, the more powerful your army will be!","goalHintImage":"44_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"513","title":"You trained","category":"","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"45","stepId":"1","name":"Build Blacksmith I","goalDescription":"Build Blacksmith I. It will provide you +5% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"45_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50006","title":"","category":"special","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"46","stepId":"1","name":"Build Town Hall II","goalDescription":"Build Town Hall II and increase your number of attacks in Battles mode from 5 to 7.","goalHintImage":"46_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50007","title":"","category":"special","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"47","stepId":"1","name":"Build Gold Mine II","goalDescription":"Build Gold Mine II. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"47_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"14","title":"","category":"resourceManager","reward":[{"f":250}],"FBUsers":"0"},{"goalId":"48","stepId":"1","name":"Attack 8 players and win","goalDescription":"Attack 8 players and win the battle to earn resources and xp!","goalHintImage":"48_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"8","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"49","stepId":"1","name":"Upgrade your wall to Reenforced Wall","goalDescription":"Upgrade Your Empire wall to Reenforced Wall to protect it better.","goalHintImage":"49_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49988","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"50","stepId":"1","name":"Build University I","goalDescription":"Build University I. It will provide you +5% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"50_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50008","title":"","category":"special","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"51","stepId":"1","name":"Build Workshop II","goalDescription":"Build Workshop II. It will allow you to train Scorpions.","goalHintImage":"51_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49","title":"","category":"barrack","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"52","stepId":"1","name":"Train 10 more Scorpion","goalDescription":"Train 10 more Scorpions. The more you train, the more powerful your army will be!","goalHintImage":"52_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"520","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"53","stepId":"1","name":"Increase Your Army Size to 80","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 80.","goalHintImage":"53_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"80","itemId":"80","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"54","stepId":"1","name":"Complete all Britania Adventures","goalDescription":"Complete all Britania and begin rank 2.","goalHintImage":"54_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"2","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"55","stepId":"1","name":"Build Lumber Mill II","goalDescription":"Build Lumber Mill II. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"55_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"78","title":"","category":"resourceManager","reward":[{"f":250}],"FBUsers":"0"},{"goalId":"56","stepId":"1","name":"Attack 10 players and win","goalDescription":"Attack 10 players and win the battle to earn resources and xp!","goalHintImage":"56_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"10","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"57","stepId":"1","name":"Build Pig Ranch","goalDescription":"Build Pig Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"57_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49998","title":"","category":"resourceManager","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"58","stepId":"1","name":"Build Embassy II","goalDescription":"Build Embassy II and increase your energy in Adventures from 250 to 300.","goalHintImage":"58_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50009","title":"","category":"special","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"59","stepId":"1","name":"Build Barracks III","goalDescription":"Build Barracks III. It will allow you to train Long Swordsmen.","goalHintImage":"59_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"40","title":"","category":"barrack","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"60","stepId":"1","name":"Train 10 more Long Swordsmen","goalDescription":"Train 10 more Long Swordsman. The more you train, the more powerful your army will be!","goalHintImage":"60_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"511","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"61","stepId":"1","name":"Build Stone Mine II","goalDescription":"Build Stone Mine II. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"61_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"17","title":"","category":"resourceManager","reward":[{"g":300}],"FBUsers":"0"},{"goalId":"62","stepId":"1","name":"Upgrade your wall to Stone Wall","goalDescription":"Upgrade Your Empire wall to Stone Wall to protect it better.","goalHintImage":"62_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49989","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"63","stepId":"1","name":"Attack 12 players and win","goalDescription":"Attack 12 players and win the battle to earn resources and xp!","goalHintImage":"63_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"12","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"64","stepId":"1","name":"Build Archery III","goalDescription":"Build Archery III. It will allow you to train Heavy Archer.","goalHintImage":"64_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"43","title":"","category":"barrack","reward":[{"f":300}],"FBUsers":"1"},{"goalId":"65","stepId":"1","name":"Train 10 more Heavy Archers","goalDescription":"Train 10 more Heavy Archers. You can train them if you have Archery III. The more you train, the more powerful your army will be!","goalHintImage":"65_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"518","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"66","stepId":"1","name":"Build Harbour II","goalDescription":"Build Harbour II. It will unlock new a localization called North Kingdom. It will allow you to do more Adventures.","goalHintImage":"66_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50011","title":"","category":"special","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"67","stepId":"1","name":"Build Blacksmith II","goalDescription":"Build Blacksmith II. It provides you +15% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"67_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50012","title":"","category":"special","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"68","stepId":"1","name":"Build Stables III","goalDescription":"Build Stables III. It will allow you to train Heavy Knight.","goalHintImage":"68_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"46","title":"","category":"barrack","reward":[{"f":300}],"FBUsers":"1"},{"goalId":"69","stepId":"1","name":"Train 15 more Heavy Knights","goalDescription":"Train 15 more Heavy Knights. The more you train, the more powerful your army will be!","goalHintImage":"69_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"514","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"70","stepId":"1","name":"Attack 14 players and win","goalDescription":"Attack 14 players and win the battle to earn resources and xp!","goalHintImage":"70_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"14","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"71","stepId":"1","name":"Build a Magnificent Castle","goalDescription":"Build a Magnificent Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"71_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"1231","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"72","stepId":"1","name":"Build Buey Ranch","goalDescription":"Build Buey Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"72_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49997","title":"","category":"resourceManager","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"73","stepId":"1","name":"Increase Your Army Size to 125","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 125.","goalHintImage":"73_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"125","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"74","stepId":"1","name":"Build University II","goalDescription":"Build University II. It will provide you +15% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"74_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50014","title":"","category":"special","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"75","stepId":"1","name":"Build Workshop III","goalDescription":"Build Workshop III. It will allow you to train Catapults.","goalHintImage":"75_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50","title":"","category":"barrack","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"76","stepId":"1","name":"Train 10 more Catapult","goalDescription":"Train 10 more Catapult. The more you train, the more powerful your army will be!","goalHintImage":"76_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"521","title":"You trained","category":"","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"77","stepId":"1","name":"Build Town Hall III","goalDescription":"Build Town Hall III and increase your number of attacks in Battles mode from 7 to 9.","goalHintImage":"77_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50015","title":"","category":"special","reward":[{"u":702}],"FBUsers":"1"},{"goalId":"78","stepId":"1","name":"Attack 16 players and win","goalDescription":"Attack 16 players and win the battle to earn resources and xp!","goalHintImage":"78_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"16","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"79","stepId":"1","name":"Complete all North Kingdom Adventures","goalDescription":"Complete all North Kingdom Adventures and begin rank 2.","goalHintImage":"79_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"3","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"80","stepId":"1","name":"Build Mill III","goalDescription":"Build Mill III. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"80_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"7","title":"","category":"resourceManager","reward":[{"g":350}],"FBUsers":"0"},{"goalId":"81","stepId":"1","name":"Select time for Mill III","goalDescription":"Select work time for Mill III to start producing food.","goalHintImage":"81_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"7","title":"","category":"","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"82","stepId":"1","name":"Build 5 Towers IV","goalDescription":"Build 5 Towers IV to protect Your Empire better.","goalHintImage":"82_goalhint.png","goalNotificationType":"Build","totalQuantity":"5","itemId":"32","title":"You built","category":"defense","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"83","stepId":"1","name":"Build Gold Mine III","goalDescription":"Build Gold Mine III. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"83_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"15","title":"","category":"resourceManager","reward":[{"f":350}],"FBUsers":"0"},{"goalId":"84","stepId":"1","name":"Build Archery Stables","goalDescription":"Build Archery Stables. It will allow you to train Medium Archer Knight.","goalHintImage":"84_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"47","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"85","stepId":"1","name":"Train 10 more Medium Archer Knight","goalDescription":"Train 10 more Medium Archer Knight. The more you train, the more powerful your army will be!","goalHintImage":"85_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"515","title":"You trained","category":"","reward":[{"f":400}],"FBUsers":"1"},{"goalId":"86","stepId":"1","name":"Attack 18 players and win","goalDescription":"Attack 18 players and win the battle to earn resources and xp!","goalHintImage":"86_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"18","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"87","stepId":"1","name":"Build a Wizard's Castle","goalDescription":"Build a Wizard's Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"87_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"181","title":"","category":"defense","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"88","stepId":"1","name":"Upgrade your wall to Steel Wall","goalDescription":"Upgrade Your Empire wall to Steel Wall to protect it better.","goalHintImage":"88_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49990","title":"","category":"defense","reward":[{"u":749}],"FBUsers":"1"},{"goalId":"89","stepId":"1","name":"Build Workshop IV","goalDescription":"Build Workshop IV. It will allow you to train Cannons.","goalHintImage":"89_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"51","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"90","stepId":"1","name":"Train 15 more Cannons","goalDescription":"Train 15 more Cannons. The more you train, the more powerful your army will be!","goalHintImage":"90_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"522","title":"You trained","category":"","reward":[{"f":400}],"FBUsers":"1"},{"goalId":"91","stepId":"1","name":"Build Embassy III","goalDescription":"Build Embassy III and increase your energy in Adventures from 300 to 350.","goalHintImage":"91_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50016","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"92","stepId":"1","name":"Build Lumber Mill III","goalDescription":"Build Lumber Mill III. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"92_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"79","title":"","category":"resourceManager","reward":[{"f":400}],"FBUsers":"0"},{"goalId":"93","stepId":"1","name":"Increase Your Army Size to 150","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 150.","goalHintImage":"93_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"150","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"94","stepId":"1","name":"Build Harbour III","goalDescription":"Build Harbour III. It will unlock new a localization called Oriental War. It will allow you to do more Adventures.","goalHintImage":"94_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50022","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"95","stepId":"1","name":"Build Barracks IV","goalDescription":"Build Barracks IV. It will allow you to train Powerful Swordsmen.","goalHintImage":"95_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"136","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"96","stepId":"1","name":"Train 25 more Powerful Swordmen","goalDescription":"Train 25 more Powerful Swordmen. The more you train, the more powerful your army will be!","goalHintImage":"96_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"539","title":"You trained","category":"","reward":[{"u":721}],"FBUsers":"1"},{"goalId":"97","stepId":"1","name":"Build Blacksmith III","goalDescription":"Build Blacksmith III. It will provide you +20% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"97_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50025","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"98","stepId":"1","name":"Build Stone Mine III","goalDescription":"Build Stone Mine III. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"98_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"18","title":"","category":"resourceManager","reward":[{"f":400}],"FBUsers":"0"},{"goalId":"99","stepId":"1","name":"Build Archery IV","goalDescription":"Build Archery IV. It will allow you to train Powerful Archers.","goalHintImage":"99_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"137","title":"","category":"barrack","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"100","stepId":"1","name":"Train 20 more Powerful Archers","goalDescription":"Train 20 more Powerful Archers. The more you train, the more powerful your army will be!","goalHintImage":"100_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"540","title":"You trained","category":"","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"101","stepId":"1","name":"Attack 20 players and win","goalDescription":"Attack 20 players and win the battle to earn resources and xp!","goalHintImage":"101_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"20","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"102","stepId":"1","name":"Build University III","goalDescription":"Build University. It will provide you +20% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"102_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50028","title":"","category":"special","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"103","stepId":"1","name":"Build Fire Workshop","goalDescription":"Build Fire Workshop. It will allow you to train Fire Cannons.","goalHintImage":"103_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"216","title":"","category":"barrack","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"104","stepId":"1","name":"Train 15 more Fire Cannons","goalDescription":"Train 15 more Fire Cannons. The more you train, the more powerful your army will be!","goalHintImage":"104_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"568","title":"You trained","category":"","reward":[{"u":715}],"FBUsers":"1"},{"goalId":"105","stepId":"1","name":"Complete all Oriental War Adventures","goalDescription":"Complete all Oriental War Adventures and begin rank 2.","goalHintImage":"105_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"4","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"106","stepId":"1","name":"Build Town Hall IV","goalDescription":"Build Town Hall IV and increase your number of attacks in Battles mode from 9 to 12.","goalHintImage":"106_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50018","title":"","category":"special","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"107","stepId":"1","name":"Build Stables IV","goalDescription":"Build Stables IV. It will allow you to train Powerful Knight.","goalHintImage":"107_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"138","title":"","category":"barrack","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"108","stepId":"1","name":"Train 25 more Powerful Knights","goalDescription":"Train 25 more Powerful Knights. The more you train, the more powerful your army will be!","goalHintImage":"108_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"541","title":"You trained","category":"","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"109","stepId":"1","name":"Build Mill IV","goalDescription":"Build Mill IV. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"109_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"202","title":"","category":"resourceManager","reward":[{"g":500}],"FBUsers":"0"},{"goalId":"110","stepId":"1","name":"Build Embassy IV","goalDescription":"Build Embassy IV and increase your energy in Adventures from 350 to 400.","goalHintImage":"110_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50020","title":"","category":"special","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"111","stepId":"1","name":"Attack 22 players and win","goalDescription":"Attack 22 players and win the battle to earn resources and xp!","goalHintImage":"111_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"22","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"112","stepId":"1","name":"Upgrade your wall to Royal Wall","goalDescription":"Upgrade Your Empire wall to Royal Wall to protect it better.","goalHintImage":"112_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49991","title":"","category":"defense","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"113","stepId":"1","name":"Build Elephants Barracks","goalDescription":"Build Elephants Barracks. It will allow you to train Elephant Riders.","goalHintImage":"113_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49996","title":"","category":"barrack","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"114","stepId":"1","name":"Train 15 more Elephant Riders","goalDescription":"Train 15 more Elephant Riders. The more you train, the more powerful your army will be!","goalHintImage":"114_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"603","title":"You trained","category":"","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"115","stepId":"1","name":"Build Lumber Mill IV","goalDescription":"Build Lumber Mill IV. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"115_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"205","title":"","category":"resourceManager","reward":[{"g":600}],"FBUsers":"0"},{"goalId":"116","stepId":"1","name":"Build a Legendary Castle","goalDescription":"Build a Legendary Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"116_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"1230","title":"","category":"defense","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"117","stepId":"1","name":"Build Ninja Barracks","goalDescription":"Build Ninja Barracks. It will allow you to train Black Ninjas.","goalHintImage":"117_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49995","title":"","category":"barrack","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"118","stepId":"1","name":"Train 20 more Black Ninjas","goalDescription":"Train 20 more Black Ninjas. The more you train, the more powerful your army will be!","goalHintImage":"118_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"50031","title":"You trained","category":"","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"119","stepId":"1","name":"Build Harbour IV","goalDescription":"Build Harbour IV. It will unlock new a localization called Ancient Greece. It will allow you to do more Adventures.","goalHintImage":"119_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50023","title":"","category":"special","reward":[{"u":694}],"FBUsers":"1"},{"goalId":"120","stepId":"1","name":"Build Barracks V","goalDescription":"Build Barracks V. It will allow you to train Royal Swordsmen.","goalHintImage":"120_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"390","title":"","category":"barrack","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"121","stepId":"1","name":"Increase Your Army Size to 175","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 175.","goalHintImage":"121_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"175","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"122","stepId":"1","name":"Train 25 more Royal Swordsmen","goalDescription":"Train 25 more Royal Swordsmen. The more you train, the more powerful your army will be!","goalHintImage":"122_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"608","title":"You trained","category":"","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"123","stepId":"1","name":"Attack 24 players and win","goalDescription":"Attack 24 players and win the battle to earn resources and xp!","goalHintImage":"123_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"24","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"124","stepId":"1","name":"Build Blacksmith IV","goalDescription":"Build Blacksmith IV. It will provide you +25% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"124_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50026","title":"","category":"special","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"125","stepId":"1","name":"Build Gold Mine IV","goalDescription":"Build Gold Mine IV. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"125_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"203","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"126","stepId":"1","name":"Build University IV","goalDescription":"Build University IV. It will provide you +25% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"126_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50029","title":"","category":"special","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"127","stepId":"1","name":"Build Troll Barracks","goalDescription":"Build Troll Barracks. It will allow you to train Troll Archers.","goalHintImage":"127_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49994","title":"","category":"barrack","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"128","stepId":"1","name":"Train 20 more Troll Archers","goalDescription":"Train 20 more Troll Archers. The more you train, the more powerful your army will be!","goalHintImage":"128_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"857","title":"You trained","category":"","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"129","stepId":"1","name":"Build Winged Knight Barracks","goalDescription":"Build Winged Knight Barracks. It will allow you to train Winged Knights.","goalHintImage":"129_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49993","title":"","category":"barrack","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"130","stepId":"1","name":"Train 20 more Winged Knights","goalDescription":"Train 20 more Winged Knights. The more you train, the more powerful your army will be!","goalHintImage":"130_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"662","title":"You trained","category":"","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"131","stepId":"1","name":"Complete all Ancient Greece Adventures","goalDescription":"Complete all Ancient Greece Adventures and begin rank 2.","goalHintImage":"131_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"5","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"132","stepId":"1","name":"Build Stone Mine IV","goalDescription":"Build Stone Mine IV. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"132_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"204","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"133","stepId":"1","name":"Build Archery V","goalDescription":"Build Archery V. It will allow you to train Royal Archers.","goalHintImage":"133_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"391","title":"","category":"barrack","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"134","stepId":"1","name":"Train 25 more Royal Archers","goalDescription":"Train 25 more Royal Archers. The more you train, the more powerful your army will be!","goalHintImage":"134_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"609","title":"You trained","category":"","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"135","stepId":"1","name":"Attack 30 players and win","goalDescription":"Attack 30 players and win the battle to earn resources and xp!","goalHintImage":"135_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"30","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"136","stepId":"1","name":"Build Town Hall V","goalDescription":"Build Town Hall V and increase your number of attacks in Battles mode from 12 to 15.","goalHintImage":"136_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50019","title":"","category":"special","reward":[{"u":711}],"FBUsers":"1"},{"goalId":"137","stepId":"1","name":"Build Harbour V","goalDescription":"Build Harbour V. It will unlock new a localization called Mountain. It will allow you to do more Adventures.","goalHintImage":"137_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50024","title":"","category":"special","reward":[{"u":789}],"FBUsers":"1"},{"goalId":"138","stepId":"1","name":"Build Blacksmith V","goalDescription":"Build Blacksmith V. It will provide you +30% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"138_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50027","title":"","category":"special","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"139","stepId":"1","name":"Build Stables V","goalDescription":"Build Stables V. It will allow you to train Royal Knights.","goalHintImage":"139_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"392","title":"","category":"barrack","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"140","stepId":"1","name":"Train 25 more Royal Knights","goalDescription":"Train 25 more Royal Knights. The more you train, the more powerful your army will be!","goalHintImage":"140_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"610","title":"You trained","category":"","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"141","stepId":"1","name":"Increase Your Army Size to 250","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 250.","goalHintImage":"141_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"250","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"142","stepId":"1","name":"Build University V","goalDescription":"Build University V. It will provide you +30% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"142_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50030","title":"","category":"special","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"143","stepId":"1","name":"Complete all Mountain Adventures","goalDescription":"Complete all Mountain Adventures and begin rank 2.","goalHintImage":"143_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"6","title":"Completed adventures","category":"","reward":[{"f":1000}],"FBUsers":"1"}]}
\ No newline at end of file
diff --git a/config/get_game_config.php_26_Aug_2012.json b/config/get_game_config.php_26_Aug_2012.json
deleted file mode 100644
index 0ad7f8c..0000000
--- a/config/get_game_config.php_26_Aug_2012.json
+++ /dev/null
@@ -1,105412 +0,0 @@
-{
- "localization_strings": [
- {
- "id": 1,
- "name": "TUTORIAL_INTRO_TITULO",
- "text": "Welcome to your Empire!"
- },
- {
- "id": 2,
- "name": "TUTORIAL_INTRO_LECCION",
- "text": "Hi, I'm #0#! I'm here to show you how to manage your Empire.\n\nLet's get started!"
- },
- {
- "id": 3,
- "name": "TUTORIAL_AYTO_TITULO",
- "text": "Select townhall"
- },
- {
- "id": 4,
- "name": "TUTORIAL_AYTO_LECCION",
- "text": "This is your Town Hall. It will let you train villagers.\n\nTo select the Town Hall, click on it."
- },
- {
- "id": 5,
- "name": "TUTORIAL_ALDEANO_TITULO",
- "text": "Train a villager"
- },
- {
- "id": 6,
- "name": "TUTORIAL_ALDEANO_LECCION",
- "text": "The bottom panel will show the available actions.\n\nClick on the villager button to begin training a villager."
- },
- {
- "id": 7,
- "name": "TUTORIAL_SELECCIONAR_ALDEANO_TITULO",
- "text": "Select the villager"
- },
- {
- "id": 8,
- "name": "TUTORIAL_SELECCIONAR_ALDEANO_LECCION",
- "text": "Well done! You have trained a villager.\n\nSelect it using the mouse!"
- },
- {
- "id": 9,
- "name": "TUTORIAL_MOVER_ALDEANO_TITULO",
- "text": "Move the villager"
- },
- {
- "id": 10,
- "name": "TUTORIAL_MOVER_ALDEANO_LECCION",
- "text": "When you select a unit, you can move it by clicking on the desired place of the map.\n\nTry it, click on the selected area!"
- },
- {
- "id": 11,
- "name": "TUTORIAL_ARBOL_TITULO",
- "text": "Collect a tree"
- },
- {
- "id": 12,
- "name": "TUTORIAL_ARBOL_LECCION",
- "text": "Villagers perform collecting tasks!\n\nClick on a tree to cut it!"
- },
- {
- "id": 13,
- "name": "TUTORIAL_ESPERA_TITULO",
- "text": "Wait"
- },
- {
- "id": 14,
- "name": "TUTORIAL_ESPERA_LECCION",
- "text": "It will only take a few seconds... :)"
- },
- {
- "id": 15,
- "name": "TUTORIAL_RECOLECCION_TITULO",
- "text": "Collect the wood"
- },
- {
- "id": 16,
- "name": "TUTORIAL_RECOLECCION_LECCION",
- "text": "When the cutting has finished, click on the resource to pick up the wood."
- },
- {
- "id": 17,
- "name": "TUTORIAL_CONSTRUIR_TITULO",
- "text": "Building"
- },
- {
- "id": 18,
- "name": "TUTORIAL_CONSTRUIR_LECCION",
- "text": "Well done! Now I will show you how to create buildings. First, click the BUILD button."
- },
- {
- "id": 19,
- "name": "TUTORIAL_CASA_TITULO",
- "text": "Select house"
- },
- {
- "id": 20,
- "name": "TUTORIAL_CASA_LECCION",
- "text": "The next step is to select the desired building. Choose \"House I\"."
- },
- {
- "id": 21,
- "name": "TUTORIAL_COLOCAR_TITULO",
- "text": "Place the house"
- },
- {
- "id": 22,
- "name": "TUTORIAL_COLOCAR_LECCION",
- "text": "Now click on the terrain to choose the placement of the house. The construction will begin!"
- },
- {
- "id": 23,
- "name": "TUTORIAL_CABALLERO_TITULO",
- "text": "Select the knight"
- },
- {
- "id": 24,
- "name": "TUTORIAL_CABALLERO_LECCION",
- "text": "Well done! You are ready for your first battle.\n\nClick on this knight to select it!"
- },
- {
- "id": 25,
- "name": "TUTORIAL_ATACAR_TITULO",
- "text": "Attack the trol"
- },
- {
- "id": 26,
- "name": "TUTORIAL_ATACAR_LECCION",
- "text": "Trolls are your enemies! Defeat them or they will eliminate you!\n\nClick on the troll to attack him!"
- },
- {
- "id": 27,
- "name": "TUTORIAL_BATALLA_TITULO",
- "text": "Wait for the battle"
- },
- {
- "id": 28,
- "name": "TUTORIAL_BATALLA_LECCION",
- "text": "The units are attacking each other right now. The bars over them show their life. Don't worry, they are just weak trolls!"
- },
- {
- "id": 29,
- "name": "TUTORIAL_ENHORABUENA_TITULO",
- "text": "Congratulations!"
- },
- {
- "id": 30,
- "name": "TUTORIAL_ENHORABUENA_LECCION",
- "text": "\nVery good! Now you're ready to build the biggest Social Empire on Facebook! Good luck!!"
- },
- {
- "id": 31,
- "name": "TUTORIAL_EI",
- "text": "EIIII"
- },
- {
- "id": 32,
- "name": "TUTORIAL_EDIFICIO",
- "text": "Building"
- },
- {
- "id": 33,
- "name": "TUTORIAL_CASA",
- "text": "Select house"
- },
- {
- "id": 34,
- "name": "TUTORIAL_COLOCAR",
- "text": "Place the house"
- },
- {
- "id": 35,
- "name": "TUTORIAL_ARTURO",
- "text": "click King Arthur"
- },
- {
- "id": 36,
- "name": "TUTORIAL_OK2",
- "text": "click ok twice"
- },
- {
- "id": 37,
- "name": "TUTORIAL_AYTO",
- "text": "click townhall"
- },
- {
- "id": 38,
- "name": "TUTORIAL_ALDEANO",
- "text": "Train a villager"
- },
- {
- "id": 39,
- "name": "TUTORIAL_FLECHA",
- "text": "Arrow points the villager"
- },
- {
- "id": 40,
- "name": "TUTORIAL_GRANJA",
- "text": "Select farm"
- },
- {
- "id": 41,
- "name": "TUTORIAL_ESPERAR",
- "text": "Wait for a villager to collect"
- },
- {
- "id": 42,
- "name": "TUTORIAL_LISTO",
- "text": "Ready for collecting"
- },
- {
- "id": 43,
- "name": "TUTORIAL_OK5",
- "text": "Click ok 5 times"
- },
- {
- "id": 44,
- "name": "TUTORIAL_SELECCIONA_ALDEANO",
- "text": "Select peon"
- },
- {
- "id": 45,
- "name": "TUTORIAL_ARBOL",
- "text": "Click tree"
- },
- {
- "id": 46,
- "name": "MISC_SEGURO",
- "text": "Are you sure?"
- },
- {
- "id": 47,
- "name": "MISC_FAVOR",
- "text": "Do you want to accept the favor?"
- },
- {
- "id": 48,
- "name": "STORE_EDIFICIO_EXP",
- "text": "#0# exp"
- },
- {
- "id": 49,
- "name": "STORE_EDIFICIO_NIVEL",
- "text": "Requires: Level #0#"
- },
- {
- "id": 50,
- "name": "STORE_EDIFICIO_LIMITE",
- "text": "LIMITED #0# DAYS LEFT"
- },
- {
- "id": 51,
- "name": "STORE_EDIFICIO_REFUERZOS",
- "text": "\n\nAllows you to get reinforcements from your allies!"
- },
- {
- "id": 52,
- "name": "STORE_EDIFICIO_DESBLOQUEO",
- "text": "Unlock cost: #0# cash"
- },
- {
- "id": 53,
- "name": "STORE_EDIFICIO_SACRIFICIO",
- "text": "\n\nSacrifice a unit and obtain some resources back"
- },
- {
- "id": 54,
- "name": "STORE_EDIFICIO_TESORO",
- "text": "\n\nDiscovers a collectible item every day"
- },
- {
- "id": 55,
- "name": "STORE_EDIFICIO_ESTABLO",
- "text": "\n\nAllows you to convert swordmans and archers to mounted units."
- },
- {
- "id": 56,
- "name": "STORE_EDIFICIO_CRIADERO",
- "text": "\n\nPut two animals inside to make them breed."
- },
- {
- "id": 57,
- "name": "STORE_EDIFICIO_ZEPPELIN",
- "text": "\n\nAllows you to build a zeppelin to explore the Ancient Sea!"
- },
- {
- "id": 58,
- "name": "STORE_EDIFICIO_BARCO",
- "text": "\n\nAllows you to build a ship to explore the Great Sea!"
- },
- {
- "id": 59,
- "name": "STORE_EDIFICIO_COLISEO",
- "text": "\n\nAllows your villagers to move faster and to queue more resources to gather."
- },
- {
- "id": 60,
- "name": "STORE_EDIFICIO_ESTATUA",
- "text": "\n\nThe statue increases your limit of 3 attacks per day to 4."
- },
- {
- "id": 61,
- "name": "STORE_EDIFICIO_MINA",
- "text": "\n\nAllows your villagers to mine gold and stone very fast."
- },
- {
- "id": 62,
- "name": "STORE_EDIFICIO_SERRADERO",
- "text": "\n\nAllows your villagers to cut down trees very fast."
- },
- {
- "id": 63,
- "name": "STORE_EDIFICIO_MERCADO_ALIADOS",
- "text": "\n\nAllows you to collect the resource you desire with the aid of your allies."
- },
- {
- "id": 64,
- "name": "STORE_EDIFICIO_MAQUINA_DEL_TIEMPO",
- "text": "\n\nAllows to change the terrain theme of your map!"
- },
- {
- "id": 65,
- "name": "STORE_EDIFICIO_RECLUTAMIENTO_ALIADOS",
- "text": "\n\nAllows you to obtain powerful units through new recruits!"
- },
- {
- "id": 66,
- "name": "STORE_EDIFICIO_MESA_REDONDA",
- "text": "\n\nAllows you to obtain rewards through friends aid!"
- },
- {
- "id": 67,
- "name": "STORE_EDIFICIO_HECHICERIA",
- "text": "\n\nAllows you to learn and cast magic spells!"
- },
- {
- "id": 68,
- "name": "STORE_EDIFICIO_MARAVILLA_SOCIAL",
- "text": "\n\nRaises your population limit up to 50 more units!"
- },
- {
- "id": 69,
- "name": "STORE_EDIFICIO_DESCONOCIDO",
- "text": "\n\nCASE NOT FOUND!"
- },
- {
- "id": 70,
- "name": "STORE_EDIFICIO_IGLESIA_1",
- "text": "Healers can restore the health of your units"
- },
- {
- "id": 71,
- "name": "STORE_EDIFICIO_CATEDRAL",
- "text": "Monks convert enemy units to your units"
- },
- {
- "id": 72,
- "name": "STORE_EDIFICIO_IGLESIA",
- "text": "Healers can restore the health of your units"
- },
- {
- "id": 73,
- "name": "STORE_EDIFICIO_TALLER",
- "text": "Engineers repair siege weapons"
- },
- {
- "id": 74,
- "name": "STORE_EDIFICIO_DEMOLICION",
- "text": "Kamikazes explode and harm all nearby units and buildings"
- },
- {
- "id": 75,
- "name": "STORE_EDIFICIO_ELEFANTE",
- "text": "Elephants stomp the ground to stun nearby opponents"
- },
- {
- "id": 76,
- "name": "STORE_EDIFICIO_CUARTEL1",
- "text": "Anubis Avatar creates 2 shadows of himself to annihilate the enemy!"
- },
- {
- "id": 77,
- "name": "STORE_EDIFICIO_TAMBORILERO",
- "text": "The drums inspire your troops making them attack faster!"
- },
- {
- "id": 78,
- "name": "STORE_EDIFICIO_RINOCERONTE",
- "text": "Rhinos charge their enemies and make them fly away"
- },
- {
- "id": 79,
- "name": "STORE_EDIFICIO_TORRE_MOVIL",
- "text": "Defensive tower that can move. You can use it in attacks"
- },
- {
- "id": 80,
- "name": "STORE_EDIFICIO_PIRAMIDE",
- "text": "Use Mummy's 4 special attacks to defeat your enemies"
- },
- {
- "id": 81,
- "name": "STORE_EDIFICIO_TORRE_HIELO",
- "text": "Freezes enemy units for a time. While frozen, enemy units cannot move or attack."
- },
- {
- "id": 82,
- "name": "STORE_EDIFICIO_TORRE_AGUA",
- "text": "Unleashes waves of water to throw away incoming enemies."
- },
- {
- "id": 83,
- "name": "STORE_EDIFICIO_FORTALEZA_1",
- "text": "Entrench archers inside to increase attack power!"
- },
- {
- "id": 84,
- "name": "STORE_EDIFICIO_TORRE_ACEITE",
- "text": "Puts a barrier of flaming oil in front of it. The oil sets enemies in flames."
- },
- {
- "id": 85,
- "name": "STORE_EDIFICIO_HEROES_ALTAR",
- "text": "\n\nAllows you to acquire special heroes!"
- },
- {
- "id": 86,
- "name": "STORE_EDIFICIO_HEROES_CEMENTERIO",
- "text": "\n\n\nAllows you to revive your lost heroes."
- },
- {
- "id": 87,
- "name": "STORE_EDIFICIO_MARAVILLA",
- "text": "\n\nThis wonder increases the #0# population limit by #1#"
- },
- {
- "id": 88,
- "name": "AUX_ATERRIZANDO",
- "text": "Landing..."
- },
- {
- "id": 89,
- "name": "AUX_RECOLECTANDO",
- "text": "Collecting..."
- },
- {
- "id": 90,
- "name": "AUX_ACEPTAR",
- "text": "Accept"
- },
- {
- "id": 91,
- "name": "AUX_ACELERAR",
- "text": "Hurry Up?"
- },
- {
- "id": 92,
- "name": "AUX_ABSORBER",
- "text": "#0# absorbed\n"
- },
- {
- "id": 93,
- "name": "AUX_PUNTOS",
- "text": "points"
- },
- {
- "id": 94,
- "name": "AUX_EXP",
- "text": "XP: #0#"
- },
- {
- "id": 95,
- "name": "AUX_FUERA_DE_RANGO",
- "text": "Giant mummy"
- },
- {
- "id": 96,
- "name": "AUX_ENTRENANDO",
- "text": "Training..."
- },
- {
- "id": 97,
- "name": "AUX_CONSTRUYENDO",
- "text": "Constructing"
- },
- {
- "id": 98,
- "name": "AUX_MODIFICADOR_HORA",
- "text": "#0# hour"
- },
- {
- "id": 99,
- "name": "AUX_CARGANDO_TU_IMPERIO",
- "text": "Loading your Empire..."
- },
- {
- "id": 100,
- "name": "AUX_CARGANDO_IMPERIO",
- "text": "Loading Empire..."
- },
- {
- "id": 101,
- "name": "AUX_CARGANDO_EDIFICIOS",
- "text": "Loading Empire Buildings..."
- },
- {
- "id": 102,
- "name": "AUX_NO_ESTA_LISTO",
- "text": "Not ready yet!"
- },
- {
- "id": 103,
- "name": "AUX_RECOMPENSA",
- "text": "Reward"
- },
- {
- "id": 104,
- "name": "AUX_MAS_ATAQUES",
- "text": "More attacks in"
- },
- {
- "id": 105,
- "name": "AUX_ATAQUES_RESTANTES",
- "text": "Attacks left"
- },
- {
- "id": 106,
- "name": "AUX_COMIDA",
- "text": "food"
- },
- {
- "id": 107,
- "name": "AUX_MADERA",
- "text": "wood"
- },
- {
- "id": 108,
- "name": "AUX_PIEDRA",
- "text": "stone"
- },
- {
- "id": 109,
- "name": "EXPANSION_COST",
- "text": "Cost: #0#"
- },
- {
- "id": 110,
- "name": "EXPANSION_FALTAN_VECINOS",
- "text": "YOU NEED #0# MORE NEIGHBORS TO \nPURCHASE THIS EXPANSION WITH GOLD!"
- },
- {
- "id": 111,
- "name": "EXPANSION_CABECERA",
- "text": "Buy your #0# expansion with:"
- },
- {
- "id": 112,
- "name": "MENU_VECINOS",
- "text": "Neighbors"
- },
- {
- "id": 113,
- "name": "MENU_CASAS",
- "text": "Houses and resources"
- },
- {
- "id": 114,
- "name": "MENU_DECORACIONES",
- "text": "Decorations"
- },
- {
- "id": 115,
- "name": "MENU_DEFENSAS",
- "text": "Defenses"
- },
- {
- "id": 116,
- "name": "MENU_EJERCITO",
- "text": "Army"
- },
- {
- "id": 117,
- "name": "MENU_EXPANSION",
- "text": "Expand"
- },
- {
- "id": 118,
- "name": "MENU_REGALOS",
- "text": "Gifts and Storage"
- },
- {
- "id": 119,
- "name": "MENU_MARAVILLAS",
- "text": "Wonders"
- },
- {
- "id": 120,
- "name": "TOOLTIP_ORO",
- "text": "Gold"
- },
- {
- "id": 121,
- "name": "TOOLTIP_CASH",
- "text": "Cash"
- },
- {
- "id": 122,
- "name": "TOOLTIP_TROFEOS",
- "text": "Trophies"
- },
- {
- "id": 123,
- "name": "TOOLTIP_FALTA_POCO",
- "text": "Coming Soon"
- },
- {
- "id": 124,
- "name": "TOOLTIP_MUSICA",
- "text": "Music"
- },
- {
- "id": 125,
- "name": "TOOLTIP_EFECTOS_SONIDO",
- "text": "Sound Effects"
- },
- {
- "id": 126,
- "name": "TOOLTIP_FOTOS",
- "text": "Take Photos: Coming soon ..."
- },
- {
- "id": 127,
- "name": "TOOLTIP_PANTALLA_COMPLETA",
- "text": "Toggle Fullscreen"
- },
- {
- "id": 128,
- "name": "TOOLTIP_CALIDAD",
- "text": "Toggle Quality"
- },
- {
- "id": 129,
- "name": "TOOLTIP_VOLVER",
- "text": "Come back faster"
- },
- {
- "id": 130,
- "name": "TOOLTIP_TE_GUSTA",
- "text": "Do you like the Game?"
- },
- {
- "id": 131,
- "name": "TOOLTIP_MULTI",
- "text": "Multi-Tool"
- },
- {
- "id": 132,
- "name": "TOOLTIP_ELIMINAR",
- "text": "Remove Tool"
- },
- {
- "id": 133,
- "name": "TOOLTIP_INVITACIONES_AMIGOS",
- "text": "You have 20 friend invites to send today"
- },
- {
- "id": 134,
- "name": "TOOLTIP_REGALOS",
- "text": "You have 20 gifts to send to friends today"
- },
- {
- "id": 135,
- "name": "TOOLTIP_RECOLECTAR",
- "text": "Collection Tool"
- },
- {
- "id": 136,
- "name": "TOOLTIP_TIENDA",
- "text": "Store"
- },
- {
- "id": 137,
- "name": "TOOLTIP_REGALOS_ALMACEN",
- "text": "Gifts \/ Storage"
- },
- {
- "id": 138,
- "name": "TOOLTIP_CAMBIAR_NOMBRE",
- "text": "Change Empire Name"
- },
- {
- "id": 139,
- "name": "TOOLTIP_LUCHA",
- "text": "Fight against other empires"
- },
- {
- "id": 140,
- "name": "TOOLTIP_TE_GUSTA_ESTE",
- "text": "Do you like this Game?"
- },
- {
- "id": 141,
- "name": "TOOLTIP_BONO_DIARIO",
- "text": "Get your daily Bonus!"
- },
- {
- "id": 142,
- "name": "TOOLTIP_GANAR_ORO",
- "text": "Add gold to the game"
- },
- {
- "id": 143,
- "name": "TOOLTIP_CONQUISTA",
- "text": "Conquer the World"
- },
- {
- "id": 144,
- "name": "TOOLTIP_RECURSO_COMIDA",
- "text": "Food: Used to feed units"
- },
- {
- "id": 145,
- "name": "TOOLTIP_RECURSO_MADERA",
- "text": "Wood: Used to build basic constructions"
- },
- {
- "id": 146,
- "name": "TOOLTIP_RECURSO_PIEDRA",
- "text": "Stone: Used to build defensive constructions"
- },
- {
- "id": 147,
- "name": "TOOLTIP_RECURSO_ORO",
- "text": "Gold: Used to pay military units"
- },
- {
- "id": 148,
- "name": "TOOLTIP_REGALOS_VECINOS",
- "text": "Send New Gifts To Your Neighbors"
- },
- {
- "id": 149,
- "name": "TOOLTIP_INVITACIONES",
- "text": "You have 20 invites to send today"
- },
- {
- "id": 150,
- "name": "TOOLTIP_XP_GANADO",
- "text": "XP gained"
- },
- {
- "id": 151,
- "name": "TOOLTIP_HONOR_GANADO",
- "text": "Honor gained"
- },
- {
- "id": 152,
- "name": "TOOLTIP_ORO_GANADO",
- "text": "Gold gained"
- },
- {
- "id": 153,
- "name": "AVISO_REGALO_FACCION",
- "text": "You can't use gifts of the opposite faction"
- },
- {
- "id": 154,
- "name": "AVISO_POCO_NIVEL_PARA_CONQUISTAR",
- "text": "\nYour empire is too small to conquer the world. Reach level #0# to unlock the world explorer."
- },
- {
- "id": 155,
- "name": "AVISO_COLECCION_FACCION",
- "text": "\n\nYou cannot access the collections from this faction"
- },
- {
- "id": 156,
- "name": "AVISO_GRIMORIO_TITULO",
- "text": "Spellbook available!"
- },
- {
- "id": 157,
- "name": "AVISO_GRIMORIO_DESCRIPCION",
- "text": "You have unlocked the spellbook!\nNow you can learn and cast powerful spells!\nYou will find the book in the bottom left of the screen."
- },
- {
- "id": 158,
- "name": "AVISO_TOPE_UNIDADES",
- "text": "\nYou can't have more units of this kind."
- },
- {
- "id": 159,
- "name": "AVISO_TOPE_POBLACION",
- "text": "\nYou have reached the maximum population."
- },
- {
- "id": 160,
- "name": "AVISO_TOPE_ALOJAMIENTO",
- "text": "\nYou can't accommodate more population. Build more houses."
- },
- {
- "id": 161,
- "name": "AVISO_NIVEL_MEJORAR",
- "text": "\nYou need to be level #0# to upgrade this building."
- },
- {
- "id": 162,
- "name": "AVISO_SIN_MADERA_GRANJA",
- "text": "\nOh no! You don't have enough wood to rebuild the farm!"
- },
- {
- "id": 163,
- "name": "AVISO_MUELLE_TITULO",
- "text": "Dock operative!"
- },
- {
- "id": 164,
- "name": "AVISO_MUELLE_DESCRIPCION",
- "text": "Click in the Harbour to sail through the Great Sea!"
- },
- {
- "id": 165,
- "name": "AVISO_ZEPPELIN_TITULO",
- "text": "Zeppelin operative!"
- },
- {
- "id": 166,
- "name": "AVISO_ZEPPELIN_DESCRIPCION",
- "text": "Click in the Zeppelin Tower to fly through the Ancient Sea!"
- },
- {
- "id": 167,
- "name": "AVISO_SIN_AYUDAS",
- "text": "\n No more assists available! \n Come back tomorrow!"
- },
- {
- "id": 168,
- "name": "AVISO_TOPE_TORRES",
- "text": "You can only have #0# towers in your empire for every expansion you own."
- },
- {
- "id": 169,
- "name": "AVISO_BOCADILLOS",
- "text": "\nSpeech bubbles enabled!\n\nEnjoy freak!"
- },
- {
- "id": 170,
- "name": "AVISO_SANGRE",
- "text": "\nBlood mode enabled!\n\nYou were asking for it.. freak!"
- },
- {
- "id": 171,
- "name": "AVISO_PACK_COMPRADO",
- "text": "Congratulations!\nYou acquired the pack!\n\nCheck your store"
- },
- {
- "id": 172,
- "name": "AVISO_PACK_FALTA_DINERO",
- "text": "You don't have enough cash to get the pack. Do you want to get some cash?"
- },
- {
- "id": 173,
- "name": "AVISO_UNIDAD_UNICA",
- "text": "\nYou can't have two of this unit at the same time."
- },
- {
- "id": 174,
- "name": "AVISO_SUFICIENTE_ORO",
- "text": "Oh no! You don't have enough gold! Would you like to get some more?"
- },
- {
- "id": 175,
- "name": "AVISO_SUFICIENTE_CASH",
- "text": "Oh no! You don't have enough cash! Would you like to get some more?"
- },
- {
- "id": 176,
- "name": "AVISO_SUFICIENTE_COMIDA",
- "text": "\nYou don't have enough food!\nGet food from farms, mills and ranchs."
- },
- {
- "id": 177,
- "name": "AVISO_SUFICIENTE_MADERA",
- "text": "\nYou don't have enough wood!\nHarvest more trees."
- },
- {
- "id": 178,
- "name": "AVISO_SUFICIENTE_PIEDRA",
- "text": "\nYou don't have enough stone!\nHarvest more stone veins."
- },
- {
- "id": 179,
- "name": "AVISO_REFRESCO",
- "text": "Sorry, the are some problems. Try to refresh the game."
- },
- {
- "id": 180,
- "name": "AVISO_NAVEGAR_SIN_TROPAS",
- "text": "\nYou don't have any troop to set sail!"
- },
- {
- "id": 181,
- "name": "AVISO_TORRE_ZEPPELIN",
- "text": "\nYou need a Zeppelin Tower to build the zeppelin and fill it with crew!"
- },
- {
- "id": 182,
- "name": "AVISO_VOLAR_SIN_TROPAS",
- "text": "\nYou don't have any troop to fly!"
- },
- {
- "id": 183,
- "name": "AVISO_MERCADO_AGOTADO",
- "text": "\nMarket resources have been exhausted. Come back in 24 hours to trade more!"
- },
- {
- "id": 184,
- "name": "AVISO_MERCANCIA_AGOTADA",
- "text": "You don't have enough wood to sell!"
- },
- {
- "id": 185,
- "name": "AVISO_JUGADOR_NO_ENCONTRADO",
- "text": "\nCouldn't find player"
- },
- {
- "id": 186,
- "name": "AVISO_SERVICIO_NO_DISPONIBLE",
- "text": "\nCouldn't use the service"
- },
- {
- "id": 187,
- "name": "AVISO_DEMASIADOS_POSTS",
- "text": "\n\nYou have sent enough posts today"
- },
- {
- "id": 188,
- "name": "AVISO_BARCO_SIN_MUELLE",
- "text": "\nYou can't land with the boat.\nBuild a harbour to construct a bigger ship and carry your army!"
- },
- {
- "id": 189,
- "name": "AVISO_QUEST_BLOQUEADA",
- "text": "\nYou have not unlocked this mission yet!"
- },
- {
- "id": 190,
- "name": "AVISO_QUEST_GASTADA",
- "text": "\nEach island can only be played every 4 hours"
- },
- {
- "id": 191,
- "name": "TIMER_PROXIMA_RECOLECCION",
- "text": "Next Collection"
- },
- {
- "id": 192,
- "name": "TIMER_RECOLECCION_LISTA",
- "text": "Ready to Collect!"
- },
- {
- "id": 193,
- "name": "TIMER_CAMPAMENTO_ENEMIGO",
- "text": "Enemy Camp"
- },
- {
- "id": 194,
- "name": "TIMER_EJERCITO_ENEMIGO",
- "text": "Enemy's army"
- },
- {
- "id": 195,
- "name": "UNIT_MOMIA_ESCARABAJOS",
- "text": "Scarabs"
- },
- {
- "id": 196,
- "name": "UNIT_MOMIA_TORNADO",
- "text": "Tornado"
- },
- {
- "id": 197,
- "name": "UNIT_MOMIA_ACEITE",
- "text": "Oil spillage"
- },
- {
- "id": 198,
- "name": "UNIT_MOMIA_GIGANTE",
- "text": "Giant mummy"
- },
- {
- "id": 199,
- "name": "UNIT_MOMIA_EXPIRADO",
- "text": "My time has gone!..."
- },
- {
- "id": 200,
- "name": "UNIT_NEPTUNO_PULPO",
- "text": "Octopus"
- },
- {
- "id": 201,
- "name": "UNIT_NEPTUNO_HURACAN",
- "text": "Hurricane"
- },
- {
- "id": 202,
- "name": "UNIT_NEPTUNO_OLAS",
- "text": "Neptune's waves"
- },
- {
- "id": 203,
- "name": "UNIT_NEPTUNO_GIGANTE",
- "text": "Giant Neptune"
- },
- {
- "id": 204,
- "name": "UNIT_NOMBRE_CAMPESINO_HUMANO",
- "text": "Villager #0#"
- },
- {
- "id": 205,
- "name": "UNIT_NOMBRE_CAMPESINO_TROLL",
- "text": "Peasant #0#"
- },
- {
- "id": 206,
- "name": "SPELL_CRACK_DESCRIPCION",
- "text": "Area: #0#x#1#"
- },
- {
- "id": 207,
- "name": "SPELL_ENLARGE_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Duration: #2#s"
- },
- {
- "id": 208,
- "name": "SPELL_FIREBALL_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Damage: #2#+#3#"
- },
- {
- "id": 209,
- "name": "SPELL_FORCESHIELD_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Lasts: #2#s \/ DMG reduction: #3#%"
- },
- {
- "id": 210,
- "name": "SPELL_HEALINGRAIN_DESCRIPCION_1",
- "text": "Area: #0#x#1# \/ Lasts: #2#"
- },
- {
- "id": 211,
- "name": "SPELL_HEALINGRAIN_DESCRIPCION_2",
- "text": "Area: #0#x#1# \/ Lasts: #2#+#3#"
- },
- {
- "id": 212,
- "name": "SPELL_ICEBALL_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Damage: #2# \/ Freeze Time: #3#s"
- },
- {
- "id": 213,
- "name": "SPELL_POISON_DESCRIPCION_1",
- "text": "Area: #0#x#1# \/ Damage: #2#"
- },
- {
- "id": 214,
- "name": "SPELL_POISON_DESCRIPCION_2",
- "text": "Area: #0#x#1# \/ Damage: #2# + infects #3# nearby"
- },
- {
- "id": 215,
- "name": "SPELL_STONERAIN_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Damage: #2#"
- },
- {
- "id": 216,
- "name": "SPELL_SUMMON_DESCRIPCION",
- "text": "Life: #0#"
- },
- {
- "id": 217,
- "name": "SPELL_ESTADO_APRENDIDO",
- "text": "learned"
- },
- {
- "id": 218,
- "name": "SPELL_ESTADO_DISPONIBLE",
- "text": "available"
- },
- {
- "id": 219,
- "name": "SPELL_ESTADO_BLOQUEADO",
- "text": "locked"
- },
- {
- "id": 220,
- "name": "ERROR_GENERICO",
- "text": "Oh no! An error occurred! Press ok to refresh the page and keep playing!"
- },
- {
- "id": 221,
- "name": "ERROR_SYNC",
- "text": "Oh no! Things must no longer be in sync! Press ok to refresh the page and keep playing!"
- },
- {
- "id": 222,
- "name": "ERROR_TIMEOUT",
- "text": "Oh no! The connection with the server was lost! Press ok to refresh the page and keep playing!"
- },
- {
- "id": 223,
- "name": "ERROR_EXPIRADO",
- "text": "Oh no! Your session has expired! Press ok to refresh the page and keep playing!"
- },
- {
- "id": 224,
- "name": "ERROR_INFO",
- "text": "We're experiencing problems with our servers, please check back later."
- },
- {
- "id": 225,
- "name": "ERROR_CONEXION_1",
- "text": "We're experiencing problems with our servers, please check back later. 1"
- },
- {
- "id": 226,
- "name": "ERROR_CONEXION_2",
- "text": "We're experiencing problems with our servers, please check back later. 2"
- },
- {
- "id": 227,
- "name": "ERROR_DEFECTO",
- "text": "There is a problem. Please try reloading."
- },
- {
- "id": 228,
- "name": "ERROR_SYNC_2",
- "text": "Oh no! Things must not be in sync any more! Refresh the page to keep playing!"
- },
- {
- "id": 229,
- "name": "APRILFOOLS_QUEJA_1",
- "text": "We hate chopping trees!"
- },
- {
- "id": 230,
- "name": "APRILFOOLS_QUEJA_2",
- "text": "No more picking under the sun!"
- },
- {
- "id": 231,
- "name": "APRILFOOLS_QUEJA_3",
- "text": "Stop abusing us!"
- },
- {
- "id": 232,
- "name": "APRILFOOLS_QUEJA_4",
- "text": "We deserve higher wages!"
- },
- {
- "id": 233,
- "name": "APRILFOOLS_QUEJA_5",
- "text": "We need holidays!"
- },
- {
- "id": 234,
- "name": "APRILFOOLS_QUEJA_6",
- "text": "Respect our rights!"
- },
- {
- "id": 235,
- "name": "MES_ABR_ENERO",
- "text": "Jan"
- },
- {
- "id": 236,
- "name": "MES_ABR_FEBRERO",
- "text": "Feb"
- },
- {
- "id": 237,
- "name": "MES_ABR_MARZO",
- "text": "Mar"
- },
- {
- "id": 238,
- "name": "MES_ABR_ABRIL",
- "text": "Apr"
- },
- {
- "id": 239,
- "name": "MES_ABR_MAYO",
- "text": "May"
- },
- {
- "id": 240,
- "name": "MES_ABR_JUNIO",
- "text": "Jun"
- },
- {
- "id": 241,
- "name": "MES_ABR_JULIO",
- "text": "Jul"
- },
- {
- "id": 242,
- "name": "MES_ABR_AGOSTO",
- "text": "Aug"
- },
- {
- "id": 243,
- "name": "MES_ABR_SEPTIEMBRE",
- "text": "Sep"
- },
- {
- "id": 244,
- "name": "MES_ABR_OCTUBRE",
- "text": "Oct"
- },
- {
- "id": 245,
- "name": "MES_ABR_NOVIEMBRE",
- "text": "Nov"
- },
- {
- "id": 246,
- "name": "MES_ABR_DICIEMBRE",
- "text": "Dec"
- },
- {
- "id": 247,
- "name": "CONTADOR_ENEMIGOS_VIVOS_SINGULAR",
- "text": "1 enemy alive"
- },
- {
- "id": 248,
- "name": "CONTADOR_ENEMIGOS_VIVOS_PLURAL",
- "text": "#0# enemies alive"
- },
- {
- "id": 249,
- "name": "CONTADOR_GEMAS_SINGULAR",
- "text": "#0# gem left"
- },
- {
- "id": 250,
- "name": "CONTADOR_GEMAS_SINGULAR_ESPIA",
- "text": "#0# gem"
- },
- {
- "id": 251,
- "name": "CONTADOR_GEMAS_PLURAL",
- "text": "#0# gems left"
- },
- {
- "id": 252,
- "name": "CONTADOR_GEMAS_PLURAL_ESPIA",
- "text": "#0# gems"
- },
- {
- "id": 253,
- "name": "CONTADOR_OBJETIVOS_SINGULAR",
- "text": "#0# target left"
- },
- {
- "id": 254,
- "name": "CONTADOR_OBJETIVOS_SINGULAR_ESPIA",
- "text": "#0# target"
- },
- {
- "id": 255,
- "name": "CONTADOR_OBJETIVOS_PLURAL",
- "text": "#0# targets left"
- },
- {
- "id": 256,
- "name": "CONTADOR_OBJETIVOS_PLURAL_ESPIA",
- "text": "#0# targets"
- },
- {
- "id": 257,
- "name": "INFO_COSECHA",
- "text": "Select a villager and click this resource to harvest it"
- },
- {
- "id": 258,
- "name": "INFO_REGENERACION",
- "text": "Wait for the resource to regenerate"
- },
- {
- "id": 259,
- "name": "INFO_COFRE",
- "text": "Defeat all enemies to open the Chest!"
- },
- {
- "id": 260,
- "name": "INFO_PRINCESA",
- "text": "Defeat all enemies to rescue the Princess!"
- },
- {
- "id": 261,
- "name": "INFO_ALDEANOS",
- "text": "Defeat all enemies to rescue your Villagers!"
- },
- {
- "id": 262,
- "name": "INFO_ARQUEROS",
- "text": "Defeat all enemies to rescue the Rangers!"
- },
- {
- "id": 263,
- "name": "INFO_TROLL",
- "text": "Defeat all enemies to liberate the Troll!"
- },
- {
- "id": 264,
- "name": "INFO_SOLDADOS",
- "text": "Defeat all enemies to rescue your Soldiers!"
- },
- {
- "id": 265,
- "name": "INFO_ARTURO",
- "text": "Defeat all enemies to rescue Prince Arthur!"
- },
- {
- "id": 266,
- "name": "INFO_EXTINGUIR",
- "text": "Get water from the 3 Water Wells to extinguish the fire!"
- },
- {
- "id": 267,
- "name": "INFO_CURANDEROS",
- "text": "Defeat all enemies to rescue your Healers!"
- },
- {
- "id": 268,
- "name": "INFO_ALIADOS",
- "text": "Defeat all enemies to rescue your Allies!"
- },
- {
- "id": 269,
- "name": "INFO_ASEDIO",
- "text": "Defeat all enemies to rescue the siege machines!"
- },
- {
- "id": 270,
- "name": "INFO_ESTATUA_ESQUELETO",
- "text": "A great skeleton statue."
- },
- {
- "id": 271,
- "name": "INFO_GEMA_PODER",
- "text": "Defeat all nearby enemies to safely activate this device!"
- },
- {
- "id": 272,
- "name": "INFO_PINGUINOS",
- "text": "Defeat all nearby enemies to get the key and free the penguins!"
- },
- {
- "id": 273,
- "name": "INFO_POZO",
- "text": "Defeat all nearby enemies to get water from the well!"
- },
- {
- "id": 274,
- "name": "INFO_PIEDRA",
- "text": "Defeat all nearby enemies to get the stone!"
- },
- {
- "id": 275,
- "name": "INFO_ANIMALES",
- "text": "Defeat all nearby enemies to rescue the animals!"
- },
- {
- "id": 276,
- "name": "INFO_ESTATUA_MISTERIOSA",
- "text": "A mysterious skeleton statue"
- },
- {
- "id": 277,
- "name": "INFO_GEMAS_ALTAR",
- "text": "Put the 4 gems in the altar!"
- },
- {
- "id": 278,
- "name": "INFO_LLAVES",
- "text": "Get the 4 keys to open the door!"
- },
- {
- "id": 279,
- "name": "INFO_ESPIAR",
- "text": "Now you can spy your enemies through the world explorer.\n"
- },
- {
- "id": 280,
- "name": "INFO_ESPIAR_AGUILAS",
- "text": "Your eagles have #0# health."
- },
- {
- "id": 281,
- "name": "INFO_HOSPITAL",
- "text": "Heals nearby units when they are not in combat."
- },
- {
- "id": 282,
- "name": "INFO_HERRERO",
- "text": "Allows you to reduce the cost of your footman, archers and mounted troops by #0#%."
- },
- {
- "id": 283,
- "name": "INFO_UNIVERSIDAD",
- "text": "Allows you to reduce the cost of producing siege engines by #0#%."
- },
- {
- "id": 284,
- "name": "INFO_HECHICERIA",
- "text": "Browse and learn magic spells"
- },
- {
- "id": 285,
- "name": "INFO_MUELLE",
- "text": "Now you can sail through the Great Sea!"
- },
- {
- "id": 286,
- "name": "INFO_AERODROMO",
- "text": "Now you can fly through the Ancient Sea!"
- },
- {
- "id": 287,
- "name": "INFO_ASERRADERO",
- "text": "Your villagers are now trained to cut down trees very fast."
- },
- {
- "id": 288,
- "name": "INFO_MINEROS",
- "text": "Your villagers are now trained to mine gold and stone very fast."
- },
- {
- "id": 289,
- "name": "INFO_ATLETAS",
- "text": "Your villagers are now trained to run faster and to queue #0# additional resources."
- },
- {
- "id": 290,
- "name": "INFO_ESTATUA_LIDERAZGO",
- "text": "The statue increases your limit of 3 attacks per day to 4."
- },
- {
- "id": 291,
- "name": "INFO_CORRAL_OVEJAS",
- "text": "Put sheeps inside to produce food"
- },
- {
- "id": 292,
- "name": "INFO_CORRAL_VACAS",
- "text": "Put cows inside to produce food"
- },
- {
- "id": 293,
- "name": "INFO_CORRAL_JABALIS",
- "text": "Put boars inside to produce food"
- },
- {
- "id": 294,
- "name": "INFO_CORRAL_CABALLOS",
- "text": "Put horses inside to allow soldiers to mount them"
- },
- {
- "id": 295,
- "name": "INFO_POBLACION",
- "text": "Provides you with population"
- },
- {
- "id": 296,
- "name": "INFO_ALIMENTACION",
- "text": "Provides you with food regularly"
- },
- {
- "id": 297,
- "name": "INFO_COLECCIONABLE",
- "text": "Discovers a collectible item every day"
- },
- {
- "id": 298,
- "name": "INFO_MATADERO",
- "text": "Sacrifice a unit and obtain some resources back"
- },
- {
- "id": 299,
- "name": "INFO_CRIADERO",
- "text": "Put a pair of the same animal to make them breed"
- },
- {
- "id": 300,
- "name": "INFO_BUNKER",
- "text": "Put units inside to protect them from player assaults"
- },
- {
- "id": 301,
- "name": "INFO_DANYO_ATAQUE",
- "text": "Attack Damage"
- },
- {
- "id": 302,
- "name": "INFO_RETARDO_ATAQUE",
- "text": "Attack Delay"
- },
- {
- "id": 303,
- "name": "INFO_RANGO_ATAQUE",
- "text": "Attack Range"
- },
- {
- "id": 304,
- "name": "INFO_VELOCIDAD_UNIDAD",
- "text": "Unit Speed"
- },
- {
- "id": 305,
- "name": "INFO_CAPACIDAD_POBLACION",
- "text": "Population Capacity"
- },
- {
- "id": 306,
- "name": "INFO_LIMIT_RECOLECCION_SINGULAR",
- "text": "They can collect #0# tree in a row"
- },
- {
- "id": 307,
- "name": "INFO_LIMIT_RECOLECCION_PLURAL",
- "text": "They can collect #0# trees in a row"
- },
- {
- "id": 308,
- "name": "INFO_CAPACIDAD",
- "text": "CAPACITY #0#\/#1#"
- },
- {
- "id": 309,
- "name": "INFO_CONFIRMAR_VENTA",
- "text": "Do you really want to sell this for #0# #1#?"
- },
- {
- "id": 310,
- "name": "INFO_ORO_SINGULAR",
- "text": "gold"
- },
- {
- "id": 311,
- "name": "INFO_ORO_PLURAL",
- "text": "golds"
- },
- {
- "id": 312,
- "name": "INFO_COMIDA_SINGULAR",
- "text": "unit of food"
- },
- {
- "id": 313,
- "name": "INFO_COMIDA_PLURAL",
- "text": "units of food"
- },
- {
- "id": 314,
- "name": "INFO_MADERA_SINGULAR",
- "text": "unit of wood"
- },
- {
- "id": 315,
- "name": "INFO_MADERA_PLURAL",
- "text": "units of wood"
- },
- {
- "id": 316,
- "name": "INFO_PIEDRA_SINGULAR",
- "text": "unit of stone"
- },
- {
- "id": 317,
- "name": "INFO_PIEDRA_PLURAL",
- "text": "units of stone"
- },
- {
- "id": 318,
- "name": "INFO_CASH_SINGULAR",
- "text": "cash"
- },
- {
- "id": 319,
- "name": "INFO_CASH_PLURAL",
- "text": "cash"
- },
- {
- "id": 320,
- "name": "COLECCION_MISTERIOS_ARENA",
- "text": "Mysteries of the Sand"
- },
- {
- "id": 321,
- "name": "COLECCION_VIEJO_BAUL",
- "text": "Ye Olde Chest"
- },
- {
- "id": 322,
- "name": "COLECCION_PODER_FLOR",
- "text": "Flower Power"
- },
- {
- "id": 323,
- "name": "COLECCION_TOQUE_RENACIMIENTO",
- "text": "A Renaissance Touch"
- },
- {
- "id": 324,
- "name": "COLECCION_DESCUBRIMIENTO_ANTIGUO",
- "text": "An Ancient Discovery"
- },
- {
- "id": 325,
- "name": "COLECCION_AMENAZA_CAZADORA",
- "text": "The Hunting Threat"
- },
- {
- "id": 326,
- "name": "COLECCION_DESCUBRIMIENTO_ARTICO",
- "text": "An Arctic Discovery"
- },
- {
- "id": 327,
- "name": "COLECCION_VIAJE_NEVADO",
- "text": "Snow Journeys"
- },
- {
- "id": 328,
- "name": "COLECCION_APARICION_DIABOLICA",
- "text": "The Diabolic Appearance"
- },
- {
- "id": 329,
- "name": "COLECCION_FRAGANCIA_MAGICA",
- "text": "Scent of Magic"
- },
- {
- "id": 330,
- "name": "COLECCION_TRAMPA_MORTAL",
- "text": "A Mortal Trap"
- },
- {
- "id": 331,
- "name": "COLECCION_CIRCULO_VIDA",
- "text": "The Circle of Life"
- },
- {
- "id": 332,
- "name": "COLECCION_SENTENCIA_MUERTE",
- "text": "Sentence of Death"
- },
- {
- "id": 333,
- "name": "COLECCION_ATRAPADO_OSCURIDAD",
- "text": "Trapped in Darkness"
- },
- {
- "id": 334,
- "name": "COLECCION_TRIBUTO_HEROE",
- "text": "Hero Tribute"
- },
- {
- "id": 335,
- "name": "COLECCION_AMIGO_TROLL",
- "text": "Troll's best friend"
- },
- {
- "id": 336,
- "name": "COLECCION_BOLA_PELO",
- "text": "Little ball of fur"
- },
- {
- "id": 337,
- "name": "COLECCION_HUESOS",
- "text": "Bare Bones"
- },
- {
- "id": 338,
- "name": "COLECCION_ALIADO_MONSTRUOSO",
- "text": "A Monstruous Ally"
- },
- {
- "id": 339,
- "name": "COLECCION_SONIDO_BOSQUE",
- "text": "Sound of the Forest"
- },
- {
- "id": 340,
- "name": "COLECCION_JEROGLIFO_EGIPCIO",
- "text": "Egyptian Hieroglyph"
- },
- {
- "id": 341,
- "name": "COLECCION_MASCARA_FARAON",
- "text": "The Pharaon Mask"
- },
- {
- "id": 342,
- "name": "COLECCION_VIEJA_CERAMICA",
- "text": "Old Ceramics"
- },
- {
- "id": 343,
- "name": "COLECCION_PAPIRO_ESCRITO",
- "text": "Written Papyrus"
- },
- {
- "id": 344,
- "name": "COLECCION_ESTATUILLA_HORUS",
- "text": "Horus Statuette"
- },
- {
- "id": 345,
- "name": "COLECCION_SUPERFICIE_MADERA",
- "text": "Wooden Surface"
- },
- {
- "id": 346,
- "name": "COLECCION_TABLA_CURVA",
- "text": "Curved Plank"
- },
- {
- "id": 347,
- "name": "COLECCION_CERRADURA_ORO",
- "text": "Golden Lock"
- },
- {
- "id": 348,
- "name": "COLECCION_MAPA_TESORO",
- "text": "Treasure Map"
- },
- {
- "id": 349,
- "name": "COLECCION_CLAVOS_LARGOS",
- "text": "Large Nails"
- },
- {
- "id": 350,
- "name": "COLECCION_ROSA_ROJA",
- "text": "Red Rose"
- },
- {
- "id": 351,
- "name": "COLECCION_GIRASOL",
- "text": "Sunflower"
- },
- {
- "id": 352,
- "name": "COLECCION_LIRIO_BLANCO",
- "text": "White Lily"
- },
- {
- "id": 353,
- "name": "COLECCION_GERANIO_AZUL",
- "text": "Blue Geranium"
- },
- {
- "id": 354,
- "name": "COLECCION_FERTILIZANTE",
- "text": "Soil Fertilizer"
- },
- {
- "id": 355,
- "name": "COLECCION_REMACHE_ORO",
- "text": "Golden Rivet"
- },
- {
- "id": 356,
- "name": "COLECCION_ESTATUA_ORO",
- "text": "Golden Statue"
- },
- {
- "id": 357,
- "name": "COLECCION_COLUMNA_SOLIDA",
- "text": "Solid Column"
- },
- {
- "id": 358,
- "name": "COLECCION_LADRILLO_DECORADO",
- "text": "Intricate Brick"
- },
- {
- "id": 359,
- "name": "COLECCION_AGUA_PURA",
- "text": "Pure Water"
- },
- {
- "id": 360,
- "name": "COLECCION_PIEL_MARRON",
- "text": "Brown Fur"
- },
- {
- "id": 361,
- "name": "COLECCION_COLMILLO_MARFIL",
- "text": "Ivory Tusk"
- },
- {
- "id": 362,
- "name": "COLECCION_BLOQUE_HIELO",
- "text": "Ice Block"
- },
- {
- "id": 363,
- "name": "COLECCION_ANTIGUO_CACAHUETE",
- "text": "Ancient Peanut"
- },
- {
- "id": 364,
- "name": "COLECCION_HUELLA_FOSSIL",
- "text": "Fossil Footprint"
- },
- {
- "id": 365,
- "name": "COLECCION_PULSERA_CUERO",
- "text": "Leather Bracers"
- },
- {
- "id": 366,
- "name": "COLECCION_COLMILLO_GRANDE",
- "text": "Large Fang"
- },
- {
- "id": 367,
- "name": "COLECCION_ARNES_CUERO",
- "text": "Leather Harness"
- },
- {
- "id": 368,
- "name": "COLECCION_CASCO_CORNUDO",
- "text": "Horns Helmet"
- },
- {
- "id": 369,
- "name": "COLECCION_HACHA_AFILADA",
- "text": "Sharp Axe"
- },
- {
- "id": 370,
- "name": "COLECCION_AGUA_FRIA",
- "text": "Cold Water"
- },
- {
- "id": 371,
- "name": "COLECCION_PESCADO_MALOLIENTE",
- "text": "Smelly Fish"
- },
- {
- "id": 372,
- "name": "COLECCION_IGLU_SOLIDO",
- "text": "Solid Igloo"
- },
- {
- "id": 373,
- "name": "COLECCION_BOLA_NIEVE",
- "text": "Snowball"
- },
- {
- "id": 374,
- "name": "COLECCION_HUEVO_ENTERO",
- "text": "Unhatched Egg"
- },
- {
- "id": 375,
- "name": "COLECCION_PIEL_AZUL",
- "text": "Blue Pelt"
- },
- {
- "id": 376,
- "name": "COLECCION_COLMILLO_AFILADO",
- "text": "Sharp Tusk"
- },
- {
- "id": 377,
- "name": "COLECCION_PIEL_BLANCA",
- "text": "White Fur"
- },
- {
- "id": 378,
- "name": "COLECCION_CUERNO_PARTIDO",
- "text": "Chipped Horn"
- },
- {
- "id": 379,
- "name": "COLECCION_GARRA_GIGANTE",
- "text": "Giant Claw"
- },
- {
- "id": 380,
- "name": "COLECCION_BOTAS_ORO",
- "text": "Golden boots"
- },
- {
- "id": 381,
- "name": "COLECCION_CINTURON_CALAVERA",
- "text": "Skull Belt"
- },
- {
- "id": 382,
- "name": "COLECCION_PENDIENTE_ORO",
- "text": "Golden Earring"
- },
- {
- "id": 383,
- "name": "COLECCION_COLETA_NEGRA",
- "text": "Black Ponytail"
- },
- {
- "id": 384,
- "name": "COLECCION_CIMITARRA",
- "text": "Scimitar"
- },
- {
- "id": 385,
- "name": "COLECCION_GORRO_TELA",
- "text": "Cloth Hat"
- },
- {
- "id": 386,
- "name": "COLECCION_TUNICA_TELA",
- "text": "Cloth Tunic"
- },
- {
- "id": 387,
- "name": "COLECCION_BASTON_MADERA",
- "text": "Wooden rod"
- },
- {
- "id": 388,
- "name": "COLECCION_BARBA_BLANCA",
- "text": "White Beard"
- },
- {
- "id": 389,
- "name": "COLECCION_LIBRO_HECHIZOS",
- "text": "Magic Spellbook"
- },
- {
- "id": 390,
- "name": "COLECCION_BARRO_SUCIO",
- "text": "Filthy Mud"
- },
- {
- "id": 391,
- "name": "COLECCION_ROCA_SUCIA",
- "text": "Dirty Rock"
- },
- {
- "id": 392,
- "name": "COLECCION_SAPO_MARRON",
- "text": "Brown Toad"
- },
- {
- "id": 393,
- "name": "COLECCION_PIRANYA_CANIBAL",
- "text": "Cannibal Piranha"
- },
- {
- "id": 394,
- "name": "COLECCION_COCODRILO_FEROZ",
- "text": "Ferocious Crocodile"
- },
- {
- "id": 395,
- "name": "COLECCION_ESTATUA_DELICADA",
- "text": "Delicate Statue"
- },
- {
- "id": 396,
- "name": "COLECCION_RAICES_FUERTES",
- "text": "Strong Roots"
- },
- {
- "id": 397,
- "name": "COLECCION_RAMA_PEQUENYA",
- "text": "Small Branch"
- },
- {
- "id": 398,
- "name": "COLECCION_HOJAS_ROSAS",
- "text": "Pink Leaves"
- },
- {
- "id": 399,
- "name": "COLECCION_SEMILLAS_VIDA",
- "text": "Life Seeds"
- },
- {
- "id": 400,
- "name": "COLECCION_GRILLETES_MADERA",
- "text": "Wooden Shackles"
- },
- {
- "id": 401,
- "name": "COLECCION_PLANCHAS_FUERTES",
- "text": "Strong Planks"
- },
- {
- "id": 402,
- "name": "COLECCION_CESTO_MIMBRE",
- "text": "Wicker Basket"
- },
- {
- "id": 403,
- "name": "COLECCION_CUERDA_FUERTE",
- "text": "Strong Rope"
- },
- {
- "id": 404,
- "name": "COLECCION_HOJA_GUILLOTINA",
- "text": "Guillotine Blade"
- },
- {
- "id": 405,
- "name": "COLECCION_CERRADURA_HIERRO",
- "text": "Iron Lock"
- },
- {
- "id": 406,
- "name": "COLECCION_BARRA_HIERRO",
- "text": "Iron Bar"
- },
- {
- "id": 407,
- "name": "COLECCION_CADENAS_HIERRO",
- "text": "Iron Chains"
- },
- {
- "id": 408,
- "name": "COLECCION_GRILLETES_HIERRO",
- "text": "Iron Shackles"
- },
- {
- "id": 409,
- "name": "COLECCION_TRAJE_PRESO",
- "text": "Prisoner Suit"
- },
- {
- "id": 410,
- "name": "COLECCION_PEDESTAL_PIEDRA",
- "text": "Stone Pedestal"
- },
- {
- "id": 411,
- "name": "COLECCION_PIERNAS_PIEDRA",
- "text": "Stone Legs"
- },
- {
- "id": 412,
- "name": "COLECCION_PECHO_PIEDRA",
- "text": "Stone Chest"
- },
- {
- "id": 413,
- "name": "COLECCION_CABEZA_PIEDRA",
- "text": "Stone Head"
- },
- {
- "id": 414,
- "name": "COLECCION_ESPADA_PIEDRA",
- "text": "Stone Sword"
- },
- {
- "id": 415,
- "name": "COLECCION_COLGANTE_ROJO",
- "text": "Red Necklace"
- },
- {
- "id": 416,
- "name": "COLECCION_HUESO_RICO",
- "text": "Tasty Bone"
- },
- {
- "id": 417,
- "name": "COLECCION_PELO_MARRON",
- "text": "Brown Fur"
- },
- {
- "id": 418,
- "name": "COLECCION_GLOBO_ROJO",
- "text": "Red Balloon"
- },
- {
- "id": 419,
- "name": "COLECCION_GORRO_PILOTO",
- "text": "Pilot Bonnet"
- },
- {
- "id": 420,
- "name": "COLECCION_COLGANTE_MONO",
- "text": "Cute Necklace"
- },
- {
- "id": 421,
- "name": "COLECCION_LATA_ATUN",
- "text": "Tuna Can"
- },
- {
- "id": 422,
- "name": "COLECCION_PELO_AZUL",
- "text": "Blue Fur"
- },
- {
- "id": 423,
- "name": "COLECCION_CASCABEL_PEQUENYO",
- "text": "Small Sleighbell"
- },
- {
- "id": 424,
- "name": "COLECCION_BOLA_LANA",
- "text": "Wool Ball"
- },
- {
- "id": 425,
- "name": "COLECCION_HUESO_CARNE",
- "text": "Fleshy Bone"
- },
- {
- "id": 426,
- "name": "COLECCION_ESPADA_OXIDADA",
- "text": "Rusty Sword"
- },
- {
- "id": 427,
- "name": "COLECCION_YELMO_PODRIDO",
- "text": "Rotten Skullcap"
- },
- {
- "id": 428,
- "name": "COLECCION_ESCUDO_DANYADO",
- "text": "Shriveled Shield"
- },
- {
- "id": 429,
- "name": "COLECCION_CALAVERA_MALVADA",
- "text": "Evil Skull"
- },
- {
- "id": 430,
- "name": "COLECCION_HOMBRERA_CUERO",
- "text": "Leather Shoulderpad"
- },
- {
- "id": 431,
- "name": "COLECCION_YELMO_ESPELUZNANTE",
- "text": "Eerie Helmet"
- },
- {
- "id": 432,
- "name": "COLECCION_BRAZALETES_REFORZADOS",
- "text": "Reinforced Bracers"
- },
- {
- "id": 433,
- "name": "COLECCION_MANDIBULAS_HUESO",
- "text": "Bone Jaws"
- },
- {
- "id": 434,
- "name": "COLECCION_MARTILLO_PUNTA",
- "text": "Spiked Hammer"
- },
- {
- "id": 435,
- "name": "COLECCION_ARCO_LARGO",
- "text": "Long Bow"
- },
- {
- "id": 436,
- "name": "COLECCION_DIADEMA_ORO",
- "text": "Golden Diadem"
- },
- {
- "id": 437,
- "name": "COLECCION_FLECHA_AFILADA",
- "text": "Sharp Arrow"
- },
- {
- "id": 438,
- "name": "COLECCION_CARCAJ_CUERO",
- "text": "Leather Quiver"
- },
- {
- "id": 439,
- "name": "COLECCION_OCARINA_MADERA",
- "text": "Wooden Ocarina"
- },
- {
- "id": 440,
- "name": "POPUP_REPINTAR_OK",
- "text": "Click OKAY to repaint it."
- },
- {
- "id": 441,
- "name": "POPUP_REPINTAR_DESCRIPCION",
- "text": "This paint on this building is getting faded."
- },
- {
- "id": 442,
- "name": "POPUP_TOPE_EDIFICIOS",
- "text": "You've reached the limit of #0# for your Empire"
- },
- {
- "id": 443,
- "name": "POPUP_TOPE_EDIFICIOS_TIER",
- "text": "You'll be able to build the next tier of #0# when you reach the appropiate level"
- },
- {
- "id": 444,
- "name": "POPUP_MISION_OBJETIVO",
- "text": "Goal #0#"
- },
- {
- "id": 445,
- "name": "POPUP_MISION_COMPLETADO",
- "text": "(Completed #0#\/#1#)"
- },
- {
- "id": 446,
- "name": "POPUP_ATAQUE_VICTORIA",
- "text": "YOU WON"
- },
- {
- "id": 447,
- "name": "POPUP_ATAQUE_DERROTA",
- "text": "YOU LOST"
- },
- {
- "id": 448,
- "name": "POPUP_EDIFICIO_ENHORABUENA",
- "text": "Congratulations on your #0#!"
- },
- {
- "id": 449,
- "name": "POPUP_COMPRAR_ASALTO_TIEMPO",
- "text": "#0#h #1#min"
- },
- {
- "id": 450,
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR_ATAQUES",
- "text": "BUY ATTACKS"
- },
- {
- "id": 451,
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR_ESPIONAJES",
- "text": "BUY SPIES"
- },
- {
- "id": 452,
- "name": "POPUP_COMPRAR_ASALTO_ATAQUES",
- "text": "attacks"
- },
- {
- "id": 453,
- "name": "POPUP_COMPRAR_ASALTO_ESPIONAJES",
- "text": "spies"
- },
- {
- "id": 454,
- "name": "POPUP_COMPRAR_ASALTO_SIN_ACCIONES",
- "text": "You don't have more #0#,\n"
- },
- {
- "id": 455,
- "name": "POPUP_COMPRAR_ASALTO_RECARGA",
- "text": "you will get 3 more in #0#\n\n"
- },
- {
- "id": 456,
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR",
- "text": "Do you want to buy #0# extra #1#?"
- },
- {
- "id": 457,
- "name": "POPUP_COMPRAR_ASALTO_PRECIO",
- "text": "#0# #1# = #2#"
- },
- {
- "id": 458,
- "name": "POPUP_COMPRAR_ORO",
- "text": "#0# cash"
- },
- {
- "id": 459,
- "name": "POPUP_HEROES_RANGER",
- "text": "The hard trained ranger, fast and lethal from far away!"
- },
- {
- "id": 460,
- "name": "POPUP_HEROES_XENA",
- "text": "She can slash multiple trolls with her whirlwind attack!"
- },
- {
- "id": 461,
- "name": "POPUP_HEROES_ARTURO",
- "text": "Prince of the Empire, casts a powerful fire from his blade!"
- },
- {
- "id": 462,
- "name": "POPUP_HEROES_MERLIN",
- "text": "A powerful wizard that strikes his foes with lightning!"
- },
- {
- "id": 463,
- "name": "POPUP_HEROES_VALKIRIA",
- "text": "She strikes fiercely and heals nearby units in the heat of battle!"
- },
- {
- "id": 464,
- "name": "POPUP_HEROES_WALLACE",
- "text": "His powerful roar inspires courage to nearby allies!"
- },
- {
- "id": 465,
- "name": "POPUP_HEROES_THOR",
- "text": "Smashes back his foes with his mighty lightning hammer!"
- },
- {
- "id": 466,
- "name": "POPUP_HEROES_ALTOELFO",
- "text": "Uses the ancient triplication technique to hunt the enemy!"
- },
- {
- "id": 467,
- "name": "POPUP_NIVEL_TITULO",
- "text": "LEVEL #0#!"
- },
- {
- "id": 468,
- "name": "POPUP_NIVEL_CONFIRMACION",
- "text": "You've reached #0# rank"
- },
- {
- "id": 469,
- "name": "POPUP_NIVEL_HEADER_2",
- "text": "You can now buy:"
- },
- {
- "id": 470,
- "name": "POPUP_NIVEL_HEADER_3",
- "text": "Level reward:"
- },
- {
- "id": 471,
- "name": "POPUP_NIVEL_FOOTER",
- "text": "YEAH! Share your success with your friends!"
- },
- {
- "id": 472,
- "name": "POPUP_ASALTO_PREPARANDO_ESPIONAJE",
- "text": "Preparing To SPY"
- },
- {
- "id": 473,
- "name": "POPUP_ASALTO_LISTO_ESPIONAJE",
- "text": "Your Eagle is ready to spy Enemy"
- },
- {
- "id": 474,
- "name": "POPUP_ASALTO_EMPEZAR_ESPIONAJE",
- "text": "Start Spying"
- },
- {
- "id": 475,
- "name": "POPUP_ASALTO_AYUDA_TITULO",
- "text": "Battle Help"
- },
- {
- "id": 476,
- "name": "POPUP_ASALTO_AYUDA_TEXTO",
- "text": "\u00b7 The objective is to destroy the Town Hall of your enemy. If you do so, you will receive a reward!\n \u00b7 All of your Army goes to the battle.\n \u00b7 On the \"Battle Menu\" button you'll see the status of the battle.\n \u00b7 Once the battle is finished, most of your dead soldiers will resurrect on your empire!"
- },
- {
- "id": 477,
- "name": "POPUP_ASALTO_ARMADA_LISTA",
- "text": "Your Army is ready!\n\n Destroy the Town Hall to WIN the battle!"
- },
- {
- "id": 478,
- "name": "POPUP_ASALTO_TITULO",
- "text": "GOING TO BATTLE"
- },
- {
- "id": 479,
- "name": "POPUP_ASALTO_MAPA_HEADER",
- "text": "Select the starting position of your army"
- },
- {
- "id": 480,
- "name": "POPUP_QUEST_YETI",
- "text": "Rescue the penguins and defeat the evil Yeti!"
- },
- {
- "id": 481,
- "name": "POPUP_QUEST_GUSANO",
- "text": "Find the braziers and defeat the hidden menace!"
- },
- {
- "id": 482,
- "name": "POPUP_QUEST_CARGANDO",
- "text": "Loading World"
- },
- {
- "id": 483,
- "name": "POPUP_QUEST_EXPLORA",
- "text": "Explore the world and discover the Missions!"
- },
- {
- "id": 484,
- "name": "POPUP_QUEST_SIN_MUELLE",
- "text": "You will need a harbour to invade the islands!"
- },
- {
- "id": 485,
- "name": "POPUP_QUEST_BARCO",
- "text": "Your ship is ready"
- },
- {
- "id": 486,
- "name": "POPUP_QUEST_ZEPPELIN",
- "text": "Your Zeppelin is ready"
- },
- {
- "id": 487,
- "name": "POPUP_QUEST_TROLLS",
- "text": "Defeat the trolls to win the chest!"
- },
- {
- "id": 488,
- "name": "POPUP_QUEST_ESQUELETOS",
- "text": "Defeat the skeletons to win the chest!"
- },
- {
- "id": 489,
- "name": "POPUP_QUEST_CHINOS",
- "text": "Defeat the chinese to win the chest!"
- },
- {
- "id": 490,
- "name": "POPUP_QUEST_AZTECAS",
- "text": "Defeat the aztecs to win the chest!"
- },
- {
- "id": 491,
- "name": "POPUP_QUEST_HUMANOS",
- "text": "Defeat the Humans to win the chest!"
- },
- {
- "id": 492,
- "name": "POPUP_QUEST_HEROES",
- "text": "Defeat the Heroes to win the chest!"
- },
- {
- "id": 493,
- "name": "POPUP_QUEST_KAMIKAZES",
- "text": "Use your kamikazes to destroy the Town Hall!"
- },
- {
- "id": 494,
- "name": "POPUP_QUEST_VIKINGOS",
- "text": "Defeat the vikings to win!"
- },
- {
- "id": 495,
- "name": "POPUP_QUEST_ATLANTES",
- "text": "Defeat the atlantis tribe to win!"
- },
- {
- "id": 496,
- "name": "POPUP_QUEST_EGIPCIOS",
- "text": "Defeat the egyptians to win!"
- },
- {
- "id": 497,
- "name": "POPUP_QUEST_HUEVO",
- "text": "You find a huge egg.."
- },
- {
- "id": 498,
- "name": "POPUP_QUEST_ELIGE_DIFICULTAD",
- "text": "Choose difficulty"
- },
- {
- "id": 499,
- "name": "POPUP_QUEST_DIFICULTAD",
- "text": "Difficulty"
- },
- {
- "id": 500,
- "name": "POPUP_QUEST_COMPLETAR",
- "text": "Complete the quest with #0# to unlock"
- },
- {
- "id": 501,
- "name": "POPUP_QUEST_ESTRELLA_1",
- "text": "1 star"
- },
- {
- "id": 502,
- "name": "POPUP_QUEST_ESTRELLA_2",
- "text": "2 stars"
- },
- {
- "id": 503,
- "name": "POPUP_NUEVO_DIARIO_ORO",
- "text": "#0# gold"
- },
- {
- "id": 504,
- "name": "POPUP_NUEVO_DIARIO_HEROE",
- "text": "1 Hero!"
- },
- {
- "id": 505,
- "name": "POPUP_NUEVO_DIARIO_GANADO",
- "text": "You won #0# gold!"
- },
- {
- "id": 506,
- "name": "POPUP_NUEVO_DIARIO_GANADO_HEROE",
- "text": "You won a hero!"
- },
- {
- "id": 507,
- "name": "POPUP_JUGADOR_HOY",
- "text": "Today at #0#:#1#"
- },
- {
- "id": 508,
- "name": "POPUP_JUGADOR_AYER",
- "text": "Yesterday at #0#:#1#"
- },
- {
- "id": 509,
- "name": "POPUP_JUGADOR_HACE",
- "text": "#0# days ago"
- },
- {
- "id": 510,
- "name": "POPUP_JUGADOR_NUNCA",
- "text": "n\/a"
- },
- {
- "id": 511,
- "name": "POPUP_RAZA_TITULO_CIUDAD",
- "text": "SELECT TOWN"
- },
- {
- "id": 512,
- "name": "POPUP_RAZA_NIVEL_TROLL",
- "text": "\nYou have to reach level #0# to unlock the Troll Race."
- },
- {
- "id": 513,
- "name": "POPUP_RECLUTAMIENTO_RECOMPENSA",
- "text": "Get reward"
- },
- {
- "id": 514,
- "name": "POPUP_RECLUTAMIENTO_RECLUTAS_LISTOS",
- "text": "All your new recruits are ready! Get your reward!"
- },
- {
- "id": 515,
- "name": "POPUP_RECLUTAMIENTO_RECLUTA",
- "text": "Recruit!"
- },
- {
- "id": 516,
- "name": "POPUP_RECLUTAMIENTO_INVITA_AMIGOS",
- "text": "Invite 3 new friends and get Special Units for free!"
- },
- {
- "id": 517,
- "name": "POPUP_RECLUTAMIENTO_AMIGO",
- "text": "Get a friend!"
- },
- {
- "id": 518,
- "name": "POPUP_RECLUTAMIENTO_ALDEANO",
- "text": "Villager"
- },
- {
- "id": 519,
- "name": "POPUP_RESURRECCION_TITULO",
- "text": "Heroes' Graveyard"
- },
- {
- "id": 520,
- "name": "POPUP_RESURRECCION_DESCRIPCION",
- "text": "This building allows you to revive your dead heroes"
- },
- {
- "id": 521,
- "name": "POPUP_RESURRECCION_RESUCITAR",
- "text": "Resurrect"
- },
- {
- "id": 522,
- "name": "POPUP_EDIFICIO_ALIADOS",
- "text": "Get allies"
- },
- {
- "id": 523,
- "name": "POPUP_EDIFICIO_REFUERZOS",
- "text": "All your allies are ready! Get your reinforcements!"
- },
- {
- "id": 524,
- "name": "POPUP_EDIFICIO_ABRIR",
- "text": "Open Building"
- },
- {
- "id": 525,
- "name": "POPUP_EDIFICIO_PERSONAL",
- "text": "All your staff is ready! You can now open your #0#!"
- },
- {
- "id": 526,
- "name": "POPUP_EDIFICIO_CONTRATAR",
- "text": "Hire Friends"
- },
- {
- "id": 527,
- "name": "POPUP_EDIFICIO_TROPAS_ALIADAS",
- "text": "This building needs to be filled with troops of your allies."
- },
- {
- "id": 528,
- "name": "POPUP_EDIFICIO_CONTRATAR_AMIGOS",
- "text": "Hire your friends to work in your #0#."
- },
- {
- "id": 529,
- "name": "POPUP_FEED_COMPLETADO",
- "text": "Completed!"
- },
- {
- "id": 530,
- "name": "POPUP_FEED_RECOMPENSA",
- "text": "Get rewards!"
- },
- {
- "id": 531,
- "name": "POPUP_TESORO_TITULO",
- "text": "Next enemy camp"
- },
- {
- "id": 532,
- "name": "POPUP_TESORO_DESCRIPCION",
- "text": "There have been spotted more enemies in the surroundings. They should arrive at your kingdom in 4 hours"
- },
- {
- "id": 533,
- "name": "POPUP_UNLOCK",
- "text": "Do you want to unlock #0# early?"
- },
- {
- "id": 534,
- "name": "POPUP_UNLOCK_LBLUNLOCK",
- "text": "Cost to unlock:"
- },
- {
- "id": 535,
- "name": "POPUP_METEO_PRADERA",
- "text": "Grassy Meadows"
- },
- {
- "id": 536,
- "name": "POPUP_METEO_DESIERTO",
- "text": "Sunny Desert"
- },
- {
- "id": 537,
- "name": "POPUP_METEO_ESTEPA",
- "text": "Snowy Plains"
- },
- {
- "id": 538,
- "name": "POPUP_METEO_MONTANYA",
- "text": "Rocky Mountains"
- },
- {
- "id": 539,
- "name": "POPUP_METEO_JUNGLA",
- "text": "Lush Jungle"
- },
- {
- "id": 540,
- "name": "POPUP_GRIMORIO_PAGINA",
- "text": "page #0# \/ #1#"
- },
- {
- "id": 541,
- "name": "POPUP_TUTORIAL_PAGINA",
- "text": "#0# of #1#"
- },
- {
- "id": 542,
- "name": "QUEST_DESIERTO",
- "text": "Desert Mission"
- },
- {
- "id": 543,
- "name": "QUEST_ARTICO",
- "text": "Arctic Mission"
- },
- {
- "id": 544,
- "name": "QUEST_GUSANO",
- "text": "Rockdriller Mission"
- },
- {
- "id": 545,
- "name": "QUEST_MISTERIOSA",
- "text": "Mysterious Island"
- },
- {
- "id": 546,
- "name": "QUEST_DESCONOCIDA",
- "text": "Unknown Island"
- },
- {
- "id": 547,
- "name": "QUEST_NO_DESCUBIERTA",
- "text": "Undiscovered Island"
- },
- {
- "id": 548,
- "name": "QUEST_EMERGENTE",
- "text": "Emergent Island"
- },
- {
- "id": 549,
- "name": "QUEST_BARCO",
- "text": "SHIP"
- },
- {
- "id": 550,
- "name": "QUEST_ZEPPELIN",
- "text": "ZEPPELIN"
- },
- {
- "id": 551,
- "name": "QUEST_MOLINO",
- "text": "Burning Mill"
- },
- {
- "id": 552,
- "name": "QUEST_CURANDEROS",
- "text": "Captive Healers"
- },
- {
- "id": 553,
- "name": "QUEST_ANIMALES",
- "text": "Caged Animals"
- },
- {
- "id": 554,
- "name": "QUEST_ESQUELETOS",
- "text": "Skeleton Menace"
- },
- {
- "id": 555,
- "name": "QUEST_CHINOS",
- "text": "Chinese Island"
- },
- {
- "id": 556,
- "name": "QUEST_AZTECAS",
- "text": "Aztec Island"
- },
- {
- "id": 557,
- "name": "QUEST_HUMANOS",
- "text": "Humans Island"
- },
- {
- "id": 558,
- "name": "QUEST_HEROES",
- "text": "Heroes Island"
- },
- {
- "id": 559,
- "name": "QUEST_MITICA",
- "text": "Mythical Island"
- },
- {
- "id": 560,
- "name": "QUEST_NUBLADA",
- "text": "Misty Island"
- },
- {
- "id": 561,
- "name": "QUEST_DUNAS",
- "text": "Dune Island"
- },
- {
- "id": 562,
- "name": "QUEST_NIDO",
- "text": "Nest Island"
- },
- {
- "id": 563,
- "name": "QUEST_PELIGROSA",
- "text": "Dangerous Island"
- },
- {
- "id": 564,
- "name": "QUEST_GOLEM_GEMAS",
- "text": "Gems to activate"
- },
- {
- "id": 565,
- "name": "QUEST_GUSANO_BRASEROS",
- "text": "#0# braziers to activate"
- },
- {
- "id": 566,
- "name": "QUEST_YETI_LLAVES",
- "text": "Keys to activate"
- },
- {
- "id": 567,
- "name": "QUEST_YETI_FALTAN",
- "text": "#0# keys left"
- },
- {
- "id": 568,
- "name": "QUEST_CIVILIZACION_ENEMIGOS",
- "text": "Enemy targets left"
- },
- {
- "id": 569,
- "name": "QUEST_CIVILIZACION_HQ_SINGULAR",
- "text": "1 Town Hall"
- },
- {
- "id": 570,
- "name": "QUEST_CIVILIZACION_HQ_PLURAL",
- "text": "#0# Town Halls"
- },
- {
- "id": 571,
- "name": "QUEST_HEROES_VIVOS_SINGULAR",
- "text": "1 hero alive"
- },
- {
- "id": 572,
- "name": "QUEST_HEROES_VIVOS_PLURAL",
- "text": "#0# heroes alive"
- },
- {
- "id": 573,
- "name": "QUEST_TROLLS_VIVOS",
- "text": "Alive trolls"
- },
- {
- "id": 574,
- "name": "QUEST_TROLLS_VIVOS_SINGULAR",
- "text": "1 troll alive"
- },
- {
- "id": 575,
- "name": "QUEST_TROLLS_VIVOS_PLURAL",
- "text": "#0# trolls alive"
- },
- {
- "id": 576,
- "name": "QUEST_ESQUELETOS_VIVOS",
- "text": "Remaining skeletons"
- },
- {
- "id": 577,
- "name": "QUEST_ESQUELETOS_VIVOS_SINGULAR",
- "text": "1 skeleton remaining"
- },
- {
- "id": 578,
- "name": "QUEST_ESQUELETOS_VIVOS_PLURAL",
- "text": "#0# skeletons remaining"
- },
- {
- "id": 579,
- "name": "QUEST_BARCO_REQUISITO",
- "text": "Level #0# required to access this zone"
- },
- {
- "id": 580,
- "name": "ASALTO_REFUERZOS_TITULO",
- "text": "Reinforcements arrive!"
- },
- {
- "id": 581,
- "name": "ASALTO_REFUERZOS_DESCRIPCION",
- "text": "Reinforcements are coming to your town to help you defeat your enemies.\nWait for them and rescue the princess!"
- },
- {
- "id": 582,
- "name": "ASALTO_CAPITAN_H_ASEDIO_1",
- "text": "Siege engines! Attack!"
- },
- {
- "id": 583,
- "name": "ASALTO_CAPITAN_T_ASEDIO_1",
- "text": "Machinez, GO!"
- },
- {
- "id": 584,
- "name": "ASALTO_CAPITAN_H_ASEDIO_2",
- "text": "First squad! Attack!"
- },
- {
- "id": 585,
- "name": "ASALTO_CAPITAN_T_ASEDIO_2",
- "text": "You group, Attack!"
- },
- {
- "id": 586,
- "name": "ASALTO_CAPITAN_H_ASEDIO_3",
- "text": "Second squad! Attack!"
- },
- {
- "id": 587,
- "name": "ASALTO_CAPITAN_T_ASEDIO_3",
- "text": "Iz 'ur tourn, Kill 'em all!"
- },
- {
- "id": 588,
- "name": "ASALTO_CAPITAN_H_RETIRADA",
- "text": "Retreat!"
- },
- {
- "id": 589,
- "name": "ASALTO_CAPITAN_T_RETIRADA",
- "text": "We lozin', we back!"
- },
- {
- "id": 590,
- "name": "ASALTO_CAPITAN_H_MASTODONTES",
- "text": "You go now, NO MERCY!!"
- },
- {
- "id": 591,
- "name": "ASALTO_CAPITAN_T_MASTODONTES",
- "text": "GO ON MORE BIG BOY'z!"
- },
- {
- "id": 592,
- "name": "ASALTO_CAPITAN_H_PREPARADOS_1",
- "text": "Everybody prepared!"
- },
- {
- "id": 593,
- "name": "ASALTO_CAPITAN_T_PREPARADOS_1",
- "text": "U ready cabbageheadz?"
- },
- {
- "id": 594,
- "name": "ASALTO_CAPITAN_H_PREPARADOS_2",
- "text": "Get ready!"
- },
- {
- "id": 595,
- "name": "ASALTO_CAPITAN_T_PREPARADOS_2",
- "text": "Zmell'em, they Afraid!"
- },
- {
- "id": 596,
- "name": "ASALTO_ALDEANO_H_1",
- "text": "THEY ARE COMING! HELP! HELP!"
- },
- {
- "id": 597,
- "name": "ASALTO_ALDEANO_H_2",
- "text": "PLEASE, HURRY UP!"
- },
- {
- "id": 598,
- "name": "ASALTO_ALDEANO_H_3",
- "text": "BE READY FOR THE BATTLE!"
- },
- {
- "id": 599,
- "name": "ASALTO_ALDEANO_H_4",
- "text": "HELP, HELP!"
- },
- {
- "id": 600,
- "name": "ASALTO_ALDEANO_T_1",
- "text": "LOTZ OF 'EM"
- },
- {
- "id": 601,
- "name": "ASALTO_ALDEANO_T_2",
- "text": "HELP POOR TROLL, HELP"
- },
- {
- "id": 602,
- "name": "ASALTO_ALDEANO_T_3",
- "text": "WAR IZ COMIN"
- },
- {
- "id": 603,
- "name": "ASALTO_ALDEANO_T_4",
- "text": "HELP, HELP!"
- },
- {
- "id": 604,
- "name": "ASALTO_CARRO_DESPEDIDA",
- "text": "Glad to help you!"
- },
- {
- "id": 605,
- "name": "AUX_OK",
- "text": "OK"
- },
- {
- "id": 606,
- "name": "AUX_SKIP",
- "text": "Skip"
- },
- {
- "id": 607,
- "name": "AUX_COMPRAR",
- "text": "Buy"
- },
- {
- "id": 608,
- "name": "AUX_VENDER",
- "text": "sell"
- },
- {
- "id": 609,
- "name": "AUX_COMPARTIR",
- "text": "Share!"
- },
- {
- "id": 610,
- "name": "AUX_SI",
- "text": "YES"
- },
- {
- "id": 611,
- "name": "AUX_NO",
- "text": "NO"
- },
- {
- "id": 612,
- "name": "AUX_GUARDAR",
- "text": "Save"
- },
- {
- "id": 613,
- "name": "AUX_CANCELAR",
- "text": "Cancel"
- },
- {
- "id": 614,
- "name": "POPUP_NOMBRE_TITULO",
- "text": "NAME YOUR EMPIRE"
- },
- {
- "id": 615,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_1",
- "text": "1x Elephant Rider: Stomp your enemies and daze them with the powerful Elephant Rider!"
- },
- {
- "id": 616,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_2",
- "text": "2x Vikings: Smash your foes with this legendary Vikings!"
- },
- {
- "id": 617,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_3",
- "text": "2x Monks: Convert enemy units into yours with the Monks!"
- },
- {
- "id": 618,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_4",
- "text": "1x Thor: Strike your foes with the power of thunder!"
- },
- {
- "id": 619,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_5",
- "text": "1x Mobile Tower: Bring the power of a tower wherever you want!"
- },
- {
- "id": 620,
- "name": "POPUP_AYUDA_AMIGO",
- "text": "Wants to help you!"
- },
- {
- "id": 621,
- "name": "POPUP_MISION_TITULO",
- "text": "Goal INFO"
- },
- {
- "id": 622,
- "name": "AUX_REPETIR",
- "text": "repeat #0# times"
- },
- {
- "id": 623,
- "name": "AUX_AYUDA",
- "text": "HELP!"
- },
- {
- "id": 624,
- "name": "AUX_OBJETIVOS",
- "text": "Goals"
- },
- {
- "id": 625,
- "name": "POPUP_MISION_OTORGA_RECOMPENSA",
- "text": "MISSION #0# COMPLETED! #1# gold reward"
- },
- {
- "id": 626,
- "name": "POPUP_MOTIVACION_TITULO_INTRO",
- "text": "Welcome to Social Empires"
- },
- {
- "id": 627,
- "name": "POPUP_MOTIVACION_CUERPO_INTRO",
- "text": "Welcome to the best adventure in Facebook!\nIn Social Empires you will have to..."
- },
- {
- "id": 628,
- "name": "POPUP_MOTIVACION_PIE_INTRO",
- "text": "Good Luck!"
- },
- {
- "id": 629,
- "name": "POPUP_MOTIVACION_MENSAJE_1",
- "text": "Build your Kingdom"
- },
- {
- "id": 630,
- "name": "POPUP_MOTIVACION_MENSAJE_2",
- "text": "Defeat your Enemies!"
- },
- {
- "id": 631,
- "name": "POPUP_MOTIVACION_MENSAJE_3",
- "text": "Save your Princess!"
- },
- {
- "id": 632,
- "name": "POPUP_MOTIVACION_TITULO_OUTRO",
- "text": "Good Job!"
- },
- {
- "id": 633,
- "name": "POPUP_MOTIVACION_CUERPO_OUTRO",
- "text": "In order to advance it is very important to follow King Arthur's Goals"
- },
- {
- "id": 634,
- "name": "POPUP_MOTIVACION_PIE_OUTRO",
- "text": "Keep it up!\nYou will soon be rescuing your Princess!"
- },
- {
- "id": 635,
- "name": "POPUP_MISION_NUEVA_MISION",
- "text": "New Mission!"
- },
- {
- "id": 636,
- "name": "POPUP_MISION_OBTEN_RECOMPENSA",
- "text": "Get Reward!"
- },
- {
- "id": 637,
- "name": "POPUP_MISION_OBTEN_RECOMPENSA_AHORA",
- "text": "Get Reward Now!"
- },
- {
- "id": 638,
- "name": "AUX_MAS_INFO",
- "text": "+INFO"
- },
- {
- "id": 639,
- "name": "AUX_NUEVO",
- "text": "NEW"
- },
- {
- "id": 640,
- "name": "POPUP_ATAQUE_TITULO",
- "text": "Battle Results"
- },
- {
- "id": 641,
- "name": "POPUP_ATAQUE_PIE",
- "text": "(showing only last 10 attacks)"
- },
- {
- "id": 642,
- "name": "POPUP_ATAQUE_FECHA",
- "text": "Date"
- },
- {
- "id": 643,
- "name": "POPUP_ATAQUE_OPONENTE",
- "text": "Opponent"
- },
- {
- "id": 644,
- "name": "POPUP_ATAQUE_RESULTADO",
- "text": "Result"
- },
- {
- "id": 645,
- "name": "POPUP_ATAQUE_ORO",
- "text": "Gold"
- },
- {
- "id": 646,
- "name": "POPUP_ATAQUE_INFORME_TITULO",
- "text": "Attacked!"
- },
- {
- "id": 647,
- "name": "POPUP_ATAQUE_INFORME_CUERPO",
- "text": "Someone attacked your empire while you where out!"
- },
- {
- "id": 648,
- "name": "POPUP_ATAQUE_INFORME_PIE",
- "text": "Check the results and avenge yourself!"
- },
- {
- "id": 649,
- "name": "POPUP_ATAQUE_ACABADO_TITULO",
- "text": "Battle Result"
- },
- {
- "id": 650,
- "name": "POPUP_ATAQUE_ACABADO_UNIDADES_VIVAS",
- "text": "Units Alive"
- },
- {
- "id": 651,
- "name": "POPUP_ATAQUE_ACABADO_UNIDADES_MUERTAS",
- "text": "Units Dead"
- },
- {
- "id": 652,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS",
- "text": "Results"
- },
- {
- "id": 653,
- "name": "POPUP_ATAQUE_ACABADO_TU_EJERCITO",
- "text": "Your Army"
- },
- {
- "id": 654,
- "name": "POPUP_ATAQUE_ACABADO_SU_EJERCITO",
- "text": "Enemy Army"
- },
- {
- "id": 655,
- "name": "POPUP_ATAQUE_ACABADO_TUS_PERDIDAS",
- "text": "Your units lost"
- },
- {
- "id": 656,
- "name": "POPUP_ATAQUE_ACABADO_SIN_BAJAS",
- "text": "- No units lost -"
- },
- {
- "id": 657,
- "name": "POPUP_ATAQUE_ACABADO_GANANCIAS",
- "text": "You won:"
- },
- {
- "id": 658,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_BUENA",
- "text": "Good Battle! Destroy the Town Hall to win!"
- },
- {
- "id": 659,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PERDIDAS",
- "text": "You are losing a lot of units!"
- },
- {
- "id": 660,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_GANAS",
- "text": "You win!"
- },
- {
- "id": 661,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PIERDES",
- "text": "You lost!"
- },
- {
- "id": 662,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_DEFENDISTE",
- "text": "Your defense resisted!"
- },
- {
- "id": 663,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_CAISTE",
- "text": "Your defense has fallen!"
- },
- {
- "id": 664,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PACIFISTA",
- "text": "You haven't killed anyone yet"
- },
- {
- "id": 665,
- "name": "POPUP_ATAQUE_ACABADO_ENHORABUENA",
- "text": "Congratulations! Share it with your friends!"
- },
- {
- "id": 666,
- "name": "POPUP_ATAQUE_ACABADO_CONDOLENCIAS",
- "text": "Sorry! Try it another time!"
- },
- {
- "id": 667,
- "name": "POPUP_ATAQUE_ACABADO_ACABAR",
- "text": "Do you want to quit the battle?"
- },
- {
- "id": 668,
- "name": "POPUP_ATAQUE_GUARDANDO",
- "text": "Saving Results ..."
- },
- {
- "id": 669,
- "name": "AUX_ATACANTE",
- "text": "Attacker"
- },
- {
- "id": 670,
- "name": "AUX_DEFENSOR",
- "text": "Defender"
- },
- {
- "id": 671,
- "name": "AUX_MUNDO_ENEMIGO",
- "text": "Go to Enemy's World"
- },
- {
- "id": 672,
- "name": "POPUP_OPCIONES_BATALLA_TITULO",
- "text": "OPTIONS"
- },
- {
- "id": 673,
- "name": "POPUP_OPCIONES_BATALLA_EJERCITO",
- "text": "My Army"
- },
- {
- "id": 674,
- "name": "POPUP_OPCIONES_BATALLA_ESTRATEGIA",
- "text": "My Defensive Strategy"
- },
- {
- "id": 675,
- "name": "POPUP_OPCIONES_BATALLA_CABECERA",
- "text": "Select Your Defensive Strategy to defend your empire from other player attacks."
- },
- {
- "id": 676,
- "name": "POPUP_OPCIONES_BATALLA_DEFENSIVA",
- "text": "Defensive"
- },
- {
- "id": 677,
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA",
- "text": "Mid Defensive"
- },
- {
- "id": 678,
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA",
- "text": "Mid Aggressive"
- },
- {
- "id": 679,
- "name": "POPUP_OPCIONES_BATALLA_AGRESIVA",
- "text": "Aggressive"
- },
- {
- "id": 680,
- "name": "POPUP_OPCIONES_BATALLA_DEFENSIVA_DESCRIPCION",
- "text": "All your units will hold position until approached. They will stop chasing the enemy and return to their original position in a while after the clash."
- },
- {
- "id": 681,
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA_DESCRIPCION",
- "text": "All your units will hold position until a siege engine hits, then all ranged units will go and crush it."
- },
- {
- "id": 682,
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA_DESCRIPCION",
- "text": "All your units will hold positions until the enemy hits. Then part of your army that equals to the enemy troops will go and chase them."
- },
- {
- "id": 683,
- "name": "POPUP_OPCIONES_BATALLA_AGRESIVA_DESCRIPCION",
- "text": "All your units will attack the siege engines right from the start and will return to the empire only when all are destroyed."
- },
- {
- "id": 684,
- "name": "POPUP_OPCIONES_BATALLA_UNIDADES",
- "text": "Units"
- },
- {
- "id": 685,
- "name": "POPUP_EDIFICIO_COMPARTE_AMIGOS",
- "text": "Share your new item with your friends!"
- },
- {
- "id": 686,
- "name": "AUX_ENHORABUENA",
- "text": "Congratulations!"
- },
- {
- "id": 687,
- "name": "AUX_INTERCAMBIAR",
- "text": "EXCHANGE"
- },
- {
- "id": 688,
- "name": "POPUP_COMPRAR_ORO_TITULO",
- "text": "SOCIAL EMPIRES BANK"
- },
- {
- "id": 689,
- "name": "POPUP_COMPRAR_ORO_CABECERA",
- "text": "Exchange your cash for gold!"
- },
- {
- "id": 690,
- "name": "AUX_COMPRAR_CASH",
- "text": "Buy with cash"
- },
- {
- "id": 691,
- "name": "POPUP_COMPRAR_MANA_TITULO",
- "text": "Wizard's Resources Bank"
- },
- {
- "id": 692,
- "name": "POPUP_COMPRAR_MANA_CABECERA",
- "text": "Get some mana\nto unleash your power!"
- },
- {
- "id": 693,
- "name": "POPUP_COLECCION_COMPARTE_AMIGOS",
- "text": "Share your new gift with your friends!"
- },
- {
- "id": 694,
- "name": "POPUP_COLECCIONES_TITULO",
- "text": "Collections"
- },
- {
- "id": 695,
- "name": "POPUP_COLECCIONES_RECLAMAR_RECOMPENSA",
- "text": "Claim reward"
- },
- {
- "id": 696,
- "name": "POPUP_COLECCIONES_COMPLETAR_POR",
- "text": "Complete for"
- },
- {
- "id": 697,
- "name": "AUX_COLECCION",
- "text": "Collection"
- },
- {
- "id": 698,
- "name": "AUX_COMPLETADO",
- "text": "COMPLETED!"
- },
- {
- "id": 699,
- "name": "POPUP_CAMPAMENTO_TITULO",
- "text": "All enemies defeated!"
- },
- {
- "id": 700,
- "name": "POPUP_CAMPAMENTO_CABECERA_1",
- "text": "You have beaten all"
- },
- {
- "id": 701,
- "name": "POPUP_CAMPAMENTO_CABECERA_2",
- "text": "ENEMIES!"
- },
- {
- "id": 702,
- "name": "POPUP_CAMPAMENTO_PIE_PRINCESA",
- "text": "Now save your PRINCESS!\nClick on her!"
- },
- {
- "id": 703,
- "name": "POPUP_CAMPAMENTO_PIE_ARQUEROS",
- "text": "Now save the ARCHERS!\nClick on them!"
- },
- {
- "id": 704,
- "name": "POPUP_CAMPAMENTO_PIE_SOLDADOS",
- "text": "Now rescue your SOLDIERS!\nClick on them!"
- },
- {
- "id": 705,
- "name": "POPUP_CAMPAMENTO_PIE_TESORO",
- "text": "Now go for the TREASURE!\nClick on it!"
- },
- {
- "id": 706,
- "name": "POPUP_CAMPAMENTO_PIE_ALDEANOS",
- "text": "Now rescue your VILLAGERS!\nClick on them!"
- },
- {
- "id": 707,
- "name": "POPUP_CAMPAMENTO_PIE_TROLL",
- "text": "Now liberate the TROLL!\nClick on him!"
- },
- {
- "id": 708,
- "name": "POPUP_CAMPAMENTO_PIE_PRINCIPE",
- "text": "Now rescue your PRINCE!\nClick on him!"
- },
- {
- "id": 709,
- "name": "POPUP_CAMPAMENTO_PIE_FUEGO",
- "text": "Now extinguish the FIRE!\nClick on it!"
- },
- {
- "id": 710,
- "name": "POPUP_CAMPAMENTO_PIE_CURANDEROS",
- "text": "Now rescue your HEALERS!\nClick on them!"
- },
- {
- "id": 711,
- "name": "POPUP_CAMPAMENTO_PIE_PIEDRA",
- "text": "Now get the STONE!\nClick on it!"
- },
- {
- "id": 712,
- "name": "POPUP_CAMPAMENTO_PIE_ALIADOS",
- "text": "Now rescue your ALLIES!\nClick on them!"
- },
- {
- "id": 713,
- "name": "POPUP_CAMPAMENTO_PIE_ANIMALES",
- "text": "Now rescue the ANIMALS!\nClick on the cages!"
- },
- {
- "id": 714,
- "name": "POPUP_CAMPAMENTO_PIE_ASEDIO",
- "text": "Now rescue the SIEGE!\nClick on them!"
- },
- {
- "id": 715,
- "name": "POPUP_CAMPAMENTO_PIE_ESTATUA",
- "text": "Now destroy the SKELETONS!\nClick on the statue!"
- },
- {
- "id": 716,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA",
- "text": "Princess Kidnapped!"
- },
- {
- "id": 717,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS",
- "text": "Archers in danger!"
- },
- {
- "id": 718,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS",
- "text": "Soldiers kidnapped!"
- },
- {
- "id": 719,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TESORO",
- "text": "A Treasure Appeared!"
- },
- {
- "id": 720,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS",
- "text": "Villagers missing!"
- },
- {
- "id": 721,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TROLL",
- "text": "Chained Troll!"
- },
- {
- "id": 722,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE",
- "text": "Prince kidnapped!"
- },
- {
- "id": 723,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_FUEGO",
- "text": "Mill in flames!"
- },
- {
- "id": 724,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS",
- "text": "Captive Healers!"
- },
- {
- "id": 725,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA",
- "text": "Stone Mines!"
- },
- {
- "id": 726,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS",
- "text": "Captured Allies!"
- },
- {
- "id": 727,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES",
- "text": "Captured animals!"
- },
- {
- "id": 728,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO",
- "text": "Captured Siege!"
- },
- {
- "id": 729,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA",
- "text": "Creepy statues!"
- },
- {
- "id": 730,
- "name": "POPUP_MISION_CAMPAMENTO_C1_PRINCESA",
- "text": "The enemies kidnapped your"
- },
- {
- "id": 731,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ARQUEROS",
- "text": "The enemies have tied a group of"
- },
- {
- "id": 732,
- "name": "POPUP_MISION_CAMPAMENTO_C1_SOLDADOS",
- "text": "The enemies have taken some of your"
- },
- {
- "id": 733,
- "name": "POPUP_MISION_CAMPAMENTO_C1_TESORO",
- "text": "Suddenly appeared a"
- },
- {
- "id": 734,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ALDEANOS",
- "text": "The enemies have taken your"
- },
- {
- "id": 735,
- "name": "POPUP_MISION_CAMPAMENTO_C1_TROLL",
- "text": "It has been spotted a prisoner"
- },
- {
- "id": 736,
- "name": "POPUP_MISION_CAMPAMENTO_C1_PRINCIPE",
- "text": "The trolls have taken hostage"
- },
- {
- "id": 737,
- "name": "POPUP_MISION_CAMPAMENTO_C1_FUEGO",
- "text": "The trolls are burning a"
- },
- {
- "id": 738,
- "name": "POPUP_MISION_CAMPAMENTO_C1_CURANDEROS",
- "text": "The trolls have captured"
- },
- {
- "id": 739,
- "name": "POPUP_MISION_CAMPAMENTO_C1_PIEDRA",
- "text": "The enemies are protecting some"
- },
- {
- "id": 740,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ALIADOS",
- "text": "The enemies have captured some"
- },
- {
- "id": 741,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ANIMALES",
- "text": "There are some mysterious"
- },
- {
- "id": 742,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ASEDIO",
- "text": "The enemies have chained"
- },
- {
- "id": 743,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ESTATUA",
- "text": "There are some creepy"
- },
- {
- "id": 744,
- "name": "POPUP_MISION_CAMPAMENTO_C2_PRINCESA",
- "text": "PRINCESS!"
- },
- {
- "id": 745,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ARQUEROS",
- "text": "ARCHERS!"
- },
- {
- "id": 746,
- "name": "POPUP_MISION_CAMPAMENTO_C2_SOLDADOS",
- "text": "SOLDIERS!"
- },
- {
- "id": 747,
- "name": "POPUP_MISION_CAMPAMENTO_C2_TESORO",
- "text": "TREASURE!"
- },
- {
- "id": 748,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ALDEANOS",
- "text": "VILLAGERS!"
- },
- {
- "id": 749,
- "name": "POPUP_MISION_CAMPAMENTO_C2_TROLL",
- "text": "TROLL!"
- },
- {
- "id": 750,
- "name": "POPUP_MISION_CAMPAMENTO_C2_PRINCIPE",
- "text": "PRINCE ARTHUR!"
- },
- {
- "id": 751,
- "name": "POPUP_MISION_CAMPAMENTO_C2_FUEGO",
- "text": "MILL!"
- },
- {
- "id": 752,
- "name": "POPUP_MISION_CAMPAMENTO_C2_CURANDEROS",
- "text": "HEALERS!"
- },
- {
- "id": 753,
- "name": "POPUP_MISION_CAMPAMENTO_C2_PIEDRA",
- "text": "STONE MINES!"
- },
- {
- "id": 754,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ALIADOS",
- "text": "ALLIES!"
- },
- {
- "id": 755,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ANIMALES",
- "text": "ANIMAL CAGES!"
- },
- {
- "id": 756,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ASEDIO",
- "text": "SIEGE MACHINES!"
- },
- {
- "id": 757,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ESTATUA",
- "text": "SKELETON STATUES!"
- },
- {
- "id": 758,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCESA",
- "text": "Slay all the enemies to rescue her!"
- },
- {
- "id": 759,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS",
- "text": "Help them by defeating the enemies!"
- },
- {
- "id": 760,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS",
- "text": "Hurry up or the enemies will kill them!"
- },
- {
- "id": 761,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TESORO",
- "text": "Defeat all the enemies to get it!"
- },
- {
- "id": 762,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS",
- "text": "Save them from the enemies!"
- },
- {
- "id": 763,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TROLL",
- "text": "Help him obtain his freedom!"
- },
- {
- "id": 764,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE",
- "text": "Slay the trolls and rescue Prince Arthur!"
- },
- {
- "id": 765,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_FUEGO",
- "text": "Get water from the wells to\nextinguish the fire!"
- },
- {
- "id": 766,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS",
- "text": "Save them from the trolls!"
- },
- {
- "id": 767,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PIEDRA",
- "text": "Slay the enemies to reclaim the stone!"
- },
- {
- "id": 768,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALIADOS",
- "text": "Help them to escape the enemies!"
- },
- {
- "id": 769,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ANIMALES",
- "text": "Slay the trolls to open them!"
- },
- {
- "id": 770,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ASEDIO",
- "text": "Recover them from the enemies!"
- },
- {
- "id": 771,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ESTATUA",
- "text": "Go to investigate them!"
- },
- {
- "id": 772,
- "name": "POPUP_EXPANSION_CABECERA_1",
- "text": "Your empire has"
- },
- {
- "id": 773,
- "name": "POPUP_EXPANSION_CABECERA_2",
- "text": "GROWN!"
- },
- {
- "id": 774,
- "name": "POPUP_EXPANSION_PIE",
- "text": "Share your expansion with your friends !"
- },
- {
- "id": 775,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCESA",
- "text": "Princess Rescued!"
- },
- {
- "id": 776,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ARQUEROS",
- "text": "Archers rescued!"
- },
- {
- "id": 777,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_SOLDADOS",
- "text": "Soldiers rescued!"
- },
- {
- "id": 778,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_TESORO",
- "text": "Treasure Found!"
- },
- {
- "id": 779,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALDEANOS",
- "text": "Villagers rescued!"
- },
- {
- "id": 780,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_TROLL",
- "text": "Troll rescued!"
- },
- {
- "id": 781,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCIPE",
- "text": "Prince rescued!"
- },
- {
- "id": 782,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_FUEGO",
- "text": "Mill saved!"
- },
- {
- "id": 783,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_CURANDEROS",
- "text": "Healers rescued!"
- },
- {
- "id": 784,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PIEDRA",
- "text": "Stone acquired!"
- },
- {
- "id": 785,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALIADOS",
- "text": "Allies Rescued!"
- },
- {
- "id": 786,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ANIMALES",
- "text": "Animals uncaged!"
- },
- {
- "id": 787,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ASEDIO",
- "text": "Siege retrieved!"
- },
- {
- "id": 788,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ESTATUA",
- "text": "Statues explored!"
- },
- {
- "id": 789,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_EL",
- "text": "You have rescued the"
- },
- {
- "id": 790,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_ENCUENTRAS_EL",
- "text": "You have found the"
- },
- {
- "id": 791,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS",
- "text": "You have rescued"
- },
- {
- "id": 792,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_SALVAS",
- "text": "You have saved the"
- },
- {
- "id": 793,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_TU",
- "text": "You have rescued your"
- },
- {
- "id": 794,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RECUPERAS",
- "text": "You have recovered the"
- },
- {
- "id": 795,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_DERROTADO",
- "text": "You have defeated the"
- },
- {
- "id": 796,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_PIEDRA",
- "text": "You have obtained stone from"
- },
- {
- "id": 797,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCESA",
- "text": "She joins your army to fight with you!"
- },
- {
- "id": 798,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ARQUEROS",
- "text": "They are really grateful and join your army!"
- },
- {
- "id": 799,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_SOLDADOS",
- "text": "Now they will join your army!"
- },
- {
- "id": 800,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_TESORO",
- "text": "Share it with your friends!"
- },
- {
- "id": 801,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ALDEANOS",
- "text": "They will work hard for you!"
- },
- {
- "id": 802,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_TROLL",
- "text": "He is so grateful that joins your army!"
- },
- {
- "id": 803,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCIPE",
- "text": "He will join your ranks and fight for you!"
- },
- {
- "id": 804,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_FUEGO",
- "text": "Share it with your friends!"
- },
- {
- "id": 805,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_CURANDEROS",
- "text": "Share it with your friends!"
- },
- {
- "id": 806,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PIEDRA",
- "text": "Share it with your friends!"
- },
- {
- "id": 807,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ALIADOS",
- "text": "Share it with your friends!"
- },
- {
- "id": 808,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ANIMALES",
- "text": "Share it with your friends!"
- },
- {
- "id": 809,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ASEDIO",
- "text": "Share it with your friends!"
- },
- {
- "id": 810,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ESTATUA",
- "text": "Share it with your friends!"
- },
- {
- "id": 811,
- "name": "POPUP_HEROES_TITULO",
- "text": "Altar of Heroes"
- },
- {
- "id": 812,
- "name": "POPUP_HEROES_PIE",
- "text": "This building allows you to invoke powerful heroes"
- },
- {
- "id": 813,
- "name": "POPUP_HEROES_COMPRAR_HEROE",
- "text": "Get Hero!"
- },
- {
- "id": 814,
- "name": "POPUP_HURRY_UP_TITULO",
- "text": "WORK IN PROGRESS"
- },
- {
- "id": 815,
- "name": "POPUP_HURRY_UP_HEADER_2",
- "text": "You can take the following actions"
- },
- {
- "id": 816,
- "name": "POPUP_HURRY_UP_OPTION_1",
- "text": "Ask your friends to help you speed up"
- },
- {
- "id": 817,
- "name": "POPUP_HURRY_UP_OPTION_2",
- "text": "Pay to finish the work instantly"
- },
- {
- "id": 818,
- "name": "POPUP_HURRY_UP_OPTION_SEPARATOR",
- "text": "OR"
- },
- {
- "id": 819,
- "name": "POPUP_INSTALL_TITLE",
- "text": "Tutorial complete!"
- },
- {
- "id": 820,
- "name": "POPUP_LOST_TITLE_DISCOVERY",
- "text": "Discovery!"
- },
- {
- "id": 821,
- "name": "POPUP_LOST_HEADER_1",
- "text": "You have found a"
- },
- {
- "id": 822,
- "name": "POPUP_LOST_HEADER_1B",
- "text": "You have found an"
- },
- {
- "id": 823,
- "name": "POPUP_LOST_INJURED_COW",
- "text": "INJURED COW!"
- },
- {
- "id": 824,
- "name": "POPUP_LOST_COW_FOOTER",
- "text": "Tell your friends to adopt it!"
- },
- {
- "id": 825,
- "name": "POPUP_LOST_INJURED_SHEEP",
- "text": "INJURED SHEEP!"
- },
- {
- "id": 826,
- "name": "POPUP_LOST_SHEEP_FOOTER",
- "text": "Tell your friends to adopt it!"
- },
- {
- "id": 827,
- "name": "POPUP_LOST_LONELY_KNIGHT",
- "text": "LONELY KNIGHT!!"
- },
- {
- "id": 828,
- "name": "POPUP_LOST_LONELY_FOOTER",
- "text": "Tell your friends to \nadd him to their army!!"
- },
- {
- "id": 829,
- "name": "POPUP_LOST_TROJAN_HORSE",
- "text": "TROJAN HORSE!!!"
- },
- {
- "id": 830,
- "name": "POPUP_LOST_TROJAN_FOOTER",
- "text": "Give this present to \nsome of your friends!"
- },
- {
- "id": 831,
- "name": "POPUP_LOST_MYST_CRATE",
- "text": "MYSTERIOUS CRATE"
- },
- {
- "id": 832,
- "name": "POPUP_LOST_MYST_FOOTER",
- "text": "Share its contents \nwith your friends!"
- },
- {
- "id": 833,
- "name": "POPUP_LOST_BARREL",
- "text": "MEAD BARREL"
- },
- {
- "id": 834,
- "name": "POPUP_LOST_BARREL_FOOTER",
- "text": "Have some drinks with your friends!"
- },
- {
- "id": 835,
- "name": "POPUP_LOST_INJURED_TROLL",
- "text": "INJURED TROLL!"
- },
- {
- "id": 836,
- "name": "POPUP_LOST_TROLL_FOOTER",
- "text": "Tell your friends to adopt it!"
- },
- {
- "id": 837,
- "name": "POPUP_LOST_GOLDEN_TOTEM",
- "text": "GOLDEN TOTEM!"
- },
- {
- "id": 838,
- "name": "POPUP_LOST_TOTEM_FOOTER",
- "text": "Give this present to \nsome of your friends!"
- },
- {
- "id": 839,
- "name": "POPUP_MARKET_FOOTER",
- "text": "Trades left today:"
- },
- {
- "id": 840,
- "name": "POPUP_NEWS_TITLE",
- "text": "Daily News"
- },
- {
- "id": 841,
- "name": "POPUP_NEWS_SEC_HINTS",
- "text": "Hints & Tips:"
- },
- {
- "id": 842,
- "name": "POPUP_NEWS_SEC_LATEST",
- "text": "Latest News"
- },
- {
- "id": 843,
- "name": "POPUP_NEWS_SPECIAL_OFFERS",
- "text": "Specials Offers & Packs"
- },
- {
- "id": 844,
- "name": "POPUP_PROFILE_TITLE",
- "text": "Player Profile"
- },
- {
- "id": 845,
- "name": "POPUP_PROFILE_LBL_LEVEL",
- "text": "Level:"
- },
- {
- "id": 846,
- "name": "POPUP_PROFILE_LBL_RANK",
- "text": "Rank:"
- },
- {
- "id": 847,
- "name": "POPUP_PROFILE_LBL_EMPNAME",
- "text": "Empire's name:"
- },
- {
- "id": 848,
- "name": "POPUP_PROFILE_LBL_VICTORIAS",
- "text": "Victories:"
- },
- {
- "id": 849,
- "name": "POPUP_PROFILE_LBL_DERROTAS",
- "text": "\/ Defeats:"
- },
- {
- "id": 850,
- "name": "POPUP_PROFILE_LBL_LASTCONN",
- "text": "Last connected:"
- },
- {
- "id": 851,
- "name": "POPUP_PROFILE_LBL_COUNTRY",
- "text": "Country:"
- },
- {
- "id": 852,
- "name": "POPUP_PROFILE_LBL_HONOR",
- "text": "Honor Points:"
- },
- {
- "id": 853,
- "name": "POPUP_QUESTEND_TITLE",
- "text": "Mission result"
- },
- {
- "id": 854,
- "name": "POPUP_QUESTEND_HEADER_1",
- "text": "GOLD & XP COLLECTED"
- },
- {
- "id": 855,
- "name": "POPUP_QUESTEND_BUT_RESULTS",
- "text": "Results"
- },
- {
- "id": 856,
- "name": "POPUP_QUESTEND_BUT_USAVED",
- "text": "Your units lost"
- },
- {
- "id": 857,
- "name": "POPUP_QUESTEND_MESSAGE1_WIN",
- "text": "Congratulations! Share it with your friends!"
- },
- {
- "id": 858,
- "name": "POPUP_QUESTEND_MESSAGE1_LOSE",
- "text": "Sorry! Try it another time!"
- },
- {
- "id": 859,
- "name": "POPUP_QUESTEND_MESSAGE2",
- "text": "Do you want to finalize the battle?"
- },
- {
- "id": 860,
- "name": "POPUP_QUESTEND_CHECK_REWARD",
- "text": "Check your reward in the store!"
- },
- {
- "id": 861,
- "name": "POPUP_QUESTEND_GOLEM_DEFEATED",
- "text": "You defeated the Golem!"
- },
- {
- "id": 862,
- "name": "POPUP_QUESTEND_YETI_DEFEATED",
- "text": "You defeated the Yeti!"
- },
- {
- "id": 863,
- "name": "POPUP_QUESTEND_ROCKDRILLER_DEFEATED",
- "text": "You defeated the Rockdriller!"
- },
- {
- "id": 864,
- "name": "POPUP_QUESTEND_EGG_DEFEATED",
- "text": "You made someone angry! \nComing soon!"
- },
- {
- "id": 865,
- "name": "POPUP_QUESTEND_NO_CASUALTIES",
- "text": "- No units lost"
- },
- {
- "id": 866,
- "name": "POPUP_QUESTEND_WIN",
- "text": "You win!"
- },
- {
- "id": 867,
- "name": "POPUP_QUESTEND_LOSE",
- "text": "You haven't finished yet!"
- },
- {
- "id": 868,
- "name": "POPUP_QUESTEND_UNFINISHED",
- "text": "You haven't finished yet!"
- },
- {
- "id": 869,
- "name": "POPUP_RECOVER_TITLE",
- "text": "Field Hospital"
- },
- {
- "id": 870,
- "name": "POPUP_RECRUITMENT_TITLE",
- "text": "Recruitment"
- },
- {
- "id": 871,
- "name": "POPUP_RESOURCE_TITLE",
- "text": "Allies Market"
- },
- {
- "id": 872,
- "name": "POPUP_RESOURCE_HEADER",
- "text": "Select the resource you want to acquire"
- },
- {
- "id": 873,
- "name": "POPUP_YOUR_ARMY_TITLE",
- "text": "MY ARMY"
- },
- {
- "id": 874,
- "name": "POPUP_NEWTOWN2_FOOTER",
- "text": "Now yow can start your empire!\n Share it with your friends!"
- },
- {
- "id": 875,
- "name": "EXPAND_BUTTON_CAPTION",
- "text": "Click on the Buy Now sign to expand your Town."
- },
- {
- "id": 876,
- "name": "NEWCAMP_BUTTON_CAPTION",
- "text": "Compete against other players and conquer the world. Level 6 Required!"
- },
- {
- "id": 877,
- "name": "TROLLCAMP_BUTTON_CAPTION",
- "text": "Play with a whole new empire with the troll civilization!"
- },
- {
- "id": 878,
- "name": "STORE_ICON_BUILDINGS",
- "text": "Buildings"
- },
- {
- "id": 879,
- "name": "STORE_ICON_DECORATIONS",
- "text": "Decorations"
- },
- {
- "id": 880,
- "name": "STORE_ICON_DEFENSE",
- "text": "Defense"
- },
- {
- "id": 881,
- "name": "STORE_ICON_ATTACK",
- "text": "Attack"
- },
- {
- "id": 882,
- "name": "STORE_ICON_EXPAND",
- "text": "Expand"
- },
- {
- "id": 883,
- "name": "STORE_ICON_STORAGE",
- "text": "Storage"
- },
- {
- "id": 884,
- "name": "STORE_ICON_WONDERS",
- "text": "Wonders"
- },
- {
- "id": 885,
- "name": "STORE_ICON_NEWS",
- "text": "News"
- },
- {
- "id": 886,
- "name": "EXPLORATIONS_LOADING_WORLD",
- "text": "LOADING WORLD\u2026"
- },
- {
- "id": 887,
- "name": "AUX_OPEN_STORE",
- "text": "Go to Store"
- },
- {
- "id": 888,
- "name": "AUX_BUY_FOR",
- "text": "Buy for:"
- },
- {
- "id": 889,
- "name": "INFOPOPUP_MARAVILLA_RECURSOS",
- "text": "A wonder gives you a high quantity of resources."
- },
- {
- "id": 890,
- "name": "INFOPOPUP_DEFENSIVE",
- "text": "Defensive structure"
- },
- {
- "id": 891,
- "name": "INFOPOPUP_TRAIN",
- "text": "Allows you to train:"
- },
- {
- "id": 892,
- "name": "INFOPOPUP_TRADE",
- "text": "You can trade resources here. Higher levels allow to trade higher amounts."
- },
- {
- "id": 893,
- "name": "INFOPOPUP_REDUCE_COST",
- "text": "Allows you to reduce the cost of your footman, archers and mounted troops."
- },
- {
- "id": 894,
- "name": "INFOPOPUP_ANIMALS_FOOD",
- "text": "Put animals inside to produce food"
- },
- {
- "id": 895,
- "name": "INFOPOPUP_VILLAGERS",
- "text": "Put villagers inside to produce resources"
- },
- {
- "id": 896,
- "name": "INFOPOPUP_HOUSE",
- "text": "Houses increases your population for having more units"
- },
- {
- "id": 897,
- "name": "INFOPOPUP_RESOURCES",
- "text": "Provides you with resources periodically."
- },
- {
- "id": 898,
- "name": "INFOPOPUP_EAGLES",
- "text": "Allows you to spy your enemies. \nHigher levels give more eagle health"
- },
- {
- "id": 899,
- "name": "POPUP_PACK_TITLE",
- "text": "Purchase Pack"
- },
- {
- "id": 900,
- "name": "POPUP_PACK_SUBTITLE",
- "text": "Purchase this pack?"
- },
- {
- "id": 901,
- "name": "POPUP_MISTERY_TITLE",
- "text": "Mistery Box Pack"
- },
- {
- "id": 902,
- "name": "POPUP_MISTERY_SUBTITLE",
- "text": "You can get one of the following!\nTest your luck!"
- },
- {
- "id": 903,
- "name": "POPUP_MISTERY_RARE",
- "text": "Rare"
- },
- {
- "id": 904,
- "name": "POPUP_MISTERY_UNCOMMON",
- "text": "Uncommon"
- },
- {
- "id": 905,
- "name": "POPUP_MISTERY_COMMON",
- "text": "Common"
- },
- {
- "id": 906,
- "name": "POPUP_GOTPACK_TITLE",
- "text": "Congratulations!"
- },
- {
- "id": 907,
- "name": "POPUP_GOTPACK_SUBTITLE",
- "text": "You got #0#!\nCheck the Store!"
- },
- {
- "id": 908,
- "name": "POPUP_FAV_TITLE",
- "text": "Add Favourite"
- },
- {
- "id": 909,
- "name": "POPUP_FAV_TEXT",
- "text": "Add Social Empires in your favourites!"
- },
- {
- "id": 910,
- "name": "POPUP_GOAL_COMPLETED",
- "text": "You have completed the mission:"
- },
- {
- "id": 911,
- "name": "TUTORIAL_HOST_NAME_MALE",
- "text": "Arthur"
- },
- {
- "id": 912,
- "name": "TUTORIAL_HOST_NAME_FEMALE",
- "text": "Guinevere"
- },
- {
- "id": 913,
- "name": "POPUP_QUESTEND_DRAGON_DEFEATED",
- "text": "You defeated Crimson Scale!"
- },
- {
- "id": 914,
- "name": "POPUP_QUEST_DRAGON",
- "text": "Defeat the dragon!"
- },
- {
- "id": 916,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_GOLEM",
- "text": "The dangerous Golden Golem!"
- },
- {
- "id": 917,
- "name": "POPUP_MISION_CAMPAMENTO_C1_GOLEM",
- "text": "Evil forces have sent a"
- },
- {
- "id": 918,
- "name": "POPUP_MISION_CAMPAMENTO_C2_GOLEM",
- "text": "GOLDEN GOLEM to your empire!"
- },
- {
- "id": 919,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_GOLEM",
- "text": "A dangerous Golden Golem kidnapped an Anubis Avatar! Help the egyptian warriors to save him!"
- },
- {
- "id": 920,
- "name": "POPUP_CAMPAMENTO_TITULO_GOLEM",
- "text": "Golden Golem down!"
- },
- {
- "id": 921,
- "name": "POPUP_CAMPAMENTO_CABECERA_1_GOLEM",
- "text": "You defeated the"
- },
- {
- "id": 922,
- "name": "POPUP_CAMPAMENTO_CABECERA_2_GOLEM",
- "text": "Golden Golem!"
- },
- {
- "id": 923,
- "name": "POPUP_CAMPAMENTO_PIE_GOLEM",
- "text": "Now rescue the Anubis Avatar! Click on the refuge!"
- },
- {
- "id": 924,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_GOLEM",
- "text": "Golden Golem down!"
- },
- {
- "id": 925,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_GOLEM",
- "text": "As reward to save his life, the Anubis Avatar will join your ranks!"
- },
- {
- "id": 926,
- "name": "QUEST_YETI_NEGRO",
- "text": "Danger! BLACK YETI spotted!"
- },
- {
- "id": 927,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_YETI_NEGRO",
- "text": "Black Yeti spotted!"
- },
- {
- "id": 928,
- "name": "POPUP_MISION_CAMPAMENTO_C1_YETI_NEGRO",
- "text": "Viking explorers found a"
- },
- {
- "id": 929,
- "name": "POPUP_MISION_CAMPAMENTO_C2_YETI_NEGRO",
- "text": "BLACK YETI!"
- },
- {
- "id": 930,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_YETI_NEGRO",
- "text": "Viking explorers have spotted a Black Yeti! Help them to defeat it!"
- },
- {
- "id": 931,
- "name": "POPUP_CAMPAMENTO_TITULO_YETI_NEGRO",
- "text": "BLACK YETI!"
- },
- {
- "id": 932,
- "name": "POPUP_CAMPAMENTO_CABECERA_1_YETI_NEGRO",
- "text": "You and your viking friends smashed the"
- },
- {
- "id": 933,
- "name": "POPUP_CAMPAMENTO_CABECERA_2_YETI_NEGRO",
- "text": "BLACK YETI!"
- },
- {
- "id": 934,
- "name": "POPUP_CAMPAMENTO_PIE_YETI_NEGRO",
- "text": "Viking explorers have spotted a Black Yeti! Help them to defeat it!"
- },
- {
- "id": 935,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_YETI_NEGRO",
- "text": "Black Yeti defeated!"
- },
- {
- "id": 936,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_YETI_NEGRO",
- "text": "An axe viking will join your ranks as a token of gratitude for your help!"
- },
- {
- "id": 937,
- "name": "QUEST_VIBORA_GIGANTE",
- "text": "Neptune gets mad!"
- },
- {
- "id": 938,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_VIBORA_GIGANTE",
- "text": "Neptune gets mad!"
- },
- {
- "id": 939,
- "name": "POPUP_MISION_CAMPAMENTO_C1_VIBORA_GIGANTE",
- "text": "Neptune has summoned a"
- },
- {
- "id": 940,
- "name": "POPUP_MISION_CAMPAMENTO_C2_VIBORA_GIGANTE",
- "text": "GIANT VYPER!"
- },
- {
- "id": 941,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_VIBORA_GIGANTE",
- "text": "Neptune, king of Atlantis, has summoned a Giant Vyper to conquer your empire! Kill it before it's too late!"
- },
- {
- "id": 942,
- "name": "POPUP_CAMPAMENTO_TITULO_VIBORA_GIGANTE",
- "text": "Giant Vyper defeated!"
- },
- {
- "id": 943,
- "name": "POPUP_CAMPAMENTO_CABECERA_1_VIBORA_GIGANTE",
- "text": "You have ended with the"
- },
- {
- "id": 944,
- "name": "POPUP_CAMPAMENTO_CABECERA_2_VIBORA_GIGANTE",
- "text": "GIANT VYPER!"
- },
- {
- "id": 945,
- "name": "POPUP_CAMPAMENTO_PIE_VIBORA_GIGANTE",
- "text": "Congratulations, you vanquished the Giant Vyper! Click on its nest!"
- },
- {
- "id": 946,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_VIBORA_GIGANTE",
- "text": "Giant Vyper defeated!"
- },
- {
- "id": 947,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_VIBORA_GIGANTE",
- "text": "Neptune could not defeat you and returned back to the seas\u2026 plus you've found a dolphin fountain among the nest remains!"
- },
- {
- "id": 948,
- "name": "POPUP_MISION_FIREWORKS_TITULO",
- "text": "The Stolen Fireworks!"
- },
- {
- "id": 949,
- "name": "POPUP_MISION_FIREWORKS_FOOTER",
- "text": "Trolls have stolen the fireworks from a chinese camp when everybody was sleeping! Help them to retrieve it!"
- },
- {
- "id": 950,
- "name": "POPUP_MISION_VIKBEER_TITULO",
- "text": "The Viking's Ale!"
- },
- {
- "id": 951,
- "name": "POPUP_MISION_VIKBEER_FOOTER",
- "text": "Trolls stole the ale barrels from your Vicking friends!\nRetrieve it so they can party again!"
- },
- {
- "id": 952,
- "name": "POPUP_MISION_FIREWORKS_UNIT",
- "text": "WE'LL HELP YOU ON THIS MISSION!"
- },
- {
- "id": 953,
- "name": "POPUP_MISION_VIKBEER_UNIT",
- "text": "ARRR! WE WANT OUR ALE BACK!"
- },
- {
- "id": 954,
- "name": "POPUP_MISION_FIREWORKS_TITULO_END",
- "text": "Fireworks retrieved!"
- },
- {
- "id": 955,
- "name": "POPUP_MISION_VIKBEER_TITULO_END",
- "text": "ALE RETRIEVED!"
- },
- {
- "id": 956,
- "name": "POPUP_MISION_FIREWORKS_FOOTER_END",
- "text": "The chinese warriors are happy again and give you a Dragon Statue to thank you for your help!"
- },
- {
- "id": 957,
- "name": "POPUP_MISION_VIKBEER_FOOTER_END",
- "text": "Vikings are happy again and can continue celebrating! They offer you a Viking Ship to thank you for your help!"
- },
- {
- "id": 958,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA_END",
- "text": "PRINCESS RESCUED!"
- },
- {
- "id": 959,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCESA_END",
- "text": "WELL DONE! You rescued the princess! She joins your army to thank you for your help!"
- },
- {
- "id": 960,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS_END",
- "text": "ARCHERS RESCUED!"
- },
- {
- "id": 961,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS_END",
- "text": "WOW! You rescued the three archers! They now join your ranks as a token of gratitude!"
- },
- {
- "id": 962,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS_END",
- "text": "SOLDIERS RESCUED!"
- },
- {
- "id": 963,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS_END",
- "text": "YOU ARRIVED ON TIME! You saved the soldiers from being boiled alive!"
- },
- {
- "id": 964,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TESORO_END",
- "text": "TREASURE RETRIEVED!"
- },
- {
- "id": 965,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TESORO_END",
- "text": "VICTORY! You retrieved the treasure stolen by the trolls!"
- },
- {
- "id": 966,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS_END",
- "text": "VILLAGERS RESCUED!"
- },
- {
- "id": 967,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS_END",
- "text": "VERY WELL! Your rescued the villagers from a certain death!"
- },
- {
- "id": 968,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TROLL_END",
- "text": "TROLL RESCUED!"
- },
- {
- "id": 969,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TROLL_END",
- "text": "BRAVO! You managed to save the troll! He will help you now!"
- },
- {
- "id": 970,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE_END",
- "text": "PRINCE RESCUED!"
- },
- {
- "id": 971,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE_END",
- "text": "FANTASTIC! You saved your prince and now your empire can be properly managed again!"
- },
- {
- "id": 972,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_FUEGO_END",
- "text": "WELLS UNDER CONTROL!"
- },
- {
- "id": 973,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_FUEGO_END",
- "text": "AWESOME! You regained control of your wells again an could put off the fire on the fields and mill!"
- },
- {
- "id": 974,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS_END",
- "text": "HEALERS RESCUED!"
- },
- {
- "id": 975,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS_END",
- "text": "PERFECT! You rescued the healers, and of them will join your ranks as a token of gratitude!"
- },
- {
- "id": 976,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA_END",
- "text": "MINES UNDER CONTROL!"
- },
- {
- "id": 977,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PIEDRA_END",
- "text": "VERY WELL! You defeated the trolls and regained control of the stone mines!"
- },
- {
- "id": 978,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS_END",
- "text": "ALLIES RESCUED!"
- },
- {
- "id": 979,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALIADOS_END",
- "text": "BRILLIANT! You rescued your allies and they will help you to fight against the trolls now!"
- },
- {
- "id": 980,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES_END",
- "text": "ANIMALS SAVED!"
- },
- {
- "id": 981,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ANIMALES_END",
- "text": "YOU DID IT! You saved the animals and now they are free again!"
- },
- {
- "id": 982,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO_END",
- "text": "SIEGE WEAPONS RETRIEVED!"
- },
- {
- "id": 983,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ASEDIO_END",
- "text": "You retrieved the siege weapons and now you can use them against your enemies!"
- },
- {
- "id": 984,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA_END",
- "text": "MISTERY SOLVED!"
- },
- {
- "id": 985,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ESTATUA_END",
- "text": "The statues hid treacherous skeletons and you defeat them all!"
- },
- {
- "id": 986,
- "name": "POPUP_MISION_THEMUMMY_TITULO",
- "text": "THE DEATH PARAOH!"
- },
- {
- "id": 987,
- "name": "POPUP_MISION_THEMUMMY_FOOTER",
- "text": "Help the egiptians to retrieve the Gems of Power and prevent evil Anubis Priests from reviving his deceased Paraoh."
- },
- {
- "id": 988,
- "name": "POPUP_MISION_THEMUMMY_TITULO_END",
- "text": "MUMMY DEFEATED!"
- },
- {
- "id": 989,
- "name": "POPUP_MISION_THEMUMMY_FOOTER_END",
- "text": "YES! You killed the mummy! An egyptian joins your ranks to thank you for helping his people!"
- },
- {
- "id": 990,
- "name": "POPUP_MISION_AZTECALTAR_TITULO",
- "text": "THE AZTEC GODS!"
- },
- {
- "id": 991,
- "name": "POPUP_MISION_AZTECALTAR_FOOTER",
- "text": "Take the sheeps and sacrifice them at the altar while you plead Aztec Gods to bring rain to your fields!"
- },
- {
- "id": 992,
- "name": "POPUP_MISION_AZTECALTAR_TITULO_END",
- "text": "Aztec Gods heard your wishes!"
- },
- {
- "id": 993,
- "name": "POPUP_MISION_AZTECALTAR_FOOTER_END",
- "text": "Aztec Gods will take rain to your fields to end with the hunger!"
- },
- {
- "id": 994,
- "name": "POPUP_MISION_ELFOSARBOL_TITULO",
- "text": "NATURE IN DANGER!"
- },
- {
- "id": 995,
- "name": "POPUP_MISION_ELFOSARBOL_FOOTER",
- "text": "Help the Elfs to destroy the infernal sculptures that drain the energy from the Life Trees!"
- },
- {
- "id": 996,
- "name": "POPUP_MISION_ELFOSARBOL_TITULO_END",
- "text": "NATURE SAVED!"
- },
- {
- "id": 997,
- "name": "POPUP_MISION_ELFOSARBOL_FOOTER_END",
- "text": "WELL DONE! You restored the Natural Balance on the woods. 2 Archer Elfs join your ranks as proof of gratitude!"
- },
- {
- "id": 998,
- "name": "POPUP_MISION_ELFOSARBOL_UNIT_SAY",
- "text": "WE ARE AT YOUR ORDERS, for the moment\u2026"
- },
- {
- "id": 999,
- "name": "POPUP_MISION_CHINOSDRAGON_TITULO",
- "text": "Draggies Fury!"
- },
- {
- "id": 1000,
- "name": "POPUP_MISION_CHINOSDRAGON_FOOTER",
- "text": "Three Draggies are wreaking havoc on fields and houses of your empire! Defeat them before they kill somebody!"
- },
- {
- "id": 1001,
- "name": "POPUP_MISION_CHINOSDRAGON_TITULO_END",
- "text": "Draggies Defeated!"
- },
- {
- "id": 1002,
- "name": "POPUP_MISION_CHINOSDRAGON_FOOTER_END",
- "text": "GOOD JOB! You defeated the draggies, but the Furious Dragon fled to Nest Isle! Two grateful Chinese Archers join your ranks!"
- },
- {
- "id": 1003,
- "name": "POPUP_MISION_CHINOSDRAGON_UNIT_SAY",
- "text": "HELP GOOD CHINESE, AND CHINESE WILL REWARD YOU!"
- },
- {
- "id": 1004,
- "name": "POPUP_MISION_CHINOSDRAGON_BOSS_SAY",
- "text": "YOU WON'T DEFEAT ME! I'll be waiting for you on my island...\nIf you dare to come, MUHAHAHA!!"
- },
- {
- "id": 1005,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_TITULO",
- "text": "NEPTUNE IS IN LOVE!"
- },
- {
- "id": 1006,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_FOOTER",
- "text": "\u00a1Neptuno rescued Cleopatra from a shipwreck and now he has fallen in love with her! Help the egiptians to rescue her!"
- },
- {
- "id": 1007,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_TITULO_END",
- "text": "Cleopatra rescued!"
- },
- {
- "id": 1008,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_FOOTER_END",
- "text": "WELL DONE! Neptune has fled to his dwelling in Mythical Isle\u2026 Follow him and defeat his army for good!"
- },
- {
- "id": 1009,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_UNIT_SAY",
- "text": "HELP US TO SAVE OUR QUEEN!"
- },
- {
- "id": 1010,
- "name": "POPUP_MISION_ELFOSENT_TITULO",
- "text": "THE WICKED ENT!"
- },
- {
- "id": 1011,
- "name": "POPUP_MISION_ELFOSENT_FOOTER",
- "text": "The Ent has been bewitched by the Hell followers! Help the elfs to free him from the spell!"
- },
- {
- "id": 1012,
- "name": "POPUP_MISION_ELFOSENT_TITULO_END",
- "text": "ENT FREE!"
- },
- {
- "id": 1013,
- "name": "POPUP_MISION_ELFOSENT_FOOTER_END",
- "text": "You've destroyed the Hell servants and the Ent is now free! As a token of gratitude, and Elf Druid joins your ranks!"
- },
- {
- "id": 1014,
- "name": "POPUP_MISION_ELFOSENT_UNIT_SAY",
- "text": "\u00a1LET'S FREE THE ENT FROM THE DEVIL SPELL!"
- },
- {
- "id": 1015,
- "name": "POPUP_MISION_TESOROATLANTE_TITULO",
- "text": "THE AZTECS TREASURE!"
- },
- {
- "id": 1016,
- "name": "POPUP_MISION_TESOROATLANTE_FOOTER",
- "text": "Help the Aztecs to retrieve their treasures, stolen by the Atlants from the sunken ship of Hernan Cortes!"
- },
- {
- "id": 1017,
- "name": "POPUP_MISION_TESOROATLANTE_TITULO_END",
- "text": "TREASURES RETRIEVED!"
- },
- {
- "id": 1018,
- "name": "POPUP_MISION_TESOROATLANTE_FOOTER_END",
- "text": "HURRAY! You helped the Aztecs to retrieve their treasures and they give you an Aztec Boss sculpture in return for your efforts!"
- },
- {
- "id": 1019,
- "name": "POPUP_MISION_TESOROATLANTE_UNIT_SAY",
- "text": "HELP US TO RETRIEVE OUR TREASURES!"
- },
- {
- "id": 1020,
- "name": "POPUP_MISION_BALROG_TITULO",
- "text": "THE DREADFUL BALROG!"
- },
- {
- "id": 1021,
- "name": "POPUP_MISION_BALROG_FOOTER",
- "text": "The Devil forces have sent the Balrog himself to defeat your empire! Inferno outsiders will join you to defeat him and his army!"
- },
- {
- "id": 1022,
- "name": "POPUP_MISION_BALROG_TITULO_END",
- "text": "BALROG FLED AWAY!"
- },
- {
- "id": 1023,
- "name": "POPUP_MISION_BALROG_FOOTER_END",
- "text": "CONGRATULATIONS! Balrog fled away claiming vengeance! An Inferno outsider will join your ranks to help you detect evil forces!"
- },
- {
- "id": 1024,
- "name": "POPUP_MISION_BALROG_UNIT_SAY",
- "text": "WE'LL HELP YOU TO DEFEAT BALROG!"
- },
- {
- "id": 1025,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_TITULO",
- "text": "THE FOUL WIZARDS!"
- },
- {
- "id": 1026,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_FOOTER",
- "text": "A group of foul wizards stole the Orbs of Power. Retrieve them before the wreak havoc on your empire!"
- },
- {
- "id": 1027,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_TITULO_END",
- "text": "FOUL WIZARDS DEFEATED!"
- },
- {
- "id": 1028,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_FOOTER_END",
- "text": "YOU ARE THE BEST! You retrieved the Orbs of Power and defeated the Foul Wizard. The Red Wizard could be saved from his madness and joins your ranks!"
- },
- {
- "id": 1029,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_UNIT_SAY",
- "text": "WIZARDSLOCOS DEFEATED!"
- },
- {
- "id": 1030,
- "name": "POPUP_MISION_PERFORARROCAS_TITULO",
- "text": "HELP! THE ROCKDRILLER IS HERE!"
- },
- {
- "id": 1031,
- "name": "POPUP_MISION_PERFORARROCAS_FOOTER",
- "text": "Help the Aztec warriors to defeat the ROCKDRILLER! Destroy the Serpent sculptures to get it out of its hole!"
- },
- {
- "id": 1032,
- "name": "POPUP_MISION_PERFORARROCAS_TITULO_END",
- "text": "THE ROCKDRILLER FLED!"
- },
- {
- "id": 1033,
- "name": "POPUP_MISION_PERFORARROCAS_FOOTER_END",
- "text": "YOU DID IT! The Rockdriller fled to Mineral Isle and now your empire is save! The aztec warriors join your ranks as token of their gratitude!"
- },
- {
- "id": 1034,
- "name": "POPUP_MISION_PERFORARROCAS_UNIT_SAY",
- "text": "LET'S DEFEAT IT!"
- },
- {
- "id": 1035,
- "name": "POPUP_MISION_DEMONPORTAL_TITULO",
- "text": "THE DEMONIC PORTALS!"
- },
- {
- "id": 1036,
- "name": "POPUP_MISION_DEMONPORTAL_FOOTER",
- "text": "Some Demonic Portals have appeared in you empire! Kill the demons that crossed and destroy all the doors!"
- },
- {
- "id": 1037,
- "name": "POPUP_MISION_DEMONPORTAL_TITULO_END",
- "text": "PORTALS DESTROYED!"
- },
- {
- "id": 1038,
- "name": "POPUP_MISION_DEMONPORTAL_FOOTER_END",
- "text": "GREAT! You defeated all demons and destroyed the portals! Your empire is now save!"
- },
- {
- "id": 1039,
- "name": "POPUP_SUPER_MISTERY_TITLE",
- "text": "Super Mistery Box Pack"
- },
- {
- "id": 1040,
- "name": "POPUP_SUPER_MISTERY_HEADER",
- "text": "#0# Possible Prizes"
- },
- {
- "id": 1041,
- "name": "POPUP_SUPER_MISTERY_HEADER_DONE",
- "text": "CONGRATULATIONS!, You won:"
- },
- {
- "id": 1042,
- "name": "POPUP_SUPER_MISTERY_FOOTER",
- "text": "You will find your prizes in your storage!"
- },
- {
- "id": 1043,
- "name": "POPUP_SUPER_MISTERY_GRANTED",
- "text": "Rare Prize Guaranteed!"
- },
- {
- "id": 1044,
- "name": "POPUP_QUEST_INFO_TITLE",
- "text": "CHAPTER #0#"
- },
- {
- "id": 1045,
- "name": "POPUP_CEMENTERIO_TITULO",
- "text": "Graveyard"
- },
- {
- "id": 1046,
- "name": "POPUP_CEMENTERIO_DESCRIPCION",
- "text": "Here you can revive your units you've lost in battles!"
- },
- {
- "id": 1047,
- "name": "POPUP_CEMENTERIO_SIN_MUERTOS",
- "text": "You have no dead units!"
- },
- {
- "id": 1048,
- "name": "POPUP_CEMENTERIO_AVAILABLE",
- "text": "Available"
- },
- {
- "id": 1049,
- "name": "POPUP_CEMENTERIO_POCIONES",
- "text": "Resurrect potions"
- },
- {
- "id": 1050,
- "name": "POPUP_CEMENTERIO_RESUCITAR_POR",
- "text": "Resurrect for"
- },
- {
- "id": 1051,
- "name": "AUX_PEDIR",
- "text": "Ask for"
- },
- {
- "id": 1052,
- "name": "TOOLTIP_ASK_ACHIEVEMENTS",
- "text": "more achievements"
- },
- {
- "id": 1053,
- "name": "POPUP_ALL_UNITS_TITLE",
- "text": "Unit collection"
- },
- {
- "id": 1054,
- "name": "POPUP_ALL_UNITS_OBTAINED",
- "text": "Obtained units"
- },
- {
- "id": 1055,
- "name": "CATEGORY_SWORDS",
- "text": "SWORDS"
- },
- {
- "id": 1056,
- "name": "CATEGORY_ARCHERS",
- "text": "ARCHERS"
- },
- {
- "id": 1057,
- "name": "CATEGORY_ARCHERS_II",
- "text": "ARCHERS II"
- },
- {
- "id": 1058,
- "name": "CATEGORY_KNIGHTS",
- "text": "KNIGHTS"
- },
- {
- "id": 1059,
- "name": "CATEGORY_KNIGHTS_II",
- "text": "KNIGHTS II"
- },
- {
- "id": 1060,
- "name": "CATEGORY_SUPPORT_UNITS",
- "text": "SUPPORT UNITS"
- },
- {
- "id": 1061,
- "name": "CATEGORY_SPECIAL_COMBAT_UNITS",
- "text": "SPECIAL COMBAT UNITS"
- },
- {
- "id": 1062,
- "name": "CATEGORY_WIZARDS",
- "text": "WIZARDS"
- },
- {
- "id": 1063,
- "name": "CATEGORY_CASTLES",
- "text": "CASTLE UNITS"
- },
- {
- "id": 1064,
- "name": "CATEGORY_DRAGGIES",
- "text": "DRAGGIES"
- },
- {
- "id": 1065,
- "name": "CATEGORY_SIEGE_WEAPONS",
- "text": "SIEGE WEAPONS"
- },
- {
- "id": 1066,
- "name": "CATEGORY_SIEGE_WEAPONS_II",
- "text": "SIEGE WEAPONS II"
- },
- {
- "id": 1067,
- "name": "CATEGORY_MYTH_I",
- "text": "MYTH I"
- },
- {
- "id": 1068,
- "name": "CATEGORY_HEROES",
- "text": "HEROES"
- },
- {
- "id": 1069,
- "name": "CATEGORY_HEROES_II",
- "text": "HEROES II"
- },
- {
- "id": 1070,
- "name": "CATEGORY_TROLLS_I",
- "text": "TROLLS I"
- },
- {
- "id": 1071,
- "name": "CATEGORY_TROLLS_II",
- "text": "TROLLS II"
- },
- {
- "id": 1072,
- "name": "CATEGORY_TROLLS_III",
- "text": "TROLLS III"
- },
- {
- "id": 1073,
- "name": "CATEGORY_TROLL_SIEGE_WEAPONS",
- "text": "TROLL SIEGE WEAPONS"
- },
- {
- "id": 1074,
- "name": "CATEGORY_VIKINGS",
- "text": "VIKINGS"
- },
- {
- "id": 1075,
- "name": "CATEGORY_CHINESE_AZTEC",
- "text": "CHINESE & AZTEC"
- },
- {
- "id": 1076,
- "name": "CATEGORY_EGYPTIANS",
- "text": "EGIPTIANS"
- },
- {
- "id": 1077,
- "name": "CATEGORY_ATLANTIS",
- "text": "ATLANTIS"
- },
- {
- "id": 1078,
- "name": "CATEGORY_ELVES_I",
- "text": "ELVES I"
- },
- {
- "id": 1079,
- "name": "CATEGORY_ELVES_II",
- "text": "ELVES II"
- },
- {
- "id": 1080,
- "name": "CATEGORY_GOLEMS",
- "text": "GOLEMS"
- },
- {
- "id": 1081,
- "name": "CATEGORY_INFERNO",
- "text": "INFERNO"
- },
- {
- "id": 1082,
- "name": "CATEGORY_CELESTIAL",
- "text": "CELESTIAL"
- },
- {
- "id": 1083,
- "name": "CATEGORY_CELESTIAL_II",
- "text": "CELESTIAL II"
- },
- {
- "id": 1084,
- "name": "CATEGORY_DRAGONS",
- "text": "DRAGONS"
- },
- {
- "id": 1085,
- "name": "CATEGORY_BEAST_UNITS",
- "text": "BEAST UNITS"
- },
- {
- "id": 1086,
- "name": "CATEGORY_UNITS_WITHOUT_ATTACKS",
- "text": "UNITS W\/ ATTACKS"
- },
- {
- "id": 1087,
- "name": "CATEGORY_WINGED",
- "text": "WINGED"
- },
- {
- "id": 1088,
- "name": "CATEGORY_PETS",
- "text": "PETS"
- },
- {
- "id": 1089,
- "name": "CATEGORY_MONSTERS",
- "text": "MONSTERS"
- },
- {
- "id": 1090,
- "name": "CATEGORY_SPECIAL_UNITS_I",
- "text": "SPECIAL UNITS I"
- },
- {
- "id": 1091,
- "name": "CATEGORY_SPECIAL_UNITS_II",
- "text": "SPECIAL UNITS II"
- },
- {
- "id": 1092,
- "name": "CATEGORY_HEROES_III",
- "text": "HEROES III"
- },
- {
- "id": 1093,
- "name": "POPUP_CRIADERO_TITULO",
- "text": "Dragon Breeding Nest"
- },
- {
- "id": 1094,
- "name": "POPUP_CRIADERO_PROGRESO",
- "text": "Progress"
- },
- {
- "id": 1095,
- "name": "POPUP_CRIADERO_TERMINADO_EN",
- "text": "Finishes in"
- },
- {
- "id": 1096,
- "name": "POPUP_CRIADERO_AVANZAR_TIEMPO",
- "text": "Speed up for #0#"
- },
- {
- "id": 1097,
- "name": "POPUP_CRIADERO_CUIDAR",
- "text": "Take care"
- },
- {
- "id": 1098,
- "name": "POPUP_CRIADERO_ALIMENTAR",
- "text": "Feed"
- },
- {
- "id": 1099,
- "name": "POPUP_CRIADERO_OBTENER",
- "text": "Get Dragon!"
- },
- {
- "id": 1100,
- "name": "STORE_EDIFICIO_CEMENTERIO",
- "text": "\n\nHere you can revive your units you've lost in battles!"
- },
- {
- "id": 1101,
- "name": "STORE_EDIFICIO_CRIADERO_DRAGON",
- "text": "\n\n\nGrow your own dragons!"
- },
- {
- "id": 1102,
- "name": "POPUP_CRIADERO_TRAINING",
- "text": "Training"
- },
- {
- "id": 1103,
- "name": "POPOVER_FRIEND_BUTTON_VISIT",
- "text": "Visit"
- },
- {
- "id": 1104,
- "name": "POPOVER_FRIEND_BUTTON_ATTACK",
- "text": "Attack"
- },
- {
- "id": 1105,
- "name": "POPOVER_FRIEND_BUTTON_SEND_GIFT",
- "text": "Send gift"
- },
- {
- "id": 1106,
- "name": "TOOLTIP_OFFER_BUTTON",
- "text": "Offer!"
- },
- {
- "id": 1107,
- "name": "POPUP_GRAVEYARD_HELP_TITLE",
- "text": "If you lose units during a combat, you can resurrect them at the Graveyard!"
- },
- {
- "id": 1108,
- "name": "POPUP_GRAVEYARD_HELP_1",
- "text": "A portrait of your dead units and their number is displayed."
- },
- {
- "id": 1109,
- "name": "POPUP_GRAVEYARD_HELP_2",
- "text": "Resurrecting dead units costs half of their original price."
- },
- {
- "id": 1110,
- "name": "POPUP_GRAVEYARD_HELP_3",
- "text": "Click on the right button below the portrait of the unit to resurrect it using gold, food or cash."
- },
- {
- "id": 1111,
- "name": "POPUP_GRAVEYARD_HELP_4",
- "text": "You can also resurrect units with potions."
- },
- {
- "id": 1112,
- "name": "POPUP_GRAVEYARD_HELP_5",
- "text": "Ask your friends to send you potions using the 'Ask For' button at the lower right!"
- },
- {
- "id": 1113,
- "name": "POPUP_GRAVEYARD_HELP_6",
- "text": "Once you have enough potions to resurrect a unit, the left button below the portrait\u00a0(potion)\u00a0will be highlighted."
- },
- {
- "id": 1114,
- "name": "POPUP_GRAVEYARD_HELP_7",
- "text": "Click on the potion button to revive a unit!"
- },
- {
- "id": 1115,
- "name": "POPUP_METEO_NUBES",
- "text": "Cloudy Heaven"
- },
- {
- "id": 1116,
- "name": "POUP_SUPER_MISTERY_CIVILIZATION_TITLE",
- "text": "Pack Civilizations"
- },
- {
- "id": 1117,
- "name": "ISLANDS_PROGRESS",
- "text": "Conquered Territories Progress"
- },
- {
- "id": 1118,
- "name": "ISLANDS_NO_MORE_ATTACKS",
- "text": "You don't have more attacks now"
- },
- {
- "id": 1119,
- "name": "ISLANDS_ATTACKS_LEFT",
- "text": "Attacks:"
- },
- {
- "id": 1120,
- "name": "ISLANDS_SPIES_LEFT",
- "text": "Eagles Left:"
- },
- {
- "id": 1121,
- "name": "ISLANDS_SELECT_ISLAND",
- "text": "Select Island:"
- },
- {
- "id": 1122,
- "name": "ISLANDS_WINNER_FIRST_ISLAND",
- "text": "Amazing!!! You did it!!! You are the King of Social Empires!!!\n\nYou deserve this amazing reward for such legendary victory!!! (Look at BUILD > Storage)"
- },
- {
- "id": 1123,
- "name": "ISLANDS_PROGRESS_NEXT_ISLAND",
- "text": "Congratulations, you defeated all the players on your isle!! You progress to the next one!\n\nYour deed deserves a good prize! (Look at BUILD > Storage)"
- },
- {
- "id": 1124,
- "name": "ISLANDS_HELP_TITLE",
- "text": "HELP"
- },
- {
- "id": 1125,
- "name": "ISLANDS_HELP_TEXT",
- "text": "- Conquer the rest of enemies' empires on your island to progress to the next one!\n- You can also attack players from other islands to get lots of experience and gold!\n- Each time you conquer an Island you earn 1 cash and a unit!\n- Try to make it to Island 1 and win amazing prizes along the way!"
- },
- {
- "id": 1126,
- "name": "QUESTS_ISLANDS_HELP_TITLE",
- "text": ""
- },
- {
- "id": 1127,
- "name": "QUESTS_ISLANDS_HELP_TEXT",
- "text": ""
- },
- {
- "id": 1128,
- "name": "ISLANDS_WINNER_FIRST_ISLAND_TITLE",
- "text": "KING OF THE WORLD!!!"
- },
- {
- "id": 1129,
- "name": "ISLANDS_PROGRESS_NEXT_ISLAND_TITLE",
- "text": "KING OF THE ISLAND!!!"
- },
- {
- "id": 1130,
- "name": "ISLANDS_WAITING",
- "text": "Waiting for more players\u2026Come Back in 5 minutes!"
- },
- {
- "id": 1131,
- "name": "ALERT_NO_MORE_ATTACKS",
- "text": "You don't have more attacks now"
- },
- {
- "id": 1132,
- "name": "BUTTON_REVENGE",
- "text": "Take Revenge!!"
- },
- {
- "id": 1133,
- "name": "POPUP_CRIADERO_MONSTERS_OBTENER",
- "text": "Get Monster!"
- },
- {
- "id": 1134,
- "name": "POPUP_CRIADERO_MONSTERS_TITULO",
- "text": "Monster Breeding Nest"
- },
- {
- "id": 1135,
- "name": "STORE_EDIFICIO_MONSTERS_NEST",
- "text": "\n\n\nBreed your own monsters!"
- },
- {
- "id": 1136,
- "name": "POPUP_QUEST_DRAGON_2",
- "text": "Defeat the Deadly Dragon and his eggs!!"
- },
- {
- "id": 1137,
- "name": "POPUP_QUESTEND_DRAGON2_DEFEATED",
- "text": "You defeated the Deadly Dragon!!"
- },
- {
- "id": 1138,
- "name": "POPUP_UNIT_COLLECTION_COMPLETE_TITLE",
- "text": "Collection Complete!"
- },
- {
- "id": 1139,
- "name": "POPUP_UNIT_COLLECTION_COMPLETE_TEXT",
- "text": "You have completed a collection and here is your reward!"
- },
- {
- "id": 1140,
- "name": "ALERT_UNIT_COLLECTION_COMPLETED",
- "text": "You've completed a Unit Collection! \nGo to Gift > Units to claim yor reward!"
- },
- {
- "id": 1141,
- "name": "CATEGORY_SPECIAL_UNITS_III",
- "text": "SPECIAL UNITS III"
- },
- {
- "id": 1142,
- "name": "CATEGORY_WIZARDS_II",
- "text": "Wizards II"
- },
- {
- "id": 1143,
- "name": "CATEGORY_HALLOWEEN",
- "text": "Halloween"
- },
- {
- "id": 1144,
- "name": "CATEGORY_HALLOWEEN_II",
- "text": "Halloween II"
- },
- {
- "id": 1145,
- "name": "CATEGORY_MYTHOLOGICAL",
- "text": "Mythological"
- },
- {
- "id": 1146,
- "name": "CATEGORY_MYTHOLOGICAL_II",
- "text": "Mythological II"
- },
- {
- "id": 1147,
- "name": "CATEGORY_2HEAD_DRAGONS",
- "text": "Dragons II"
- },
- {
- "id": 1148,
- "name": "CATEGORY_MONSTERS_II",
- "text": "Monsters II"
- },
- {
- "id": 1149,
- "name": "CATEGORY_T_REX",
- "text": "T-Rex"
- },
- {
- "id": 1150,
- "name": "POPUP_SURVIVAL_MODE_TITLE",
- "text": "SURVIVAL MODE!!"
- },
- {
- "id": 1151,
- "name": "POPUP_SURVIVAL_MODE_TEXT",
- "text": "- Protect the central Relic from enemy attacks!\n\n- Resist as much time as possible and win a unit!\n\n- Your army will be made of 30 of your most powerful units!!\n\n- Tip: First defeat the Bosses to stop the 8-direction enemies spawning!\n\n- You won't lose any unit for playing this game mode!! :)\n\n- If you beat the time and win a unit, check your storage to get it!\n\n- Beat your best time, take a picture and send it to our forums!\n\n"
- },
- {
- "id": 1152,
- "name": "SURVIVAL_BEEN_ATTACKED",
- "text": "ENEMIES ARE ATTACKING YOUR RELIC!!!"
- },
- {
- "id": 1153,
- "name": "SURVIVAL_BEEN_DESTROYED",
- "text": "YOUR RELIC HAS BEEN DESTROYED!!!"
- },
- {
- "id": 1154,
- "name": "SURVIVAL_BEST_TIME",
- "text": "Best time: #0#"
- },
- {
- "id": 1155,
- "name": "SURVIVAL_NEXT_LIFE",
- "text": "Next life in #0#"
- },
- {
- "id": 1156,
- "name": "SURVIVAL_SURVIVE_AND_WIN",
- "text": "SURVIVE AND WIN"
- },
- {
- "id": 1157,
- "name": "SURVIVAL_MINUTES",
- "text": "Minutes"
- },
- {
- "id": 1158,
- "name": "SURVIVAL_UNIT",
- "text": "Unit"
- },
- {
- "id": 1159,
- "name": "SURVIVAL_AVAILABLE",
- "text": "Available"
- },
- {
- "id": 1160,
- "name": "SURVIVAL_COMING_SOON",
- "text": "Coming soon"
- },
- {
- "id": 1161,
- "name": "SURVIVAL_MAP1",
- "text": "Corrupted Egypt"
- },
- {
- "id": 1162,
- "name": "SURVIVAL_MAP2",
- "text": "Darklands"
- },
- {
- "id": 1163,
- "name": "SURVIVAL_MAP3",
- "text": "Sieged Heaven"
- },
- {
- "id": 1164,
- "name": "SURVIVAL_MAP4",
- "text": "Frozen Realm"
- },
- {
- "id": 1165,
- "name": "SURVIVAL_MAP5",
- "text": "Lost Land"
- },
- {
- "id": 1166,
- "name": "POPUP_SURVIVAL_SELECT_MAP",
- "text": "SELECT MAP"
- },
- {
- "id": 1167,
- "name": "POPUP_SURVIVAL_BUY_LIFE_FOR",
- "text": "Buy life for"
- },
- {
- "id": 1168,
- "name": "SURVIVAL_RESULT_WIN_TITLE",
- "text": "Good Job!!"
- },
- {
- "id": 1169,
- "name": "SURVIVAL_RESULT_WIN_TEXT",
- "text": "You win a prize!"
- },
- {
- "id": 1170,
- "name": "SURVIVAL_RESULT_LOOSE_TITLE",
- "text": "Try it again"
- },
- {
- "id": 1171,
- "name": "SURVIVAL_RESULT_LOOSE_TEXT",
- "text": "Your survival time was"
- },
- {
- "id": 1172,
- "name": "SURVIVAL_USER_EXIT",
- "text": "Are you sure you want to exit the survival map?"
- },
- {
- "id": 1173,
- "name": "SURVIVAL_MINUTES_REWARD",
- "text": "#0# min."
- },
- {
- "id": 1174,
- "name": "SURVIVAL_UNLOCK_FOR",
- "text": "Unlock for"
- },
- {
- "id": 1175,
- "name": "SURVIVAL_BOSS_COMING",
- "text": "BOSS #0# IS COMING!!!"
- },
- {
- "id": 1176,
- "name": "SURVIVAL_WAVE_COMING",
- "text": "ENEMY WAVE #0# IS COMING!!!"
- },
- {
- "id": 1177,
- "name": "SURVIVAL_BUILDING_INFO",
- "text": "You can enter survival mode!"
- },
- {
- "id": 1178,
- "name": "POPUP_PVP_BUY_TERRITORY_TITLE",
- "text": "Conquer territory"
- },
- {
- "id": 1179,
- "name": "POPUP_PVP_BUY_TERRITORY_TEXT",
- "text": "Doy you want to conquer this territory?"
- },
- {
- "id": 1180,
- "name": "STORE_EDIFICIO_SURVIVAL_ARENA",
- "text": "Allows you to play the Survival Arena mode!"
- },
- {
- "id": 1181,
- "name": "UNIT_WAREHOUSE_HELP_TITLE",
- "text": "THE UNIT WAREHOUSE"
- },
- {
- "id": 1182,
- "name": "UNIT_WAREHOUSE_HELP_TEXT",
- "text": "- Keep you units safe on the warehouse!\n\n- There's no need to sacrifice your units because of lack of space!\n\n- Click on a unit on your map and click on the warehouse to store it.\n\n - Click on a unit portrait to put it again on your map.\n\n - You can buy more space up to 200 slots!!\n\n"
- },
- {
- "id": 1183,
- "name": "STORE_EDIFICIO_WAREHOUSE",
- "text": "This building allows you to store 20 units... and more!!"
- },
- {
- "id": 1184,
- "name": "ERROR_TIME_HACK",
- "text": "Our server has detected an illegal operation. The page will now be refreshed."
- },
- {
- "id": 1185,
- "name": "TOURNAMENT_GAME_MODE",
- "text": "TOURNAMENT"
- },
- {
- "id": 1186,
- "name": "POPUP_LOADING_TOURNAMENT_TITLE",
- "text": "GOING TO TOURNAMENT"
- },
- {
- "id": 1187,
- "name": "POPUP_LOADING_TOURNAMENT_TEXT",
- "text": ""
- },
- {
- "id": 1188,
- "name": "TOURNAMENT_RESULT_WIN_TITLE",
- "text": "YOU WON BY FAR!"
- },
- {
- "id": 1189,
- "name": "TOURNAMENT_RESULT_WIN_TEXT",
- "text": "Congratulations! You scored:"
- },
- {
- "id": 1190,
- "name": "TOURNAMENT_RESULT_LOSE_TITLE",
- "text": "YOU WERE DEFEATED!"
- },
- {
- "id": 1191,
- "name": "TOURNAMENT_RESULT_LOSE_TEXT",
- "text": "You'll have more luck next time!\nYou scored:"
- },
- {
- "id": 1192,
- "name": "TOURNAMENT_ROOM_READY_TEXT",
- "text": "Tournament Ready!"
- },
- {
- "id": 1193,
- "name": "TOURNAMENT_ROOM_READY_HELP",
- "text": "Click on \"Start Tournament\" to begin"
- },
- {
- "id": 1194,
- "name": "TOURNAMENT_RESULTS_LBL_SCORETABLE",
- "text": "Leaderboard"
- },
- {
- "id": 1195,
- "name": "TOURNAMENT_RESULTS_LBL_PLAYEDMATCHES",
- "text": "Played Matches"
- },
- {
- "id": 1196,
- "name": "AUX_SCORE",
- "text": "Score"
- },
- {
- "id": 1197,
- "name": "AUX_ATTACKER_WON",
- "text": "Attacker won"
- },
- {
- "id": 1198,
- "name": "AUX_ATTACKER_LOST",
- "text": "Attacker lost"
- },
- {
- "id": 1199,
- "name": "AUX_START",
- "text": "Start"
- },
- {
- "id": 1200,
- "name": "TOURNAMENT_RESULTS_MRESULT_PENDING",
- "text": "Pending"
- },
- {
- "id": 1201,
- "name": "TOURNAMENT_RESULTS_LBL_TEAM",
- "text": "#0#'s Team"
- },
- {
- "id": 1202,
- "name": "AUX_RESULTS",
- "text": "Results"
- },
- {
- "id": 1203,
- "name": "TOURNAMENT_RESULTS_ENDS_IN",
- "text": "Tournament ends in:"
- },
- {
- "id": 1204,
- "name": "AUX_MATCHES",
- "text": "Matches"
- },
- {
- "id": 1205,
- "name": "TOURNAMENT_MATCHES_TITLE",
- "text": "#0#'s Matches"
- },
- {
- "id": 1206,
- "name": "AUX_TIME",
- "text": "Time"
- },
- {
- "id": 1207,
- "name": "TOURNAMENT_LEVEL",
- "text": "Level #0#"
- },
- {
- "id": 1208,
- "name": "TOURNAMENT_FINISHED",
- "text": "Tournament finished!"
- },
- {
- "id": 1209,
- "name": "TOURNAMENT_LOSE",
- "text": "\n\nSorry, you lost the tournament!\nDon't give up and try again, amazing prizes are awaiting you!"
- },
- {
- "id": 1210,
- "name": "TOURNAMENT_WIN",
- "text": "\n\nCongratulations! You won the tournament!\nSearch your reward in your storage!"
- },
- {
- "id": 1211,
- "name": "YOUR_TEAM",
- "text": "Your Team"
- },
- {
- "id": 1212,
- "name": "TOURNAMENT_YOU_CAN_FIGHT_WITH_20_UNITS",
- "text": "\nYou can select up to 20 units.\n\u00bfAre you sure you want to quit?"
- },
- {
- "id": 1213,
- "name": "TOURNAMENT_YOU_CAN_NOT_ENTER_WITHOUT_UNITS",
- "text": "\nYou can't enter the tournament without any unit.\nChoose your team."
- },
- {
- "id": 1214,
- "name": "TOURNAMENT_YOU_TEAM_HAS_NOT_MAXIUM_UNITS",
- "text": "\n\nYou haven't selected the maximum of units allowed yet.\n\nAre you sure you want to enter the tournament now?"
- },
- {
- "id": 1215,
- "name": "STORE_EDIFICIO_WONDER_CASH",
- "text": "This wonder provides you with 1 cash every day!"
- },
- {
- "id": 1216,
- "name": "CATEGORY_ORIGINAL_BEASTS",
- "text": "Original Beasts"
- },
- {
- "id": 1217,
- "name": "CATEGORY_MONSTERS_III",
- "text": "Monsters III"
- },
- {
- "id": 1218,
- "name": "CATEGORY_MYTHOLOGICAL_III",
- "text": "Mythological III"
- },
- {
- "id": 1219,
- "name": "CATEGORY_MYTHOLOGICAL_IV",
- "text": "Mythological IV"
- },
- {
- "id": 1220,
- "name": "CATEGORY_DRAGONS_II",
- "text": "Dragons II"
- },
- {
- "id": 1221,
- "name": "MOROCCO_DEALER_TITLE",
- "text": "Offer Deals"
- },
- {
- "id": 1222,
- "name": "MOROCCO_DEALER_TEXT",
- "text": "You can bargain this offer!\nBut don't make your dealer angry!"
- },
- {
- "id": 1223,
- "name": "MOROCCO_DEALER_NEGOTIATE_TEXT",
- "text": "Ok, you win! Let's have a discount..."
- },
- {
- "id": 1224,
- "name": "MOROCCO_DEALER_BYE",
- "text": "Dealer says: You are cheating too much!!! Bye!"
- },
- {
- "id": 1225,
- "name": "MOROCCO_DEALER_BTN_NEGOTIATE",
- "text": "Bargain"
- },
- {
- "id": 1226,
- "name": "MOROCCO_DEALER_BTN_BUY",
- "text": "Buy"
- },
- {
- "id": 1227,
- "name": "MOROCCO_DEALER_BTN_NEXT",
- "text": "Next Offer"
- },
- {
- "id": 1228,
- "name": "TOURNAMENT_LEAVE",
- "text": "Leave Tournament"
- },
- {
- "id": 1229,
- "name": "TOURNAMENT_HELP_TITLE",
- "text": "TOURNAMENT HELP"
- },
- {
- "id": 1230,
- "name": "TOURNAMENT_HELP_TEXT",
- "text": "\n\n- You WON'T lose any units for playing this game mode!\n\n- Play against 3 players and win the tournament!\n\n- A tournament will end when all players play all matches or when 24 hours have ellapsed.\n\n- If you win a tournament you'll get fantastic rewards!\n\n- At the moment, these units can't be used in tournament mode: #0#"
- },
- {
- "id": 1231,
- "name": "TOURNAMENT_LEAVE_CONFIRM_TEXT",
- "text": "\n\nAre you sure that you want to quit the tournament?\n\nYou'll lose all battles played..."
- },
- {
- "id": 1232,
- "name": "TOURNAMENT_LEAVE_INSIDE_MATCH_CONFIRM_TEXT",
- "text": "ARE YOU SURE YOU WANT TO RUN AWAY?"
- },
- {
- "id": 1233,
- "name": "TOURNAMENT_MAX_COMPLEX_UNITS",
- "text": "You can't select more than #0# dragons, gods and colossus altogether to play in the tournaments"
- },
- {
- "id": 1234,
- "name": "TOURNAMENT_PLAYER",
- "text": "Player #0#"
- },
- {
- "id": 1235,
- "name": "TOURNAMENT_UNITS_LEFT",
- "text": "UNITS LEFT: #0#"
- },
- {
- "id": 1236,
- "name": "TOURNAMENT_PRIZE",
- "text": "Prize"
- },
- {
- "id": 1237,
- "name": "TOURNAMENT_ENTRY_COST",
- "text": "Entry cost: #0#"
- },
- {
- "id": 1238,
- "name": "POPUP_CRIADERO_NOOBINFO",
- "text": "Press \"take care\" every 6 hours to get a powerful dragon."
- },
- {
- "id": 1239,
- "name": "CATEGORY_MYTHOLOGICAL_V",
- "text": "Mythological V"
- },
- {
- "id": 1240,
- "name": "CATEGORY_DRAGGIES_II",
- "text": "Draggies II"
- },
- {
- "id": 1241,
- "name": "MOROCCO_DEALER_BEFORE",
- "text": "Before:"
- },
- {
- "id": 1242,
- "name": "MOROCCO_DEALER_NOW",
- "text": "Now:"
- },
- {
- "id": 1243,
- "name": "CATEGORY_DRAGONS_III",
- "text": "Dragons III"
- },
- {
- "id": 1244,
- "name": "DRAGON_NEST_HELP_TITLE",
- "text": "THE DRAGON'S NEST HELP"
- },
- {
- "id": 1245,
- "name": "DRAGON_NEST_HELP_TEXT",
- "text": "- Press the 'Take Care' \/ 'Feed' button under the image. Look how the progress bar at the top fills up.\n- Wait until the timer reaches 0:00:00 or press the 'Speed Up' button below to complete the step.\n- Repeat this process 10 times and press the 'Get Dragon!' button to get your dragon!\n- Each time you get a draggy or dragon, you'll unlock the next one on the portrait strip below!\n-Hire friends for multiple speed up progress. The more friends, the more steps you'll progress!"
- },
- {
- "id": 1246,
- "name": "POPUP_NUEVO_DIARIO_CASH",
- "text": "#0# cash"
- },
- {
- "id": 1247,
- "name": "POPUP_NUEVO_DIARIO_GANADO_CASH",
- "text": "You won #0# cash!"
- },
- {
- "id": 1248,
- "name": "POPUP_MEN_VS_WOMEN_DESC",
- "text": "Try out Social Wars today and enjoy some of our exclusive offers!"
- },
- {
- "id": 1249,
- "name": "POPUP_MEN_VS_WOMEN_PLAY",
- "text": "PLAY NOW"
- },
- {
- "id": 1250,
- "name": "POPUP_CRIADERO_NOOBINFO2",
- "text": "Press \"feed\" every 6 hours to get a powerfull dragon."
- },
- {
- "id": 1251,
- "name": "TOURNAMENT_ROOM_FULL",
- "text": "The tournament you are trying to enter is full. Select another tournament."
- },
- {
- "id": 1252,
- "name": "TOURNAMENT_NO_MIN_FRIENDS",
- "text": "You have less than 3 friends in Social Empires. First of all, invite your friends to the game and then create your tournament."
- },
- {
- "id": 1253,
- "name": "TOURNAMENT_SURE_CANCEL",
- "text": "Are you sure you want to cancel the tournament?"
- },
- {
- "id": 1254,
- "name": "TOURNAMENT_NO_SELECTION",
- "text": "You haven't selected any tournament"
- },
- {
- "id": 1255,
- "name": "TOURNAMENT_CANCEL",
- "text": "Cancel Tournament"
- },
- {
- "id": 1256,
- "name": "TOURNAMENT_INVITE_FRIENDS",
- "text": "Invite Friends"
- },
- {
- "id": 1257,
- "name": "TOURNAMENT_YOUR_RANKING_POS",
- "text": "Your ranking position is: #0#"
- },
- {
- "id": 1258,
- "name": "TOURNAMENT_CURRENT_USERS",
- "text": "Current tournament users: #0#"
- },
- {
- "id": 1259,
- "name": "TOURNAMENT_WEEKLY_AVAILABLE",
- "text": "Available on"
- },
- {
- "id": 1260,
- "name": "TOURNAMENT_WEEKLY_ENDS_IN",
- "text": "Ends in"
- },
- {
- "id": 1261,
- "name": "TOURNAMENT_MORE_INFO",
- "text": "+Info"
- },
- {
- "id": 1262,
- "name": "TOURNAMENT_CREATE",
- "text": "Create Tournament"
- },
- {
- "id": 1263,
- "name": "TOURNAMENT_FRIENDS_TOURNAMENT_TITLE",
- "text": "FRIENDS TOURN."
- },
- {
- "id": 1264,
- "name": "CATEGORY_NECRO_I",
- "text": "Necros I"
- },
- {
- "id": 1265,
- "name": "CATEGORY_NECRO_II",
- "text": "Necros II"
- },
- {
- "id": 1266,
- "name": "TOURNAMENT_FRIENDS_TOURNAMENT_INFO",
- "text": "Create your tournament and play vs your friends"
- },
- {
- "id": 1267,
- "name": "POPUP_DRAGON_TAMING_BUTTON_TAME",
- "text": "Ride the Dragon"
- },
- {
- "id": 1268,
- "name": "POPUP_DRAGON_TAMING_BUTTON_TAKE_OUT",
- "text": "Take out"
- },
- {
- "id": 1269,
- "name": "POPUP_RIDER_TRAINING_BUTTON_TRAIN",
- "text": "Train"
- },
- {
- "id": 1270,
- "name": "POPUP_RIDER_TRAINING_BUTTON_GET",
- "text": "Get rider"
- },
- {
- "id": 1271,
- "name": "POPUP_RIDER_TRAINING_TITLE",
- "text": "Dragon Riding"
- },
- {
- "id": 1272,
- "name": "POPUP_RIDER_TRAINING_SELECT",
- "text": "Select a Dragon Rider"
- },
- {
- "id": 1273,
- "name": "POPUP_RIDER_TRAINING_DRAGONS",
- "text": "Dragons for this rider"
- },
- {
- "id": 1274,
- "name": "POPUP_RIDER_TRAINING_NO_DRAGONS",
- "text": ""
- },
- {
- "id": 1275,
- "name": "POPUP_RIDER_TRAINING_PROGRESS",
- "text": "Progress"
- },
- {
- "id": 1276,
- "name": "POPUP_RIDER_TRAINING_RECUPERATED_IN",
- "text": "Recovered in"
- },
- {
- "id": 1277,
- "name": "POPUP_RIDER_TRAINING_RECUPERATE_FOR",
- "text": "Recover Now #0#"
- },
- {
- "id": 1278,
- "name": "POPUP_RIDER_TRAINING_INFO",
- "text": "Complete all the steps of the training to get the Dragon Rider and be able to upgrade your Dragon!"
- },
- {
- "id": 1279,
- "name": "POPUP_DRAGON_TAMING_TITLE",
- "text": "Dragon Taming"
- },
- {
- "id": 1280,
- "name": "POPUP_DRAGON_TAMING_MOUNT",
- "text": "Mount a Rider on a Dragon"
- },
- {
- "id": 1281,
- "name": "POPUP_DRAGON_TAMING_NEED",
- "text": "To mount a dragon with a rider, you have to put both units into this building. You will obtain the dragon with more power."
- },
- {
- "id": 1282,
- "name": "POPUP_DRAGON_TAMING_CLICK_TAME",
- "text": "Click on 'Ride the Dragon' to mount the dragon with the rider."
- },
- {
- "id": 1283,
- "name": "ALERT_DRAGON_RIDER_NOT_MATCHING",
- "text": "Your rider cannot mount this dragon. Check in the Rider Academy which dragons are a good match for him."
- },
- {
- "id": 1284,
- "name": "ALERT_DRAGON_RIDER_INCOMPLETE",
- "text": "Put one dragon and one rider in this building."
- },
- {
- "id": 1285,
- "name": "POPUP_DRAGON_TAMING_HELP",
- "text": "- HOW TO RIDE A DRAGON\n\n\n1. Once you have got your rider in the Rider Academy, select it and put it in the Dragon Riding.\n\n 2. Add your dragon to the Dragon Riding so the Rider can ride it!\n\n3. Remember that the Rider and Dragon must be compatible so the riding can be successfully completed (check the Rider Academy for more details).\n\n4. Once you have both Rider and Dragon in the building, press the 'Ride the Dragon' button to get your super powerful new unit!"
- },
- {
- "id": 1286,
- "name": "POPUP_RIDER_TRAINING_HELP_SELECT",
- "text": "- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n\n 3- You must wait some time before playing again (you also have a button to recover yourself quicker!)\n\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"
- },
- {
- "id": 1287,
- "name": "POPUP_RIDER_TRAINING_HELP_TRAIN",
- "text": "- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n3. You must wait some time before playing again (you also have a button to recover yourself quicker!)\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"
- },
- {
- "id": 1290,
- "name": "POPUP_RIDER_TRAINING_GAIN",
- "text": "Dragon gains:"
- },
- {
- "id": 1291,
- "name": "POPUP_RIDER_GAIN",
- "text": "This rider gives your dragon additional #0# attack and #1# health!"
- },
- {
- "id": 1292,
- "name": "CATEGORY_NECRO_III",
- "text": "Necros III"
- },
- {
- "id": 1293,
- "name": "CATEGORY_NECRO_IV",
- "text": "Necros IV"
- },
- {
- "id": 1294,
- "name": "TOURNAMENT_RANKING_PRIZES",
- "text": "Tournament ranking prizes"
- },
- {
- "id": 1295,
- "name": "TOURNAMENT_WEEKLY_INFO_TEXT",
- "text": "\nBeat the AI players and make it to the Worlwide Top 10!!\n\nThe more points you get the better. Don't forget that in case of tie the player with less time played will be above!"
- },
- {
- "id": 1296,
- "name": "CATEGORY_DRAGGIES_III",
- "text": "DRAGGIES III"
- },
- {
- "id": 1297,
- "name": "CATEGORY_MYTHOLOGICAL_VI",
- "text": "Mythological VI"
- },
- {
- "id": 1298,
- "name": "TOURNAMENT_WEEKLY_MINIUM_TIME_TO_PLAY",
- "text": "The weekly tournament is going to end in less than 10 minutes!!!\n\nAre you sure that you want to join the tournament?"
- },
- {
- "id": 1299,
- "name": "ERROR_STOLEN",
- "text": "Connection with server lost. Please refresh."
- },
- {
- "id": 1300,
- "name": "LIMIT_DAMAGE",
- "text": "Fill bar doing damage. When full, press bar to attack."
- },
- {
- "id": 1301,
- "name": "LIMIT_HEAL",
- "text": "Fill bar doing damage. When full, press bar to heal units."
- },
- {
- "id": 1302,
- "name": "LIMIT_STOMP",
- "text": "Fill bar doing damage. When full, press bar to charge."
- },
- {
- "id": 1303,
- "name": "STORE_DOME_PROTECTION",
- "text": "All your units within this dome will receive 50% less damage!!"
- },
- {
- "id": 1304,
- "name": "STORE_DOME_TOWER_ENHANCER",
- "text": "This Tower Enhancer will make surrounding towers shoot 2x faster!!"
- },
- {
- "id": 1305,
- "name": "LIMIT_HELP",
- "text": "- Limit is the most powerful of all attacks.\n- You can only find Limit attack on Dragons con Rider.\n- There are 3 types of Limit: Charge, Ray Attack and Heal. Each dragon with rider uses one of these.\n- Fill the bar button to activate Limit by killing enemies.\n- Once it is activated click on the bar button to unleash the attack.\n- Create your own Limit strategy attacking with different dragons with rider.\n"
- },
- {
- "id": 1306,
- "name": "LIMIT_HELP_TITLE",
- "text": "Limit Attack"
- },
- {
- "id": 1307,
- "name": "TOURNAMENT_NUM_UNITS_HACK_ALERT",
- "text": "Our server has detected an illegal operation."
- },
- {
- "id": 1308,
- "name": "TOURNAMENT_WIN_REWARD_SOON",
- "text": "\n\nCongratulations! You won the tournament!\nYour reward will appear soon in your storage!"
- },
- {
- "id": 1309,
- "name": "CHECK_YOUR_STORAGE",
- "text": "Check your storage!"
- },
- {
- "id": 1310,
- "name": "GET_PRIZE",
- "text": "Get Prize"
- },
- {
- "id": 1311,
- "name": "MONDAY_BONUS_POPUP_TITLE",
- "text": "MONDAY BONUS!"
- },
- {
- "id": 1312,
- "name": "MONDAY_BONUS_POPUP_HEADER",
- "text": "Come back every Monday to get mysterious reward!"
- },
- {
- "id": 1313,
- "name": "MONDAY_BONUS_POPUP_OR",
- "text": "OR"
- },
- {
- "id": 1314,
- "name": "MONDAY_BONUS_POPUP_SELECT",
- "text": "SELECT"
- },
- {
- "id": 1315,
- "name": "MONDAY_BONUS_POPUP_OK",
- "text": "Ok"
- },
- {
- "id": 1316,
- "name": "MONDAY_BONUS_POPUP_FOOTER",
- "text": "You will find your rewards in your storage"
- },
- {
- "id": 1317,
- "name": "MONDAY_BONUS_POPUP_YOUR_REWARD",
- "text": "Your Reward!"
- },
- {
- "id": 1318,
- "name": "MONDAY_BONUS_POPUP_HEADER_MONDAY",
- "text": "Here is your Monday reward!!\nChoose a box and get your mystery reward!!"
- },
- {
- "id": 1319,
- "name": "RELOCATE_CONFIRM",
- "text": "If you go to another island you'll lose your progress in this one, are you sure?"
- },
- {
- "id": 1320,
- "name": "RELOCATE_BUTTON",
- "text": "RELOCATE"
- },
- {
- "id": 1321,
- "name": "POPUP_HEAVY_SIEGE_TITLE",
- "text": "HEAVY SIEGE"
- },
- {
- "id": 1322,
- "name": "POPUP_HEAVY_SIEGE_INFO",
- "text": "Dragons are preparing to attack your empire!"
- },
- {
- "id": 1323,
- "name": "POPUP_HEAVY_SIEGE_ATTACK_NOW",
- "text": "Attack now,\nI'm ready!"
- },
- {
- "id": 1324,
- "name": "POPUP_HEAVY_SIEGE_PAY",
- "text": "Kill All Dragons:\nCost 20"
- },
- {
- "id": 1325,
- "name": "POPUP_HEAVY_SIEGE_WAIT",
- "text": "Not yet, I need reinforcements!"
- },
- {
- "id": 1326,
- "name": "ICON_VIDEOS_TOOLTIP",
- "text": "Watch videos and win XP!"
- },
- {
- "id": 1327,
- "name": "CATEGORY_NECRO_V",
- "text": "Necro V"
- },
- {
- "id": 1328,
- "name": "CATEGORY_DRAGONS_IV",
- "text": "Dragons IV"
- },
- {
- "id": 1329,
- "name": "CATEGORY_DRAGGIES_III",
- "text": "Draggies III"
- },
- {
- "id": 1330,
- "name": "CATEGORY_PHOENIX",
- "text": "Phoenix"
- },
- {
- "id": 1331,
- "name": "CATEGORY_MONSTERS_IV",
- "text": "Monsters IV"
- },
- {
- "id": 1332,
- "name": "DRAGON_HUNTER_NO_DRAGONS_IN_RANGE",
- "text": "NO DRAGONS IN RANGE"
- },
- {
- "id": 1333,
- "name": "QUEST_ENEMIES_ALIVE",
- "text": "Alive enemies"
- },
- {
- "id": 1334,
- "name": "QUEST_ENEMIES_ALIVE_SINGULAR",
- "text": "1 enemy alive"
- },
- {
- "id": 1335,
- "name": "QUEST_ENEMIES_ALIVE_PLURAL",
- "text": "#0# enemies alive"
- },
- {
- "id": 1336,
- "name": "QUEST_HARDCORE1_DESCRIP",
- "text": "Defeat the Celestial Empire!"
- },
- {
- "id": 1337,
- "name": "QUEST_HARDCORE2_DESCRIP",
- "text": "Defeat the Mythological Empire!"
- },
- {
- "id": 1338,
- "name": "QUEST_HARDCORE3_DESCRIP",
- "text": "Defeat the Necro Empire!"
- },
- {
- "id": 1339,
- "name": "QUEST_HARDCORE4_DESCRIP",
- "text": "Defeat the Dragon Empire!"
- },
- {
- "id": 1340,
- "name": "QUEST_HARDCORE5_DESCRIP",
- "text": "Defeat the Monster Empire!"
- },
- {
- "id": 1341,
- "name": "HEAVY_SIEGE_POPUP_PRESENT_TITLE",
- "text": "Dragons killed!"
- },
- {
- "id": 1342,
- "name": "HEAVY_SIEGE_POPUP_PRESENT_TEXT",
- "text": "You will find a new unit on your storage as a reward for your heroic deed..."
- },
- {
- "id": 1343,
- "name": "MONSTER_HUNTER_NO_UNITS_IN_RANGE",
- "text": "No monsters in range"
- },
- {
- "id": 1344,
- "name": "SPELL_SUMMON_DRAGON_DESCRIPTION",
- "text": "Life: #0#"
- },
- {
- "id": 1345,
- "name": "SPELL_FULL_LIMIT_DESCRIPTION",
- "text": "Area: #0#x#1#"
- },
- {
- "id": 1346,
- "name": "SPELL_SPEED_INCREASE_DESCRIPTION",
- "text": "Area: #0#x#1# \/ Duration: #2#s"
- },
- {
- "id": 1347,
- "name": "SPELL_RANGE_INCREASE_DESCRIPTION",
- "text": "Area: #0#x#1# \/ Duration: #2#s"
- },
- {
- "id": 1348,
- "name": "SPELL_BLACK_HOLE_DESCRIPTION",
- "text": "Area: #0#x#1# \/ Duration: #2#s"
- },
- {
- "id": 1349,
- "name": "TITLE_TUTORIAL_DARTS",
- "text": "PLAY DAILY DARTS!"
- },
- {
- "id": 1350,
- "name": "TITLE_DESCRIPTION_DARTS",
- "text": "- You get a free dart every day!\n\n- Pop a balloon to get awesome prizes!\n\n- Collect all units before the time expires to get the Bonus Reward!\n\n- New Game prizes are introduced each week! Find the Darts icon on the game interface."
- },
- {
- "id": 1351,
- "name": "DARTS_COLLECT_FOR_EXTRA",
- "text": "Collect all units to get the Bonus Reward!"
- },
- {
- "id": 1352,
- "name": "DARTS_FREE",
- "text": "FREE!"
- },
- {
- "id": 1353,
- "name": "DARTS_RARE",
- "text": "Rare"
- },
- {
- "id": 1354,
- "name": "DARTS_UNCOMMON",
- "text": "Uncommon"
- },
- {
- "id": 1355,
- "name": "DARTS_COMMON",
- "text": "Common"
- },
- {
- "id": 1356,
- "name": "DARTS_CLICK_ON_PLAY",
- "text": "Pop the balloons and win amazing RARE prizes!"
- },
- {
- "id": 1357,
- "name": "DARTS_BUTTON_PLAY",
- "text": "Play"
- },
- {
- "id": 1358,
- "name": "DARTS_BUTTON_PLAY_FOR",
- "text": "Play again for #0#"
- },
- {
- "id": 1359,
- "name": "DARTS_THROW",
- "text": "Point a balloon and click to throw the dart!"
- },
- {
- "id": 1360,
- "name": "DARTS_YOU_WIN",
- "text": "Congratulations!\nYou've won:"
- },
- {
- "id": 1361,
- "name": "DARTS_GIFT_BOX",
- "text": "Find this unit on your storage!"
- },
- {
- "id": 1362,
- "name": "DARTS_COME_BACK",
- "text": "Come back next week for new prizes!"
- },
- {
- "id": 1363,
- "name": "DARTS_CONGRATS",
- "text": "Congratulations!"
- },
- {
- "id": 1364,
- "name": "DARTS_WIN_EXTRA",
- "text": "Congratulations! You've won this amazing Bonus Reward for completing the collection!"
- },
- {
- "id": 1365,
- "name": "DARTS_FREE_DART_POPUP",
- "text": "You've won a FREE dart! Play Darts now and win amazing RARE prizes!"
- },
- {
- "id": 1366,
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TITLE",
- "text": "SUPREME BAHAMUT LAWS"
- },
- {
- "id": 1367,
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TEXT",
- "text": "-GET THE MOST AWESOME DRAGON EVER!!\n\n- Complete all steps to unleash the Supreme Bahamut Dragon.\n\n- Each step takes 48h.\n\n-Complete each step in the order you wish.\n\n"
- },
- {
- "id": 1368,
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_SURE_TO_SACRIFICE",
- "text": "Are you sure you want sacrifice the #0#?"
- },
- {
- "id": 1369,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM1",
- "text": "Golden Gem"
- },
- {
- "id": 1370,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM2",
- "text": "Golden Scales"
- },
- {
- "id": 1371,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM3",
- "text": "Golden Dragon Nail"
- },
- {
- "id": 1372,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM4",
- "text": "Golden Feathers"
- },
- {
- "id": 1373,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM5",
- "text": "Golden Horns"
- },
- {
- "id": 1374,
- "name": "COLECCION_BAHAMUT_RED_ITEM1",
- "text": "Red Gem"
- },
- {
- "id": 1375,
- "name": "COLECCION_BAHAMUT_RED_ITEM2",
- "text": "Red Scales"
- },
- {
- "id": 1376,
- "name": "COLECCION_BAHAMUT_RED_ITEM3",
- "text": "Dragon Fire"
- },
- {
- "id": 1377,
- "name": "COLECCION_BAHAMUT_RED_ITEM4",
- "text": "Red Spikes"
- },
- {
- "id": 1378,
- "name": "COLECCION_BAHAMUT_RED_ITEM5",
- "text": "Red Horns"
- },
- {
- "id": 1379,
- "name": "COLECCION_BAHAMUT_HEART_ITEM1",
- "text": "Black Gem"
- },
- {
- "id": 1380,
- "name": "COLECCION_BAHAMUT_HEART_ITEM2",
- "text": "Black Scales"
- },
- {
- "id": 1381,
- "name": "COLECCION_BAHAMUT_HEART_ITEM3",
- "text": "Supreme Blood"
- },
- {
- "id": 1382,
- "name": "COLECCION_BAHAMUT_HEART_ITEM4",
- "text": "Red Pearl"
- },
- {
- "id": 1383,
- "name": "COLECCION_BAHAMUT_HEART_ITEM5",
- "text": "Black Spikes"
- },
- {
- "id": 1384,
- "name": "COLECCION_BAHAMUT_RED",
- "text": "Red Bahamut Dragon"
- },
- {
- "id": 1385,
- "name": "COLECCION_BAHAMUT_GOLDEN",
- "text": "Golden Bahamut Dragon"
- },
- {
- "id": 1386,
- "name": "COLECCION_BAHAMUT_HEART",
- "text": "Supreme Heart"
- },
- {
- "id": 1387,
- "name": "TEMPLE_SUPREME_BAHAMUT_DONATE_INFO",
- "text": "Offer this resource."
- },
- {
- "id": 1388,
- "name": "TEMPLE_SUPREME_BAHAMUT_DONATE_BTN",
- "text": "Offering"
- },
- {
- "id": 1389,
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_INFO",
- "text": "Sacrifice a #0#.\nTo get it, first complete needed steps in the Dragon's Nest!"
- },
- {
- "id": 1390,
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BTN",
- "text": "Sacrifice"
- },
- {
- "id": 1391,
- "name": "TEMPLE_SUPREME_BAHAMUT_COLLECT_INFO",
- "text": "Offer the Supreme Heart.\nTo get it, first complete the Supreme Heart collection.\nFind these collection items on Zeppelin Map 3 quests."
- },
- {
- "id": 1392,
- "name": "TEMPLE_SUPREME_BAHAMUT_COLLECT_BTN",
- "text": "Offering"
- },
- {
- "id": 1393,
- "name": "TEMPLE_SUPREME_BAHAMUT_WAIT_NEXT_STEP",
- "text": "Next Step in:"
- },
- {
- "id": 1394,
- "name": "TEMPLE_SUPREME_BAHAMUT_TITLE",
- "text": "Supreme Bahamut Dragon Temple"
- },
- {
- "id": 1395,
- "name": "TEMPLE_SUPREME_BAHAMUT_PROGRESS",
- "text": "Progress"
- },
- {
- "id": 1396,
- "name": "TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_INFO",
- "text": "Click the button to get the Supreme Bahamut Dragon!!"
- },
- {
- "id": 1397,
- "name": "TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_BTN",
- "text": "Get Dragon"
- },
- {
- "id": 1398,
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_INFO",
- "text": "Sacrifice the #0#.\nTo get it, first complete the corresponding collection!\nFind these collection items on the last 5 Zeppelin Map Quests."
- },
- {
- "id": 1399,
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_BTN",
- "text": "Sacrifice"
- },
- {
- "id": 1400,
- "name": "CATEGORY_PHARAOHS_I",
- "text": "Pharaohs I"
- },
- {
- "id": 1401,
- "name": "CATEGORY_PHARAOHS_II",
- "text": "Pharaohs II"
- },
- {
- "id": 1402,
- "name": "CATEGORY_PHARAOHS_III",
- "text": "Pharaohs III"
- },
- {
- "id": 1403,
- "name": "POPUP_SELECT_YOUR_DRAGON_TITLE",
- "text": "FREE DRAGGY!!"
- },
- {
- "id": 1404,
- "name": "POPUP_SELECT_YOUR_DRAGON_SUBTITLE",
- "text": "CONGRATULATIONS!!"
- },
- {
- "id": 1405,
- "name": "POPUP_SELECT_YOUR_DRAGON_INFO",
- "text": "Choose the draggy that will help you on your adventure!"
- },
- {
- "id": 1406,
- "name": "AUX_SELECT",
- "text": "Select"
- },
- {
- "id": 1407,
- "name": "AUX_OR",
- "text": ""
- },
- {
- "id": 1408,
- "name": "POPUP_SELECT_YOUR_DRAGON_2_TITLE",
- "text": "Dragon Nest"
- },
- {
- "id": 1409,
- "name": "POPUP_SELECT_YOUR_DRAGON_2_INFO",
- "text": "Get more dragons in the Dragon Nest!\nEnter Now!!"
- },
- {
- "id": 1410,
- "name": "POPUP_MISSINGTOWNHALL_TITLE",
- "text": "Missing Townhall"
- },
- {
- "id": 1411,
- "name": "POPUP_MISSINGTOWNHALL_DESCRIPTION_ASSAULT",
- "text": "INSTANT VICTORY\n\nThe village you are attacking has no townhall.\n\nThis means you WIN this round automatically!"
- },
- {
- "id": 1412,
- "name": "POPUP_MISSINGTOWNHALL_DESCRIPTION_NORMAL",
- "text": "WARNING\n\nYour village has no townhall.\n\nThis means you will automatically lose if you are attacked by another player"
- },
- {
- "id": 1413,
- "name": "POPUP_INACTIVE_NEST_BTN",
- "text": "Start again. \nCost: #0#"
- },
- {
- "id": 1414,
- "name": "POPUP_INACTIVE_NEST_INFO",
- "text": "To get more eggs and start again select a button below."
- },
- {
- "id": 1415,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_DONE",
- "text": "Resource already offered!"
- },
- {
- "id": 1416,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_DONE",
- "text": "Dragon already sacrified!"
- },
- {
- "id": 1417,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_DONE",
- "text": "Dragon already sacrified!"
- },
- {
- "id": 1418,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_HEART_DONE",
- "text": "Supreme Heart already offered!"
- },
- {
- "id": 1419,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_OFFER",
- "text": "Offer this resource now!"
- },
- {
- "id": 1420,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_OFFER",
- "text": "Sacrifice the #0# now!"
- },
- {
- "id": 1421,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_OFFER",
- "text": "Sacrifice the #0# now!"
- },
- {
- "id": 1422,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_HEART_OFFER",
- "text": "Offer the supreme heart now!"
- },
- {
- "id": 1423,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_CANT_DO",
- "text": "You can't do that step!"
- },
- {
- "id": 1424,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TITLE",
- "text": "Congratulations!!"
- },
- {
- "id": 1425,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TEXT",
- "text": "#0# friend\/s accepted helping you to breed the dragon!\n\nClick OK to speed up the progress."
- },
- {
- "id": 1426,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_BTN",
- "text": "Hire friends"
- },
- {
- "id": 1427,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_INFO",
- "text": "Hire new friends to progress faster"
- },
- {
- "id": 1428,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_TOOLTIP",
- "text": "For each new friend you hire, you will progress 2 steps instantly!"
- },
- {
- "id": 1429,
- "name": "TOOLTIP_STORE_SUPREME",
- "text": "This building allows you to invoke the Supreme Bahamut Dragon."
- },
- {
- "id": 1430,
- "name": "RELOADING_PLAYER_INFO_TEXT",
- "text": "Reloading Gifts"
- },
- {
- "id": 1431,
- "name": "CATEGORY_SPECIAL_UNITS_IV",
- "text": "SPECIAL UNITS IV"
- },
- {
- "id": 1432,
- "name": "ISLANDS_HELP_REWARD_TITLE",
- "text": "CONQUEST ISLAND REWARD"
- },
- {
- "id": 1433,
- "name": "ISLANDS_HELP_REWARD_UNIT",
- "text": "1 Unit!"
- },
- {
- "id": 1434,
- "name": "ICON_COMEBACK2ND3RD_TOOLTIP",
- "text": "Prizes for tomorrow"
- },
- {
- "id": 1435,
- "name": "COMEBACK_BONUS_POPUP_TITLE",
- "text": "WELCOME FREE GIFTS"
- },
- {
- "id": 1436,
- "name": "COMEBACK_BONUS_POPUP_HEADER_READY",
- "text": "Click on one of the gifts and get a FREE reward!"
- },
- {
- "id": 1437,
- "name": "COMEBACK_BONUS_POPUP_HEADER_NOTREADY",
- "text": "Come back tomorrow and get one of the FREE rewards below!!"
- },
- {
- "id": 1438,
- "name": "COMEBACK_BONUS_POPUP_FOOTER",
- "text": "Remember, this bonus only lasts two days!"
- },
- {
- "id": 1439,
- "name": "POPUP_TIME_TITLE",
- "text": "Time Machine"
- },
- {
- "id": 1440,
- "name": "POPUP_TIME_HEADER",
- "text": "Click on a button below to move forwards in time!"
- },
- {
- "id": 1441,
- "name": "POPUP_TIME_MINUTES",
- "text": "POPUP_TIME_MINUTES"
- },
- {
- "id": 1442,
- "name": "POPUP_TIME_HOUR",
- "text": "POPUP_TIME_HOUR"
- },
- {
- "id": 1443,
- "name": "POPUP_TIME_HOURS",
- "text": "POPUP_TIME_HOURS"
- },
- {
- "id": 1444,
- "name": "INFOPOPUP_DRAGONKILLER_CASTLE",
- "text": "Defensive structure with special Plasma ray to fry all kind of dragons"
- },
- {
- "id": 1445,
- "name": "POPUP_ASSAULT_FORCE_RELOAD",
- "text": "Click OK to reload and go to your empire"
- },
- {
- "id": 1446,
- "name": "POPUP_QUEST_FORCE_RELOAD",
- "text": "Click OK to reload and go to your empire"
- },
- {
- "id": 1447,
- "name": "TRAVELLING_FORWARDS",
- "text": "Travelling forwards"
- },
- {
- "id": 1448,
- "name": "TOOLTIP_STORE_TIME_MACHINE",
- "text": "Advances the time of all you buildings, missions and PVP"
- },
- {
- "id": 1449,
- "name": "ALERT_NEW_IPHONE_ITEMS",
- "text": "The items you bought on your
SE iPhone are in
\"Storage > Mobile Storage\" now."
- },
- {
- "id": 1450,
- "name": "POPUP_QUEST_ARMY_TITLE",
- "text": "QUEST ARMY"
- },
- {
- "id": 1451,
- "name": "POPUP_QUEST_ARMY_HEADER",
- "text": "Select your army for this Quest"
- },
- {
- "id": 1452,
- "name": "POPUP_QUEST_ARMY_YOUR_ARMY",
- "text": "Your Army"
- },
- {
- "id": 1453,
- "name": "VALIDATION_MSG_TIME_MACHINE",
- "text": "You need to buy this item before you can use it"
- },
- {
- "id": 1454,
- "name": "POPUP_TEAM_SELECTION_SUBTITLE_1",
- "text": "Selected units"
- },
- {
- "id": 1455,
- "name": "POPUP_TEAM_SELECTION_SUBTITLE_2",
- "text": "Available units"
- },
- {
- "id": 1456,
- "name": "POPUP_TEAM_SELECTION_TITLE",
- "text": "Select your team"
- },
- {
- "id": 1457,
- "name": "POPUP_TIME_MACHINE_HELP_TITLE",
- "text": "Time Machine Help"
- },
- {
- "id": 1458,
- "name": "POPUP_TIME_MACHINE_HELP_TEXT",
- "text": "-Use the Time Machine to travel forward in time!!\n\n-Thus you'll get resources sooner! It also speeds up PvP, Chapters, Quests, Daily Bonus, Dragon Nest, Rider Academy and much more!\n\n-You have 6 different hourglasses, each one travels forward a different amount of time.\n\n-Choose the one you need and press the USE button."
- },
- {
- "id": 1459,
- "name": "STORAGE_SUB_MAIN",
- "text": "Storage \/ Gifts"
- },
- {
- "id": 1460,
- "name": "STORAGE_SUB_IPHONE",
- "text": "Mobile Storage"
- },
- {
- "id": 1461,
- "name": "QUEST_HARDCORE6_DESCRIP",
- "text": "Defeat the Pharaohs Empire!!"
- },
- {
- "id": 1462,
- "name": "QUEST_HARDCORE7_DESCRIP",
- "text": "Defeat the Wicked Imperial Elves!!"
- },
- {
- "id": 1463,
- "name": "QUEST_TEAM_SELECTION_ALERT_1_UNIT",
- "text": "You must choose at least 1 unit"
- },
- {
- "id": 1464,
- "name": "QUEST_TEAM_SELECTION_ALERT_LESS_20_CONFIRM",
- "text": "Are you sure you want to play with less than 20 units?"
- },
- {
- "id": 1465,
- "name": "TOOLTIP_TITAN_GODS",
- "text": "Gods & Titans"
- },
- {
- "id": 1466,
- "name": "GODS_1",
- "text": "The 5 Elemental Gods created and ruled the world of Social Empires and kept peace amongst its dwellers..."
- },
- {
- "id": 1467,
- "name": "GODS_2",
- "text": "... but an unknown Evil force irrupted and many devilish creatures spawned and destroyed whole empires and killed its people..."
- },
- {
- "id": 1468,
- "name": "GODS_3",
- "text": "... After witnessing that, the 5 Elemental Gods decided to descend to the world of Social Empires with their Colossus and help to restore peace again!\n\nHelp them to achieve their goal!"
- },
- {
- "id": 1469,
- "name": "POPUP_NEW_IPHONE_ITEMS_TITLE",
- "text": "WELCOME SE MOBILE"
- },
- {
- "id": 1470,
- "name": "POPUP_SEND_GIFTS_TITLE",
- "text": "Send Gifts"
- },
- {
- "id": 1471,
- "name": "POPUP_SEND_GIFTS_EXPLANATION",
- "text": "Send an awesome Surprise Box to your friends to help them build their empires!"
- },
- {
- "id": 1472,
- "name": "POPUP_SEND_GIFTS_BUTTON",
- "text": "Send Gifts"
- },
- {
- "id": 1473,
- "name": "ICON_MENU_MULTI_TOOL",
- "text": "Multi Tool"
- },
- {
- "id": 1474,
- "name": "ICON_MENU_REMOVE",
- "text": "Remove"
- },
- {
- "id": 1475,
- "name": "ICON_MENU_FAST_COLLECT",
- "text": "Fast Collect"
- },
- {
- "id": 1476,
- "name": "ICON_SQUARE_TOOL",
- "text": "Square Tool"
- },
- {
- "id": 1477,
- "name": "TEXT_SPACE_KEY",
- "text": "space key"
- },
- {
- "id": 1478,
- "name": "ICON_MENU_WORLD_QUEST",
- "text": "Quests"
- },
- {
- "id": 1479,
- "name": "ICON_MENU_WORLD_SURVIVAL",
- "text": "Survival"
- },
- {
- "id": 1480,
- "name": "ICON_MENU_WORLD_TOURNEY",
- "text": "Tourney"
- },
- {
- "id": 1481,
- "name": "ICON_MENU_GIFT_UNITS",
- "text": "Units"
- },
- {
- "id": 1482,
- "name": "ICON_MENU_GIFT_NEWS",
- "text": "News"
- },
- {
- "id": 1483,
- "name": "ICON_MENU_GIFT_COLLECTIONS",
- "text": "Collections"
- },
- {
- "id": 1484,
- "name": "ICON_MENU_GIFT_GIFTS",
- "text": "Gifts"
- },
- {
- "id": 1485,
- "name": "POPUP_NEW_GOAL",
- "text": "Click here!"
- },
- {
- "id": 1486,
- "name": "INFO_EMPIRE_NAME",
- "text": "My Empire"
- },
- {
- "id": 1487,
- "name": "ICON_MENU_GAME_DARTS",
- "text": "Darts"
- },
- {
- "id": 1488,
- "name": "INFO_COST",
- "text": "COST:"
- },
- {
- "id": 1489,
- "name": "BUTTON_SALE_TERRAIN",
- "text": "FOR SALE"
- },
- {
- "id": 1490,
- "name": "BUTTON_CLICK_TO_BUY",
- "text": "Click to Buy"
- },
- {
- "id": 1491,
- "name": "ICON_UPGRADE",
- "text": "Upgrade"
- },
- {
- "id": 1492,
- "name": "POPUP_NEED_ALLIES",
- "text": "Need Allies?"
- },
- {
- "id": 1493,
- "name": "POPUP_GET_ALLIES",
- "text": "Get more allies to earn gold and XP every day \n Get allies now!"
- },
- {
- "id": 1494,
- "name": "QUEST_GOD_ISLAND_1",
- "text": "Defeat all enemies!"
- },
- {
- "id": 1495,
- "name": "QUEST_GOD_ISLAND_2",
- "text": "Defeat all enemies!"
- },
- {
- "id": 1496,
- "name": "STORE_HEAL_UNITS",
- "text": "Heals nearby units when they are not engaged in combat"
- },
- {
- "id": 1497,
- "name": "POPUP_STARTING_QUEST_TITLE",
- "text": "STARTING QUEST"
- },
- {
- "id": 1498,
- "name": "QUEST_GOD_ISLAND_3",
- "text": "Defeat all enemies!"
- },
- {
- "id": 1499,
- "name": "TEAM_SELECTION_WINDOW_REQUIREMENTS_MSG",
- "text": "To enter this quest you need to have at least #0# unit\/s from any of the following categories:\n\n"
- },
- {
- "id": 1500,
- "name": "CATEGORY_IMPERIAL_ELVES_I",
- "text": "IMPERIAL ELVES I"
- },
- {
- "id": 1501,
- "name": "STORAGE_IPHONE_ITEMS",
- "text": "The items you bought on your SE iPhone are in:
Storage -> Mobile Storage"
- },
- {
- "id": 1502,
- "name": "CATEGORY_IMPERIAL_ELVES_II",
- "text": "IMPERIAL ELVES II"
- },
- {
- "id": 1503,
- "name": "GODS_4",
- "text": "After the first epic battle, the Dark Evil God and its Chaos forces resisted ferociously,\nthus the Elemental Gods retreated to gain more power."
- },
- {
- "id": 1504,
- "name": "GODS_5",
- "text": "They summoned the 5 Genesis Gods who helped shaping the world during its creation.\nWith the help of their Colossus, all together will battle back the EVIL!"
- },
- {
- "id": 1505,
- "name": "CATEGORY_IMPERIAL_ELVES_III",
- "text": "IMPERIAL ELVES III"
- }
- ],
- "categories": {
- "1": {
- "id": 1,
- "name": "Village",
- "sub": [
- {
- "id": 11,
- "name": "Houses",
- "parent": 1
- },
- {
- "id": 12,
- "name": "Resources",
- "parent": 1
- },
- {
- "id": 13,
- "name": "Miscellaneous",
- "parent": 1
- },
- {
- "id": 14,
- "name": "Investigation",
- "parent": 1
- }
- ]
- },
- "2": {
- "id": 2,
- "name": "Defense",
- "sub": [
- {
- "id": 21,
- "name": "Turrets",
- "parent": 2
- },
- {
- "id": 22,
- "name": "Walls",
- "parent": 2
- },
- {
- "id": 23,
- "name": "Castles",
- "parent": 2
- },
- {
- "id": 24,
- "name": "Refuges",
- "parent": 2
- }
- ]
- },
- "3": {
- "id": 3,
- "name": "Army",
- "sub": [
- {
- "id": 31,
- "name": "Infantry",
- "parent": 3
- },
- {
- "id": 32,
- "name": "Archers",
- "parent": 3
- },
- {
- "id": 33,
- "name": "Cavalry",
- "parent": 3
- },
- {
- "id": 34,
- "name": "Siege weapons",
- "parent": 3
- },
- {
- "id": 35,
- "name": "Specials",
- "parent": 3
- }
- ]
- },
- "4": {
- "id": 4,
- "name": "Decorations",
- "sub": [
- {
- "id": 41,
- "name": "Trees",
- "parent": 4
- },
- {
- "id": 42,
- "name": "Flowers",
- "parent": 4
- },
- {
- "id": 43,
- "name": "Flags",
- "parent": 4
- },
- {
- "id": 44,
- "name": "Statues",
- "parent": 4
- },
- {
- "id": 45,
- "name": "Others",
- "parent": 4
- }
- ]
- },
- "5": {
- "id": 5,
- "name": "Wonders",
- "sub": [
- {
- "id": 51,
- "name": "Wonders",
- "parent": 5
- }
- ]
- },
- "12": {
- "id": 12,
- "name": "New",
- "sub": [
- {
- "id": 121,
- "name": "Limited Edition",
- "parent": 12
- },
- {
- "id": 122,
- "name": "New",
- "parent": 12
- },
- {
- "id": 123,
- "name": "Specials",
- "parent": 12
- }
- ]
- },
- "0": {
- "sub": [
- {
- "id": 0,
- "name": "All",
- "parent": 0
- }
- ]
- }
- },
- "items": [
- {
- "id": "1",
- "in_store": "1",
- "name": "House I",
- "type": "b",
- "cost": "30",
- "cost_type": "w",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "2",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "casa1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "180",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2",
- "in_store": "1",
- "name": "House II",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "3",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casa2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3",
- "in_store": "1",
- "name": "House III",
- "type": "b",
- "cost": "120",
- "cost_type": "w",
- "xp": "12",
- "groups": "",
- "trains": "0",
- "upgrades_to": "4",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "19",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casa3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "220",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "4",
- "in_store": "1",
- "name": "House IV",
- "type": "b",
- "cost": "500",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "194",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "31",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casa4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "5",
- "in_store": "1",
- "name": "Mill I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "21600",
- "expiration": "0",
- "collect": "250",
- "collect_type": "f",
- "collect_xp": "9",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molino1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "6",
- "in_store": "1",
- "name": "Mill II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "f",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "11",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molino2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "250",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":750}"
- },
- {
- "id": "7",
- "in_store": "1",
- "name": "Mill III",
- "type": "b",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "23",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molino3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":7500}"
- },
- {
- "id": "8",
- "in_store": "1",
- "name": "Pumpkin Crop",
- "type": "b",
- "cost": "120",
- "cost_type": "w",
- "xp": "12",
- "groups": "",
- "trains": "0",
- "upgrades_to": "9",
- "display_order": "11",
- "activation": "32.4",
- "expiration": "0",
- "collect": "25",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "9",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granja1",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "9",
- "in_store": "1",
- "name": "Eggplant Field",
- "type": "b",
- "cost": "180",
- "cost_type": "w",
- "xp": "18",
- "groups": "",
- "trains": "0",
- "upgrades_to": "10",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "3",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "21",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granja2",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "10",
- "in_store": "1",
- "name": "Farm Land",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "200",
- "display_order": "10",
- "activation": "32.4",
- "expiration": "0",
- "collect": "15",
- "collect_type": "f",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "granja3",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "2",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "11",
- "in_store": "1",
- "name": "Sheep Ranch I",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "190",
- "display_order": "16",
- "activation": "90",
- "expiration": "0",
- "collect": "100",
- "collect_type": "f",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "2",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho1_1",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "12",
- "in_store": "1",
- "name": "Cow Ranch I",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "192",
- "display_order": "39",
- "activation": "90",
- "expiration": "0",
- "collect": "150",
- "collect_type": "f",
- "collect_xp": "5",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "5",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho2_1",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "13",
- "in_store": "1",
- "name": "Gold Mine I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "21600",
- "expiration": "0",
- "collect": "200",
- "collect_type": "g",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "4",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaoro1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "14",
- "in_store": "1",
- "name": "Gold Mine II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "21600",
- "expiration": "0",
- "collect": "275",
- "collect_type": "g",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "13",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaoro2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":1250}"
- },
- {
- "id": "15",
- "in_store": "1",
- "name": "Gold Mine III",
- "type": "b",
- "cost": "4500",
- "cost_type": "g",
- "xp": "450",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "21600",
- "expiration": "0",
- "collect": "350",
- "collect_type": "g",
- "collect_xp": "12",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "24",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaoro3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":10000}"
- },
- {
- "id": "16",
- "in_store": "1",
- "name": "Stone Mine I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "30",
- "activation": "21600",
- "expiration": "0",
- "collect": "175",
- "collect_type": "s",
- "collect_xp": "6",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "6",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedra1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":250}"
- },
- {
- "id": "17",
- "in_store": "1",
- "name": "Stone Mine II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "31",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "s",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "17",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedra2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":3500}"
- },
- {
- "id": "18",
- "in_store": "1",
- "name": "Stone Mine III",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "32",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "s",
- "collect_xp": "14",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "29",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedra3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":20000}"
- },
- {
- "id": "19",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "3.24",
- "expiration": "0",
- "collect": "20",
- "collect_type": "w",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "125",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol1",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "2",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "20",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "3.24",
- "expiration": "0",
- "collect": "20",
- "collect_type": "w",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "125",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "2",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "21",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "3.24",
- "expiration": "0",
- "collect": "20",
- "collect_type": "w",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "125",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol3",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "2",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "22",
- "in_store": "1",
- "name": "Blacksmith",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "58",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "131",
- "min_level": "33",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "herreria",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "23",
- "in_store": "1",
- "name": "Market",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "188",
- "display_order": "23",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "5",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercado_1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "24",
- "in_store": "1",
- "name": "Church",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "502",
- "upgrades_to": "0",
- "display_order": "50",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "133",
- "min_level": "19",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isglesia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "25",
- "in_store": "1",
- "name": "University",
- "type": "b",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "60",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "39",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "universidad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "26",
- "in_store": "0",
- "name": "Town Hall",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "500",
- "upgrades_to": "139",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ayuntamiento",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "27",
- "in_store": "1",
- "name": "Castle I",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "507",
- "upgrades_to": "28",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillo1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "28",
- "in_store": "1",
- "name": "Castle II",
- "type": "b",
- "cost": "25",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "508",
- "upgrades_to": "198",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillo2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "8000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "29",
- "in_store": "1",
- "name": "Tower I",
- "type": "b",
- "cost": "125",
- "cost_type": "s",
- "xp": "13",
- "groups": "",
- "trains": "0",
- "upgrades_to": "30",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "4",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "30",
- "in_store": "1",
- "name": "Tower II",
- "type": "b",
- "cost": "250",
- "cost_type": "s",
- "xp": "25",
- "groups": "",
- "trains": "0",
- "upgrades_to": "31",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "31",
- "in_store": "1",
- "name": "Tower III",
- "type": "b",
- "cost": "375",
- "cost_type": "s",
- "xp": "38",
- "groups": "",
- "trains": "0",
- "upgrades_to": "32",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "14",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "32",
- "in_store": "1",
- "name": "Tower IV",
- "type": "b",
- "cost": "500",
- "cost_type": "s",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "33",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "23",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "900",
- "velocity": "0",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "33",
- "in_store": "1",
- "name": "Tower V",
- "type": "b",
- "cost": "625",
- "cost_type": "s",
- "xp": "63",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "33",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "1100",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "34",
- "in_store": "1",
- "name": "Wall I",
- "type": "b",
- "cost": "5",
- "cost_type": "w",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "35",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "150",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "35",
- "in_store": "1",
- "name": "Wall II",
- "type": "b",
- "cost": "15",
- "cost_type": "w",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "36",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "36",
- "in_store": "1",
- "name": "Wall III",
- "type": "b",
- "cost": "30",
- "cost_type": "s",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "195",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "17",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "37",
- "in_store": "1",
- "name": "Wall Door",
- "type": "b",
- "cost": "50",
- "cost_type": "s",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "222",
- "min_level": "21",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "puertamuralla",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "38",
- "in_store": "1",
- "name": "Barracks I",
- "type": "b",
- "cost": "125",
- "cost_type": "w",
- "xp": "13",
- "groups": "",
- "trains": "509",
- "upgrades_to": "39",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteria1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "39",
- "in_store": "1",
- "name": "Barracks II",
- "type": "b",
- "cost": "250",
- "cost_type": "w",
- "xp": "25",
- "groups": "",
- "trains": "510",
- "upgrades_to": "40",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteria2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "350",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":750}"
- },
- {
- "id": "40",
- "in_store": "1",
- "name": "Barracks III",
- "type": "b",
- "cost": "375",
- "cost_type": "w",
- "xp": "38",
- "groups": "",
- "trains": "511",
- "upgrades_to": "136",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteria3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":3000}"
- },
- {
- "id": "41",
- "in_store": "1",
- "name": "Archery I",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "516",
- "upgrades_to": "42",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "3",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "42",
- "in_store": "1",
- "name": "Archery II",
- "type": "b",
- "cost": "300",
- "cost_type": "w",
- "xp": "30",
- "groups": "",
- "trains": "517",
- "upgrades_to": "43",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "350",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":1000}"
- },
- {
- "id": "43",
- "in_store": "1",
- "name": "Archery III",
- "type": "b",
- "cost": "450",
- "cost_type": "w",
- "xp": "45",
- "groups": "",
- "trains": "518",
- "upgrades_to": "137",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "18",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":5000}"
- },
- {
- "id": "44",
- "in_store": "1",
- "name": "Stables I",
- "type": "b",
- "cost": "175",
- "cost_type": "w",
- "xp": "18",
- "groups": "",
- "trains": "512",
- "upgrades_to": "45",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "5",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":250}"
- },
- {
- "id": "45",
- "in_store": "1",
- "name": "Stables II",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "513",
- "upgrades_to": "46",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "12",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "350",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":1500}"
- },
- {
- "id": "46",
- "in_store": "1",
- "name": "Stables III",
- "type": "b",
- "cost": "525",
- "cost_type": "w",
- "xp": "53",
- "groups": "",
- "trains": "514",
- "upgrades_to": "138",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "20",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":7000}"
- },
- {
- "id": "47",
- "in_store": "1",
- "name": "Archery Stables",
- "type": "b",
- "cost": "700",
- "cost_type": "w",
- "xp": "70",
- "groups": "",
- "trains": "515",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "24",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establoarquero",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":10000}"
- },
- {
- "id": "48",
- "in_store": "1",
- "name": "Workshop I",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "519",
- "upgrades_to": "49",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "7",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaAriete3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "420",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost_type\":\"g\",\"cost\":1000}"
- },
- {
- "id": "49",
- "in_store": "1",
- "name": "Workshop II",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "520",
- "upgrades_to": "50",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "14",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaAriete1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost_type\":\"g\",\"cost\":2000}"
- },
- {
- "id": "50",
- "in_store": "1",
- "name": "Workshop III",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "60",
- "groups": "",
- "trains": "521",
- "upgrades_to": "51",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "22",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaAriete2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":8000}"
- },
- {
- "id": "51",
- "in_store": "1",
- "name": "Workshop IV",
- "type": "b",
- "cost": "800",
- "cost_type": "w",
- "xp": "80",
- "groups": "",
- "trains": "522",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "26",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaAriete4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":12500}"
- },
- {
- "id": "52",
- "in_store": "3",
- "name": "Chichen Itza",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ChichenItza",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "53",
- "in_store": "3",
- "name": "Coliseum",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "s",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "coliseo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "54",
- "in_store": "3",
- "name": "Inca God",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "f",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "diosInca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "55",
- "in_store": "3",
- "name": "Sphinx",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "w",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esfinge",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "56",
- "in_store": "3",
- "name": "Machu Picchu",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "21600",
- "expiration": "0",
- "collect": "1200",
- "collect_type": "s",
- "collect_xp": "40",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "6",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "machuPichu",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}"
- },
- {
- "id": "57",
- "in_store": "3",
- "name": "Chinese Wall",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "21600",
- "expiration": "0",
- "collect": "1200",
- "collect_type": "g",
- "collect_xp": "40",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaChina",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}"
- },
- {
- "id": "58",
- "in_store": "3",
- "name": "Petra",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "21600",
- "expiration": "0",
- "collect": "1200",
- "collect_type": "f",
- "collect_xp": "40",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "petra",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}"
- },
- {
- "id": "59",
- "in_store": "3",
- "name": "Taj Mahal",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "21600",
- "expiration": "0",
- "collect": "1200",
- "collect_type": "w",
- "collect_xp": "40",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "12",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "tajMahal",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}"
- },
- {
- "id": "60",
- "in_store": "3",
- "name": "Iguazu Waterfalls",
- "type": "b",
- "cost": "60",
- "cost_type": "c",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "21600",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "s",
- "collect_xp": "67",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "14",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cataratasIguazu",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "61",
- "in_store": "3",
- "name": "Parthenon",
- "type": "b",
- "cost": "60",
- "cost_type": "c",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "21600",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "g",
- "collect_xp": "67",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "partenon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "62",
- "in_store": "1",
- "name": "Yellow Flowers",
- "type": "b",
- "cost": "5",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "63",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "floresAmarillas2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "63",
- "in_store": "1",
- "name": "White Flowers",
- "type": "b",
- "cost": "25",
- "cost_type": "g",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "77",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "floresBlancas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "64",
- "in_store": "1",
- "name": "Purple Flowers",
- "type": "b",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "81",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "floresLilas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "65",
- "in_store": "1",
- "name": "Red Flowers",
- "type": "b",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "81",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "floresRojas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "12",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "66",
- "in_store": "1",
- "name": "Pink Flowers",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "86",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "floresRosas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "67",
- "in_store": "1",
- "name": "Green Flowers",
- "type": "b",
- "cost": "225",
- "cost_type": "g",
- "xp": "23",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "88",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "floresVerdes",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "68",
- "in_store": "1",
- "name": "Maya Fire",
- "type": "b",
- "cost": "5",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "65",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "fuegoMaya",
- "elevation": "2",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "14",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "69",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "69",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "126",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras1",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "70",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "70",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "126",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras2",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "71",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "71",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "126",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras3",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "72",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "72",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "126",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras4",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "73",
- "in_store": "0",
- "name": "Gold",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "73",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "127",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oro1",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "74",
- "in_store": "0",
- "name": "Gold",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "74",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "127",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oro2",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "75",
- "in_store": "0",
- "name": "Gold",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "75",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "127",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oro3",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "76",
- "in_store": "0",
- "name": "Gold",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "76",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "127",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oro4",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "77",
- "in_store": "1",
- "name": "Lumber Mill I",
- "type": "b",
- "cost": "50",
- "cost_type": "w",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "78",
- "display_order": "26",
- "activation": "21600",
- "expiration": "0",
- "collect": "200",
- "collect_type": "w",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "5",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserradero1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":150}"
- },
- {
- "id": "78",
- "in_store": "1",
- "name": "Lumber Mill II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "79",
- "display_order": "27",
- "activation": "21600",
- "expiration": "0",
- "collect": "350",
- "collect_type": "w",
- "collect_xp": "12",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "15",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserradero2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":2000}"
- },
- {
- "id": "79",
- "in_store": "1",
- "name": "Lumber Mill III",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "205",
- "display_order": "28",
- "activation": "21600",
- "expiration": "0",
- "collect": "450",
- "collect_type": "w",
- "collect_xp": "15",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "27",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserradero3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":15000}"
- },
- {
- "id": "80",
- "in_store": "0",
- "name": "Regenerating gold ...",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "80",
- "activation": "10800",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "128",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "regOro",
- "elevation": "2",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "81",
- "in_store": "0",
- "name": "Regenerating stone ...",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "81",
- "activation": "10800",
- "expiration": "0",
- "collect": "0",
- "collect_type": "s",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "128",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "regPiedras",
- "elevation": "2",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "82",
- "in_store": "0",
- "name": "Treasure Chest",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "treasure",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "83",
- "in_store": "0",
- "name": "Prisoner Princess",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "princess2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "84",
- "in_store": "0",
- "name": "Prisoner Villagers",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "prisoners",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "85",
- "in_store": "0",
- "name": "Prisoner Arthur",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "prisonarthur",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "86",
- "in_store": "0",
- "name": "Prisoner Archers",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "prisonarchers",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "87",
- "in_store": "0",
- "name": "Chained Troll",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "prisontroll",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "88",
- "in_store": "0",
- "name": "Power Gem",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "ag",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "powergem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "89",
- "in_store": "0",
- "name": "Golem Altar",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "813",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "golemstatue",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "90",
- "in_store": "0",
- "name": "Kidnapped Units",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "kidnapped",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "91",
- "in_store": "0",
- "name": "Trophy Totem",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trophytotem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "92",
- "in_store": "0",
- "name": "Injured Cow",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "vacaPerdida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "93",
- "in_store": "0",
- "name": "Injured Sheep",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ovejaPerdida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "94",
- "in_store": "0",
- "name": "Lonely Knight",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jinetePerdido",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "95",
- "in_store": "0",
- "name": "Trojan Horse",
- "type": "b",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "caballoTroyano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "96",
- "in_store": "0",
- "name": "Mysterious Crate",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cajaSorpresaPerdida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "97",
- "in_store": "0",
- "name": "Mead Barrel",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrilPerdido",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "98",
- "in_store": "0",
- "name": "Injured Troll",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trolPerdido",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "99",
- "in_store": "0",
- "name": "Golden Totem",
- "type": "b",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "totemOro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "100",
- "in_store": "0",
- "name": "Yellow Tree",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "62",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "arbolAmarillo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "0",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "101",
- "in_store": "1",
- "name": "Blue Tree",
- "type": "b",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "79",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolAzul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "102",
- "in_store": "0",
- "name": "Happy Tree",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "77",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "4",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "arbolCara",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "103",
- "in_store": "1",
- "name": "Chinese Tree",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "74",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolChino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "104",
- "in_store": "1",
- "name": "Purple Tree",
- "type": "b",
- "cost": "75",
- "cost_type": "g",
- "xp": "8",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolLila",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "105",
- "in_store": "1",
- "name": "Orange Tree",
- "type": "b",
- "cost": "225",
- "cost_type": "g",
- "xp": "23",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "89",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolNaranja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "106",
- "in_store": "0",
- "name": "Red Tree",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "arbolRojo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "7",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "107",
- "in_store": "1",
- "name": "Horror Tree",
- "type": "b",
- "cost": "390",
- "cost_type": "g",
- "xp": "39",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "94",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "14",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolTerror",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "108",
- "in_store": "1",
- "name": "Green Tree",
- "type": "b",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "64",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolVerde",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "109",
- "in_store": "0",
- "name": "Blue Flag",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "75",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "banderaAzul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "5",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "110",
- "in_store": "1",
- "name": "Orange Flag",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "banderaNaranja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "25",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "111",
- "in_store": "0",
- "name": "Red Flag",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "banderaRoja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "9",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "112",
- "in_store": "1",
- "name": "Eagle Flag",
- "type": "b",
- "cost": "425",
- "cost_type": "g",
- "xp": "43",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "banderaRoja2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "25",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "113",
- "in_store": "1",
- "name": "Green Flag",
- "type": "b",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "banderaVerde",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "25",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "114",
- "in_store": "1",
- "name": "Skulls",
- "type": "b",
- "cost": "350",
- "cost_type": "g",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "calaverasFardo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "10",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "115",
- "in_store": "0",
- "name": "Roman Column",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "11",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "columnaRomana",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "4",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "116",
- "in_store": "0",
- "name": "World Cup",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "copaMundo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "50",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "117",
- "in_store": "1",
- "name": "Skeleton Statue",
- "type": "b",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "79",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaCalavera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "118",
- "in_store": "0",
- "name": "Helmet Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "76",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "estatuaCasco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "10",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "119",
- "in_store": "1",
- "name": "Minotaur Statue",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaCentauro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "120",
- "in_store": "1",
- "name": "Dragon Statue",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "96",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "121",
- "in_store": "1",
- "name": "Mongol Statue",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "66",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaMongol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "122",
- "in_store": "1",
- "name": "King Statue",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "67",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaRey",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "123",
- "in_store": "1",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "124",
- "in_store": "1",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "125",
- "in_store": "0",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "17",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "estatuaSoldado3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "2",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "126",
- "in_store": "1",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "68",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "127",
- "in_store": "0",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "99",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "estatuaSoldado5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "6",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "128",
- "in_store": "1",
- "name": "Viking Statue",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "800",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "69",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaVikingo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "129",
- "in_store": "1",
- "name": "Fountain",
- "type": "b",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "80",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "6",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuenteChica",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "130",
- "in_store": "0",
- "name": "Water well",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "pozoAgua",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "131",
- "in_store": "1",
- "name": "Ancient Ceramic",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "70",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "vasijaBarro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "132",
- "in_store": "0",
- "name": "Trojan Horse",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "caballoTroyano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "50",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "133",
- "in_store": "0",
- "name": "Golden Totem",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "totemOro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "50",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "134",
- "in_store": "0",
- "name": "Troll Hut",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trollhut",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "180",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "135",
- "in_store": "0",
- "name": "Troll Cave",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trollcave",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "180",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "136",
- "in_store": "1",
- "name": "Barracks IV",
- "type": "b",
- "cost": "1000",
- "cost_type": "w",
- "xp": "100",
- "groups": "",
- "trains": "539",
- "upgrades_to": "390",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "28",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteria4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":15000}"
- },
- {
- "id": "137",
- "in_store": "1",
- "name": "Archery IV",
- "type": "b",
- "cost": "1250",
- "cost_type": "w",
- "xp": "125",
- "groups": "",
- "trains": "540",
- "upgrades_to": "391",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "30",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":20000}"
- },
- {
- "id": "138",
- "in_store": "1",
- "name": "Stables IV",
- "type": "b",
- "cost": "1500",
- "cost_type": "w",
- "xp": "150",
- "groups": "",
- "trains": "541",
- "upgrades_to": "392",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "32",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":30000}"
- },
- {
- "id": "139",
- "in_store": "0",
- "name": "Town Hall II",
- "type": "b",
- "cost": "3500",
- "cost_type": "g",
- "xp": "350",
- "groups": "",
- "trains": "500",
- "upgrades_to": "140",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ayuntamiento2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "140",
- "in_store": "0",
- "name": "Town Hall III",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "500",
- "upgrades_to": "141",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ayuntamiento3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "141",
- "in_store": "0",
- "name": "Town Hall IV",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "500",
- "upgrades_to": "0",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "35",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ayuntamiento4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "8000",
- "velocity": "0",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "142",
- "in_store": "0",
- "name": "Isle 1",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isla1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "143",
- "in_store": "0",
- "name": "Isle 2",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isla2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "144",
- "in_store": "0",
- "name": "Desert Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladesierto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "145",
- "in_store": "0",
- "name": "Arctic Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islanieve",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "146",
- "in_store": "0",
- "name": "Key",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "key",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "147",
- "in_store": "0",
- "name": "Locked Gate",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "813",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "portonhielo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "148",
- "in_store": "0",
- "name": "Mysterious Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamysterious",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "149",
- "in_store": "0",
- "name": "Unknown Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaunknown",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "150",
- "in_store": "1",
- "name": "Altar of Heroes",
- "type": "b",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "47",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "1211",
- "min_level": "14",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "altarheroes",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "850",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "151",
- "in_store": "3",
- "name": "Small Refuge",
- "type": "b",
- "cost": "400",
- "cost_type": "s",
- "xp": "40",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "24",
- "subcat_functional": "1311",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "refugio1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "3500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "152",
- "in_store": "3",
- "name": "Large Refuge",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "24",
- "subcat_functional": "1311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "refugio2",
- "elevation": "4",
- "unit_capacity": "5",
- "attack": "0",
- "defense": "1",
- "life": "7000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "153",
- "in_store": "1",
- "name": "Argentina Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "71",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagar",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "154",
- "in_store": "1",
- "name": "Australia Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "72",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagau",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "155",
- "in_store": "1",
- "name": "Belgium Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "79",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagbe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "156",
- "in_store": "1",
- "name": "Bulgaria Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "75",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagbg",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "157",
- "in_store": "1",
- "name": "Canada Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "76",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "158",
- "in_store": "1",
- "name": "Catalonia Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "78",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagcat",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "159",
- "in_store": "1",
- "name": "Switzerland Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "80",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagch",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "160",
- "in_store": "1",
- "name": "Chile Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagcl",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "161",
- "in_store": "1",
- "name": "Colombia Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "162",
- "in_store": "1",
- "name": "Germany Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagde",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "163",
- "in_store": "1",
- "name": "Spain Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flages",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "164",
- "in_store": "1",
- "name": "FC Barcelona Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "86",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagfcb",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "165",
- "in_store": "1",
- "name": "France Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "80",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagfr",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "166",
- "in_store": "1",
- "name": "UK Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "81",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flaggb",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "167",
- "in_store": "1",
- "name": "Israel Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagil",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "168",
- "in_store": "1",
- "name": "Italy Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagit",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "169",
- "in_store": "1",
- "name": "Mexico Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagmx",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "170",
- "in_store": "1",
- "name": "Netherlands Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagnl",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "171",
- "in_store": "1",
- "name": "Philippines Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "86",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagph",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "172",
- "in_store": "1",
- "name": "Portugal Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagpt",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "173",
- "in_store": "1",
- "name": "Sweden Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "88",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagse",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "174",
- "in_store": "1",
- "name": "Turkey Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "89",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagtr",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "175",
- "in_store": "1",
- "name": "USA Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "176",
- "in_store": "0",
- "name": "Pyramid",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramide1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "177",
- "in_store": "0",
- "name": "Treasure Chest",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cofre",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "178",
- "in_store": "0",
- "name": "Garden",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jardin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "179",
- "in_store": "0",
- "name": "Golden Fountain",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuentedorada",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "180",
- "in_store": "0",
- "name": "Frozen Mammoth",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "750",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "181",
- "in_store": "1",
- "name": "Wizard's Castle",
- "type": "b",
- "cost": "60000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "550",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillo3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "182",
- "in_store": "0",
- "name": "Undiscovered Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaundiscovered",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "183",
- "in_store": "0",
- "name": "Emergent Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaemergent",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "184",
- "in_store": "0",
- "name": "Rock Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islarock",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "185",
- "in_store": "1",
- "name": "Eagles I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "186",
- "display_order": "34",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguila1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "186",
- "in_store": "1",
- "name": "Eagles II",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "187",
- "display_order": "35",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "16",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguila2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "187",
- "in_store": "1",
- "name": "Eagles III",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "217",
- "display_order": "36",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "30",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguila3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "188",
- "in_store": "1",
- "name": "Market II",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "189",
- "display_order": "24",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercado_2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "189",
- "in_store": "1",
- "name": "Market III",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "25",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercado_3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "190",
- "in_store": "1",
- "name": "Sheep Ranch II",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "60",
- "groups": "",
- "trains": "0",
- "upgrades_to": "191",
- "display_order": "17",
- "activation": "90",
- "expiration": "0",
- "collect": "150",
- "collect_type": "f",
- "collect_xp": "5",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "14",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho1_2",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "191",
- "in_store": "1",
- "name": "Sheep Ranch III",
- "type": "b",
- "cost": "5000",
- "cost_type": "w",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "90",
- "expiration": "0",
- "collect": "200",
- "collect_type": "f",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "24",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho1_3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "192",
- "in_store": "1",
- "name": "Cow Ranch II",
- "type": "b",
- "cost": "750",
- "cost_type": "w",
- "xp": "75",
- "groups": "",
- "trains": "0",
- "upgrades_to": "193",
- "display_order": "40",
- "activation": "90",
- "expiration": "0",
- "collect": "200",
- "collect_type": "f",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "17",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho2_2",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "193",
- "in_store": "1",
- "name": "Cow Ranch III",
- "type": "b",
- "cost": "6500",
- "cost_type": "w",
- "xp": "650",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "41",
- "activation": "90",
- "expiration": "0",
- "collect": "250",
- "collect_type": "f",
- "collect_xp": "9",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "26",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho2_3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "194",
- "in_store": "1",
- "name": "House V",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "36",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casa5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "7",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "195",
- "in_store": "1",
- "name": "Wall IV",
- "type": "b",
- "cost": "100",
- "cost_type": "s",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "196",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "25",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "900",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "196",
- "in_store": "1",
- "name": "Wall V",
- "type": "b",
- "cost": "225",
- "cost_type": "s",
- "xp": "23",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "34",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "197",
- "in_store": "1",
- "name": "Healing Spring",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "54",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "137",
- "min_level": "26",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "curacion",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "4",
- "attack_interval": "15",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "198",
- "in_store": "1",
- "name": "Castle III",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "400",
- "groups": "",
- "trains": "560",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillo333",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "10000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "199",
- "in_store": "3",
- "name": "Fire Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa6",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "30",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "200",
- "in_store": "1",
- "name": "Carrot Field",
- "type": "b",
- "cost": "500",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "201",
- "display_order": "13",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "28",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granja4",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "201",
- "in_store": "1",
- "name": "Watermelon Field",
- "type": "b",
- "cost": "1100",
- "cost_type": "w",
- "xp": "110",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "32.4",
- "expiration": "0",
- "collect": "45",
- "collect_type": "f",
- "collect_xp": "5",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "34",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granja5",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "202",
- "in_store": "1",
- "name": "Mill IV",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "21600",
- "expiration": "0",
- "collect": "500",
- "collect_type": "f",
- "collect_xp": "17",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "32",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molino4",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":25000}"
- },
- {
- "id": "203",
- "in_store": "1",
- "name": "Gold Mine IV",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "22",
- "activation": "21600",
- "expiration": "0",
- "collect": "500",
- "collect_type": "g",
- "collect_xp": "17",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "38",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaoro4",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":35000}"
- },
- {
- "id": "204",
- "in_store": "1",
- "name": "Stone Mine IV",
- "type": "b",
- "cost": "24000",
- "cost_type": "g",
- "xp": "2400",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "33",
- "activation": "21600",
- "expiration": "0",
- "collect": "550",
- "collect_type": "s",
- "collect_xp": "19",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "41",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedra4",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":45000}"
- },
- {
- "id": "205",
- "in_store": "1",
- "name": "Lumber Mill IV",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "29",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "w",
- "collect_xp": "20",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "35",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserradero4",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":30000}"
- },
- {
- "id": "206",
- "in_store": "0",
- "name": "Crocodile Pit",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "foso",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "207",
- "in_store": "0",
- "name": "Life Tree",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolavatar",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "208",
- "in_store": "0",
- "name": "Guillotine",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "guillotina",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "209",
- "in_store": "0",
- "name": "Prison",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "carcel",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "210",
- "in_store": "0",
- "name": "Water Well",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pozogrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "211",
- "in_store": "0",
- "name": "Burning Mill",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinollamas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "212",
- "in_store": "1",
- "name": "Cathedral",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "569",
- "upgrades_to": "0",
- "display_order": "52",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "133",
- "min_level": "23",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "catedraltorres",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "213",
- "in_store": "1",
- "name": "Mechanics",
- "type": "b",
- "cost": "1200",
- "cost_type": "s",
- "xp": "120",
- "groups": "",
- "trains": "570",
- "upgrades_to": "0",
- "display_order": "56",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "341",
- "min_level": "29",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "academiamecanica",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":17500}"
- },
- {
- "id": "214",
- "in_store": "3",
- "name": "Lightning Tower",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "18",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "electorre",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "2200",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "15",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "215",
- "in_store": "1",
- "name": "Kamikaze Center",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "575",
- "upgrades_to": "0",
- "display_order": "-60",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "19",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricakamikaze",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "216",
- "in_store": "1",
- "name": "Fire Workshop",
- "type": "b",
- "cost": "1600",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "568",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "31",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "workshop5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":25000}"
- },
- {
- "id": "217",
- "in_store": "1",
- "name": "Eagles IV",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "37",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "30",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "eagle4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "218",
- "in_store": "1",
- "name": "Treasure Mine",
- "type": "b",
- "cost": "325",
- "cost_type": "g",
- "xp": "33",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "46",
- "activation": "86400",
- "expiration": "0",
- "collect": "1",
- "collect_type": "t",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "124",
- "min_level": "13",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minatesoro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "219",
- "in_store": "1",
- "name": "Vineyard",
- "type": "b",
- "cost": "2000",
- "cost_type": "w",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "32.4",
- "expiration": "0",
- "collect": "100",
- "collect_type": "f",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "37",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "vinedo",
- "elevation": "4",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "220",
- "in_store": "0",
- "name": "Library",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "40",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "19",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isglesia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "221",
- "in_store": "1",
- "name": "Academy",
- "type": "b",
- "cost": "550",
- "cost_type": "w",
- "xp": "55",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "51",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "21",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "academiagimnasio",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "222",
- "in_store": "1",
- "name": "Minery Academy",
- "type": "b",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "57",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "31",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "academiamina",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "223",
- "in_store": "1",
- "name": "Forestry Academy",
- "type": "b",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "55",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "28",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "academialenador",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "224",
- "in_store": "1",
- "name": "Harbor",
- "type": "b",
- "cost": "300",
- "cost_type": "w",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "38",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muelle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "225",
- "in_store": "1",
- "name": "Sacrifice Altar",
- "type": "b",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "52",
- "activation": "1.08",
- "expiration": "0",
- "collect": "1",
- "collect_type": "sk",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "124",
- "min_level": "22",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "sacrificio",
- "elevation": "4",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "226",
- "in_store": "1",
- "name": "Nursery",
- "type": "b",
- "cost": "1000",
- "cost_type": "w",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "53",
- "activation": "32400",
- "expiration": "0",
- "collect": "1",
- "collect_type": "h",
- "collect_xp": "15",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "123",
- "min_level": "23",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "picaderoanimal",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "227",
- "in_store": "1",
- "name": "Training Stables",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "44",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "123",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "adiestramientocaballos",
- "elevation": "4",
- "unit_capacity": "5",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "228",
- "in_store": "1",
- "name": "Noble Mansion",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "62",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "42",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casalujosa",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "750",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "10",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "229",
- "in_store": "1",
- "name": "Temple",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "49",
- "activation": "172800",
- "expiration": "0",
- "collect": "750",
- "collect_type": "g",
- "collect_xp": "25",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "138",
- "min_level": "18",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "templooro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "230",
- "in_store": "1",
- "name": "Baths",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "42",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "9",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "banyos",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "20",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "231",
- "in_store": "1",
- "name": "Tavern",
- "type": "b",
- "cost": "2200",
- "cost_type": "w",
- "xp": "220",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "59",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "35",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "taberna",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "10",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "232",
- "in_store": "1",
- "name": "Restaurant",
- "type": "b",
- "cost": "28000",
- "cost_type": "g",
- "xp": "2500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "64",
- "activation": "28800",
- "expiration": "0",
- "collect": "570",
- "collect_type": "g",
- "collect_xp": "19",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "138",
- "min_level": "45",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "restaurante",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "233",
- "in_store": "1",
- "name": "Bakery",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "1200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "61",
- "activation": "28800",
- "expiration": "0",
- "collect": "550",
- "collect_type": "f",
- "collect_xp": "19",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "138",
- "min_level": "40",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bakery",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "650",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "234",
- "in_store": "1",
- "name": "Allies Building",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "43",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "111",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aliados",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "235",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "69",
- "activation": "0",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras1",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "236",
- "in_store": "0",
- "name": "Abandoned Mine",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedracandado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "237",
- "in_store": "0",
- "name": "Healer Prison",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "healersprisioneras",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "238",
- "in_store": "0",
- "name": "Trapped Allies",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aliadosprisioneros",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "239",
- "in_store": "1",
- "name": "Heroes Grave",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "48",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "1211",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "temploresureccion",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "850",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "240",
- "in_store": "0",
- "name": "Chinese House",
- "type": "b",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casachina",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "210",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "241",
- "in_store": "0",
- "name": "Chinese Archery",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "270",
- "groups": "",
- "trains": "577",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueriachina",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "242",
- "in_store": "0",
- "name": "Chinese Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallachina2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "243",
- "in_store": "0",
- "name": "Chinese Tower",
- "type": "b",
- "cost": "4",
- "cost_type": "c",
- "xp": "80",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensachina",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "2300",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "10",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "244",
- "in_store": "0",
- "name": "Bamboo Mill",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "21600",
- "expiration": "0",
- "collect": "500",
- "collect_type": "w",
- "collect_xp": "17",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderochino",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "245",
- "in_store": "0",
- "name": "Chinese Field",
- "type": "b",
- "cost": "1500",
- "cost_type": "w",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "campoarroz",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "7",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "246",
- "in_store": "0",
- "name": "Panda",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "osopanda",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "247",
- "in_store": "0",
- "name": "Geisha",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "210",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "geisha",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "248",
- "in_store": "0",
- "name": "Kite",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "490",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "chinocometa",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "249",
- "in_store": "0",
- "name": "Chinese Temple",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "700",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pagoda",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "250",
- "in_store": "0",
- "name": "Maneki Neko",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "gatochino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "5",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "251",
- "in_store": "0",
- "name": "Noodles",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bolchino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "9",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "252",
- "in_store": "0",
- "name": "Drum",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "tamborchino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "253",
- "in_store": "0",
- "name": "Chinese Tree",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jardinchino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "254",
- "in_store": "0",
- "name": "Dragon",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "dragondorado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "255",
- "in_store": "0",
- "name": "Buddha",
- "type": "b",
- "cost": "35000",
- "cost_type": "g",
- "xp": "3500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "budaoro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "256",
- "in_store": "0",
- "name": "Animals Cage",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "257",
- "in_store": "0",
- "name": "Captured Siege",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "catapultaspresas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "258",
- "in_store": "0",
- "name": "Skeleton",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "96",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "15",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaesqueleto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "259",
- "in_store": "0",
- "name": "Skeleton",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "66",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaesqueleto2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "260",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "67",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "261",
- "in_store": "3",
- "name": "Saint Basil Basilica",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "13",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "stbasil",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "25",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "262",
- "in_store": "3",
- "name": "Alexandria Library",
- "type": "b",
- "cost": "70",
- "cost_type": "c",
- "xp": "7",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "s",
- "collect_xp": "0",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "21",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bibliotecaalejandria",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "50",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "263",
- "in_store": "3",
- "name": "Stonehenge",
- "type": "b",
- "cost": "60",
- "cost_type": "c",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "21600",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "f",
- "collect_xp": "67",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "18",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "stonehenge",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "264",
- "in_store": "3",
- "name": "Angkor",
- "type": "b",
- "cost": "60",
- "cost_type": "c",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "21600",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "w",
- "collect_xp": "67",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "20",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "angkor",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "265",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "67",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolAzul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "266",
- "in_store": "1",
- "name": "Allies Market",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "45",
- "activation": "86400",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadoaliados",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "267",
- "in_store": "0",
- "name": "Aztec House",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casaazteca",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "210",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "268",
- "in_store": "0",
- "name": "Aztec Quarters",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "480",
- "groups": "",
- "trains": "578",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelazteca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "269",
- "in_store": "0",
- "name": "Aztec Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaazteca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "270",
- "in_store": "0",
- "name": "Aztec Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensaazteca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "2300",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "271",
- "in_store": "0",
- "name": "Aztec Mill",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "450",
- "collect_type": "f",
- "collect_xp": "15",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinoazteca",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "272",
- "in_store": "0",
- "name": "Aztec Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjaazteca",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "7",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "273",
- "in_store": "0",
- "name": "Snake Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturaserpiente",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "274",
- "in_store": "0",
- "name": "Aztec Boss",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jefeazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "275",
- "in_store": "0",
- "name": "Quetzacoatl",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "420",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "quetzacoatl",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "276",
- "in_store": "0",
- "name": "Aztec Ball Field",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "210",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "campoazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "277",
- "in_store": "0",
- "name": "Skull Statue",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturacalavera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "278",
- "in_store": "0",
- "name": "Golden Structure",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturaoro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "18",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "279",
- "in_store": "0",
- "name": "Solar Structure",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturasolar",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "280",
- "in_store": "0",
- "name": "Aztec Calendar",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturacalendario",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "281",
- "in_store": "0",
- "name": "Aztec Decoration",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "paredgrabado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "282",
- "in_store": "0",
- "name": "Aztec Temple",
- "type": "b",
- "cost": "30000",
- "cost_type": "g",
- "xp": "3000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "templosacrificio",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "283",
- "in_store": "0",
- "name": "Treasure",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinollamas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "284",
- "in_store": "0",
- "name": "Mineral Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islandbigboss3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "285",
- "in_store": "0",
- "name": "_DEV ACTIVATOR",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "67",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolAzul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "286",
- "in_store": "0",
- "name": "_DEV TREASURE",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "287",
- "in_store": "0",
- "name": "Brazier",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "ag",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "brasero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "288",
- "in_store": "0",
- "name": "Rockdriller Skull",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "71",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trofeogusano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "289",
- "in_store": "0",
- "name": "Troll Hall I",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "580",
- "upgrades_to": "321",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "townhalltrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "290",
- "in_store": "2",
- "name": "Troll Farm I",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "310",
- "display_order": "10",
- "activation": "32.4",
- "expiration": "0",
- "collect": "15",
- "collect_type": "f",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjatrol1",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "2",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "291",
- "in_store": "2",
- "name": "Troll Tower I",
- "type": "b",
- "cost": "125",
- "cost_type": "s",
- "xp": "13",
- "groups": "",
- "trains": "0",
- "upgrades_to": "303",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "4",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "292",
- "in_store": "2",
- "name": "Troll Wall I",
- "type": "b",
- "cost": "5",
- "cost_type": "w",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "305",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallatrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "150",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "293",
- "in_store": "0",
- "name": "Asian Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaasian",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "294",
- "in_store": "0",
- "name": "Aztec Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaaztec",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "295",
- "in_store": "0",
- "name": "Civilizated Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islacivilizated",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "296",
- "in_store": "0",
- "name": "Wild Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islawild",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "297",
- "in_store": "0",
- "name": "Conquered Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaxonquered",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "298",
- "in_store": "0",
- "name": "Hero Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islahero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "299",
- "in_store": "1",
- "name": "Zeppelin Tower",
- "type": "b",
- "cost": "3000",
- "cost_type": "w",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "38",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torrezepelin",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "300",
- "in_store": "2",
- "name": "Troll Mill I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "301",
- "display_order": "6",
- "activation": "21600",
- "expiration": "0",
- "collect": "250",
- "collect_type": "f",
- "collect_xp": "9",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinotrol1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "301",
- "in_store": "2",
- "name": "Troll Mill II",
- "type": "b",
- "cost": "0",
- "cost_type": "w",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "302",
- "display_order": "7",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "f",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "11",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinotrol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "250",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "302",
- "in_store": "2",
- "name": "Troll Mill III",
- "type": "b",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "23",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinotrol3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "303",
- "in_store": "2",
- "name": "Troll Tower II",
- "type": "b",
- "cost": "250",
- "cost_type": "s",
- "xp": "25",
- "groups": "",
- "trains": "0",
- "upgrades_to": "304",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "304",
- "in_store": "2",
- "name": "Troll Tower III",
- "type": "b",
- "cost": "375",
- "cost_type": "s",
- "xp": "38",
- "groups": "",
- "trains": "0",
- "upgrades_to": "347",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "14",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "305",
- "in_store": "2",
- "name": "Troll Wall II",
- "type": "b",
- "cost": "15",
- "cost_type": "w",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "306",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallatrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "306",
- "in_store": "2",
- "name": "Troll Wall III",
- "type": "b",
- "cost": "30",
- "cost_type": "s",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "17",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallatrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "307",
- "in_store": "2",
- "name": "Troll House I",
- "type": "b",
- "cost": "30",
- "cost_type": "w",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "308",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casatrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "180",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "308",
- "in_store": "2",
- "name": "Troll House II",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "309",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casatrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "309",
- "in_store": "2",
- "name": "Troll House III",
- "type": "b",
- "cost": "120",
- "cost_type": "w",
- "xp": "12",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "19",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casatrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "220",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "310",
- "in_store": "2",
- "name": "Troll Farm II",
- "type": "b",
- "cost": "120",
- "cost_type": "w",
- "xp": "12",
- "groups": "",
- "trains": "0",
- "upgrades_to": "311",
- "display_order": "11",
- "activation": "32.4",
- "expiration": "0",
- "collect": "25",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "9",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjatrol2",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "311",
- "in_store": "2",
- "name": "Troll Farm III",
- "type": "b",
- "cost": "180",
- "cost_type": "w",
- "xp": "18",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "3",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "21",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjatrol3",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "312",
- "in_store": "2",
- "name": "Troll Lumber Mill I",
- "type": "b",
- "cost": "50",
- "cost_type": "w",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "313",
- "display_order": "26",
- "activation": "21600",
- "expiration": "0",
- "collect": "200",
- "collect_type": "w",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "5",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderotrol1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "313",
- "in_store": "2",
- "name": "Troll Lumber Mill II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "314",
- "display_order": "27",
- "activation": "21600",
- "expiration": "0",
- "collect": "350",
- "collect_type": "w",
- "collect_xp": "12",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "15",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderotrol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "314",
- "in_store": "2",
- "name": "Troll Lumber Mill III",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "28",
- "activation": "21600",
- "expiration": "0",
- "collect": "450",
- "collect_type": "w",
- "collect_xp": "15",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "27",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderotrol3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "315",
- "in_store": "2",
- "name": "Troll Gold Mine I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "316",
- "display_order": "19",
- "activation": "21600",
- "expiration": "0",
- "collect": "200",
- "collect_type": "g",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "4",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaorotrol1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "316",
- "in_store": "2",
- "name": "Troll Gold Mine II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "317",
- "display_order": "20",
- "activation": "21600",
- "expiration": "0",
- "collect": "275",
- "collect_type": "g",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "13",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaorotrol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "317",
- "in_store": "2",
- "name": "Troll Gold Mine III",
- "type": "b",
- "cost": "4500",
- "cost_type": "g",
- "xp": "450",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "21600",
- "expiration": "0",
- "collect": "350",
- "collect_type": "g",
- "collect_xp": "12",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "24",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaorotrol3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "318",
- "in_store": "2",
- "name": "Troll Stone Mine I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "319",
- "display_order": "30",
- "activation": "21600",
- "expiration": "0",
- "collect": "175",
- "collect_type": "s",
- "collect_xp": "6",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "6",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedratrol1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "319",
- "in_store": "2",
- "name": "Troll Stone Mine II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "320",
- "display_order": "31",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "s",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "17",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedratrol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "320",
- "in_store": "2",
- "name": "Troll Stone Mine III",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "32",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "s",
- "collect_xp": "14",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "29",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedratrol3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "321",
- "in_store": "0",
- "name": "Troll Hall II",
- "type": "b",
- "cost": "3500",
- "cost_type": "g",
- "xp": "350",
- "groups": "",
- "trains": "580",
- "upgrades_to": "322",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "townhalltrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "322",
- "in_store": "0",
- "name": "Troll Hall III",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "580",
- "upgrades_to": "0",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "townhalltrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "323",
- "in_store": "2",
- "name": "Troll Castle I",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "592",
- "upgrades_to": "324",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillotrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "324",
- "in_store": "2",
- "name": "Troll Castle II",
- "type": "b",
- "cost": "25",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "591",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillotrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "8000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "325",
- "in_store": "2",
- "name": "Coliseum",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "coliseumtrol",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "326",
- "in_store": "2",
- "name": "Barracks 3",
- "type": "b",
- "cost": "425",
- "cost_type": "w",
- "xp": "43",
- "groups": "",
- "trains": "595",
- "upgrades_to": "330",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "12",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "327",
- "in_store": "2",
- "name": "Barracks 6",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "600",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "24",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "328",
- "in_store": "2",
- "name": "Archery 2",
- "type": "b",
- "cost": "500",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "598",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "311",
- "min_level": "14",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "329",
- "in_store": "2",
- "name": "Archery 1",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "589",
- "upgrades_to": "328",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "311",
- "min_level": "4",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "330",
- "in_store": "2",
- "name": "Barracks 4",
- "type": "b",
- "cost": "650",
- "cost_type": "w",
- "xp": "65",
- "groups": "",
- "trains": "596",
- "upgrades_to": "332",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "18",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "331",
- "in_store": "2",
- "name": "Boar Stable",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "599",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol6",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "332",
- "in_store": "2",
- "name": "Barracks 5",
- "type": "b",
- "cost": "2750",
- "cost_type": "g",
- "xp": "275",
- "groups": "",
- "trains": "597",
- "upgrades_to": "327",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "20",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol7",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "725",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "333",
- "in_store": "2",
- "name": "Barracks 1",
- "type": "b",
- "cost": "125",
- "cost_type": "w",
- "xp": "13",
- "groups": "",
- "trains": "593",
- "upgrades_to": "334",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol8",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "350",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "334",
- "in_store": "2",
- "name": "Barracks 2",
- "type": "b",
- "cost": "300",
- "cost_type": "w",
- "xp": "30",
- "groups": "",
- "trains": "594",
- "upgrades_to": "326",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "6",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol9",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "335",
- "in_store": "2",
- "name": "Troll Market I",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "345",
- "display_order": "23",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "5",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadotrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "336",
- "in_store": "2",
- "name": "Workshop I",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "585",
- "upgrades_to": "337",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaarietetrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "420",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "337",
- "in_store": "2",
- "name": "Workshop II",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "586",
- "upgrades_to": "338",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaarietetrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "338",
- "in_store": "2",
- "name": "Workshop III",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "60",
- "groups": "",
- "trains": "587",
- "upgrades_to": "339",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "22",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaarietetrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "339",
- "in_store": "2",
- "name": "Workshop IV",
- "type": "b",
- "cost": "800",
- "cost_type": "w",
- "xp": "80",
- "groups": "",
- "trains": "588",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "26",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaarietetrol4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "340",
- "in_store": "2",
- "name": "Boar Ranch I",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "341",
- "display_order": "16",
- "activation": "90",
- "expiration": "0",
- "collect": "100",
- "collect_type": "f",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "2",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ranchojabali",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "341",
- "in_store": "2",
- "name": "Boar Ranch II",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "60",
- "groups": "",
- "trains": "0",
- "upgrades_to": "342",
- "display_order": "17",
- "activation": "90",
- "expiration": "0",
- "collect": "150",
- "collect_type": "f",
- "collect_xp": "5",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "14",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ranchojabali2",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "342",
- "in_store": "2",
- "name": "Boar Ranch III",
- "type": "b",
- "cost": "5000",
- "cost_type": "w",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "90",
- "expiration": "0",
- "collect": "200",
- "collect_type": "f",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "24",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ranchojabali3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "343",
- "in_store": "2",
- "name": "Troll Harbour",
- "type": "b",
- "cost": "300",
- "cost_type": "w",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "38",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muelle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "344",
- "in_store": "2",
- "name": "Troll Zeppelin",
- "type": "b",
- "cost": "3000",
- "cost_type": "w",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "38",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torrezepelin",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "345",
- "in_store": "2",
- "name": "Troll Market II",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "346",
- "display_order": "24",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadotrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "346",
- "in_store": "2",
- "name": "Troll Market III",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "25",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadotrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "347",
- "in_store": "2",
- "name": "Troll Tower IV",
- "type": "b",
- "cost": "500",
- "cost_type": "s",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "348",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "23",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "900",
- "velocity": "0",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "348",
- "in_store": "2",
- "name": "Troll Tower V",
- "type": "b",
- "cost": "625",
- "cost_type": "s",
- "xp": "63",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "33",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "1100",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "349",
- "in_store": "2",
- "name": "Troll Eagles I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "350",
- "display_order": "34",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguilacasa1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "350",
- "in_store": "2",
- "name": "Troll Eagles II",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "351",
- "display_order": "35",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "16",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguilacasa2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "351",
- "in_store": "2",
- "name": "Troll Eagles III",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "36",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "30",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguilacasa3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "352",
- "in_store": "2",
- "name": "Allies Market",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "45",
- "activation": "86400",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadoaliadostrol",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "353",
- "in_store": "2",
- "name": "Troll Statue",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuatrol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "354",
- "in_store": "2",
- "name": "Troll Statue",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuatrol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "355",
- "in_store": "2",
- "name": "Troll Statue",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuatrol3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "356",
- "in_store": "2",
- "name": "Troll Bathroom",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "retretetrol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "357",
- "in_store": "0",
- "name": "Troll Deco 5",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "358",
- "in_store": "0",
- "name": "Troll Deco 6",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "359",
- "in_store": "0",
- "name": "Troll Deco 7",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "360",
- "in_store": "0",
- "name": "Troll Deco 8",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "361",
- "in_store": "0",
- "name": "Allies Building",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "43",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "111",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aliados",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "362",
- "in_store": "2",
- "name": "Voodoo Lounge",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "590",
- "upgrades_to": "0",
- "display_order": "50",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "133",
- "min_level": "19",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "chamanahouse",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "363",
- "in_store": "3",
- "name": "Babylon Gardens",
- "type": "b",
- "cost": "70",
- "cost_type": "c",
- "xp": "7",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "23",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jardinbabilonia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "50",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "364",
- "in_store": "0",
- "name": "Prisoner Archers",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "365",
- "in_store": "0",
- "name": "Kidnapped Units",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "366",
- "in_store": "1",
- "name": "Odin Statue",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "48",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaataque",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "367",
- "in_store": "0",
- "name": "Trapped Allies",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "368",
- "in_store": "0",
- "name": "Captured Siege",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "369",
- "in_store": "1",
- "name": "Oil Tower",
- "type": "b",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "4",
- "giftable": "0",
- "img_name": "oiltower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "70",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "370",
- "in_store": "1",
- "name": "Elephant Stables",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "500",
- "groups": "",
- "trains": "603",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "311",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ranchoelefantes",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "371",
- "in_store": "1",
- "name": "Tower Workshop",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "602",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "311",
- "min_level": "22",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricatorremovil",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "372",
- "in_store": "2",
- "name": "Rhino Stables",
- "type": "b",
- "cost": "600",
- "cost_type": "g",
- "xp": "60",
- "groups": "",
- "trains": "601",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "311",
- "min_level": "17",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrolrino",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "373",
- "in_store": "3",
- "name": "Weather Machine",
- "type": "b",
- "cost": "3500",
- "cost_type": "g",
- "xp": "350",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "34",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "maquinatiempo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "750",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "374",
- "in_store": "0",
- "name": "Viking Quarters",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "360",
- "groups": "",
- "trains": "606",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracavikinga",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "375",
- "in_store": "0",
- "name": "Viking Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallavikinga",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "376",
- "in_store": "0",
- "name": "Viking Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensavikinga",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "2300",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "377",
- "in_store": "0",
- "name": "Viking Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjavikinga",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "378",
- "in_store": "0",
- "name": "Viking Mine",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "s",
- "collect_xp": "10",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minavikinga",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "379",
- "in_store": "0",
- "name": "Viking Statue",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuavikinga1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "380",
- "in_store": "0",
- "name": "Viking Statue",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuavikinga2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "381",
- "in_store": "0",
- "name": "Viking Ship",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barcovikingo1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "382",
- "in_store": "0",
- "name": "Viking Ship",
- "type": "b",
- "cost": "12000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barcovikingo2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "383",
- "in_store": "0",
- "name": "Viking Mistress",
- "type": "b",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "vikingagordita",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "384",
- "in_store": "3",
- "name": "Ice Tower",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torrehielo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "2200",
- "velocity": "0",
- "attack_range": "14",
- "attack_interval": "75",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "385",
- "in_store": "2",
- "name": "Barracks Drummer",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "120",
- "groups": "",
- "trains": "604",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "311",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bongotrolhouse",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "386",
- "in_store": "2",
- "name": "Barracks Boulder",
- "type": "b",
- "cost": "14",
- "cost_type": "c",
- "xp": "140",
- "groups": "",
- "trains": "605",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "311",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracalanzapiedras",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "387",
- "in_store": "1",
- "name": "Recruitment Prize",
- "type": "b",
- "cost": "50",
- "cost_type": "w",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "44",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "11",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "sorpresa2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "750",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "388",
- "in_store": "0",
- "name": "Viking Axe Quarters",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "360",
- "groups": "",
- "trains": "607",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracavikingolanzahachas",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "389",
- "in_store": "1",
- "name": "Round Table",
- "type": "b",
- "cost": "100",
- "cost_type": "s",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "44",
- "activation": "86400",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "7",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mesaredonda",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "390",
- "in_store": "1",
- "name": "Barracks V",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "608",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "37",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracainfanteria5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":50000}"
- },
- {
- "id": "391",
- "in_store": "1",
- "name": "Archery V",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "609",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "42",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":75000}"
- },
- {
- "id": "392",
- "in_store": "1",
- "name": "Stables V",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "610",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "46",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":100000}"
- },
- {
- "id": "393",
- "in_store": "0",
- "name": "Anubis Temple",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "540",
- "groups": "",
- "trains": "612",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelegipcio1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "394",
- "in_store": "0",
- "name": "Egyptian Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaegipcia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "395",
- "in_store": "0",
- "name": "Egyptian Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensaegipcia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "2350",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "396",
- "in_store": "0",
- "name": "Egyptian Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjaegipcia",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "397",
- "in_store": "0",
- "name": "Egyptian Mine",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "g",
- "collect_xp": "10",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedraegipcia",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "398",
- "in_store": "0",
- "name": "Cleopatra",
- "type": "b",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cleopatra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "399",
- "in_store": "0",
- "name": "Camel",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "camello",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "400",
- "in_store": "0",
- "name": "Anubis Statue",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "anubis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "401",
- "in_store": "0",
- "name": "Cat Statue",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bastet",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "402",
- "in_store": "0",
- "name": "Ra Statue",
- "type": "b",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "diosre",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "403",
- "in_store": "0",
- "name": "Sphynx",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esfinge",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "404",
- "in_store": "0",
- "name": "Goat Sphynx",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esfingecabra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "405",
- "in_store": "0",
- "name": "Ra Sphynx",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esfingere",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "406",
- "in_store": "0",
- "name": "Anubis Statue",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "perrodorado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "407",
- "in_store": "0",
- "name": "Black Anubis",
- "type": "b",
- "cost": "8000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "perronegro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "408",
- "in_store": "0",
- "name": "Pharaoh",
- "type": "b",
- "cost": "4",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pharaoh",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "409",
- "in_store": "0",
- "name": "Egyptian Quarters",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "613",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelegipcio2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "410",
- "in_store": "0",
- "name": "Camel Stables",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "360",
- "groups": "",
- "trains": "614",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelcamellos",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "411",
- "in_store": "0",
- "name": "Egyptian House",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casaegipcia",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "412",
- "in_store": "0",
- "name": "Golden Hall",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "35",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "townhalloro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "8000",
- "velocity": "0",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "413",
- "in_store": "0",
- "name": "Golden Tower",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torreoro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "2350",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "414",
- "in_store": "0",
- "name": "Golden Castle",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "508",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillooro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "415",
- "in_store": "1",
- "name": "Mummy Pyramid",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "500",
- "groups": "",
- "trains": "615",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramidemomia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "416",
- "in_store": "1",
- "name": "Wizardry Academy",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "43",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "35",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casamagia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "417",
- "in_store": "0",
- "name": "Hermit",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ermitanoatlantida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "418",
- "in_store": "0",
- "name": "Dolphin Fountain",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuentedelfinesatlantida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "419",
- "in_store": "0",
- "name": "Leviathan",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "leviatanatlantida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "420",
- "in_store": "0",
- "name": "Atlantis Decoration",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "peceraatlante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "421",
- "in_store": "0",
- "name": "Atlantis Quarters",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "619",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelatlantida2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "422",
- "in_store": "0",
- "name": "Atlantis Archery",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "620",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelatlantida",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "423",
- "in_store": "0",
- "name": "Crab Stables",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "621",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelcangrejoatlantis",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "424",
- "in_store": "0",
- "name": "Seahorse Stables",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "350",
- "groups": "",
- "trains": "622",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelcaballito",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "425",
- "in_store": "0",
- "name": "Atlantis Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaatlantis",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "426",
- "in_store": "0",
- "name": "Atlantis Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensaatlantis",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "2400",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "427",
- "in_store": "0",
- "name": "Atlantis Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "campoatlantis",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "428",
- "in_store": "0",
- "name": "Atlantis Mill",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "500",
- "collect_type": "f",
- "collect_xp": "17",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinoatlantida",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "429",
- "in_store": "1",
- "name": "Water Tower",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "4",
- "giftable": "0",
- "img_name": "torreagua",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "3",
- "defense": "1",
- "life": "2400",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "40",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "430",
- "in_store": "1",
- "name": "Neptune's Palace",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "500",
- "groups": "",
- "trains": "623",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "palacioneptuno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "431",
- "in_store": "0",
- "name": "Misty Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamisty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "432",
- "in_store": "0",
- "name": "Dune Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladune",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "433",
- "in_store": "0",
- "name": "Mythical Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamythical",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "434",
- "in_store": "0",
- "name": "Huge Egg",
- "type": "b",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "huevogrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "435",
- "in_store": "0",
- "name": "Dangerous Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "436",
- "in_store": "0",
- "name": "Nest Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islanest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "437",
- "in_store": "0",
- "name": "Huge Egg",
- "type": "b",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "huevogrande2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "438",
- "in_store": "0",
- "name": "Elf Life Tree",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolvidaelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "439",
- "in_store": "0",
- "name": "Elf Gazebo",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cupulaverde",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "440",
- "in_store": "0",
- "name": "Elf Hero Statue",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaelfa",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "441",
- "in_store": "0",
- "name": "Elf Fountain",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuenteelfica",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "442",
- "in_store": "0",
- "name": "Elf Barracks",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "626",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracaelfaespada",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "443",
- "in_store": "0",
- "name": "Elf Archer",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "627",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracaarqueroelfo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "444",
- "in_store": "0",
- "name": "Druids' Council",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "628",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracamagoelfo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "445",
- "in_store": "0",
- "name": "Elf Stables",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "629",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracatigre",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "446",
- "in_store": "0",
- "name": "Elf Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaelfa",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "447",
- "in_store": "0",
- "name": "Elf Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torreelfa",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "2450",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "448",
- "in_store": "0",
- "name": "Elf Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjaelfa",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "449",
- "in_store": "0",
- "name": "Elf Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "w",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderoelfo",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "450",
- "in_store": "1",
- "name": "Elf House",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-330",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casaelfa",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "210",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "451",
- "in_store": "0",
- "name": "Elf Eagle Aviary",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pajaroelfo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "465",
- "in_store": "0",
- "name": "Royal Barrack",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "450",
- "groups": "",
- "trains": "632",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracaelfo2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "466",
- "in_store": "0",
- "name": "Druid's Hut",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "628",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "466_barraca_druida",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "467",
- "in_store": "0",
- "name": "Royal Archery",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "633",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "467_barraca_arquero",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "468",
- "in_store": "0",
- "name": "Elf Workshop",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "400",
- "groups": "",
- "trains": "634",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "468_barraca_ballista",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "469",
- "in_store": "1",
- "name": "Fortress",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "211",
- "min_level": "32",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "469_fortaleza",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "35",
- "defense": "1",
- "life": "15000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "470",
- "in_store": "1",
- "name": "Great Church",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "350",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "600",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "139",
- "min_level": "15",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "470_maravilla",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "10",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "471",
- "in_store": "1",
- "name": "Ent Barrack",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "450",
- "groups": "",
- "trains": "635",
- "upgrades_to": "0",
- "display_order": "-3400",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "471_barraca_ent",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "472",
- "in_store": "0",
- "name": "Black Castle",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "563",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "472_castillo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "473",
- "in_store": "1",
- "name": "Infernal Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-310",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muroinfernal",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "474",
- "in_store": "0",
- "name": "Infernal Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensainferno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "2500",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "475",
- "in_store": "0",
- "name": "Infernal Field",
- "type": "b",
- "cost": "1500",
- "cost_type": "w",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "huertoinfernal",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "476",
- "in_store": "0",
- "name": "Infernal Barracks",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "644",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteriainferno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "477",
- "in_store": "1",
- "name": "Infernal Quarters",
- "type": "b",
- "cost": "12000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "645",
- "upgrades_to": "0",
- "display_order": "-1300",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteriainferno2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "478",
- "in_store": "0",
- "name": "Infernal Archery",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "646",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueriainferno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "479",
- "in_store": "0",
- "name": "Infernal Stables",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "647",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "edificiohellhound",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "480",
- "in_store": "0",
- "name": "Torch",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "antorchainfernal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "481",
- "in_store": "0",
- "name": "Bleeding Sculpture",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "faunosangrante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "482",
- "in_store": "0",
- "name": "Magma Fountain",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuentemagma",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "483",
- "in_store": "0",
- "name": "Infernal Sculpture",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jardininferno",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "484",
- "in_store": "0",
- "name": "Infernal Halberdiery",
- "type": "b",
- "cost": "14",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "648",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "edificioalabardainferno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "485",
- "in_store": "1",
- "name": "Infernal Headquarters",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "654",
- "upgrades_to": "0",
- "display_order": "-3600",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "485_barraca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "486",
- "in_store": "1",
- "name": "Graveyard",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "486_cementerio",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "487",
- "in_store": "0",
- "name": "Chinese Festival",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "487_festivalchino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "488",
- "in_store": "0",
- "name": "Stolen Fireworks",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "488_fuegoartificial",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "489",
- "in_store": "0",
- "name": "Golem Headquarters",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "refugio2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "490",
- "in_store": "0",
- "name": "Viking Festival",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "490_festivalvikingo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "491",
- "in_store": "0",
- "name": "Stolen Beer",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "491_cerveza",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "492",
- "in_store": "0",
- "name": "Black Yeti Cave",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "492_cuevayeti",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "493",
- "in_store": "0",
- "name": "Tl\u00e1loc Altar",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "493_altar",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "494",
- "in_store": "0",
- "name": "Aztec Lamb",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "494_ovejaazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "495",
- "in_store": "0",
- "name": "Viper Nest",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "495_nidoserpiente",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "496",
- "in_store": "0",
- "name": "Demonic Sculpture",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "496_demonic",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "497",
- "in_store": "0",
- "name": "Tree of Life",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "497_arbol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "498",
- "in_store": "0",
- "name": "Power Gem",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "powergem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "499",
- "in_store": "0",
- "name": "Sarcophagus",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "499_sarcofago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "500",
- "in_store": "0",
- "name": "Villager I",
- "type": "u",
- "cost": "50",
- "cost_type": "f",
- "xp": "5",
- "groups": "worker",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "71",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "aldeanohombre",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "501",
- "in_store": "0",
- "name": "Villager I",
- "type": "u",
- "cost": "50",
- "cost_type": "f",
- "xp": "5",
- "groups": "worker",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "71",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "aldeanamujer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "502",
- "in_store": "0",
- "name": "Healer",
- "type": "u",
- "cost": "250",
- "cost_type": "g",
- "xp": "25",
- "groups": "healer",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "curandera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "120",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Now your army can be healed during a battle!",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "503",
- "in_store": "0",
- "name": "Settler",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "86",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "73",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "colonizador",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "3",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "504",
- "in_store": "0",
- "name": "Cow",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "cow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "74",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "vaca1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "12",
- "velocity": "3",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "505",
- "in_store": "0",
- "name": "Sheep",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "sheep",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "88",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "75",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "oveja1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "7",
- "velocity": "3",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "506",
- "in_store": "0",
- "name": "Ally Cart",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "cart",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "89",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "76",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "carretacaballo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "507",
- "in_store": "0",
- "name": "Elite Swordsman",
- "type": "u",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillo1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "110",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Use this Elite Swordsman as a leader of your Elite Army!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "508",
- "in_store": "0",
- "name": "Elite Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillo2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "150",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Lead your army to a glorious battle with this powerful unit!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "509",
- "in_store": "0",
- "name": "Spearman",
- "type": "u",
- "cost": "30",
- "cost_type": "g",
- "xp": "3",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "infanteriaunidad1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "8",
- "defense": "1",
- "life": "40",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "2",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Every Troll should meet personally the Spearman's Pike!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "510",
- "in_store": "0",
- "name": "Swordsman",
- "type": "u",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "infanteriaunidad2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "45",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "9",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "With its sharp sword this unit can help you in battles!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "511",
- "in_store": "0",
- "name": "Long Swordsman",
- "type": "u",
- "cost": "90",
- "cost_type": "g",
- "xp": "9",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "94",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "infanteriaunidad3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "55",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "18",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "He's even more deadly than his predecessors!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "512",
- "in_store": "0",
- "name": "Light Knight",
- "type": "u",
- "cost": "75",
- "cost_type": "g",
- "xp": "8",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "caballo1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "60",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "6",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Use a Light Knight for a Troll fight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "513",
- "in_store": "0",
- "name": "Medium Knight",
- "type": "u",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "96",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "caballo2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "13",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "A Medium Knight should never be left out of sight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "514",
- "in_store": "0",
- "name": "Heavy Knight",
- "type": "u",
- "cost": "225",
- "cost_type": "g",
- "xp": "23",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "caballo3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "140",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "27",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "A Heavy Knight should be used in a Heavy Fight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "515",
- "in_store": "0",
- "name": "Medium Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballoarquero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "7",
- "defense": "1",
- "life": "140",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "The arrows of this unit keep the trolls away from your empire!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "516",
- "in_store": "0",
- "name": "Light Archer",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "99",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "arquero1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "30",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "4",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "You have the Light Archer! It's time for Troll destruction!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "517",
- "in_store": "0",
- "name": "Medium Archer",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "4",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "arquero2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "7",
- "defense": "1",
- "life": "35",
- "velocity": "3",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "11",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "You have a Medium Archer! Your army is getting stronger!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "518",
- "in_store": "0",
- "name": "Heavy Archer",
- "type": "u",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "101",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "arquero3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "40",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "24",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "I'm the Heavy Archer who will serve you loyally in battles!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "519",
- "in_store": "0",
- "name": "Ram",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "102",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "4",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "ariete1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "75",
- "new_item": "0",
- "population": "2",
- "gift_level": "21",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "The Ram will help you tear down all the wall of your enemies!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "520",
- "in_store": "0",
- "name": "Scorpion",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "103",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "ariete2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "40",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "30",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Add a Scorpion when you gether your troops agains the trolls!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "521",
- "in_store": "0",
- "name": "Catapult",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "104",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ariete3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "10",
- "attack_interval": "175",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Catapult is your solution againt the deadly towers!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "522",
- "in_store": "0",
- "name": "Cannon",
- "type": "u",
- "cost": "600",
- "cost_type": "g",
- "xp": "60",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "105",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ariete4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "11",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Cannon is a perfect weapon to bring down your enemy's towers!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "523",
- "in_store": "0",
- "name": "Wolf",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "106",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "82",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "lobo1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "524",
- "in_store": "0",
- "name": "Elephant",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "107",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "82",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "animal2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "525",
- "in_store": "2",
- "name": "Small Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "108",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "35",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "50",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "526",
- "in_store": "2",
- "name": "Devious Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "109",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "50",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "45",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "527",
- "in_store": "2",
- "name": "Big Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "528",
- "in_store": "2",
- "name": "Battle Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "529",
- "in_store": "2",
- "name": "War Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "200",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "530",
- "in_store": "2",
- "name": "Axethrower",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol6",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "11",
- "defense": "1",
- "life": "125",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "531",
- "in_store": "2",
- "name": "Boar Rider",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol7",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "532",
- "in_store": "0",
- "name": "Rehabbed Troll",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "117",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "trol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "35",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "50",
- "new_item": "0",
- "population": "1",
- "gift_level": "15",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Accept this Rehabbed Troll! He will serve you loyally!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "533",
- "in_store": "0",
- "name": "Warrior Princess",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "xena",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "300",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Who said women cannot fight? Test the power of Warrior Princess!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "534",
- "in_store": "0",
- "name": "Prince Arthur",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "princearthur",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "300",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Prince Arthur will lead you army into glorious victories!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "535",
- "in_store": "0",
- "name": "Ranger",
- "type": "u",
- "cost": "250",
- "cost_type": "g",
- "xp": "25",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "101",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ranger",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "150",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "With a Ranger on your side you can meet any danger on your way!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "536",
- "in_store": "0",
- "name": "Nice Troll",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol3bueno",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "250",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "40",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "There's nothing nicer than a Nice Troll! Accept him in your empire!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "537",
- "in_store": "0",
- "name": "Stone Golem",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "stonegolem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "200",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "538",
- "in_store": "0",
- "name": "Stone Golem",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bigboss1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "6500",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "60",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "539",
- "in_store": "0",
- "name": "Powerful Swordsman",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "94",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infanteriaunidad4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "175",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "The Powerful Swordsman guarantees a Powerful Army!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "540",
- "in_store": "0",
- "name": "Powerful Archer",
- "type": "u",
- "cost": "450",
- "cost_type": "g",
- "xp": "45",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "101",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquero4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "150",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Try the deadly arrows of the Powreful Archer against the trolls!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "541",
- "in_store": "0",
- "name": "Powerful Knight",
- "type": "u",
- "cost": "550",
- "cost_type": "g",
- "xp": "55",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballo4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "225",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "A Powerful Knight best fits a merciless fight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "542",
- "in_store": "0",
- "name": "Ship",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ship",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "1000",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "543",
- "in_store": "0",
- "name": "Eagle",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "86",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "eagle",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "200",
- "velocity": "10",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "1",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "544",
- "in_store": "0",
- "name": "Yeti",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "yetipequeno",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "200",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "545",
- "in_store": "0",
- "name": "Giant Yeti",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bigboss2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "15000",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "60",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "546",
- "in_store": "0",
- "name": "Penguin",
- "type": "u",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "pinguino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "8",
- "defense": "1",
- "life": "50",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "This Penguin is cute and also deadly!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "547",
- "in_store": "2",
- "name": "Ravager Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "300",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "548",
- "in_store": "1",
- "name": "Octopus",
- "type": "u",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "pulpo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "549",
- "in_store": "1",
- "name": "Kraken",
- "type": "u",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "melee medium slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "kraken",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "100",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "550",
- "in_store": "0",
- "name": "Wizard",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Never underestimate the Wizard! He can unleash deadly powers!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "551",
- "in_store": "0",
- "name": "Axethrower",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol6",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "11",
- "defense": "1",
- "life": "125",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Axethrower is a unit you want as an ally and not an enemy!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "552",
- "in_store": "0",
- "name": "War Troll",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "200",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "War Troll is someone you should be afraid of!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "553",
- "in_store": "0",
- "name": "Wizard",
- "type": "u",
- "cost": "35000",
- "cost_type": "g",
- "xp": "300",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Use the Wizard wisely and with caution!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "554",
- "in_store": "0",
- "name": "Valkyrie",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "18",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "valkiria",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "400",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "7",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Use the healing powers of the beautiful Valkyrie, the nordic warrior.",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "555",
- "in_store": "0",
- "name": "Willy Wallace",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "wallace",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "450",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "8",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "They will never take our freedom with brave-hearted William Wallace!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "556",
- "in_store": "0",
- "name": "Thor",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "24",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "thor",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "500",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "9",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Feel the divine strengh of Thor's hammer! He always nails it!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "557",
- "in_store": "0",
- "name": "High Elf",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "27",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "375",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "9",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "558",
- "in_store": "1",
- "name": "Skeleton",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "559",
- "in_store": "1",
- "name": "Skeleton",
- "type": "u",
- "cost": "400",
- "cost_type": "g",
- "xp": "40",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "560",
- "in_store": "0",
- "name": "Elite Master Knight",
- "type": "u",
- "cost": "600",
- "cost_type": "g",
- "xp": "60",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillo3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "300",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Elite Master Knight has the cooler armor of all knights. And it's heavy!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "561",
- "in_store": "0",
- "name": "Fly",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "pet",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "87",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "fly",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "562",
- "in_store": "0",
- "name": "Mishy",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "pet",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "87",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "kuki",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "563",
- "in_store": "0",
- "name": "Skeleton",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "564",
- "in_store": "0",
- "name": "Ravager Troll",
- "type": "u",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "300",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "565",
- "in_store": "0",
- "name": "High Elf",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "375",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "566",
- "in_store": "0",
- "name": "Rockdriller",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "snake",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "rockdriller",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "10000",
- "velocity": "12",
- "attack_range": "20",
- "attack_interval": "25",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "567",
- "in_store": "0",
- "name": "Sanddriller",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "gusanito",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "10000",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "568",
- "in_store": "0",
- "name": "Fire Cannon",
- "type": "u",
- "cost": "750",
- "cost_type": "g",
- "xp": "75",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "105",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ariete5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "90",
- "defense": "1",
- "life": "60",
- "velocity": "3",
- "attack_range": "11",
- "attack_interval": "150",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Bomb your enemies with the power of powder... Fire the Fire Cannon, sir!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "569",
- "in_store": "0",
- "name": "Monk",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "support slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "obispo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "60",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "The wise Monk will convert your enemies during battles. He is really convincing!",
- "units_limit": "4",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "570",
- "in_store": "0",
- "name": "Engineer",
- "type": "u",
- "cost": "350",
- "cost_type": "g",
- "xp": "35",
- "groups": "support normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "mecanico",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "150",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "15",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Repair your war machines with the Engineer: he also can assemble an IKEA cupboard!",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "571",
- "in_store": "0",
- "name": "Horse",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "horse",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "88",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballosalvaje",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "12",
- "velocity": "5",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "572",
- "in_store": "0",
- "name": "Light Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballoarquero1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "120",
- "velocity": "5",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Light Archer knight is deadly combination of speed and rage!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "573",
- "in_store": "0",
- "name": "Heavy Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerocaballo3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "160",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Trained as an Archer and a Knight! It's the unit you need in a fight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "574",
- "in_store": "0",
- "name": "Powerful Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranger small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerocaballo4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "180",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "It' is the best unit on a horse you'll find!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "575",
- "in_store": "0",
- "name": "Kamikaze",
- "type": "u",
- "cost": "400",
- "cost_type": "g",
- "xp": "40",
- "groups": "kamikaze",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "89",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "kamikaze",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "500",
- "defense": "1",
- "life": "200",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "5",
- "new_item": "0",
- "population": "1",
- "gift_level": "2",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Boom-Boom! Kaboom! There will be no enemies left soon!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": "{\"attack\":10}"
- },
- {
- "id": "576",
- "in_store": "0",
- "name": "Alliance Knight",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballeroaliado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Represents the power of alliance and cooperation!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "577",
- "in_store": "0",
- "name": "Chinese Archer",
- "type": "u",
- "cost": "550",
- "cost_type": "g",
- "xp": "55",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "99",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerochino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "125",
- "velocity": "4",
- "attack_range": "7",
- "attack_interval": "15",
- "new_item": "0",
- "population": "1",
- "gift_level": "4",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "578",
- "in_store": "0",
- "name": "Aztec Warrior",
- "type": "u",
- "cost": "450",
- "cost_type": "g",
- "xp": "45",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "200",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "579",
- "in_store": "1",
- "name": "Zombie",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "20",
- "velocity": "1",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "580",
- "in_store": "2",
- "name": "Mr. Troll",
- "type": "u",
- "cost": "50",
- "cost_type": "f",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "71",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trolaldeano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "581",
- "in_store": "2",
- "name": "Mrs. Troll",
- "type": "u",
- "cost": "50",
- "cost_type": "f",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "71",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trolaaldeana",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "582",
- "in_store": "0",
- "name": "Boat",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "barca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "150",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "583",
- "in_store": "0",
- "name": "Zeppelin",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "zepelin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "1000",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "584",
- "in_store": "0",
- "name": "Boar",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "boar",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "90",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "jabali",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "12",
- "velocity": "5",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "585",
- "in_store": "2",
- "name": "Troll Ram",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "102",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "4",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arietetrol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "75",
- "new_item": "0",
- "population": "2",
- "gift_level": "21",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "586",
- "in_store": "2",
- "name": "Troll Scorpion",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "103",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arietetrol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "40",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "30",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "587",
- "in_store": "2",
- "name": "Troll Catapult",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "104",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arietetrol3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "10",
- "attack_interval": "175",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "588",
- "in_store": "2",
- "name": "Troll Cannon",
- "type": "u",
- "cost": "750",
- "cost_type": "g",
- "xp": "75",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "105",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arietetrol4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "11",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "589",
- "in_store": "2",
- "name": "Troll Archer",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerotroll",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "8",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "590",
- "in_store": "2",
- "name": "Voodoo Healer",
- "type": "u",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "healer",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "chamanatrol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "60",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "120",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "4",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "591",
- "in_store": "2",
- "name": "Brute Swordsman",
- "type": "u",
- "cost": "1300",
- "cost_type": "g",
- "xp": "130",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillotrol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "44",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "592",
- "in_store": "2",
- "name": "Brute Knight",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillotrol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "400",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "593",
- "in_store": "2",
- "name": "Small Troll",
- "type": "u",
- "cost": "40",
- "cost_type": "g",
- "xp": "4",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "108",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "45",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "594",
- "in_store": "2",
- "name": "Devious Troll",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "109",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "13",
- "defense": "1",
- "life": "70",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "595",
- "in_store": "2",
- "name": "Big Troll",
- "type": "u",
- "cost": "250",
- "cost_type": "g",
- "xp": "25",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "140",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "596",
- "in_store": "2",
- "name": "Battle Troll",
- "type": "u",
- "cost": "400",
- "cost_type": "g",
- "xp": "40",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "150",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "597",
- "in_store": "2",
- "name": "War Troll",
- "type": "u",
- "cost": "900",
- "cost_type": "g",
- "xp": "90",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "598",
- "in_store": "2",
- "name": "Axethrower",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol6",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "11",
- "defense": "1",
- "life": "120",
- "velocity": "3",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "599",
- "in_store": "2",
- "name": "Boar Rider",
- "type": "u",
- "cost": "175",
- "cost_type": "g",
- "xp": "18",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol7",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "120",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "600",
- "in_store": "2",
- "name": "Ravager Troll",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "300",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "601",
- "in_store": "2",
- "name": "Rhino Rider",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "rinocerontejinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "602",
- "in_store": "0",
- "name": "Mobile Tower",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "torredefensamovil",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "900",
- "velocity": "3",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Mobile Tower is a powerful weapon, but receives no calls!",
- "units_limit": "4",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "603",
- "in_store": "0",
- "name": "Elephant Rider",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "elefante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "The Elephant Rider is a merciless fighter!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "604",
- "in_store": "0",
- "name": "Drummer",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bongotrol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "300",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "605",
- "in_store": "0",
- "name": "Boulderthrower",
- "type": "u",
- "cost": "1300",
- "cost_type": "g",
- "xp": "130",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "lanzapiedras",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "606",
- "in_store": "0",
- "name": "Viking",
- "type": "u",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "vikingo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "230",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "607",
- "in_store": "0",
- "name": "Axe Viking",
- "type": "u",
- "cost": "550",
- "cost_type": "g",
- "xp": "55",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "vikingolanzahachas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "250",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "608",
- "in_store": "0",
- "name": "Royal Swordsman",
- "type": "u",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "94",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infanteria5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "225",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "This Royal Swordsman will protect your Royal lands!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "609",
- "in_store": "0",
- "name": "Royal Archer",
- "type": "u",
- "cost": "550",
- "cost_type": "g",
- "xp": "55",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "101",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquero5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "200",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Royal Archers don't like getting on horses, but they have deadly forces!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "610",
- "in_store": "0",
- "name": "Royal Knight",
- "type": "u",
- "cost": "750",
- "cost_type": "g",
- "xp": "75",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballo5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "300",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Put the Royal Knight as a leader of your Royal army!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "611",
- "in_store": "0",
- "name": "Royal Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerocaballo4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "180",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "612",
- "in_store": "0",
- "name": "Anubis Avatar",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroegipcio1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "613",
- "in_store": "0",
- "name": "Egyptian Warrior",
- "type": "u",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroegipcio2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "250",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "614",
- "in_store": "0",
- "name": "Camel Rider",
- "type": "u",
- "cost": "900",
- "cost_type": "g",
- "xp": "90",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "camelloguerrero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "330",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "615",
- "in_store": "0",
- "name": "Mummy",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "momia",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "Fighting along with a Mummy can be kind of funny!",
- "units_limit": "1",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "616",
- "in_store": "0",
- "name": "Scarab",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "escarabajo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "80",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "617",
- "in_store": "0",
- "name": "Tornado",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "tornado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "618",
- "in_store": "0",
- "name": "King Arthur",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballorey",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "325",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "10",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Let King Arthur be the head of your troops!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "619",
- "in_store": "0",
- "name": "Atlantis Warrior",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "200",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "620",
- "in_store": "0",
- "name": "Atlantis Archer",
- "type": "u",
- "cost": "900",
- "cost_type": "g",
- "xp": "70",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "150",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "15",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "621",
- "in_store": "0",
- "name": "Crab Knight",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "cangrejo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "250",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "It comes from the sea to fight! It must be a Crab Knight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "622",
- "in_store": "0",
- "name": "Seahorse",
- "type": "u",
- "cost": "1150",
- "cost_type": "g",
- "xp": "80",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballitoatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "13",
- "defense": "1",
- "life": "225",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Seahorse is a mighty soldier of the Marine Force!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "623",
- "in_store": "0",
- "name": "Neptune",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "neptunoatlante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "Neptune is the God of the seas! Will make the enemies get down on their knees!",
- "units_limit": "1",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "624",
- "in_store": "0",
- "name": "Octopus",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "0",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "pulpo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "80",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "625",
- "in_store": "0",
- "name": "Hurricane",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "tornadoagua",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "120",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "626",
- "in_store": "0",
- "name": "Elf Warrior",
- "type": "u",
- "cost": "600",
- "cost_type": "g",
- "xp": "60",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "220",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "627",
- "in_store": "0",
- "name": "Elf Archer",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroelfico",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "160",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "628",
- "in_store": "0",
- "name": "Elf Druid",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "140",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "628_druida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "190",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "629",
- "in_store": "0",
- "name": "Elf Tiger",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "tigreelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "350",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "630",
- "in_store": "0",
- "name": "Summoned Golem",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bigboss1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "631",
- "in_store": "0",
- "name": "Summoned Yeti",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bigboss2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "632",
- "in_store": "0",
- "name": "Royal Elf",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "elfoblanco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "275",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "633",
- "in_store": "0",
- "name": "Elf Royal Archer",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "633_arquero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "180",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "634",
- "in_store": "0",
- "name": "Elf Ballista",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "105",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "634_ballista",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "70",
- "velocity": "3",
- "attack_range": "11",
- "attack_interval": "150",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "635",
- "in_store": "0",
- "name": "Ent",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "635_ent",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "800",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "The Ent, the walking tree, is going to crush you like a nasty bug. Eww!",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "636",
- "in_store": "0",
- "name": "Ent Spirit",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "635_ent",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "200",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "20",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "637",
- "in_store": "0",
- "name": "Rockdriller",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "snake",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "rockdriller",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "1250",
- "velocity": "12",
- "attack_range": "15",
- "attack_interval": "25",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "638",
- "in_store": "0",
- "name": "Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "638_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "250",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "639",
- "in_store": "0",
- "name": "White Eagle",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "639_aguila",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "350",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "1",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "640",
- "in_store": "0",
- "name": "Rhino Rider",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "640_rinoceronte",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Yes, it's possible to ride a rhino. The Rhino Rider can do it: he's a tough troll!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "641",
- "in_store": "0",
- "name": "Golden Golem",
- "type": "u",
- "cost": "2",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "641_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "1250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "642",
- "in_store": "0",
- "name": "Black Yeti",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "642_yeti",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "1250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "643",
- "in_store": "0",
- "name": "Black Elephant",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "643_elefante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "575",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "The Black Elephant will stomp on all your enemies... except mices.",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "644",
- "in_store": "0",
- "name": "Infernal Warrior",
- "type": "u",
- "cost": "1400",
- "cost_type": "g",
- "xp": "140",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "644_if_footman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "645",
- "in_store": "0",
- "name": "Infernal Demon",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadinfanteriainferno2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "365",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "646",
- "in_store": "0",
- "name": "Infernal Archer",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroinfernounidad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "175",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "647",
- "in_store": "0",
- "name": "Infernal Knight",
- "type": "u",
- "cost": "1800",
- "cost_type": "g",
- "xp": "180",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infernomontado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "425",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "648",
- "in_store": "0",
- "name": "Infernal Halberdier",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infanteria_infernal5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "29",
- "defense": "1",
- "life": "370",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "649",
- "in_store": "0",
- "name": "Furious Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "649_dragonbigred",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "The Furious Dragon is here and he isn't happy, he's FURIOUS!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "650",
- "in_store": "0",
- "name": "Balrog",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "650_juggernaut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "1750",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "His flaming whip really hurts... The Barlog will scare trolls to death!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "651",
- "in_store": "0",
- "name": "Lightning Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "651_bluedraggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "350",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "The Lightning Draggy gives you cramps when you pet it!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "652",
- "in_store": "0",
- "name": "Red Wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "652_magorojo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "375",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "The Red Wizard can control magic flames... and light your fireplace!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "653",
- "in_store": "0",
- "name": "Giant Viper",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "653_serpiente",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "The Giant Viper devours his victims without chewing. Bring the fruit salt!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "654",
- "in_store": "0",
- "name": "Demon Crusher",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "654_demoniogrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "900",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "The most fearful demon. The Demon Crusher builds his muscles on Hell's gym!",
- "units_limit": "4",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "655",
- "in_store": "0",
- "name": "Winged Paladin",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "655_paladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "425",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "What if a paladin and a pigeon had kids? Here's the Winged Paladin!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "657",
- "in_store": "0",
- "name": "Crimson Scale Boss",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "657_dragonbigred",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1500",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "45",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "658",
- "in_store": "0",
- "name": "Draggy Boss",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "638_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "250",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "659",
- "in_store": "0",
- "name": "Infernal Minion",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadinfanteriainferno2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "150",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "660",
- "in_store": "0",
- "name": "Spartan Champion",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "660_leonidas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "750",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "661",
- "in_store": "0",
- "name": "Barbarian",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "661_conan",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "775",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "662",
- "in_store": "0",
- "name": "Winged Knight",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "662_pegasus2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "663",
- "in_store": "0",
- "name": "Spartan Swordsman",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "663_miniespartan",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "460",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "664",
- "in_store": "0",
- "name": "Stone Golem",
- "type": "u",
- "cost": "2",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "stonegolem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "2500",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "665",
- "in_store": "0",
- "name": "Golden Golem",
- "type": "u",
- "cost": "2",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "641_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "4000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "666",
- "in_store": "0",
- "name": "Yeti",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee medium slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "yetipequeno",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "200",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "667",
- "in_store": "0",
- "name": "Black Yeti",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "642_yeti",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "5000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "668",
- "in_store": "0",
- "name": "Giant Viper",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "653_serpiente",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "5500",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "669",
- "in_store": "0",
- "name": "Evil Mummy",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "momia",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "5500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "670",
- "in_store": "0",
- "name": "Evil Anubis",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroegipcio1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "450",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "671",
- "in_store": "0",
- "name": "Furious Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "649_dragonbigred",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "6000",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "672",
- "in_store": "0",
- "name": "Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "638_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "350",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "673",
- "in_store": "0",
- "name": "Infernal Warrior",
- "type": "u",
- "cost": "1400",
- "cost_type": "g",
- "xp": "140",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "644_if_footman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "674",
- "in_store": "0",
- "name": "Infernal Demon",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadinfanteriainferno2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "365",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "675",
- "in_store": "0",
- "name": "Infernal Archer",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroinfernounidad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "175",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "676",
- "in_store": "0",
- "name": "Infernal Knight",
- "type": "u",
- "cost": "1800",
- "cost_type": "g",
- "xp": "180",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infernomontado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "425",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "677",
- "in_store": "0",
- "name": "Infernal Halberdier",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infanteria_infernal5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "29",
- "defense": "1",
- "life": "370",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "678",
- "in_store": "0",
- "name": "Neptune",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "neptunoatlante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "8000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "679",
- "in_store": "0",
- "name": "Crab Knight",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "cangrejo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "450",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "680",
- "in_store": "0",
- "name": "Seahorse",
- "type": "u",
- "cost": "1150",
- "cost_type": "g",
- "xp": "80",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballitoatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "13",
- "defense": "1",
- "life": "400",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "681",
- "in_store": "0",
- "name": "Corrupted Ent",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "635_ent",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "8000",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "682",
- "in_store": "0",
- "name": "Unleashed Balrog",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "650_juggernaut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "10000",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "683",
- "in_store": "0",
- "name": "Earth Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "683_mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "400",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "Summon the forces of Earth with the Earth Wizard. He's an old hippy!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "684",
- "in_store": "0",
- "name": "Stormy Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "684_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1650",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "Beware of the Stormy Dragon and his electric shocks, you filthy trolls!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "685",
- "in_store": "0",
- "name": "Aztec Warrior",
- "type": "u",
- "cost": "450",
- "cost_type": "g",
- "xp": "45",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "200",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "686",
- "in_store": "0",
- "name": "Infernal Kamikaze",
- "type": "u",
- "cost": "1700",
- "cost_type": "g",
- "xp": "170",
- "groups": "kamikaze",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "89",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "686_kamikaze",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "575",
- "defense": "1",
- "life": "300",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "5",
- "new_item": "0",
- "population": "1",
- "gift_level": "2",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "687",
- "in_store": "0",
- "name": "Rhino Rider",
- "type": "u",
- "cost": "900",
- "cost_type": "g",
- "xp": "90",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "687_rhino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "350",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Yes, it is possible to ride a rhino... Only a troll could do that!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "688",
- "in_store": "0",
- "name": "Atlantis Warrior",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "350",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "689",
- "in_store": "0",
- "name": "Atlantis Archer",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "70",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "250",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "15",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "690",
- "in_store": "0",
- "name": "Corrupted wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "683_mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "700",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "691",
- "in_store": "0",
- "name": "Corrupted wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "652_magorojo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "700",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "692",
- "in_store": "0",
- "name": "Corrupted Wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "700",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "693",
- "in_store": "0",
- "name": "Corrupted Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "651_bluedraggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "694",
- "in_store": "0",
- "name": "Red Samurai",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "694_samurai",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "The way of the Samurai is full of death... and sushi!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "695",
- "in_store": "0",
- "name": "Sayan Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "695_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "The fearsome Saiyan Dragon spits energy beams... and dragon balls!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "696",
- "in_store": "0",
- "name": "Rockdriller",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "snake",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "rockdriller",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "6000",
- "velocity": "12",
- "attack_range": "15",
- "attack_interval": "25",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "697",
- "in_store": "0",
- "name": "Sanddriller",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "gusanito",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "698",
- "in_store": "0",
- "name": "Green Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "698_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Do not rely on his cuteness, the Green Draggy is really hostile!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "699",
- "in_store": "0",
- "name": "Celestial Priest",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "699_warriorpriest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "400",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "700",
- "in_store": "0",
- "name": "Gryphon Knight",
- "type": "u",
- "cost": "2100",
- "cost_type": "g",
- "xp": "210",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "700_grifo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "475",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "701",
- "in_store": "0",
- "name": "Celestial Soldier",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "701_angelsoldier",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "350",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "702",
- "in_store": "0",
- "name": "Celestial Mech",
- "type": "u",
- "cost": "2200",
- "cost_type": "g",
- "xp": "220",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "702_mechangel",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "703",
- "in_store": "0",
- "name": "Celestial Archer",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "703_angelarquero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "190",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "704",
- "in_store": "0",
- "name": "Celestial Reaper",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "704_death",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "705",
- "in_store": "0",
- "name": "Celestial Lancer",
- "type": "u",
- "cost": "1800",
- "cost_type": "g",
- "xp": "180",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "705_lancer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "706",
- "in_store": "0",
- "name": "White Wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "706_mage",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "425",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "The White Wizard is the awesomest wizard of all time. Period.",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "707",
- "in_store": "0",
- "name": "Scary Zombie",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "707_zombie",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1500",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "The Scary Zombie wants to eat trolls brains! Yummie!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "708",
- "in_store": "0",
- "name": "Golden Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "708_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "709",
- "in_store": "0",
- "name": "Colossal Cobra",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "709_cobra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "1200",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "710",
- "in_store": "0",
- "name": "Golden Draggie",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "710_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "711",
- "in_store": "0",
- "name": "Celestial Supreme",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "711_arcangel2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "37",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "712",
- "in_store": "0",
- "name": "Black Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "712_mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "21",
- "defense": "1",
- "life": "450",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "713",
- "in_store": "0",
- "name": "T-Rex",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "713_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "714",
- "in_store": "0",
- "name": "Two-Headed Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "714_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "715",
- "in_store": "0",
- "name": "Grim Reaper",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "715_muerte",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "650",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "716",
- "in_store": "0",
- "name": "Monster Mole",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "716_topo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "37",
- "defense": "1",
- "life": "1300",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "717",
- "in_store": "0",
- "name": "King Kong",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "717_kong",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "718",
- "in_store": "0",
- "name": "Skeleton",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "60",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "719",
- "in_store": "0",
- "name": "Black Ninja",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "719_ninja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "400",
- "velocity": "8",
- "attack_range": "9",
- "attack_interval": "15",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "720",
- "in_store": "0",
- "name": "Chock Nurris",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "720_chock",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "999",
- "defense": "1",
- "life": "50000",
- "velocity": "8",
- "attack_range": "20",
- "attack_interval": "25",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "721",
- "in_store": "0",
- "name": "Amazon Warrior",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "721_amazon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "600",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "722",
- "in_store": "0",
- "name": "Fire T-Rex",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "722_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "1600",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "723",
- "in_store": "0",
- "name": "Black Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "723_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1750",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "724",
- "in_store": "0",
- "name": "Avenging Paladin",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "724_arcangel",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "725",
- "in_store": "0",
- "name": "Black Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "725_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "23",
- "defense": "1",
- "life": "450",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Do not rely on his cuteness, the Green Draggy is really hostile!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "726",
- "in_store": "0",
- "name": "Boss Dragon 2",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "726_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "727",
- "in_store": "0",
- "name": "Water Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "727_mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "475",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "728",
- "in_store": "0",
- "name": "Whirlpool",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "tornadoagua",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "80",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "90",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "729",
- "in_store": "0",
- "name": "Mr. Bones",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "410",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "730",
- "in_store": "0",
- "name": "Scarecrow",
- "type": "u",
- "cost": "2300",
- "cost_type": "g",
- "xp": "230",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "730_espanta",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "200",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "731",
- "in_store": "0",
- "name": "Black Witch",
- "type": "u",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "731_bruja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "220",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "732",
- "in_store": "0",
- "name": "Frankenstein",
- "type": "u",
- "cost": "2600",
- "cost_type": "g",
- "xp": "260",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "732_frank",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "600",
- "velocity": "4",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "733",
- "in_store": "0",
- "name": "Dracula",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "733_dracula",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "240",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "734",
- "in_store": "0",
- "name": "Ghost",
- "type": "u",
- "cost": "5",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "734_fantasma",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "21",
- "defense": "1",
- "life": "450",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "735",
- "in_store": "0",
- "name": "Werewolf",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "735_lobo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "1100",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "736",
- "in_store": "0",
- "name": "Epic 2-Head Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "736_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "737",
- "in_store": "0",
- "name": "T-Rex Knight",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "737_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1650",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "738",
- "in_store": "0",
- "name": "Scary Zombie",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "707_zombie",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "739",
- "in_store": "0",
- "name": "Golden Dragon Boss",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "739_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "740",
- "in_store": "0",
- "name": "Deadly Dragon Boss",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "740_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "741",
- "in_store": "0",
- "name": "Snowy Kong",
- "type": "u",
- "cost": "7",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "741_kong",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "1600",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "742",
- "in_store": "0",
- "name": "Tiger Spider",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "742_spider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "1200",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "743",
- "in_store": "0",
- "name": "Krazy Kamikaze",
- "type": "u",
- "cost": "400",
- "cost_type": "g",
- "xp": "40",
- "groups": "kamikaze",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "89",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "kamikaze",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "350",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "5",
- "new_item": "0",
- "population": "1",
- "gift_level": "2",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Boom-Boom! Kaboom! There will be no enemies left soon!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "744",
- "in_store": "0",
- "name": "The Phoenix",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "744_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1700",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "745",
- "in_store": "0",
- "name": "Godzilla",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "745_godzilla",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "746",
- "in_store": "0",
- "name": "Pumpkin Monster",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "746_monster",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "45",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "747",
- "in_store": "0",
- "name": "Evil Pumpkin Monster",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "746_monster",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "45",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "748",
- "in_store": "0",
- "name": "Cyclops",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "ranged big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "748_ciclope",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "44",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "749",
- "in_store": "0",
- "name": "Medusa",
- "type": "u",
- "cost": "2400",
- "cost_type": "g",
- "xp": "240",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "749_medusa",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "550",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "750",
- "in_store": "0",
- "name": "Icarus",
- "type": "u",
- "cost": "1800",
- "cost_type": "g",
- "xp": "180",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "750_icaro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "375",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "751",
- "in_store": "0",
- "name": "Hermes",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "751_hermes",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "150",
- "velocity": "9",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "752",
- "in_store": "0",
- "name": "Minotaur",
- "type": "u",
- "cost": "2300",
- "cost_type": "g",
- "xp": "230",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "752_minotauro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "750",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "753",
- "in_store": "0",
- "name": "Scorpion",
- "type": "u",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "753_escorpion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "754",
- "in_store": "0",
- "name": "Cerberus",
- "type": "u",
- "cost": "2300",
- "cost_type": "g",
- "xp": "230",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "754_cancerbero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "755",
- "in_store": "0",
- "name": "Pyros Titan",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "755_titanpyros",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "756",
- "in_store": "0",
- "name": "Centaur",
- "type": "u",
- "cost": "2700",
- "cost_type": "g",
- "xp": "270",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "756_centauro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "37",
- "defense": "1",
- "life": "850",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "757",
- "in_store": "0",
- "name": "Lythos Titan",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "757_titanlythos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1650",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "758",
- "in_store": "0",
- "name": "Infernal Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "758_infernaldragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "40",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "759",
- "in_store": "0",
- "name": "Valkyr",
- "type": "u",
- "cost": "1900",
- "cost_type": "g",
- "xp": "190",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "759_valkyr",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "325",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "760",
- "in_store": "0",
- "name": "Hermes Swordsman",
- "type": "u",
- "cost": "1700",
- "cost_type": "g",
- "xp": "170",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "760_hermes2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "375",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "761",
- "in_store": "0",
- "name": "Hermes Spearman",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "761_hermes3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "762",
- "in_store": "0",
- "name": "Stratos Titan",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "762_titanstratos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1700",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "763",
- "in_store": "0",
- "name": "Lythos Minion",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "757_titanlythos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "175",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "764",
- "in_store": "0",
- "name": "Rodas Colossus",
- "type": "u",
- "cost": "7500",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "764_rodas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "765",
- "in_store": "0",
- "name": "Hades",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "765_hades",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1600",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "766",
- "in_store": "0",
- "name": "Heavy Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "700",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "766_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1850",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "767",
- "in_store": "0",
- "name": "Advanced Catapult",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "700",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "767_lanzapiedras",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "120",
- "defense": "1",
- "life": "100",
- "velocity": "4",
- "attack_range": "18",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "768",
- "in_store": "0",
- "name": "Heavy Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "700",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "768_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "769",
- "in_store": "0",
- "name": "Dark Punky Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "700",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "769_punky_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "375",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "770",
- "in_store": "0",
- "name": "Giant Mamooth",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "770_mamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Yes, it is possible to ride a rhino... Only a troll could do that!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "771",
- "in_store": "0",
- "name": "Antimatter Wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "771_antimatter_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "23",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "772",
- "in_store": "0",
- "name": "Hidros Titan",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "772_titanhidros",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "773",
- "in_store": "0",
- "name": "Poseidon",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "773_god_poseidon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "900",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "25",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "774",
- "in_store": "0",
- "name": "Aquiles",
- "type": "u",
- "cost": "2100",
- "cost_type": "g",
- "xp": "210",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "774_aquiles",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "775",
- "in_store": "0",
- "name": "Blue Phoenix",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "775_blue_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "776",
- "in_store": "0",
- "name": "Atomic Godzilla",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "776_nuclear_godzilla",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "777",
- "in_store": "0",
- "name": "Crystal Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "777_crystal_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "778",
- "in_store": "0",
- "name": "God Zeus",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "778_god_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1800",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "779",
- "in_store": "0",
- "name": "Ulises",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "779_ulises",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "200",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "780",
- "in_store": "0",
- "name": "Harpy",
- "type": "u",
- "cost": "2100",
- "cost_type": "g",
- "xp": "210",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "780_harpy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "781",
- "in_store": "0",
- "name": "Vulcano",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "781_hefesto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "782",
- "in_store": "0",
- "name": "Spiky Spider",
- "type": "u",
- "cost": "7",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "782_spiky_spider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "44",
- "defense": "1",
- "life": "1500",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "783",
- "in_store": "0",
- "name": "Little Spiky Spider",
- "type": "u",
- "cost": "3",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "782_spiky_spider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "175",
- "velocity": "8",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "784",
- "in_store": "0",
- "name": "Horned Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "784_horned_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "785",
- "in_store": "0",
- "name": "Furious Bull Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "785_bull_png",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1950",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "786",
- "in_store": "0",
- "name": "Manticora",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "786_manticora",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "787",
- "in_store": "0",
- "name": "Chimera",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "787_chimera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "788",
- "in_store": "0",
- "name": "Ares",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "788_ares",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "789",
- "in_store": "0",
- "name": "Hercules",
- "type": "u",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "melee big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "789_hercules",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1000",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "790",
- "in_store": "0",
- "name": "Crystal Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "790_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "425",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "791",
- "in_store": "0",
- "name": "Albino Werewolf",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "791_werewolf",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "792",
- "in_store": "0",
- "name": "Giant Cyclops",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "792_cyclops",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "793",
- "in_store": "0",
- "name": "Angelical Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "793_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1950",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "794",
- "in_store": "0",
- "name": "Necro Paladin",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "794_necropaladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "43",
- "defense": "1",
- "life": "1200",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "795",
- "in_store": "0",
- "name": "Necro Warrior",
- "type": "u",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "795_necrowarrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "760",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "796",
- "in_store": "0",
- "name": "Sun Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "796_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "550",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "797",
- "in_store": "1",
- "name": "Axe Skeleton",
- "type": "u",
- "cost": "2400",
- "cost_type": "g",
- "xp": "240",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "797_axe_skeleton",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "240",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "798",
- "in_store": "0",
- "name": "Rubies Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "798_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "799",
- "in_store": "0",
- "name": "Necro Horseman",
- "type": "u",
- "cost": "2700",
- "cost_type": "g",
- "xp": "270",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "799_necro_horseman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "700",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "800",
- "in_store": "0",
- "name": "Necro Gollum",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "800_necro_gollum",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "801",
- "in_store": "0",
- "name": "Necro Harvester",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "801_necro_harvester",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "1100",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "802",
- "in_store": "0",
- "name": "Necro Fork Soldier",
- "type": "u",
- "cost": "2200",
- "cost_type": "g",
- "xp": "220",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "802_necro_fork_soldier",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "190",
- "velocity": "8",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "803",
- "in_store": "0",
- "name": "Necro Multi-arms",
- "type": "u",
- "cost": "4000",
- "cost_type": "g",
- "xp": "400",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "803_necro_multi_arms",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "900",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "7",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "804",
- "in_store": "0",
- "name": "Necro Executioner",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "804_necro_executioner",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "900",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "805",
- "in_store": "0",
- "name": "Necro Shark Monster",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "805_necro_shark_monster",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1700",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "806",
- "in_store": "0",
- "name": "Necro King",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "806_necro_king",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "807",
- "in_store": "0",
- "name": "Necro Abomination",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "807_necro_abomination",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "808",
- "in_store": "0",
- "name": "Sword Skeleton",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "34",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "808_sword_skeleton",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "809",
- "in_store": "0",
- "name": "Necro Archer",
- "type": "u",
- "cost": "2200",
- "cost_type": "g",
- "xp": "220",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "809_necro_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "210",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "810",
- "in_store": "0",
- "name": "Necro Priest",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "810_necro_priest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "39",
- "defense": "1",
- "life": "950",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "811",
- "in_store": "0",
- "name": "Necro Winged Warrior",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "811_necro_winged_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "750",
- "velocity": "7",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "812",
- "in_store": "0",
- "name": "Necro Gryphon Knight",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "812_necro_gryphon_knight",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "813",
- "in_store": "0",
- "name": "Rubies Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "813_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "425",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "814",
- "in_store": "0",
- "name": "Celestial Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "814_celestial_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "425",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "815",
- "in_store": "0",
- "name": "Necro Dark Lord",
- "type": "u",
- "cost": "6300",
- "cost_type": "g",
- "xp": "630",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "815_necro_big_sword",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1700",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "816",
- "in_store": "0",
- "name": "Necro Worm",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "816_necro_worm",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1650",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "817",
- "in_store": "0",
- "name": "Necro Rhino",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "817_necro_rhino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "43",
- "defense": "1",
- "life": "1600",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "818",
- "in_store": "0",
- "name": "Skeleton Archer",
- "type": "u",
- "cost": "2300",
- "cost_type": "g",
- "xp": "230",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "818_skeleton_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "17",
- "defense": "1",
- "life": "220",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "819",
- "in_store": "0",
- "name": "Snake Charmer",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "819_snakes_charmer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "17",
- "defense": "1",
- "life": "220",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "820",
- "in_store": "0",
- "name": "Death Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "820_necro_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "450",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "821",
- "in_store": "0",
- "name": "Necro Ghost",
- "type": "u",
- "cost": "4000",
- "cost_type": "g",
- "xp": "400",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "821_necro_ghost",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "41",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "822",
- "in_store": "0",
- "name": "Dragon Rider I",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "822_dragon_rider1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "600",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "823",
- "in_store": "0",
- "name": "Dragon Rider II",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "823_dragon_rider2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "650",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "824",
- "in_store": "0",
- "name": "Dragon Rider III",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "824_dragon_rider3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "700",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "825",
- "in_store": "0",
- "name": "Necro Doublesword",
- "type": "u",
- "cost": "2600",
- "cost_type": "g",
- "xp": "260",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "825_necro_doublesword",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "425",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "826",
- "in_store": "0",
- "name": "Death Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "826_necro_dragon_2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "827",
- "in_store": "0",
- "name": "Evil Scorpion",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "827_necro_scorpion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "828",
- "in_store": "0",
- "name": "Furious Zeus",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "828_god_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1850",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "30",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "829",
- "in_store": "0",
- "name": "Punisher Knight",
- "type": "u",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "829_punisher_knight",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "830",
- "in_store": "0",
- "name": "Spectrum Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "830_dragon_king",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "831",
- "in_store": "0",
- "name": "Mad Balrog",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "831_balrog",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1750",
- "velocity": "6",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "His flaming whip really hurts... The Barlog will scare trolls to death!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "832",
- "in_store": "0",
- "name": "Furious Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "832_dragonbigred_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "61",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "833",
- "in_store": "0",
- "name": "Stormy Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "833_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "62",
- "defense": "1",
- "life": "1750",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "834",
- "in_store": "0",
- "name": "Sayan Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "834_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "63",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "835",
- "in_store": "0",
- "name": "Golden Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "835_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "65",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "836",
- "in_store": "0",
- "name": "Two-Headed Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "836_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "63",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "837",
- "in_store": "0",
- "name": "Black Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "837_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "64",
- "defense": "1",
- "life": "1850",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "838",
- "in_store": "0",
- "name": "Epic 2-Head Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "838_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "68",
- "defense": "1",
- "life": "1950",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "839",
- "in_store": "0",
- "name": "Infernal Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "839_infernaldragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "1950",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "840",
- "in_store": "0",
- "name": "Heavy Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "840_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "841",
- "in_store": "0",
- "name": "Crystal Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "841_crystal_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2050",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "842",
- "in_store": "0",
- "name": "Furious Bull Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "842_furious_bull_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "843",
- "in_store": "0",
- "name": "Angelical Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "843_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "69",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "844",
- "in_store": "0",
- "name": "Rubies Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "844_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "75",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "845",
- "in_store": "0",
- "name": "Death Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "845_necro_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "77",
- "defense": "1",
- "life": "2200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "846",
- "in_store": "0",
- "name": "Green Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "846_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "2200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "847",
- "in_store": "0",
- "name": "Vulcano Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "847_vulcano_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "848",
- "in_store": "0",
- "name": "Giant Bat",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "848_giant_bat",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "849",
- "in_store": "0",
- "name": "Vulcano Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "849_vulcano_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "475",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "850",
- "in_store": "0",
- "name": "Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "850_bahamut_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "500",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "851",
- "in_store": "0",
- "name": "Vulcano Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "851_vulcano_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "2300",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "852",
- "in_store": "0",
- "name": "Green Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "852_bahamut_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "83",
- "defense": "1",
- "life": "2400",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "853",
- "in_store": "0",
- "name": "Red Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "853_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "2250",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "854",
- "in_store": "0",
- "name": "Red Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "854_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "500",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "855",
- "in_store": "0",
- "name": "Red Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "855_bahamut_jinete2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "85",
- "defense": "1",
- "life": "2450",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "856",
- "in_store": "0",
- "name": "Green Phoenix",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "856_green_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1800",
- "velocity": "7",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "857",
- "in_store": "0",
- "name": "Troll Archer",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerotroll",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "8",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "858",
- "in_store": "0",
- "name": "Boar Rider",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol7",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "859",
- "in_store": "0",
- "name": "Brute Knight",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillotrol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "400",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "860",
- "in_store": "0",
- "name": "Ramses II",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "860_ramses",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "861",
- "in_store": "0",
- "name": "Sphinx",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "861_esfinge",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "862",
- "in_store": "0",
- "name": "Electric Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "862_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "62",
- "defense": "1",
- "life": "2300",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "863",
- "in_store": "0",
- "name": "Guardian Swordsman",
- "type": "u",
- "cost": "2100",
- "cost_type": "g",
- "xp": "210",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "863_brute_sworsdman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "400",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "864",
- "in_store": "0",
- "name": "Electric Bahamut Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "864_bahamut_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "87",
- "defense": "1",
- "life": "2500",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "865",
- "in_store": "0",
- "name": "Guardian Archer",
- "type": "u",
- "cost": "2400",
- "cost_type": "g",
- "xp": "240",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "865_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "200",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "866",
- "in_store": "0",
- "name": "Isis Healer",
- "type": "u",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "healer",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "866_healer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "170",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "867",
- "in_store": "0",
- "name": "Horus Herald",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "867_horus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "900",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "868",
- "in_store": "0",
- "name": "Electric Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "868_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "500",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "869",
- "in_store": "0",
- "name": "Horus Gryphon",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "869_gryphon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1600",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "870",
- "in_store": "0",
- "name": "Guardian Axe",
- "type": "u",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "870_axe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "23",
- "defense": "1",
- "life": "250",
- "velocity": "7",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "871",
- "in_store": "0",
- "name": "Cobra Rider",
- "type": "u",
- "cost": "5800",
- "cost_type": "g",
- "xp": "580",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "871_cobra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "872",
- "in_store": "0",
- "name": "Dragon Hunter",
- "type": "u",
- "cost": "14",
- "cost_type": "c",
- "xp": "2",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "872_dragon_hunter1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1400",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "873",
- "in_store": "0",
- "name": "Dragon Hunter II",
- "type": "u",
- "cost": "14",
- "cost_type": "c",
- "xp": "2",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "873_dragon_hunter2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "7",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "874",
- "in_store": "0",
- "name": "Dragon Hunter III",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "874_dragon_hunter3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "700",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "875",
- "in_store": "0",
- "name": "Golden Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "875_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "65",
- "defense": "1",
- "life": "2400",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "876",
- "in_store": "0",
- "name": "Golden Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "876_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "29",
- "defense": "1",
- "life": "525",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "877",
- "in_store": "0",
- "name": "Golden Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "877_bahamut_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "90",
- "defense": "1",
- "life": "2600",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "878",
- "in_store": "0",
- "name": "Mini Anubis",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "878_anubis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "200",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "879",
- "in_store": "0",
- "name": "Anubis God",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "879_big_anubis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "880",
- "in_store": "0",
- "name": "Turkish Swordsman",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "880_tk_sword",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "881",
- "in_store": "0",
- "name": "Turkish Axeman",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "881_tk_axe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "882",
- "in_store": "0",
- "name": "Turkish Archer",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "882_tk_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "883",
- "in_store": "0",
- "name": "Limit Wizard",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "91",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "883_limit_adder",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1500",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "884",
- "in_store": "0",
- "name": "Tuthankamon",
- "type": "u",
- "cost": "6200",
- "cost_type": "g",
- "xp": "620",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "884_tutankamon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "885",
- "in_store": "0",
- "name": "Turkish Horseman",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "885_tk_horseman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1500",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "886",
- "in_store": "0",
- "name": "Megahealing Angel",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "healer",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "886_angelical_super_healer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "200",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "130",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Now your army can be healed during a battle!",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "887",
- "in_store": "0",
- "name": "Orc Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "887_orc_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "888",
- "in_store": "0",
- "name": "Pharaoh Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "888_egyptian_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "67",
- "defense": "1",
- "life": "2500",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "889",
- "in_store": "0",
- "name": "Pharaoh Bahamut Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "889_egyptian_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "92",
- "defense": "1",
- "life": "2700",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "890",
- "in_store": "0",
- "name": "Pharaoh Draggy",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "890_egyptian_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "550",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "891",
- "in_store": "0",
- "name": "Black Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "891_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2600",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "892",
- "in_store": "0",
- "name": "Black Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "892_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "575",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "893",
- "in_store": "0",
- "name": "Black Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "893_bahamut_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "95",
- "defense": "1",
- "life": "2800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "894",
- "in_store": "0",
- "name": "Monster Hunter",
- "type": "u",
- "cost": "14",
- "cost_type": "c",
- "xp": "2",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "894_monster_hunter1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "895",
- "in_store": "0",
- "name": "Evil Orc Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "g",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "887_orc_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "896",
- "in_store": "0",
- "name": "Chameleon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "896_chamaleon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "897",
- "in_store": "0",
- "name": "Scarab Rider",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "897_scarab_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "898",
- "in_store": "0",
- "name": "Scarab Minion",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "898_scarab_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "200",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "899",
- "in_store": "0",
- "name": "Super Chameleon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "896_chamaleon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "900",
- "in_store": "0",
- "name": "Palmera2",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "palmera2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "901",
- "in_store": "0",
- "name": "Palmera4",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "palmera4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "902",
- "in_store": "0",
- "name": "Palmera8",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "8",
- "height": "8",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "palmera8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "903",
- "in_store": "0",
- "name": "Oasis",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oasis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "904",
- "in_store": "0",
- "name": "Cactus",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cactus1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "905",
- "in_store": "0",
- "name": "Cactus",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cactus2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "906",
- "in_store": "0",
- "name": "Mask",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mascaraTutankamon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "907",
- "in_store": "0",
- "name": "Pile of skulls",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "calaveraDesierto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "908",
- "in_store": "0",
- "name": "Skeleton",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esqueletoDesierto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "909",
- "in_store": "0",
- "name": "Skeleton",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esqueletoRoca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "910",
- "in_store": "0",
- "name": "Pyramid",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramide1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "911",
- "in_store": "0",
- "name": "Pyramid",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramide2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "912",
- "in_store": "0",
- "name": "Pyramid",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramide3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "913",
- "in_store": "0",
- "name": "Column",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "columna",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "914",
- "in_store": "0",
- "name": "ArbolNevado2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pinosnevados2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "915",
- "in_store": "0",
- "name": "ArbolNevado4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pinosnevados4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "916",
- "in_store": "0",
- "name": "ArbolNevado8",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "8",
- "height": "8",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pinosnevados8x8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "917",
- "in_store": "0",
- "name": "Lago2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "lake2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "918",
- "in_store": "0",
- "name": "Lago4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "lake4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "919",
- "in_store": "0",
- "name": "Mamut",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "920",
- "in_store": "0",
- "name": "Monticulo",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "icemontain4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "921",
- "in_store": "0",
- "name": "IslaVegetacion3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islavegetacion3x3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "922",
- "in_store": "0",
- "name": "IslaVegetacion2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islavegetacion2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "923",
- "in_store": "0",
- "name": "IslaRoca2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaroca2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "924",
- "in_store": "0",
- "name": "IslaGrande",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "12",
- "height": "12",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islagrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "925",
- "in_store": "0",
- "name": "IslaCalavera",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islacalavera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "926",
- "in_store": "0",
- "name": "IslaMineral2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamineral2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "927",
- "in_store": "0",
- "name": "IslaMineral2b",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamineral2x2b",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "928",
- "in_store": "0",
- "name": "IslaMineral3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamineral3x3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "929",
- "in_store": "0",
- "name": "IslaMineral4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamineral4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "930",
- "in_store": "0",
- "name": "IslaSelvaGrande",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "12",
- "height": "12",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselvagrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "931",
- "in_store": "0",
- "name": "IslaSelva2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "932",
- "in_store": "0",
- "name": "IslaSelva3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva3x3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "933",
- "in_store": "0",
- "name": "IslaSelva4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "934",
- "in_store": "0",
- "name": "IslaSelva2b",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva2x2b",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "935",
- "in_store": "0",
- "name": "Islitas2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islitas2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "936",
- "in_store": "0",
- "name": "IslaSelva2c",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva2x2c",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "937",
- "in_store": "0",
- "name": "Islitas4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islitas4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "938",
- "in_store": "0",
- "name": "Islitas4b",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islitas4x4b",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "939",
- "in_store": "0",
- "name": "Islitas4c",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islitas4x4c",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "940",
- "in_store": "0",
- "name": "IslaPinguino",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islapinguino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "941",
- "in_store": "0",
- "name": "PlacasHielo",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "placashielo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "942",
- "in_store": "0",
- "name": "IslaHielo2x2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islahielo2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "943",
- "in_store": "0",
- "name": "IslaHielo4x4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islahielo4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "944",
- "in_store": "0",
- "name": "Whirlpool",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "remolino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "945",
- "in_store": "0",
- "name": "RocaCalavera",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocacalavera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "946",
- "in_store": "0",
- "name": "RocaMinerales2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocaminerales2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "947",
- "in_store": "0",
- "name": "RocaMinerales3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocaminerales3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "948",
- "in_store": "0",
- "name": "RocaMinerales3b",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocaminerales3b",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "949",
- "in_store": "0",
- "name": "RocaMinerales4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocaminerales4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1000",
- "in_store": "0",
- "name": "Expandable Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terreno",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1001",
- "in_store": "0",
- "name": "Desierto Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenodesierto",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1002",
- "in_store": "0",
- "name": "Ice Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenohielo",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1003",
- "in_store": "0",
- "name": "Sea",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenomar2",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1004",
- "in_store": "0",
- "name": "Mineral Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenomineral",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1005",
- "in_store": "0",
- "name": "Selva Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenoselva",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1006",
- "in_store": "0",
- "name": "Cloud Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenonubes",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1200",
- "in_store": "0",
- "name": "Deep Hole",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1200_agujero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1201",
- "in_store": "0",
- "name": "Rock Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1201_estatua",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1202",
- "in_store": "0",
- "name": "Big Nest",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1202_nidogrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1203",
- "in_store": "0",
- "name": "Small Nest",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1203_nido",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1204",
- "in_store": "0",
- "name": "Captive Cleopatra",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1204_cleopatra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1205",
- "in_store": "0",
- "name": "Atlantis Decoration",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "peceraatlante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1206",
- "in_store": "0",
- "name": "Treasure",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "treasure",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1207",
- "in_store": "0",
- "name": "Infernal Field",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1208",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1209",
- "in_store": "0",
- "name": "Portal to Hell",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1209_portal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1210",
- "in_store": "0",
- "name": "Portal to Hell",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1210_miniportal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1211",
- "in_store": "0",
- "name": "Kamikaze Center",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "686",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "341",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1211_fabricakamikaze",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1212",
- "in_store": "0",
- "name": "Rhino Stables",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "3",
- "groups": "",
- "trains": "687",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1212_casarhino",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1213",
- "in_store": "0",
- "name": "Orb of Power",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "10",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1213_boladepoder",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1214",
- "in_store": "0",
- "name": "Maya Fire",
- "type": "b",
- "cost": "5",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "65",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "fuegoMaya",
- "elevation": "2",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "14",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1215",
- "in_store": "0",
- "name": "Celestial Shrine",
- "type": "b",
- "cost": "22",
- "cost_type": "c",
- "xp": "3",
- "groups": "",
- "trains": "699",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1215_priesthouse",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1216",
- "in_store": "0",
- "name": "Celestial Archery",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "703",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1216_angelbarracks2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1217",
- "in_store": "1",
- "name": "Celestial Barracks",
- "type": "b",
- "cost": "12500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "701",
- "upgrades_to": "0",
- "display_order": "-1200",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1217_soldierbarrack2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1218",
- "in_store": "0",
- "name": "Celestial Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1218_angelwall2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1219",
- "in_store": "0",
- "name": "Celestial Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1219_angeltower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "2600",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1220",
- "in_store": "1",
- "name": "Celestial Field",
- "type": "b",
- "cost": "1500",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-100",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1220_angelfarm",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1221",
- "in_store": "0",
- "name": "Celestial House",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1221_angelcasa",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1222",
- "in_store": "1",
- "name": "Mecha Barrack",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "702",
- "upgrades_to": "0",
- "display_order": "-3300",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1222_mechabarrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1223",
- "in_store": "0",
- "name": "Gryphon Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "350",
- "groups": "",
- "trains": "700",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1223_barracagrifo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1224",
- "in_store": "0",
- "name": "Reaper Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "3",
- "groups": "",
- "trains": "704",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1224_barracadeath",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1225",
- "in_store": "0",
- "name": "Lancer Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "400",
- "groups": "",
- "trains": "705",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1225_barracalancer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1226",
- "in_store": "0",
- "name": "Celestial Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1226_angelmolino",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1227",
- "in_store": "0",
- "name": "Celestial Garden",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1227_angelgarden",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1228",
- "in_store": "0",
- "name": "Celestial Cloud",
- "type": "b",
- "cost": "8000",
- "cost_type": "g",
- "xp": "80",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aldeanosnube",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1229",
- "in_store": "0",
- "name": "Celestial Statue",
- "type": "b",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "estatuanube",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1230",
- "in_store": "1",
- "name": "Legendary Castle",
- "type": "b",
- "cost": "80000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "211",
- "min_level": "35",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1230_castillo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "10000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1231",
- "in_store": "1",
- "name": "Magnificent Castle",
- "type": "b",
- "cost": "40000",
- "cost_type": "g",
- "xp": "400",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "211",
- "min_level": "20",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1231_castillo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "3500",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1232",
- "in_store": "1",
- "name": "Supreme Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "400",
- "groups": "",
- "trains": "711",
- "upgrades_to": "0",
- "display_order": "-3110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1225_barracalancer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "6000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1233",
- "in_store": "1",
- "name": "Dragon Breeding Nest",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "20",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1233_criadero",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1234",
- "in_store": "1",
- "name": "Diamond Castle",
- "type": "b",
- "cost": "450",
- "cost_type": "c",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "211",
- "min_level": "25",
- "width": "7",
- "height": "7",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1234_castillo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "20000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1235",
- "in_store": "0",
- "name": "Avenging Paladin Barracks",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "600",
- "groups": "",
- "trains": "724",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1235_barracarcangel",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "6000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1236",
- "in_store": "0",
- "name": "Halloween Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1236_molino",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1237",
- "in_store": "0",
- "name": "Halloween Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1237_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1238",
- "in_store": "0",
- "name": "Halloween Tower",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1238_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "2200",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1239",
- "in_store": "0",
- "name": "Halloween Farm",
- "type": "b",
- "cost": "2500",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1239_farm",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1240",
- "in_store": "0",
- "name": "Halloween House",
- "type": "b",
- "cost": "3500",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1240_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1241",
- "in_store": "0",
- "name": "Mr. Bones Barracks",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "729",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1241_barracaesqueleto",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1242",
- "in_store": "0",
- "name": "Scarecrow Barracks",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "730",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1242_barracaespanta",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1243",
- "in_store": "0",
- "name": "Black Witch Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "731",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1243_barracabruja",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1244",
- "in_store": "0",
- "name": "Frankenstein Barracks",
- "type": "b",
- "cost": "22",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "732",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1244_barracafrank",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1245",
- "in_store": "0",
- "name": "Werewolf Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "735",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1245_barracalobo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1246",
- "in_store": "0",
- "name": "Ghost Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "734",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1246_barracafantasma",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1247",
- "in_store": "1",
- "name": "Zombie Barracks",
- "type": "b",
- "cost": "19000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "738",
- "upgrades_to": "0",
- "display_order": "-1310",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1247_barracazombie",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1248",
- "in_store": "0",
- "name": "Ghost",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1248_deco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1249",
- "in_store": "0",
- "name": "Cauldron",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1249_deco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1250",
- "in_store": "0",
- "name": "Dracula Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "733",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1250_barracadracula",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1251",
- "in_store": "0",
- "name": "Halloween SuperTower",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1251_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "3500",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1252",
- "in_store": "0",
- "name": "Haunted House",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1252_deco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1253",
- "in_store": "0",
- "name": "Relic",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "814",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1253_relic",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1254",
- "in_store": "0",
- "name": "Phoenix Egg",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "311",
- "min_level": "25",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1254_eggphoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1255",
- "in_store": "1",
- "name": "Monsters Nest",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "30",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1255_monsternest",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1256",
- "in_store": "0",
- "name": "Mythological Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1256_mill",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1257",
- "in_store": "0",
- "name": "Mythological Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1257_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1258",
- "in_store": "0",
- "name": "Mythological Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1258_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "29",
- "defense": "1",
- "life": "2700",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1259",
- "in_store": "0",
- "name": "Mythological Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1259_farm",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1260",
- "in_store": "0",
- "name": "Mythological House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1260_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1261",
- "in_store": "1",
- "name": "Icarus Barracks",
- "type": "b",
- "cost": "13500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "750",
- "upgrades_to": "0",
- "display_order": "-1210",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1261_barrack_icaro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1262",
- "in_store": "0",
- "name": "Hermes Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "751",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1262_barrack_hermes",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1263",
- "in_store": "0",
- "name": "Minotaur Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "752",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1263_barrack_minotauro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1264",
- "in_store": "0",
- "name": "Scorpion Barracks",
- "type": "b",
- "cost": "23",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "753",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1264_barrack_escorpion",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1265",
- "in_store": "0",
- "name": "Cerberus Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "754",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1265_barrack_cancerbero",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1266",
- "in_store": "0",
- "name": "Cyclops Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "748",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1266_barrack_ciclope",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1267",
- "in_store": "0",
- "name": "Medusa Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "749",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1267_barrack_medusa",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1268",
- "in_store": "0",
- "name": "Pyros Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "755",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1268_barrack_pyros",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1269",
- "in_store": "0",
- "name": "Hercules Statue",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1269_deco_hercules",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1270",
- "in_store": "0",
- "name": "Unicorn Statue",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1270_deco_unicorn",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1271",
- "in_store": "0",
- "name": "Ancient Ruins",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1271_deco_3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1272",
- "in_store": "0",
- "name": "Myth Statue",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1272_deco_4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1273",
- "in_store": "1",
- "name": "Lythos Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "757",
- "upgrades_to": "0",
- "display_order": "-3100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1273_barrack_lythos",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1274",
- "in_store": "0",
- "name": "Valkyr Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "759",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1274_barrack_valkyr",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1275",
- "in_store": "0",
- "name": "Hermes Swordman Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "760",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1275_barrack_hermes2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1276",
- "in_store": "0",
- "name": "Hermes Spearman Barracks",
- "type": "b",
- "cost": "16500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "761",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1276_barrack_hermes3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1277",
- "in_store": "0",
- "name": "Centaur Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "756",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1277_barrack_centaur",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1278",
- "in_store": "0",
- "name": "Rodhes Colossus Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "764",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1278_barrack_rodas",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1279",
- "in_store": "0",
- "name": "Zeus Barrack",
- "type": "b",
- "cost": "15500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "779",
- "upgrades_to": "0",
- "display_order": "-10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1279_zeus_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1280",
- "in_store": "0",
- "name": "Poseidon Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "773",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1280_poseidon_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1281",
- "in_store": "0",
- "name": "Aquiles Barracks",
- "type": "b",
- "cost": "22",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "774",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1281_aquiles_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1282",
- "in_store": "0",
- "name": "Phoenix Blue Egg",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1282_eggbluephoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "250",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1283",
- "in_store": "1",
- "name": "Survival arena",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "20",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1283_survival_arena",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1284",
- "in_store": "1",
- "name": "Unit Warehouse",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-50",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "18",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1284_unit_warehouse",
- "elevation": "4",
- "unit_capacity": "50",
- "attack": "0",
- "defense": "1",
- "life": "7000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1286",
- "in_store": "1",
- "name": "Hades Barrack",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "765",
- "upgrades_to": "0",
- "display_order": "-3310",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1286_hades_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1287",
- "in_store": "0",
- "name": "Chained Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1287_chained_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1288",
- "in_store": "0",
- "name": "Chained Zeus",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1288_chained_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1289",
- "in_store": "0",
- "name": "Chained Blue F\u00e9nix",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1289_chained_blue_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1290",
- "in_store": "0",
- "name": "Ulises Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "779",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1290_ulises_barrack",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1291",
- "in_store": "0",
- "name": "Harpy Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "50",
- "groups": "",
- "trains": "780",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1291_harpy_barrack",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1292",
- "in_store": "1",
- "name": "Stratos Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "762",
- "upgrades_to": "0",
- "display_order": "-3020",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1292_barrack_stratos",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1293",
- "in_store": "1",
- "name": "Advanced Catapult Workshop",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "767",
- "upgrades_to": "0",
- "display_order": "-55",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1293_stonethrower_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1294",
- "in_store": "0",
- "name": "Chained Vulcano",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1294_chained_vulcano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1295",
- "in_store": "0",
- "name": "Chained Furious Bull Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1295_chained_bull",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1296",
- "in_store": "0",
- "name": "Chained Manticora",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1296_chained_manticora",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1297",
- "in_store": "0",
- "name": "Chained Ares",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1297_chained_ares",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1298",
- "in_store": "0",
- "name": "Chained Quimera",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1298_chained_quimera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1299",
- "in_store": "1",
- "name": "Cash Wonder",
- "type": "b",
- "cost": "50",
- "cost_type": "c",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-400",
- "activation": "86400",
- "expiration": "0",
- "collect": "1",
- "collect_type": "c",
- "collect_xp": "1",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "139",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1299_cash_wonder",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1300",
- "in_store": "0",
- "name": "Morocco Dealer",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1300_morocco_dealer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1301",
- "in_store": "0",
- "name": "Hercules Barracks",
- "type": "b",
- "cost": "29",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "789",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1301_barrack_hercules",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1302",
- "in_store": "0",
- "name": "Pyros Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "755",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1302_barrack_pyros",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1303",
- "in_store": "0",
- "name": "Hydros Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "772",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1303_barrack_hydros",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1304",
- "in_store": "0",
- "name": "Coliseum Stands",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "8",
- "giftable": "0",
- "img_name": "1304_gradas",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1305",
- "in_store": "0",
- "name": "Sword Skeleton Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "808",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1305_sword_skeleton_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1306",
- "in_store": "0",
- "name": "Necro Archer Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "809",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1306_necro_archer_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1307",
- "in_store": "0",
- "name": "Necro Warrior Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "795",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1307_necro_warrior_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1308",
- "in_store": "0",
- "name": "Beholder Eye",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1308_necro_deco_1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1309",
- "in_store": "1",
- "name": "Necro Priest Castle",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "810",
- "upgrades_to": "0",
- "display_order": "-3700",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "231",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1309_necro_priest_castle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "12000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1310",
- "in_store": "0",
- "name": "Winged Warrior Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "811",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1310_winged_warrior_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1311",
- "in_store": "0",
- "name": "Necro Paladin Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "794",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1311_necro_paladin_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1312",
- "in_store": "1",
- "name": "Dark Lord Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "815",
- "upgrades_to": "0",
- "display_order": "-3200",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1312_necro_big_sword_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1313",
- "in_store": "0",
- "name": "Green Emerald",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1313_necro_deco_2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1314",
- "in_store": "0",
- "name": "Draco Fountain",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1314_necro_deco_3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1315",
- "in_store": "0",
- "name": "Necro Deco 4",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1315_necro_deco_4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1316",
- "in_store": "0",
- "name": "Necro Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1316_necro_mill",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1317",
- "in_store": "0",
- "name": "Necro Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1317_necro_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1318",
- "in_store": "0",
- "name": "Necro Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1318_necro_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "2800",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1319",
- "in_store": "0",
- "name": "Necro Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1319_necro_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1320",
- "in_store": "0",
- "name": "Necro House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1320_necro_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1321",
- "in_store": "0",
- "name": "Axe Skeleton Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "797",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1321_axe_skeleton_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1322",
- "in_store": "0",
- "name": "Necro Horseman Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "799",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1322_necro_horseman_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1323",
- "in_store": "1",
- "name": "Necro Fork Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "802",
- "upgrades_to": "0",
- "display_order": "-1350",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1323_necro_fork_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1324",
- "in_store": "0",
- "name": "Necro Gollum Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "800",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1324_necro_gollum_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1325",
- "in_store": "0",
- "name": "Necro Harvester Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "801",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1325_necro_harvester_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1326",
- "in_store": "0",
- "name": "Necro Multiarms Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "803",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1326_necro_multiarms_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1327",
- "in_store": "0",
- "name": "Necro Executioner Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "804",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1327_necro_executioner_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1328",
- "in_store": "0",
- "name": "Necro Shark Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "805",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1328_necro_shark_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1329",
- "in_store": "0",
- "name": "Necro King Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "806",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1329_necro_king_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1330",
- "in_store": "0",
- "name": "Necro Gryphon Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1330_necro_gryphon_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1331",
- "in_store": "0",
- "name": "Necro Abomination Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1331_necro_abomination_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1332",
- "in_store": "0",
- "name": "Necro Worm Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1332_necro_worm_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1333",
- "in_store": "0",
- "name": "Chained Cyclops",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1333_chained_cyclops",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1334",
- "in_store": "0",
- "name": "Chained Rubies",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1334_chained_rubies",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1335",
- "in_store": "0",
- "name": "Chained Angelical Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1335_chained_celestial",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1336",
- "in_store": "0",
- "name": "Chained Necro Paladin",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1336_chained_necropaladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1337",
- "in_store": "0",
- "name": "Chained Necro Worm",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1337_chained_necroworm",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1338",
- "in_store": "0",
- "name": "Chained Dark Lord",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1338_chained_darklord",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1339",
- "in_store": "0",
- "name": "Chained Necro King",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1339_chained_necroking",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1340",
- "in_store": "0",
- "name": "Chained Necro Gryphon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1340_chained_gryphon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1341",
- "in_store": "0",
- "name": "Chained Necro Abomination",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1341_chained_abomination",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1342",
- "in_store": "0",
- "name": "Necro Rhino Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "817",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1342_necro_rhino_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1343",
- "in_store": "0",
- "name": "Skeleton Archer Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "818",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1343_skeleton_archer_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1344",
- "in_store": "0",
- "name": "Social Wars",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "7",
- "height": "7",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1344_social_wars",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1345",
- "in_store": "1",
- "name": "Rider Academy",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-70",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "35",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1345_dragonrider_training",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1346",
- "in_store": "1",
- "name": "Dragon Riding",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-75",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "35",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1346_dragon_taming",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1347",
- "in_store": "0",
- "name": "Necro Doublesword Barracks",
- "type": "b",
- "cost": "16500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "825",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1347_necro_doublesword_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1348",
- "in_store": "0",
- "name": "Necro Ghost Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "821",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1348_necro_ghost_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1349",
- "in_store": "0",
- "name": "Chained Necro Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1349_chained_necro_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1350",
- "in_store": "0",
- "name": "Chained Zeus",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1350_chained_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1351",
- "in_store": "0",
- "name": "Chained Spectrum Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1351_chained_spectrum",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1352",
- "in_store": "0",
- "name": "Chained Vulcano Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1352_chained_vulcano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1353",
- "in_store": "0",
- "name": "Chained Mad Balrog",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1353_chained_balrog",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1354",
- "in_store": "0",
- "name": "Chained Green Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1354_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1355",
- "in_store": "0",
- "name": "Chained Red Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1355_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1356",
- "in_store": "0",
- "name": "Chained Green Phoenix",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1356_chained_green_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1357",
- "in_store": "0",
- "name": "Dome Protection descartado",
- "type": "b",
- "cost": "100000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-570",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "1511",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1357_protection_dome",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "5",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1358",
- "in_store": "1",
- "name": "Protection Dome",
- "type": "b",
- "cost": "50000",
- "cost_type": "g",
- "xp": "190",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "1511",
- "min_level": "42",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1358_protection_dome",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "10",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1359",
- "in_store": "1",
- "name": "Tower Enhancer",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "190",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "1511",
- "min_level": "47",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1359_tower_enhancer_dome_cash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "10",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1360",
- "in_store": "1",
- "name": "Sky Tower II",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "190",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "50",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1360_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1361",
- "in_store": "1",
- "name": "Sky Tower",
- "type": "b",
- "cost": "10000",
- "cost_type": "s",
- "xp": "190",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "40",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1361_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "2900",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1362",
- "in_store": "0",
- "name": "Guardian Swordman Barracks",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "863",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1362_barracks_swordman",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1363",
- "in_store": "0",
- "name": "Guardian Archer Barracks",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "865",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1363_barracks_archer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1364",
- "in_store": "0",
- "name": "Isis Healer Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "866",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1364_barracks_healer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1365",
- "in_store": "0",
- "name": "Horus Herald Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "867",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1365_barracks_horus",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1366",
- "in_store": "1",
- "name": "Ramses II Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "860",
- "upgrades_to": "0",
- "display_order": "-3210",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1366_barracks_ramses",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1367",
- "in_store": "0",
- "name": "Sphinx Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "861",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1367_barracks_sphinx",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1368",
- "in_store": "1",
- "name": "Sarcophagus",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-120",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1368_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1369",
- "in_store": "0",
- "name": "Isis Statue",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1369_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1370",
- "in_store": "0",
- "name": "Keops Pyramid",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1370_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1371",
- "in_store": "0",
- "name": "Abu Simbel Statue",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1371_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1372",
- "in_store": "1",
- "name": "Pharaohs Gold Mine",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-140",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1372_mine",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1373",
- "in_store": "0",
- "name": "Pharaohs Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1373_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1374",
- "in_store": "1",
- "name": "Pharaohs Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-220",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1374_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "2850",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1375",
- "in_store": "0",
- "name": "Pharaohs Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1375_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1376",
- "in_store": "1",
- "name": "Pharaohs House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-300",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1376_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1377",
- "in_store": "0",
- "name": "Chained Electric Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1377_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1378",
- "in_store": "0",
- "name": "Chained Golden Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1378_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1379",
- "in_store": "0",
- "name": "Guardian Axe Barracks",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "870",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1379_barracks_axe",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1380",
- "in_store": "0",
- "name": "Horus Gryphon Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "869",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1380_barracks_gryphon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1381",
- "in_store": "0",
- "name": "Cobra Rider Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "871",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1381_barracks_cobra",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1382",
- "in_store": "0",
- "name": "Anubis God Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "879",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1382_barracks_anubis",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1383",
- "in_store": "1",
- "name": "Tutankamon Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "884",
- "upgrades_to": "0",
- "display_order": "-3040",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1383_barracks_tutankamon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1384",
- "in_store": "0",
- "name": "Celestial Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1385",
- "in_store": "0",
- "name": "Mythological Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1386",
- "in_store": "0",
- "name": "Necro Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1387",
- "in_store": "0",
- "name": "Dragons Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1388",
- "in_store": "0",
- "name": "Monsters Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1389",
- "in_store": "0",
- "name": "Chained Dragon Hunter",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1389_chained_hunter",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1390",
- "in_store": "0",
- "name": "Chained Monster Hunter",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1390_chained_hunter",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1391",
- "in_store": "0",
- "name": "Chained Egyptian Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1391_chained_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1392",
- "in_store": "0",
- "name": "Chained Black Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1392_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1393",
- "in_store": "0",
- "name": "Chained Dragon Hunter II",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1393_chained_hunter2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1394",
- "in_store": "1",
- "name": "Supreme Dragon Temple",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-6400",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1394_temple_invocation_bahamut_supreme",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1395",
- "in_store": "0",
- "name": "Chained Chameleon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1395_chained_chameleon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1396",
- "in_store": "1",
- "name": "Scarab Rider Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "897",
- "upgrades_to": "0",
- "display_order": "-3500",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1396_barracks_scarab",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1397",
- "in_store": "1",
- "name": "Elf Swordman Barracks",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2005",
- "upgrades_to": "0",
- "display_order": "-1100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1397_barracks_swordman",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1398",
- "in_store": "1",
- "name": "Elf Archer Barracks",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2006",
- "upgrades_to": "0",
- "display_order": "-1020",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1398_barracks_archer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1399",
- "in_store": "1",
- "name": "Elf Priest Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2007",
- "upgrades_to": "0",
- "display_order": "-3000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1399_barracks_healer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1400",
- "in_store": "0",
- "name": "Elf Knight Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2009",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1400_barracks_knight",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1401",
- "in_store": "0",
- "name": "Elf Reptile Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2008",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1401_barracks_raptor",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1402",
- "in_store": "0",
- "name": "Elf Fountain",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1402_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1403",
- "in_store": "1",
- "name": "Emerald Sculpture",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-200",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1403_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1404",
- "in_store": "0",
- "name": "Reptile Knight Statue",
- "type": "b",
- "cost": "7000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1404_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1405",
- "in_store": "0",
- "name": "Imperial Elf Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1405_mine",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1406",
- "in_store": "0",
- "name": "Imperial Elf Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1406_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1407",
- "in_store": "1",
- "name": "Imperial Elf Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-160",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1407_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "2900",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1408",
- "in_store": "0",
- "name": "Imperial Elf Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1408_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1409",
- "in_store": "1",
- "name": "Imperial Elf House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1409_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1410",
- "in_store": "0",
- "name": "Bahamut Heart",
- "type": "b",
- "cost": "0",
- "cost_type": "c",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "1611",
- "subcat_functional": "1611",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1410_bahamut_heart",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1411",
- "in_store": "0",
- "name": "Chained Megahealing Angel",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1411_chained_angelical",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1412",
- "in_store": "0",
- "name": "Chained Paladin Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1412_chained_paladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1413",
- "in_store": "0",
- "name": "Chained Red Phoenix",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1413_chained_red_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1414",
- "in_store": "0",
- "name": "Elf Axe Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2010",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1414_barracks_axe",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1415",
- "in_store": "1",
- "name": "Elf Gryphon Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2011",
- "upgrades_to": "0",
- "display_order": "-3010",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1415_barracks_gryphon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1416",
- "in_store": "0",
- "name": "Elf Catapult Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2012",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1416_barracks_catapult",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1417",
- "in_store": "0",
- "name": "Chained Dynasty Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1417_chained_snake_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1418",
- "in_store": "0",
- "name": "Chained Balrogs",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1418_chained_balrogs",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1419",
- "in_store": "0",
- "name": "Chained Electric Dinasty Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1419_chained_snake_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1420",
- "in_store": "1",
- "name": "Red Bull Rider Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2019",
- "upgrades_to": "0",
- "display_order": "-3220",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1420_barracks_bull_rider",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1421",
- "in_store": "0",
- "name": "Silver Paladin Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2020",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1421_barracks_silver_paladin",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1422",
- "in_store": "0",
- "name": "Chained Red Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1422_chained_fire_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1423",
- "in_store": "0",
- "name": "Chained Frostfire Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1423_chained_frostfire_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1424",
- "in_store": "0",
- "name": "Elven Crossbow Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2021",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1424_barracks_elf_crossbow",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1425",
- "in_store": "1",
- "name": "Elven Eagle Rider Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2022",
- "upgrades_to": "0",
- "display_order": "-3320",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1425_barracks_elf_eagle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1426",
- "in_store": "0",
- "name": "Dragon Killer Fortress",
- "type": "b",
- "cost": "1000",
- "cost_type": "c",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-8000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "1711",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1426_castle_dragon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "400",
- "defense": "1",
- "life": "17000",
- "velocity": "0",
- "attack_range": "15",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1427",
- "in_store": "0",
- "name": "Upgrade1",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "upgrade1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "0",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1428",
- "in_store": "0",
- "name": "Upgrade2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "upgrade2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "0",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1429",
- "in_store": "0",
- "name": "Upgrade3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "upgrade3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "0",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1430",
- "in_store": "0",
- "name": "Upgrade4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "upgrade4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "0",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1431",
- "in_store": "0",
- "name": "Chained Golden Bahamut Raider",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1431_chained_golden_bahamut_raider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1432",
- "in_store": "0",
- "name": "Chained Jade Dinasty Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1432_chained_jade_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1433",
- "in_store": "1",
- "name": "Crusher Orc Barrack",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2027",
- "upgrades_to": "0",
- "display_order": "-1010",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1433_barracks_crusher_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1434",
- "in_store": "0",
- "name": "Archer Orc Barrack",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2028",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1434_barracks_archer_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1435",
- "in_store": "0",
- "name": "Boar Axe Rider Barrack",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2029",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1435_barracks_boar_axe_rider",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1436",
- "in_store": "0",
- "name": "Orc Spear Warrior Barrack",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2030",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1436_barracks_orc_spear_warrior",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1437",
- "in_store": "0",
- "name": "Spider Orc Rider Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2031",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1437_barracks_spider_orc_rider",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1438",
- "in_store": "0",
- "name": "Skullz Big Amulet",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1438_deco1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1439",
- "in_store": "0",
- "name": "Dark Orks Banner",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1439_deco2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1440",
- "in_store": "0",
- "name": "Dark Orc Deco 3 Cash",
- "type": "b",
- "cost": "7000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1440_deco3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1441",
- "in_store": "0",
- "name": "Dark Orc Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1441_mill",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1442",
- "in_store": "1",
- "name": "Dark Orc Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-150",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1442_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1443",
- "in_store": "0",
- "name": "Dark Orc Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1443_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "2950",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1444",
- "in_store": "0",
- "name": "Dark Orc Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1444_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1445",
- "in_store": "0",
- "name": "Dark Orc House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1445_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1446",
- "in_store": "0",
- "name": "Chained Black Dragon Rider",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1446_chained_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1447",
- "in_store": "0",
- "name": "Chained Limit Wizard",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1447_chained_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1448",
- "in_store": "0",
- "name": "Chained Chest",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1448_chained_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1449",
- "in_store": "0",
- "name": "Chained Mythological Chest 2",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1449_chained_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1450",
- "in_store": "0",
- "name": "Chained Colossal Cobra",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1450_chained_cobra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1451",
- "in_store": "0",
- "name": "Chained Burning Tiger",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1451_chained_tiger",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1452",
- "in_store": "0",
- "name": "Chained Ramses II",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1452_chained_ramses",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1453",
- "in_store": "0",
- "name": "Chained Rainbow Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1453_chained_rainbow",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1454",
- "in_store": "1",
- "name": "Golden Paladin Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2036",
- "upgrades_to": "0",
- "display_order": "-3030",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1454_barracks_golden_paladin",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1455",
- "in_store": "0",
- "name": "Chained Double Cash Offer",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1455_chained_double_cash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1456",
- "in_store": "1",
- "name": "Dragons Statue",
- "type": "b",
- "cost": "250000",
- "cost_type": "g",
- "xp": "2500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-6500",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1456_dragon_statue",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "20",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1457",
- "in_store": "1",
- "name": "Vulcano",
- "type": "b",
- "cost": "250000",
- "cost_type": "s",
- "xp": "2500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-6600",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1457_vulcano",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "20",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1458",
- "in_store": "0",
- "name": "Banyan Tree",
- "type": "b",
- "cost": "7000",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1458_banyan_tree",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "20",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1459",
- "in_store": "0",
- "name": "Chained Dragon Hunters",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "7",
- "height": "7",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1459_chained_hunters",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1460",
- "in_store": "0",
- "name": "Chained Furious Zeus",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1460_chained_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1461",
- "in_store": "0",
- "name": "Chained Titan Lithos",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1461_chained_lithos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1462",
- "in_store": "0",
- "name": "Chained Solar Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1462_chained_sun",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1463",
- "in_store": "0",
- "name": "Time Machine",
- "type": "b",
- "cost": "300000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-6700",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "139",
- "min_level": "55",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1463_time_machine",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1464",
- "in_store": "0",
- "name": "Chained Rockdriller",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1464_chained_rockdriller",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1465",
- "in_store": "0",
- "name": "Chained Vulcano",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1465_chained_vulcano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1466",
- "in_store": "0",
- "name": "Chained 2-Head Holydeath Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1466_chained_dual",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1467",
- "in_store": "0",
- "name": "Chained Dark Chest",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1467_chained_dark",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1468",
- "in_store": "0",
- "name": "Chained Tiger Spider",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1468_chained_tiger_spider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1469",
- "in_store": "0",
- "name": "Chained Punisher Knight",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1469_chained_punisher_knight",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1470",
- "in_store": "0",
- "name": "Chained Draggy",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1470_chained_draggy_cash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1471",
- "in_store": "0",
- "name": "Chained Metal T-Rex",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1471_chained_metal_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1472",
- "in_store": "0",
- "name": "Chained Soul Eater",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1472_chained_soul_eater",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1473",
- "in_store": "0",
- "name": "Chained Galaxy Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1473_chained_galaxy_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1474",
- "in_store": "0",
- "name": "TNT Orc Barrack",
- "type": "b",
- "cost": "34",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2046",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1474_barracks_kamikaze_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1475",
- "in_store": "1",
- "name": "Big Basher Orc Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2047",
- "upgrades_to": "0",
- "display_order": "-3230",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1475_barracks_hammer_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1476",
- "in_store": "0",
- "name": "Chained Attack Booster Wizard",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1476_chained_attack_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1477",
- "in_store": "0",
- "name": "Chained Epic 2-Headed Dragon Rider",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1477_chained_epic_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1478",
- "in_store": "0",
- "name": "Level Up Statue",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1478_levelup_statue",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1479",
- "in_store": "0",
- "name": "Chained Level Up Statue",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1479_chained_levelup",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1480",
- "in_store": "0",
- "name": "Chained Stratos",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1480_chained_stratos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1481",
- "in_store": "0",
- "name": "Chained 75% Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1481_chained_75bonus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1482",
- "in_store": "0",
- "name": "Priest Orc Barrack",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2054",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1482_barrack_priest_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1483",
- "in_store": "1",
- "name": "Black Lizard Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2056",
- "upgrades_to": "0",
- "display_order": "-3120",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1483_barrack_monster_orc_rider",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1484",
- "in_store": "0",
- "name": "Dual Axe Orc Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2061",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1484_barrack_dual_axe",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1485",
- "in_store": "1",
- "name": "Wyvern Rider Barracks",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2062",
- "upgrades_to": "0",
- "display_order": "-3070",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1483_barrack_spectrum",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1486",
- "in_store": "0",
- "name": "Boomerang Orc Barracks",
- "type": "b",
- "cost": "34",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2068",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1486_barrack_boomerang",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1487",
- "in_store": "0",
- "name": "Grove",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arboles_2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1488",
- "in_store": "0",
- "name": "Forest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arboles_3x3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1489",
- "in_store": "0",
- "name": "Pharaohs Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1490",
- "in_store": "0",
- "name": "Elven Empire",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1491",
- "in_store": "0",
- "name": "Orc Battering Ram Barrack",
- "type": "b",
- "cost": "45",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2074",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1491_battering_ram_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1492",
- "in_store": "0",
- "name": "Barrack Sword Gladiator",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2105",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1492_barracks_sword_glad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1493",
- "in_store": "1",
- "name": "Barrack Spearman Gladiator",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2106",
- "upgrades_to": "0",
- "display_order": "-1110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1493_barracks_spartan_glad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1494",
- "in_store": "0",
- "name": "Barrack Knight Gladiator",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2107",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1494_barracks_rider_glad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1495",
- "in_store": "0",
- "name": "Barrack Demolisher Gladiator",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2108",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1495_barracks_demolisher",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1496",
- "in_store": "1",
- "name": "Barrack Lizard Gladiator",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2109",
- "upgrades_to": "0",
- "display_order": "-3060",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1496_barracks_monster_glad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1497",
- "in_store": "0",
- "name": "Gladiator Bust Deco",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1497_deco1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1498",
- "in_store": "0",
- "name": "Golden Gladiator Statue",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1498_deco2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1499",
- "in_store": "1",
- "name": "Gladiator Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-130",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1499_mill",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1500",
- "in_store": "1",
- "name": "Gladiator Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-210",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1500_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1501",
- "in_store": "0",
- "name": "Gladiator Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1501_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "2950",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1502",
- "in_store": "0",
- "name": "Gladiator Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1502_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1503",
- "in_store": "0",
- "name": "Gladiator House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1503_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1504",
- "in_store": "0",
- "name": "Antimatter Golem Barrack",
- "type": "b",
- "cost": "45",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2111",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1504_barracks_antimatter_golem",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1505",
- "in_store": "0",
- "name": "Evil Demon Barrack",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2112",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1505_barracks_evil_demon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1506",
- "in_store": "0",
- "name": "God Isle 1",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1507",
- "in_store": "0",
- "name": "God Isle 2",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1508",
- "in_store": "1",
- "name": "Mace Gladiator Barrack",
- "type": "b",
- "cost": "25000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2116",
- "upgrades_to": "0",
- "display_order": "-1030",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1508_axeman_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1509",
- "in_store": "0",
- "name": "Priest Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2117",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1509_priest_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1510",
- "in_store": "0",
- "name": "Death Warrior Barrack",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2120",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1510_death_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1511",
- "in_store": "0",
- "name": "God Isle 3",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1512",
- "in_store": "0",
- "name": "Lion Soul Gladiator Barrack",
- "type": "b",
- "cost": "38",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2125",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1512_big_glad_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1513",
- "in_store": "1",
- "name": "Bull Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2126",
- "upgrades_to": "0",
- "display_order": "-3130",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1513_bull_glad_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1514",
- "in_store": "1",
- "name": "Burning Tiger Barrack",
- "type": "b",
- "cost": "42",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2035",
- "upgrades_to": "0",
- "display_order": "-2020",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1514_burning_tiger_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1515",
- "in_store": "1",
- "name": "T-Rex Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2139",
- "upgrades_to": "0",
- "display_order": "-2010",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1515_trex_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1516",
- "in_store": "0",
- "name": "4-Weapons Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2135",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1516_4weap_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1517",
- "in_store": "0",
- "name": "Centaur Gladiator Barrack",
- "type": "b",
- "cost": "38",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2136",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1517_centaur_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1518",
- "in_store": "0",
- "name": "Blade Gladiator Barrack",
- "type": "b",
- "cost": "38",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2143",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1518_bigwarrior_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1519",
- "in_store": "0",
- "name": "Minotaur Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2144",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1519_minotaur_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1520",
- "in_store": "0",
- "name": "Devil Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2150",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1520_devil_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1521",
- "in_store": "0",
- "name": "Chariot Gladiator Barrack",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2151",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1521_chariot_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1522",
- "in_store": "1",
- "name": "Caesar Gladiator Barrack",
- "type": "b",
- "cost": "45",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2157",
- "upgrades_to": "0",
- "display_order": "-3330",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1522_cesar_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1523",
- "in_store": "0",
- "name": "Dwarf Axe Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2150",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1523_dwarfAxe_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1524",
- "in_store": "0",
- "name": "Dwarf Priest Barrack",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2151",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1524_dwarfPriest_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1525",
- "in_store": "0",
- "name": "Dwarven Catapult",
- "type": "b",
- "cost": "48",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2157",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1525_dwarvenCatapult_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1526",
- "in_store": "1",
- "name": "Punisher Knight Barrack",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "829",
- "upgrades_to": "0",
- "display_order": "-2000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1526_punisherKnight_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1527",
- "in_store": "0",
- "name": "Dragon City",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "7",
- "height": "7",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1527_dragonCity_cross",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2000",
- "in_store": "0",
- "name": "Paladin Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2000_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "72",
- "defense": "1",
- "life": "2700",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2001",
- "in_store": "0",
- "name": "Paladin Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2001_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "600",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2002",
- "in_store": "0",
- "name": "Paladin Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2002_bahamut_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "97",
- "defense": "1",
- "life": "2900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2003",
- "in_store": "0",
- "name": "Supreme Bahamut Dragon",
- "type": "u",
- "cost": "200",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2003_bahamut_supreme",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "500",
- "defense": "1",
- "life": "10000",
- "velocity": "6",
- "attack_range": "15",
- "attack_interval": "35",
- "new_item": "0",
- "population": "10",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "20",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2004",
- "in_store": "0",
- "name": "Supreme Bahamut Draggy",
- "type": "u",
- "cost": "20",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2004_bahamuty_supreme",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2005",
- "in_store": "0",
- "name": "Imperial Elf Sword",
- "type": "u",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2005_elf_sword",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "425",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2006",
- "in_store": "0",
- "name": "Imperial Elf Archer",
- "type": "u",
- "cost": "2600",
- "cost_type": "g",
- "xp": "260",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2006_elf_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "225",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2007",
- "in_store": "0",
- "name": "Elf Priest",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2007_elf_priest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "1300",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2008",
- "in_store": "0",
- "name": "Reptile Knight",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2008_elf_raptor",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "44",
- "defense": "1",
- "life": "1400",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2009",
- "in_store": "0",
- "name": "Imperial Elf Knight",
- "type": "u",
- "cost": "5200",
- "cost_type": "g",
- "xp": "520",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2009_elf_knight",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "39",
- "defense": "1",
- "life": "1200",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2010",
- "in_store": "0",
- "name": "Imperial Elf Axe",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2010_elf_axe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "1400",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2011",
- "in_store": "0",
- "name": "Imperial Elf Gryphon",
- "type": "u",
- "cost": "6800",
- "cost_type": "g",
- "xp": "520",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2011_elf_gryphon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1800",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "7",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2012",
- "in_store": "0",
- "name": "Imperial Elf Catapult",
- "type": "u",
- "cost": "4000",
- "cost_type": "g",
- "xp": "520",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2012_elf_catapult",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "130",
- "defense": "1",
- "life": "300",
- "velocity": "4",
- "attack_range": "15",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2013",
- "in_store": "0",
- "name": "Dynasty Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2013_snake_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "74",
- "defense": "1",
- "life": "2800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2014",
- "in_store": "0",
- "name": "Dynasty Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2014_snake_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2015",
- "in_store": "0",
- "name": "Dynasty Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2015_snake_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "99",
- "defense": "1",
- "life": "3000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2016",
- "in_store": "0",
- "name": "Electric Dynasty Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2016_snake_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "75",
- "defense": "1",
- "life": "2800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2017",
- "in_store": "0",
- "name": "Electric Dynasty Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2017_snake_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2018",
- "in_store": "0",
- "name": "Electric Dynasty Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2018_snake_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "3000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2019",
- "in_store": "0",
- "name": "Red Bull Rider",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2019_elf_bull_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2020",
- "in_store": "0",
- "name": "Silver Paladin",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2020_elf_silver_paladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1700",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2021",
- "in_store": "0",
- "name": "Elven Crossbow",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2021_elf_crossbow",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "600",
- "velocity": "4",
- "attack_range": "13",
- "attack_interval": "110",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2022",
- "in_store": "0",
- "name": "Elven Eagle Rider",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2022_elf_eagle",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "2000",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2023",
- "in_store": "0",
- "name": "2-Head Frostfire Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2023_frostfire_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "76",
- "defense": "1",
- "life": "2900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2024",
- "in_store": "0",
- "name": "Frostfire Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2024_frost_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2025",
- "in_store": "0",
- "name": "Fire Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2025_fire_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2026",
- "in_store": "0",
- "name": "2-Head Frostfire Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2026_frostfire_bahamut_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "101",
- "defense": "1",
- "life": "3100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2027",
- "in_store": "0",
- "name": "Crusher Orc",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2027_crusher_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "450",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2028",
- "in_store": "0",
- "name": "Archer Orc",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2028_archer_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "250",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2029",
- "in_store": "0",
- "name": "Boar Axe Rider",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2029_boar_axe_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "43",
- "defense": "1",
- "life": "1350",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2030",
- "in_store": "0",
- "name": "Orc Spear Warrior",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2030_orc_spear_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "1200",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "10",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2031",
- "in_store": "0",
- "name": "Spider Orc Rider",
- "type": "u",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2031_spider_orc_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1850",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2032",
- "in_store": "0",
- "name": "Jade Dynasty Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2032_jade_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "76",
- "defense": "1",
- "life": "2900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2033",
- "in_store": "0",
- "name": "Jade Dynasty Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2033_jade_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2034",
- "in_store": "0",
- "name": "Jade Dynasty Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2034_jade_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "101",
- "defense": "1",
- "life": "3100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2035",
- "in_store": "0",
- "name": "Burning Tiger",
- "type": "u",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2035_burning_tiger",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2036",
- "in_store": "0",
- "name": "Golden Paladin",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2036_golden_paladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "2000",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2037",
- "in_store": "0",
- "name": "Rainbow Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2037_rainbow_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "76",
- "defense": "1",
- "life": "2900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2038",
- "in_store": "0",
- "name": "Rainbow Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2038_rainbow_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "101",
- "defense": "1",
- "life": "3100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2039",
- "in_store": "0",
- "name": "Solar Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2039_sun_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "77",
- "defense": "1",
- "life": "3000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2040",
- "in_store": "0",
- "name": "Solar Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2040_sun_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2041",
- "in_store": "0",
- "name": "Solar Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2041_sun_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "102",
- "defense": "1",
- "life": "3200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2042",
- "in_store": "0",
- "name": "Vulcano Golem",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2042_vulcano_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "56",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2043",
- "in_store": "0",
- "name": "2-Head Holydeath Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2043_dual_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "77",
- "defense": "1",
- "life": "3000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2044",
- "in_store": "0",
- "name": "2-Head Holydeath Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2044_dual_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2045",
- "in_store": "0",
- "name": "2-Head Holydeath Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2045_dual_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "102",
- "defense": "1",
- "life": "3200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2046",
- "in_store": "0",
- "name": "TNT Orc",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2046_orc_kamikaze",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "800",
- "velocity": "5",
- "attack_range": "11",
- "attack_interval": "60",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "12",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2047",
- "in_store": "0",
- "name": "Big Basher Orc",
- "type": "u",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2047_hammer_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "2000",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2048",
- "in_store": "0",
- "name": "Galaxy Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2048_galaxy_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "78",
- "defense": "1",
- "life": "3100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2049",
- "in_store": "0",
- "name": "Galaxy Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2049_galaxy_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2050",
- "in_store": "0",
- "name": "Galaxy Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2050_galaxy_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "103",
- "defense": "1",
- "life": "3300",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2051",
- "in_store": "0",
- "name": "Chuck Norris Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2051_chuck_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "102",
- "defense": "1",
- "life": "3200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2052",
- "in_store": "0",
- "name": "Attack Booster Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2052_attack_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1700",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2053",
- "in_store": "0",
- "name": "Metal T-Rex",
- "type": "u",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2053_metal_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "2100",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2054",
- "in_store": "0",
- "name": "Priest Orc",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2054_priest_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1300",
- "velocity": "4",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "7",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2055",
- "in_store": "0",
- "name": "Soul Eater",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2055_soul_eater",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "2000",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2056",
- "in_store": "0",
- "name": "Black Lizard Rider",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2056_monster_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2100",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2057",
- "in_store": "0",
- "name": "3-Head Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2057_3h_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "79",
- "defense": "1",
- "life": "3150",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2058",
- "in_store": "0",
- "name": "3-Head Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2058_3h_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "104",
- "defense": "1",
- "life": "3350",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2059",
- "in_store": "0",
- "name": "Sword Lion Warrior",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2059_sword_lion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "2150",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2060",
- "in_store": "0",
- "name": "Brutal Slasher",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2060_slasher_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2100",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2061",
- "in_store": "0",
- "name": "Dual Axe Orc",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2061_dual_swords",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2062",
- "in_store": "0",
- "name": "Wyvern Rider",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2062_spectrum_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2063",
- "in_store": "0",
- "name": "Star Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2063_star_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "3200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2064",
- "in_store": "0",
- "name": "Star Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2064_star_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "37",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2065",
- "in_store": "0",
- "name": "Star Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2065_star_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "105",
- "defense": "1",
- "life": "3400",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2066",
- "in_store": "0",
- "name": "2-Head Orc",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2066_twohead_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "59",
- "defense": "1",
- "life": "2200",
- "velocity": "4",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2067",
- "in_store": "0",
- "name": "Invisible Killer",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2067_invisible_killer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "62",
- "defense": "1",
- "life": "1800",
- "velocity": "8",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2068",
- "in_store": "0",
- "name": "Boomerang Orc",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2068_boomerang_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2069",
- "in_store": "0",
- "name": "Golden Dynasty Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2069_golden_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "81",
- "defense": "1",
- "life": "3250",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2070",
- "in_store": "0",
- "name": "Golden Dynasty Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2070_golden_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2071",
- "in_store": "0",
- "name": "Golden Dynasty Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2071_golden_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "106",
- "defense": "1",
- "life": "3450",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2072",
- "in_store": "0",
- "name": "Evil Demon",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2072_evil_demon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "2250",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2073",
- "in_store": "0",
- "name": "Death Warrior",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2073_death_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "61",
- "defense": "1",
- "life": "2300",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2074",
- "in_store": "0",
- "name": "Orc Battering Ram",
- "type": "u",
- "cost": "14000",
- "cost_type": "g",
- "xp": "520",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2074_battering_ram",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "500",
- "defense": "1",
- "life": "5000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "80",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "15",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2075",
- "in_store": "0",
- "name": "Elemental Fire God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2075_elemental_red_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "4000",
- "velocity": "7",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2076",
- "in_store": "0",
- "name": "Vulcano Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2076_vulcano_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2077",
- "in_store": "0",
- "name": "Elemental Fire Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2077_fire_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "94",
- "defense": "1",
- "life": "3500",
- "velocity": "7",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2078",
- "in_store": "0",
- "name": "Elemental Forest Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2078_forest_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2079",
- "in_store": "0",
- "name": "Elemental Forest God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2079_elemental_forest_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "102",
- "defense": "1",
- "life": "3900",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2080",
- "in_store": "0",
- "name": "Elemental Forest Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2080_forest_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "92",
- "defense": "1",
- "life": "3600",
- "velocity": "7",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2081",
- "in_store": "0",
- "name": "Fire Soul Eater",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2081_fire_soul_eater",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "2200",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2082",
- "in_store": "0",
- "name": "Elemental Forest Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2082_forest_colossus_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2083",
- "in_store": "0",
- "name": "Evil Crows Whirlwind",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2083_evil_crow_whirlwinds",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2084",
- "in_store": "0",
- "name": "Elemental Water Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2084_water_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2085",
- "in_store": "0",
- "name": "Elemental Water God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2085_elemental_water_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "98",
- "defense": "1",
- "life": "4100",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2086",
- "in_store": "0",
- "name": "Elemental Water Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2086_water_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "96",
- "defense": "1",
- "life": "3400",
- "velocity": "7",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2087",
- "in_store": "0",
- "name": "Luring Warrior",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2087_big_lure",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "6000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2088",
- "in_store": "0",
- "name": "Infraworld Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2088_infra_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2089",
- "in_store": "0",
- "name": "Elemental Soul God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2089_elemental_infra_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "108",
- "defense": "1",
- "life": "4250",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2090",
- "in_store": "0",
- "name": "Elemental Soul Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2090_infra_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "98",
- "defense": "1",
- "life": "3800",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2091",
- "in_store": "0",
- "name": "Elemental Soul Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2091_infra_colossus_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2092",
- "in_store": "0",
- "name": "Elemental Light Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2092_heaven_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2093",
- "in_store": "0",
- "name": "Elemental Light God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "92",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2093_elemental_heaven_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "104",
- "defense": "1",
- "life": "3800",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2094",
- "in_store": "0",
- "name": "Elemental Light Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "92",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2094_heaven_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "95",
- "defense": "1",
- "life": "3450",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2095",
- "in_store": "0",
- "name": "Heaven Colossus Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2095_heaven_colossus_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2096",
- "in_store": "0",
- "name": "Elemental Water Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2084_water_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2097",
- "in_store": "0",
- "name": "Black Phoenix",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2097_black_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "6000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2098",
- "in_store": "0",
- "name": "Antimatter Golem",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2098_antimatter_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "63",
- "defense": "1",
- "life": "2400",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2099",
- "in_store": "0",
- "name": "Medieval Golden Slayer",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2099_medieval_slayer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "3000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2100",
- "in_store": "0",
- "name": "Reptile Warrior",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2100_reptile_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "6000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2101",
- "in_store": "0",
- "name": "Medieval Ether Messiah",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2101_medieval_messiah",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "75",
- "defense": "1",
- "life": "2800",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2102",
- "in_store": "0",
- "name": "Medieval Samurai",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2102_medieval_samurai2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "78",
- "defense": "1",
- "life": "2600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2103",
- "in_store": "0",
- "name": "Slayer Minion",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2103_slayer_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "400",
- "velocity": "4",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2104",
- "in_store": "0",
- "name": "Tornado Heaven",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2104_tornado_heaven",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "400",
- "velocity": "4",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2105",
- "in_store": "0",
- "name": "Sword Gladiator",
- "type": "u",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2105_sword_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "450",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2106",
- "in_store": "0",
- "name": "Spearman Gladiator",
- "type": "u",
- "cost": "3200",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2106_spartan_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "300",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2107",
- "in_store": "0",
- "name": "Knight Gladiator",
- "type": "u",
- "cost": "6800",
- "cost_type": "g",
- "xp": "680",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2107_rider_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1800",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2108",
- "in_store": "0",
- "name": "Demolisher Gladiator",
- "type": "u",
- "cost": "6800",
- "cost_type": "g",
- "xp": "680",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2108_demolisher",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1650",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "10",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2109",
- "in_store": "0",
- "name": "Lizard Gladiator",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2109_monster_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2110",
- "in_store": "0",
- "name": "Souls Whirlwind",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2110_souls_whirlwinds",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1500",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2111",
- "in_store": "0",
- "name": "Antimatter Golem",
- "type": "u",
- "cost": "16000",
- "cost_type": "g",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2098_antimatter_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "63",
- "defense": "1",
- "life": "2400",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2112",
- "in_store": "0",
- "name": "Evil Demon",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2072_evil_demon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "2250",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2113",
- "in_store": "0",
- "name": "Dark Evil God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "100",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2113_evil_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "110",
- "defense": "1",
- "life": "4500",
- "velocity": "7",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2114",
- "in_store": "0",
- "name": "Atlas Titan",
- "type": "u",
- "cost": "9",
- "cost_type": "c",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2114_atlas_titan",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "65",
- "defense": "1",
- "life": "2500",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2115",
- "in_store": "0",
- "name": "Dark Evil God Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2115_evil_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "600",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2116",
- "in_store": "0",
- "name": "Mace Gladiator",
- "type": "u",
- "cost": "3600",
- "cost_type": "g",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2116_axeman_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "600",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2117",
- "in_store": "0",
- "name": "Priest Gladiator",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2117_priest_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1400",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "12",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2118",
- "in_store": "0",
- "name": "Priest Gladiator Pet",
- "type": "u",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2118_priest_minion_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "450",
- "velocity": "9",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2119",
- "in_store": "0",
- "name": "Dark Evil God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "100",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2113_evil_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "110",
- "defense": "1",
- "life": "50000",
- "velocity": "7",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2120",
- "in_store": "0",
- "name": "Death Warrior",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2073_death_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "61",
- "defense": "1",
- "life": "2300",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2121",
- "in_store": "0",
- "name": "Sky Bahamut Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2121_sky_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "108",
- "defense": "1",
- "life": "4000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2122",
- "in_store": "0",
- "name": "Sky Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2122_sky_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2123",
- "in_store": "0",
- "name": "Sky Bahamut Dragon Rider",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2123_sky_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "133",
- "defense": "1",
- "life": "4250",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2124",
- "in_store": "0",
- "name": "Sky Whirlwind",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2124_sky_whirlwind",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2125",
- "in_store": "0",
- "name": "Lion Soul Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2125_big_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "54",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2126",
- "in_store": "0",
- "name": "Bull Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2126_bull_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2200",
- "velocity": "8",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2127",
- "in_store": "0",
- "name": "Queen Beast",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2127_mother",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "66",
- "defense": "1",
- "life": "2600",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2128",
- "in_store": "0",
- "name": "Queen Beast Spawn",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2128_mother_son",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "1500",
- "velocity": "9",
- "attack_range": "2",
- "attack_interval": "25",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2129",
- "in_store": "0",
- "name": "Hell Abyss Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2129_hell_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "112",
- "defense": "1",
- "life": "4600",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2130",
- "in_store": "0",
- "name": "Hell Abyss Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2130_hell_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2131",
- "in_store": "0",
- "name": "Hell Abyss Dragon Rider",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2131_hell_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "137",
- "defense": "1",
- "life": "4850",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2132",
- "in_store": "0",
- "name": "3-Head Primal Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2132_3head_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "114",
- "defense": "1",
- "life": "4700",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2133",
- "in_store": "0",
- "name": "3-Head Primal Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2133_3head_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2134",
- "in_store": "0",
- "name": "3-Head Primal Dragon Rider",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2134_3head_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "139",
- "defense": "1",
- "life": "4950",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2135",
- "in_store": "0",
- "name": "4-Weapons Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2135_4weap_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "56",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2136",
- "in_store": "0",
- "name": "Centaur Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2136_centaur_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2137",
- "in_store": "0",
- "name": "Swamp Monster",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2137_swamp_monster",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "69",
- "defense": "1",
- "life": "2800",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2138",
- "in_store": "0",
- "name": "Predator Lizard",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2138_blacklizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "68",
- "defense": "1",
- "life": "2700",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2139",
- "in_store": "0",
- "name": "T-Rex",
- "type": "u",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "713_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "10",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2140",
- "in_store": "0",
- "name": "Green Extreme Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2140_4wings_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "115",
- "defense": "1",
- "life": "4800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2141",
- "in_store": "0",
- "name": "Green Extreme Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2141_4wings_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2142",
- "in_store": "0",
- "name": "Green Extreme Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2142_4wings_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "140",
- "defense": "1",
- "life": "5050",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2143",
- "in_store": "0",
- "name": "Blade Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2143_bigwarrior_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2144",
- "in_store": "0",
- "name": "Minotaur Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2144_minotaur_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2145",
- "in_store": "0",
- "name": "Ice Golem",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2145_ice_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2800",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2146",
- "in_store": "0",
- "name": "Swamp Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2146_swamp_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "500",
- "velocity": "8",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2147",
- "in_store": "0",
- "name": "Whirlwind Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2147_whirlwind_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "11",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2148",
- "in_store": "0",
- "name": "Genesis Earth God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2148_earth_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "120",
- "defense": "1",
- "life": "5200",
- "velocity": "7",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2149",
- "in_store": "0",
- "name": "Genesis Earth God Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "g",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2149_earth_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2150",
- "in_store": "0",
- "name": "Devil Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2150_devil_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "1800",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2151",
- "in_store": "0",
- "name": "Chariot Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2151_chariot_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "56",
- "defense": "1",
- "life": "2200",
- "velocity": "10",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2152",
- "in_store": "0",
- "name": "Genesis Earth Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2152_earth_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "104",
- "defense": "1",
- "life": "4600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2153",
- "in_store": "0",
- "name": "Tiny Fire God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2153_tiny_fire",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "4000",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2154",
- "in_store": "0",
- "name": "Sand Storm Whirlwind",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2154_sand_whirl",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "11",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2155",
- "in_store": "0",
- "name": "Tiny Water God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2155_tiny_water",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "98",
- "defense": "1",
- "life": "4100",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2156",
- "in_store": "0",
- "name": "Genesis Wind God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2156_wind_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "118",
- "defense": "1",
- "life": "5300",
- "velocity": "7",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2157",
- "in_store": "0",
- "name": "Caesar Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2157_cesar_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "62",
- "defense": "1",
- "life": "2400",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2158",
- "in_store": "0",
- "name": "Caesar Gladiator Minion",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2158_cesar_glad_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "600",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2159",
- "in_store": "0",
- "name": "Genesis Wind Minion",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2159_wind_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2160",
- "in_store": "0",
- "name": "Genesis Shadow God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2160_genesisShadowGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "124",
- "defense": "1",
- "life": "5000",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2161",
- "in_store": "0",
- "name": "Genesis Shadow Minion",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2161_genesisShadowMinion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2162",
- "in_store": "0",
- "name": "Genesis Wind Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2162_genesisWindColossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "104",
- "defense": "1",
- "life": "4600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2163",
- "in_store": "0",
- "name": "Dwarf Axe",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2163_dwarfAxe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2164",
- "in_store": "0",
- "name": "Dwarf Priest",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2164_dwarfPriest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2165",
- "in_store": "0",
- "name": "Dwarven Catapult",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2165_dwarvenCatapult",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2166",
- "in_store": "0",
- "name": "Tiny Light God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2166_tinyLightGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "4000",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2167",
- "in_store": "0",
- "name": "Genesis Ice God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2167_genesisIceGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "122",
- "defense": "1",
- "life": "5100",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2168",
- "in_store": "0",
- "name": "Genesis Ice Minion",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2168_genesisICeMinion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2169",
- "in_store": "0",
- "name": "Genesis Iron God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2169_genesisIronGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "126",
- "defense": "1",
- "life": "4900",
- "velocity": "7",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2170",
- "in_store": "0",
- "name": "Genesis Iron Minion",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2170_genesisIronMinion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2171",
- "in_store": "0",
- "name": "Electric Extreme Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2171_electricExtremeDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "120",
- "defense": "1",
- "life": "5000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2172",
- "in_store": "0",
- "name": "Electric Extreme Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2172_electricExtremeDraggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2173",
- "in_store": "0",
- "name": "Electric Extreme Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2173_electricExtremeDragonRider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "145",
- "defense": "1",
- "life": "5250",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2174",
- "in_store": "0",
- "name": "Golden Extreme Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2174_goldenExtremeDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "125",
- "defense": "1",
- "life": "5100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2175",
- "in_store": "0",
- "name": "Golden Extreme Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2175_goldenExtremeDraggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2176",
- "in_store": "0",
- "name": "Golden Extreme Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2176_goldenExtremeDragonRider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "150",
- "defense": "1",
- "life": "5350",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3001",
- "in_store": "0",
- "name": "Chained 30% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3001_chained_30",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3002",
- "in_store": "0",
- "name": "Chained Soul Eater",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3002_chained_soul_eater",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3003",
- "in_store": "0",
- "name": "Chained 3-Head Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3003_chained_3h_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3004",
- "in_store": "0",
- "name": "Chained 60% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3004_chained_60",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3005",
- "in_store": "0",
- "name": "Chained 100% Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3005_chained_100_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3006",
- "in_store": "0",
- "name": "Chained Monster Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3006_chained_monster_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3007",
- "in_store": "0",
- "name": "Chained King Kong",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3007_chained_kong",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3008",
- "in_store": "0",
- "name": "Chained Sword Lion",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3008_chained_sword_lion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3009",
- "in_store": "0",
- "name": "Chained Brutal Slasher",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3009_chained_slasher_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3010",
- "in_store": "0",
- "name": "Chained Star Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3010_chained_star_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3011",
- "in_store": "0",
- "name": "Chained 35% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3011_chained_35_off",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3012",
- "in_store": "0",
- "name": "Chained Atomic Godzilla",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3012_chained_atomic_godzilla",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3013",
- "in_store": "0",
- "name": "Chained 100% Egyptian Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3013_chained_100_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3014",
- "in_store": "0",
- "name": "Chained Imperial Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3014_chained_imperial_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3015",
- "in_store": "0",
- "name": "Chained 2 Headed Orc",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3015_chained_twohead_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3016",
- "in_store": "0",
- "name": "Chained Invisible",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3016_chained_invisible",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3017",
- "in_store": "0",
- "name": "Chained Golden Dynasty Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3017_chained_golden_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3018",
- "in_store": "0",
- "name": "Chained 50% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3018_chained_50_off",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3019",
- "in_store": "0",
- "name": "Chained 2 Headed Orc",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3019_chained_twohead_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3020",
- "in_store": "0",
- "name": "Chained Evil Demon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3020_chained_evil_demon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3021",
- "in_store": "0",
- "name": "Chained Black Magic Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3021_chained_new",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3022",
- "in_store": "0",
- "name": "Chained Death Warrior",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3022_chained_death_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3023",
- "in_store": "0",
- "name": "Chained 90 Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3023_chained_90",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3024",
- "in_store": "0",
- "name": "Chained 100 Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3024_chained_100",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3025",
- "in_store": "0",
- "name": "Chained Elemental Fire God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3025_chained_red_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3026",
- "in_store": "0",
- "name": "Chained Super Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3026_chained_super_pack_v3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3027",
- "in_store": "0",
- "name": "Chained Fire Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3027_chained_fire_colossus_2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3028",
- "in_store": "0",
- "name": "Chained Forest God + Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3028_chained_forest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3029",
- "in_store": "0",
- "name": "Chained Evil Demon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3029_chained_evil",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3030",
- "in_store": "0",
- "name": "Chained Forest Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3030_chained_forest_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3031",
- "in_store": "0",
- "name": "Chained Fire Soul Eater",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3031_chained_fire_soul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3032",
- "in_store": "0",
- "name": "Chained Creatures Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3032_chained_creatures",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3033",
- "in_store": "0",
- "name": "Chained Titans Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3033_chained_titans",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3034",
- "in_store": "0",
- "name": "Chained Luring Warrior",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3034_chained_lure",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3035",
- "in_store": "0",
- "name": "Chained Elemental Water God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3035_chained_water_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3036",
- "in_store": "0",
- "name": "Chained Water Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3036_chained_water_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3037",
- "in_store": "0",
- "name": "Chained Elemental Soul God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3037_chained_infra_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3038",
- "in_store": "0",
- "name": "Chained Soul Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3038_chained_infra_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3039",
- "in_store": "0",
- "name": "Chained Elemental Light God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3039_chained_heaven_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3040",
- "in_store": "0",
- "name": "Chained Light Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3040_chained_heaven_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3041",
- "in_store": "0",
- "name": "Chained 60 Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3041_chained_60",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3042",
- "in_store": "0",
- "name": "Chained Reptile Warrior",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3042_chained_reptile_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3043",
- "in_store": "0",
- "name": "Chained Antimatter Golem",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3043_chained_antimatter_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3044",
- "in_store": "0",
- "name": "Chained Black Phoenix",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3044_chained_black_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3045",
- "in_store": "0",
- "name": "Chained Battering Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3045_chained_battering_pack",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3046",
- "in_store": "0",
- "name": "Chained Medieval Golden Slayer",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3046_chained_medieval_slayer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3047",
- "in_store": "0",
- "name": "Chained Medieval Ether Messiah",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3047_chained_medieval_messiah",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3048",
- "in_store": "0",
- "name": "Chained Medieval Samurai",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3048_chained_medieval_samurai",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3049",
- "in_store": "0",
- "name": "Chained Half Price Party Weekend",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3049_half_weekend",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3050",
- "in_store": "0",
- "name": "Chained 99% Bonus Revolution",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3050_99_bonus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3051",
- "in_store": "0",
- "name": "Chained Battle Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3051_chained_battle_pack",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3052",
- "in_store": "0",
- "name": "Chained +150% Extra Cash",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3052_chained_150_extra_cash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3053",
- "in_store": "0",
- "name": "Chained 40% off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3053_chained_40_percent_off",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3054",
- "in_store": "0",
- "name": "Chained Power Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3054_chained_power",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3055",
- "in_store": "0",
- "name": "Chained Dark Evil God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3055_chained_evil_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3056",
- "in_store": "0",
- "name": "Chained Atlas Titan",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3056_chained_atlas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3057",
- "in_store": "0",
- "name": "Chained Water God & Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "10",
- "height": "10",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3057_chained_watergc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3058",
- "in_store": "0",
- "name": "Chained Supreme Bahamut",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3058_chained_supreme",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3059",
- "in_store": "0",
- "name": "Chained 100% Bonus Frostfire Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3059_chained_100_frostfire",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3060",
- "in_store": "0",
- "name": "Chained Brutal Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3060_chained_sixpm",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3061",
- "in_store": "0",
- "name": "Chained Sky Bahamut Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3061_chained_sky_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3062",
- "in_store": "0",
- "name": "Chained 100% Bonus Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3062_chained_100_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3063",
- "in_store": "0",
- "name": "Chained Hell Abyss Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3063_chained_hell",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3064",
- "in_store": "0",
- "name": "Chained Legendary Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3064_chained_newchest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3065",
- "in_store": "0",
- "name": "Chained Queen Beast",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3065_chained_queen_beast",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3066",
- "in_store": "0",
- "name": "Chained 95% Brutal Slasher",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3066_chained_95_brutal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3067",
- "in_store": "0",
- "name": "Chained 3-Head Primal Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3067_chained_3head_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3068",
- "in_store": "0",
- "name": "Chained Swamp Monster",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3068_chained_swamp",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3069",
- "in_store": "0",
- "name": "Chained Brutal Monster Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3069_chained_brutalmonsters",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3070",
- "in_store": "0",
- "name": "Chained Predator Lizard",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3070_chained_blacklizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3071",
- "in_store": "0",
- "name": "Chained 60% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3071_chained_60",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3072",
- "in_store": "0",
- "name": "Chained Green Extreme Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3072_chained_4wings_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3073",
- "in_store": "0",
- "name": "Chained Ice Golem",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3073_chained_ice_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3074",
- "in_store": "0",
- "name": "Chained Struggle Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3074_chained_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3075",
- "in_store": "0",
- "name": "Chained 125% Bonus + Galaxy Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3075_chained_100_small",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3076",
- "in_store": "0",
- "name": "Chained 60% + Off Star Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3076_chained_60_star",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3077",
- "in_store": "0",
- "name": "Chained Genesis Earth God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3077_chained_earth_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3078",
- "in_store": "0",
- "name": "Chained Genesis Earth Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3078_chained_earth_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3079",
- "in_store": "0",
- "name": "Chained Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3079_golden_slayer_cannon_mech",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3080",
- "in_store": "0",
- "name": "Chained Tiny Fire God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3080_chained_tiny_fire",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3081",
- "in_store": "0",
- "name": "Chained 125% Extra Cash",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3081_chained_125_extracash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3082",
- "in_store": "0",
- "name": "Chained Tiny Water God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3082_chained_tiny_water",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3083",
- "in_store": "0",
- "name": "Chained Genesis Wind God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3083_chained_wind_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3084",
- "in_store": "0",
- "name": "Chained Light God + Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3084_chained_light_god_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3085",
- "in_store": "0",
- "name": "Chained Pharaohs Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3085_chained_pharaohs_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3086",
- "in_store": "0",
- "name": "Chained 110% Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3086_chained_110Bonus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3087",
- "in_store": "0",
- "name": "Chained Genesis Shadow God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3087_chained_genesisShadowGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3088",
- "in_store": "0",
- "name": "Chained Genesis Wind Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3088_chained_genesisWindColossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3089",
- "in_store": "0",
- "name": "Chained Tiny Light God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3089_chained_tinyLightGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3090",
- "in_store": "0",
- "name": "Chained Soul God + Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3090_chained_soulGodColossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3091",
- "in_store": "0",
- "name": "Chained Genesis Ice God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3091_chained_genesisIceGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3092",
- "in_store": "0",
- "name": "Chained Creepy Monsters Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3092_chained_creepyMonstersChest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3093",
- "in_store": "0",
- "name": "Chained Mounted Furious Bull Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3093_chained_mountedFuriousBullDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3094",
- "in_store": "0",
- "name": "Chained Fire God + Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3094_chained_fireGodColossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3095",
- "in_store": "0",
- "name": "Chained Golems Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3095_chained_golemsChest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3096",
- "in_store": "0",
- "name": "Chained Red + Golden Bahamut Dragons",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3096_chained_red_goldenBahamutDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3097",
- "in_store": "0",
- "name": "Chained Genesis Iron God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3097_chained_genesisIronGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3098",
- "in_store": "0",
- "name": "Chained Electric Extreme Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3098_chained_electricExtremeDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3099",
- "in_store": "0",
- "name": "Chained x2_5 Cash Offer",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3099_chained_x2_5_cashOffer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3100",
- "in_store": "0",
- "name": "Chained Golden Extreme Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3100_chained_goldenExtremeDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "49987",
- "in_store": "0",
- "name": "Wood Wall",
- "type": "b",
- "cost": "2500",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "49988",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49988",
- "in_store": "0",
- "name": "Reenforced Wall",
- "type": "b",
- "cost": "5000",
- "cost_type": "w",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "49989",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "13",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "200",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49989",
- "in_store": "0",
- "name": "Stone Wall",
- "type": "b",
- "cost": "10000",
- "cost_type": "s",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "49990",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "17",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "500",
- "defense": "1",
- "life": "15000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49990",
- "in_store": "0",
- "name": "Steel Wall",
- "type": "b",
- "cost": "20000",
- "cost_type": "s",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "49991",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "25",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "1000",
- "defense": "1",
- "life": "30000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49991",
- "in_store": "0",
- "name": "Royal Wall",
- "type": "b",
- "cost": "100000",
- "cost_type": "s",
- "xp": "3000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "34",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "2000",
- "defense": "1",
- "life": "75000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49992",
- "in_store": "0",
- "name": "Heroes Hall",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "21600",
- "expiration": "0",
- "collect": "1",
- "collect_type": "u",
- "collect_xp": "100",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50002_heroes_hall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "SpecialWonders",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49993",
- "in_store": "0",
- "name": "Winged Knight Barracks",
- "type": "b",
- "cost": "28000",
- "cost_type": "g",
- "xp": "4500",
- "groups": "",
- "trains": "662",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49993_winged_knight_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Barracones",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49994",
- "in_store": "0",
- "name": "Troll Barracks",
- "type": "b",
- "cost": "26000",
- "cost_type": "g",
- "xp": "4000",
- "groups": "",
- "trains": "857",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "39",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49994_troll_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Barracones",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49995",
- "in_store": "0",
- "name": "Ninja Barracks",
- "type": "b",
- "cost": "22000",
- "cost_type": "g",
- "xp": "4000",
- "groups": "",
- "trains": "50031",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "36",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49995_ninja_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Barracones",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49996",
- "in_store": "0",
- "name": "Elephants Barracks",
- "type": "b",
- "cost": "21000",
- "cost_type": "g",
- "xp": "3500",
- "groups": "",
- "trains": "603",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "34",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49996_elephant_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Barracones",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49997",
- "in_store": "0",
- "name": "Buey Ranch",
- "type": "b",
- "cost": "5000",
- "cost_type": "w",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "1800",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "f",
- "collect_xp": "67",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "21",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49997_ranch",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Ranch",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49998",
- "in_store": "0",
- "name": "Pig ranch",
- "type": "b",
- "cost": "2500",
- "cost_type": "w",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "1800",
- "expiration": "0",
- "collect": "1500",
- "collect_type": "f",
- "collect_xp": "50",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "15",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49998_ranch",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cultivo",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49999",
- "in_store": "0",
- "name": "Chicken Ranch",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "1800",
- "expiration": "0",
- "collect": "1000",
- "collect_type": "f",
- "collect_xp": "34",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "9",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49999_ranch",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cultivo",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50001",
- "in_store": "0",
- "name": "Town Hall I",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "500",
- "upgrades_to": "50007",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "4",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50001_townhall1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50003",
- "in_store": "0",
- "name": "Embassy I",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50009",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "6",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50003_embassy1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50004",
- "in_store": "0",
- "name": "Stone Mine(Erase)",
- "type": "b",
- "cost": "125",
- "cost_type": "w",
- "xp": "14",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "90",
- "expiration": "0",
- "collect": "100",
- "collect_type": "s",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "7",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50004_stone_mine",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cultivo",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "50005",
- "in_store": "0",
- "name": "Harbour I",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50005_forest_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50006",
- "in_store": "0",
- "name": "Blacksmith I",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50012",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50006_blacksmith1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50007",
- "in_store": "0",
- "name": "Town Hall II",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "500",
- "upgrades_to": "50015",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50007_townhall2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50008",
- "in_store": "0",
- "name": "University I",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50014",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "13",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50008_university1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50009",
- "in_store": "0",
- "name": "Embassy II",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50016",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "15",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50009_embassy2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50010",
- "in_store": "0",
- "name": "Oracle",
- "type": "b",
- "cost": "30000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "16",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50010_oracle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Oracle",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50011",
- "in_store": "0",
- "name": "Harbour II",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "18",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50011_snow_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50012",
- "in_store": "0",
- "name": "Blacksmith II",
- "type": "b",
- "cost": "25000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50025",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "19",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50012_blacksmith2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50014",
- "in_store": "0",
- "name": "University II",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50028",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "21",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50014_university2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50015",
- "in_store": "0",
- "name": "Town Hall III",
- "type": "b",
- "cost": "30000",
- "cost_type": "g",
- "xp": "1250",
- "groups": "",
- "trains": "500",
- "upgrades_to": "50018",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "22",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50015_townhall3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50016",
- "in_store": "0",
- "name": "Embassy III",
- "type": "b",
- "cost": "60000",
- "cost_type": "g",
- "xp": "1250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50020",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "26",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50016_embassy3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50018",
- "in_store": "0",
- "name": "Town Hall IV",
- "type": "b",
- "cost": "80000",
- "cost_type": "g",
- "xp": "2250",
- "groups": "",
- "trains": "500",
- "upgrades_to": "50019",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "31",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50018_townhall4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50019",
- "in_store": "0",
- "name": "Town Hall V",
- "type": "b",
- "cost": "150000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "500",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "42",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50019_townhall5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50020",
- "in_store": "0",
- "name": "Embassy IV",
- "type": "b",
- "cost": "85000",
- "cost_type": "g",
- "xp": "2500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50021",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "33",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50020_embassy4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50021",
- "in_store": "0",
- "name": "Embassy V",
- "type": "b",
- "cost": "200000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "43",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50021_embassy5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50022",
- "in_store": "0",
- "name": "Harbour III",
- "type": "b",
- "cost": "65000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50022_japan_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50023",
- "in_store": "0",
- "name": "Harbour IV",
- "type": "b",
- "cost": "90000",
- "cost_type": "g",
- "xp": "4500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "36",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50023_mineral_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50024",
- "in_store": "0",
- "name": "Harbour V",
- "type": "b",
- "cost": "250000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "44",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50024_mountain_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50025",
- "in_store": "0",
- "name": "Blacksmith III",
- "type": "b",
- "cost": "70000",
- "cost_type": "g",
- "xp": "1750",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50026",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "28",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50025_blacksmith3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50026",
- "in_store": "0",
- "name": "Blacksmith IV",
- "type": "b",
- "cost": "95000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50027",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "37",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50026_blacksmith4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50027",
- "in_store": "0",
- "name": "Blacksmith V",
- "type": "b",
- "cost": "300000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "45",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50027_blacksmith5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50028",
- "in_store": "0",
- "name": "University III",
- "type": "b",
- "cost": "75000",
- "cost_type": "g",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50029",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "30",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50028_university3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50029",
- "in_store": "0",
- "name": "University IV",
- "type": "b",
- "cost": "100000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50030",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "38",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50029_university4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50030",
- "in_store": "0",
- "name": "University V",
- "type": "b",
- "cost": "400000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "47",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50030_university5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50031",
- "in_store": "0",
- "name": "Black Ninja",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "719_ninja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "400",
- "velocity": "8",
- "attack_range": "9",
- "attack_interval": "15",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- }
- ],
- "expansion_prices": [
- {
- "coins": 4000,
- "cash": 20,
- "neighbors": 1
- },
- {
- "coins": 40000,
- "cash": 25,
- "neighbors": 3
- },
- {
- "coins": 80000,
- "cash": 30,
- "neighbors": 5
- },
- {
- "coins": 100000,
- "cash": 35,
- "neighbors": 8
- },
- {
- "coins": 150000,
- "cash": 40,
- "neighbors": 10
- },
- {
- "coins": 300000,
- "cash": 45,
- "neighbors": 12
- },
- {
- "coins": 400000,
- "cash": 50,
- "neighbors": 14
- },
- {
- "coins": 500000,
- "cash": 60,
- "neighbors": 16
- }
- ],
- "levels": [
- {
- "name": "Slave",
- "exp_required": 0,
- "reward_type": "s",
- "reward_amount": 50
- },
- {
- "name": "Servant",
- "exp_required": 29,
- "reward_type": "w",
- "reward_amount": 50
- },
- {
- "name": "Peon",
- "exp_required": 60,
- "reward_type": "f",
- "reward_amount": 50
- },
- {
- "name": "Peasant",
- "exp_required": 100,
- "reward_type": "w",
- "reward_amount": 400
- },
- {
- "name": "Villager",
- "exp_required": 200,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Scout",
- "exp_required": 350,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Cadet",
- "exp_required": 550,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Squire",
- "exp_required": 800,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Soldier",
- "exp_required": 1113,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Footman",
- "exp_required": 1504,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Swordsman",
- "exp_required": 1993,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Spearman",
- "exp_required": 2604,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Lancer",
- "exp_required": 3368,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Grunt",
- "exp_required": 4323,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Knight",
- "exp_required": 5517,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Private",
- "exp_required": 7010,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Second Lieutenant",
- "exp_required": 8876,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Lieutenant",
- "exp_required": 11209,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Corporal",
- "exp_required": 13659,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Marauder",
- "exp_required": 16232,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Captain",
- "exp_required": 18934,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Sergeant",
- "exp_required": 21771,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Senior Sergeant",
- "exp_required": 24750,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "First Sergeant",
- "exp_required": 27878,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Master Sergeant",
- "exp_required": 31162,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Sergeant Major",
- "exp_required": 34610,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Major",
- "exp_required": 38230,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Centurion",
- "exp_required": 42031,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Legionnaire",
- "exp_required": 46022,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Gladiator",
- "exp_required": 50213,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Champion",
- "exp_required": 54614,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Lieutenant General",
- "exp_required": 59235,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "General",
- "exp_required": 64087,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Colonel",
- "exp_required": 69182,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Lieutenant Commander",
- "exp_required": 74532,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Commander",
- "exp_required": 80150,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Marshal",
- "exp_required": 86049,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Field Marshal",
- "exp_required": 92243,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Grand Marshal",
- "exp_required": 98747,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Paladin",
- "exp_required": 105576,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Corporal",
- "exp_required": 112746,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Admiral",
- "exp_required": 120275,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Commodore",
- "exp_required": 128180,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Battlemaster",
- "exp_required": 136480,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 145195,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 154346,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 163955,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 174044,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 184637,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 195760,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 207439,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 219702,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 232578,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 246098,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 260294,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 275200,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 290851,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 307285,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 324541,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 342660,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 361685,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 381661,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 402636,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 424660,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 447785,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 472066,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 497561,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 524331,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 552440,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 581954,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 612944,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 645484,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 679651,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 715526,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 756782,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 804226,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 858787,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 921532,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 993689,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1076670,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1172098,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1281840,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1408043,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1553176,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1720079,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1912017,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 2132746,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 2386584,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 2678498,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 3014199,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 3400255,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 3844219,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 4354778,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 4941921,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 5617135,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 6393631,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 7286601,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 8313517,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 9494470,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 2016089205,
- "reward_type": "c",
- "reward_amount": 1
- }
- ],
- "honor_levels": [
- {
- "id": 1,
- "points": 0,
- "rank": "Peasant with Spear"
- },
- {
- "id": 2,
- "points": 50,
- "rank": "Count's Squire"
- },
- {
- "id": 3,
- "points": 100,
- "rank": "Troll Slayer"
- },
- {
- "id": 4,
- "points": 150,
- "rank": "Baron's Knight"
- },
- {
- "id": 5,
- "points": 200,
- "rank": "Captain of Duke's Army"
- },
- {
- "id": 6,
- "points": 250,
- "rank": "Kingdom's Protector"
- },
- {
- "id": 7,
- "points": 300,
- "rank": "Citadel's Protector"
- },
- {
- "id": 8,
- "points": 350,
- "rank": "Spearmen's Commander"
- },
- {
- "id": 9,
- "points": 400,
- "rank": "Archery Lord"
- },
- {
- "id": 10,
- "points": 500,
- "rank": "Master Warlord"
- },
- {
- "id": 11,
- "points": 600,
- "rank": "Swords' Master"
- },
- {
- "id": 12,
- "points": 700,
- "rank": "Head of the Cavalry"
- },
- {
- "id": 13,
- "points": 800,
- "rank": "Great Lord of Tactics"
- },
- {
- "id": 14,
- "points": 900,
- "rank": "Siege's Master"
- },
- {
- "id": 15,
- "points": 1000,
- "rank": "Elite King's Warlord"
- }
- ],
- "neighbor_assists": [
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! Some trolls are attacking my villagers!",
- "action": "Click OKAY to eliminate the trolls",
- "notification": "helped to eliminate the trolls"
- },
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! Some of my fighters got sick and I need them for the battle!",
- "action": "Click OKAY to heal sick fighters",
- "notification": "helped to heal sick fighters"
- },
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! A heavy storm has damaged my houses!",
- "action": "Click OKAY to repair damaged houses",
- "notification": "helped to repair damaged houses"
- },
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! We ran out of water and our villagers are thirsty!",
- "action": "Click OKAY to provide some water",
- "notification": "provided you some water"
- },
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! A little villager girl is lost and her mum can't find her!",
- "action": "Click OKAY to find the little villager girl",
- "notification": "helped to find the little villager girl"
- }
- ],
- "town_prices": [
- {
- "coins": 100000,
- "cash": 20,
- "level": 15
- },
- {
- "coins": 300000,
- "cash": 20,
- "level": 25
- },
- {
- "coins": 550000,
- "cash": 20,
- "level": 35
- },
- {
- "coins": 1000000,
- "cash": 20,
- "level": 45
- }
- ],
- "map_prices": [
- {
- "coins": 100000,
- "cash": 20,
- "level": 15
- },
- {
- "coins": 300000,
- "cash": 20,
- "level": 25
- },
- {
- "coins": 550000,
- "cash": 20,
- "level": 35
- },
- {
- "coins": 1000000,
- "cash": 20,
- "level": 45
- }
- ],
- "findable_items": [
- {
- "id": 1,
- "title": "Clown",
- "description": "You've found a sad Clown on your park. Share it with your friends to find a new home for him!",
- "coins": 100
- },
- {
- "id": 2,
- "title": "Little Boy",
- "description": "A little child got lost in your Park. Share it with your friends to find his parents!",
- "coins": 100
- },
- {
- "id": 3,
- "title": "Little Girl",
- "description": "A little child got lost in your Park. Share it with your friends to find his parents!",
- "coins": 100
- },
- {
- "id": 4,
- "title": "Teddy Bear",
- "description": "You've found a Teddy Bear on your Park. Share it with your friends to find his owner!",
- "coins": 100
- },
- {
- "id": 5,
- "title": "Budget",
- "description": "Ohh, it seems somebody lost his wallet! Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100
- },
- {
- "id": 6,
- "title": "Bolso",
- "description": "Ohh, a girl lost her Handbag on your Park!! Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100
- },
- {
- "id": 7,
- "title": "Globo",
- "description": "A little child lost his balloon !! Help him to find it !!",
- "coins": 100
- },
- {
- "id": 8,
- "title": "Llaves",
- "description": "Ohh, One of your visitors lost his keys on your Park. Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100
- },
- {
- "id": 9,
- "title": "Gorra",
- "description": "A teenager visitor lost his Cup!! On sunny days it's indispensable. Give the cup back by sharing it with your friends !!",
- "coins": 100
- },
- {
- "id": 10,
- "title": "Movil",
- "description": "Ohh, an old man lost his Handy on your park. Share it with your friends to find the owner !!",
- "coins": 100
- }
- ],
- "missions": [
- {
- "id": 2,
- "title": "Train villager",
- "hint": "",
- "description": "You need villagers to collect resources. Click on your Town Hall and then on the TRAIN button at the bottom panel.",
- "reward": 10
- },
- {
- "id": 3,
- "title": "Send villager to farm land",
- "hint": "",
- "description": "Your farm land needs villagers to produce food. First click on a villager and then click on the farm land.",
- "reward": 10
- },
- {
- "id": 4,
- "title": "Collect food",
- "hint": "",
- "description": "When the food is ready to be collected an icon appears. Click on it to get the resources!",
- "reward": 10
- },
- {
- "id": 5,
- "title": "Cut trees and get wood",
- "hint": "",
- "description": "You got food, but you'll also need wood. Click on a villager and the click again on a tree. The villager will automatically cut all surrounding trees!",
- "reward": 10
- },
- {
- "id": 6,
- "title": "Move mouse wheel to zoom",
- "hint": "",
- "description": "Rotate the mouse wheel or click and drag the slider at the lower right of the screen to zoom in\/out. It will help you to spot buildings or units!",
- "reward": 10
- },
- {
- "id": 7,
- "title": "Build another farm land",
- "hint": "",
- "description": "Farm lands are essential to increase your empire because they provide you with food. Go to BUILD > Buildings > Resources and place another farm land.",
- "reward": 12
- },
- {
- "id": 8,
- "title": "Build another house",
- "hint": "",
- "description": "Villagers and warriors live in houses! The more houses you build, the more units you can train. Go to BUILD > Buildings > Houses and place a House I.",
- "reward": 14
- },
- {
- "id": 9,
- "title": "Build barracks",
- "hint": "",
- "description": "You'll need an army for coming battles! Click on the 'Build' button, select the 'Attack' category and finally click on the Barracks I building.",
- "reward": 16
- },
- {
- "id": 10,
- "title": "Train 3 Spearmen",
- "hint": "",
- "description": "Start building your army with some spearmen. Click on the barracks building, and then click on the TRAIN button at the lower interface. Repeat this 3 times.",
- "reward": 18
- },
- {
- "id": 11,
- "title": "Train 2 villagers",
- "hint": "",
- "description": "Click on the Town Hall and then on the Train button at the lower interface. Do this twice to train two villagers.",
- "reward": 20
- },
- {
- "id": 12,
- "title": "Build mill",
- "hint": "",
- "description": "Mills will provide you with food, like farm lands. Go to BUILD > Buildings > Resources to build a mill.",
- "reward": 22
- },
- {
- "id": 13,
- "title": "Send villager to mill",
- "hint": "",
- "description": "Mills don't work alone! They need villagers. Select a villager and click on the mill to put him in.",
- "reward": 24
- },
- {
- "id": 14,
- "title": "Select food on mill",
- "hint": "",
- "description": "Choose one of the options to start producing the quantity of food you want!",
- "reward": 26
- },
- {
- "id": 15,
- "title": "Put another villager on mill",
- "hint": "",
- "description": "Increase your food outcome adding another villager to your mill! (if you don't have any villagers available, you can train them at your Town Hall)",
- "reward": 28
- },
- {
- "id": 16,
- "title": "Get villager out of mill",
- "hint": "",
- "description": "If you don't have resources to train villagers, you can get them out your buildings. Click on your mill and then click on a villager portrait at the lower interface to get it out of your mill.",
- "reward": 30
- },
- {
- "id": 17,
- "title": "Extract 3 Gold",
- "hint": "",
- "description": "Gold will make you more powerful! It is used to train the best units. Select a villager and click on a gold vein (Explore the map to find gold veins)",
- "reward": 32
- },
- {
- "id": 18,
- "title": "Select with double click",
- "hint": "",
- "description": "Double click 1 spearman to select the 3 at one, and move them near your Town Hall fountain. Double-clicking is very useful!",
- "reward": 34
- },
- {
- "id": 19,
- "title": "Kill 3 trolls",
- "hint": "",
- "description": "Click on the Square Tool at the lower right of interface, and click and drag to select your units. (You can also use , it's easier and faster!). Then attack 3 trolls.",
- "reward": 36
- },
- {
- "id": 20,
- "title": "Build sheep ranch",
- "hint": "",
- "description": "Sheeps are funny... and tasty! But they need a sheep ranch! Build one going to BUILD > Buildings > Resources. It will provide you with some food!",
- "reward": 38
- },
- {
- "id": 21,
- "title": "Capture sheep",
- "hint": "",
- "description": "Ok! If you already got a sheep ranch, now go for some sheeps. Select a villager and click on a sheep to capture it.",
- "reward": 40
- },
- {
- "id": 22,
- "title": "Send sheep to ranch",
- "hint": "",
- "description": "If you already captured a sheep with a villager, select the sheep and send it to the ranch!",
- "reward": 42
- },
- {
- "id": 23,
- "title": "Collect sheep ranch",
- "hint": "",
- "description": "When a sheep ranch is ready to collect (you will see a food icon), click on it!",
- "reward": 44
- },
- {
- "id": 24,
- "title": "Build 3 more farm lands",
- "hint": "",
- "description": "Build 3 more farm lands to feed your soldiers! Remember you can train villagers at your Town Hall and then direct them towards your farms to produce more food simultaneously.",
- "reward": 46
- },
- {
- "id": 25,
- "title": "Collect 5 farm lands",
- "hint": "",
- "description": "Collect 5 farm lands. Important: Farm lands needs wood to be rebuilded, try to have always some on your inventory (see stats at the upper left of the screen).",
- "reward": 48
- },
- {
- "id": 26,
- "title": "Build 4 more houses",
- "hint": "",
- "description": "Build 4 more houses to increase your population limit. (BUILD > Buildings > Houses)",
- "reward": 52
- },
- {
- "id": 27,
- "title": "Build gold mine",
- "hint": "",
- "description": "Gold can also be obtained from gold mines, buy you can only own one. Go to Buildings > Resources and build it now!",
- "reward": 54
- },
- {
- "id": 28,
- "title": "Put villager on gold mine",
- "hint": "",
- "description": "Gold mines need villagers to extract the gold. Bring one of them to the mine (if you don't have any villager available, remember to create them at your Town Hall).",
- "reward": 56
- },
- {
- "id": 29,
- "title": "Build Archery",
- "hint": "",
- "description": "An archery will allow you to train archer infantry. Archers have a longer range than normal infantry. You can find the Archery in the Attack section of the BUILD menu.",
- "reward": 58
- },
- {
- "id": 30,
- "title": "Train 3 Light Archers",
- "hint": "",
- "description": "Train 3 light archers at your archery! Remember, click the archery an then click the train button at the bottom.",
- "reward": 60
- },
- {
- "id": 31,
- "title": "Kill 5 more trolls",
- "hint": "",
- "description": "It's time to kill trolls! Select your units with the SQUARE TOOL at the bottom right OR directly with a double click. Then click on an evil troll to attack him!",
- "reward": 62
- },
- {
- "id": 32,
- "title": "Build 5 decorations",
- "hint": "",
- "description": "It's not all about battling! Put some decorations to your empire to make it more beautiful! Go to BUILD > Decorations and place 5 of them.",
- "reward": 64
- },
- {
- "id": 33,
- "title": "Put name to empire",
- "hint": "",
- "description": "Every empire has a name! Put a name to yours too! Click at your empire name at the top right corner.",
- "reward": 66
- },
- {
- "id": 34,
- "title": "Cut 10 trees",
- "hint": "",
- "description": "Click on a villager and click on a tree to cut it. If the tree is near a group of trees, the villager will cut them all automatically!",
- "reward": 68
- },
- {
- "id": 35,
- "title": "Collect 10 stones",
- "hint": "",
- "description": "Stone is very important to build your defensive structures! Use your villagers to collect 10 stone!",
- "reward": 70
- },
- {
- "id": 36,
- "title": "Build 2 towers near Town Hall",
- "hint": "",
- "description": "Build 2 towers near your Town Hall to protect it from your enemies. It's your most important building! (BUILD > Defense)",
- "reward": 72
- },
- {
- "id": 37,
- "title": "Build wall",
- "hint": "",
- "description": "Build a row of 20 Wall I in the lower left border of your empire to start creating a defensive wall! Go to BUILD > Defense > Walls.",
- "reward": 74
- },
- {
- "id": 38,
- "title": "Move wall",
- "hint": "",
- "description": "Choose a Wall I and then Move it with the Move option on the interface (directional cross icon).",
- "reward": 76
- },
- {
- "id": 39,
- "title": "Build stables I",
- "hint": "",
- "description": "Your army needs cavalry! Build an stable to train light knights. (BUILD > Attack)",
- "reward": 78
- },
- {
- "id": 40,
- "title": "Train 3 Light Knights",
- "hint": "",
- "description": "You'll need more warriors before facing your first real battle! Train 3 light knights at your new Stables I!",
- "reward": 80
- },
- {
- "id": 41,
- "title": "Select unit with Square Tool",
- "hint": "",
- "description": "Choose multiple units with the Square Tool at the lower right of the interface (you can also use the bar, is much faster!)",
- "reward": 82
- },
- {
- "id": 42,
- "title": "Kill all trolls",
- "hint": "",
- "description": "Kill all trolls in your empire! You can check how many of them are left on the counter at the lower right of the screen. Try to destroy their towers first!",
- "reward": 84
- },
- {
- "id": 43,
- "title": "Rescue Princess!",
- "hint": "",
- "description": "When you finish with all the trolls, free the Princess and get the treasure!",
- "reward": 150
- },
- {
- "id": 44,
- "title": "Visit #0#!",
- "hint": "",
- "description": "Click on the portrait of #0# on the lower interface and see how beautiful an empire can look like!",
- "reward": 88
- },
- {
- "id": 45,
- "title": "Build lumber mill \/ Put peasant",
- "hint": "",
- "description": "Build a lumber mill and put a villager in to start producing wood! (You can find it at BUILD > Buildings > Resources).",
- "reward": 90
- },
- {
- "id": 46,
- "title": "Select wood option",
- "hint": "",
- "description": "Choose one of the options to start producing the quantity of wood you want!",
- "reward": 92
- },
- {
- "id": 47,
- "title": "Put another villager on lumber mill",
- "hint": "",
- "description": "Increase your wood outcome adding another villager to your lumber mill! (if you don't have available villagers on your map, remember you can train them on your Town Hall)",
- "reward": 94
- },
- {
- "id": 48,
- "title": "Build cow ranch",
- "hint": "",
- "description": "Build a cow ranch to hold your cows. (BUILD > Buildings > Resources)",
- "reward": 96
- },
- {
- "id": 49,
- "title": "Put cow on ranch",
- "hint": "",
- "description": "Bring a cow into the cow ranch to start producing some food.",
- "reward": 98
- },
- {
- "id": 50,
- "title": "Build Market",
- "hint": "",
- "description": "Build a Market to buy and sell resources! (Market is at BUILD > Buildings > Miscellaneous)",
- "reward": 100
- },
- {
- "id": 51,
- "title": "Recruit Friend Market",
- "hint": "",
- "description": "Recruit a friend to help you on the opening of your fabulous Market!",
- "reward": 102
- },
- {
- "id": 52,
- "title": "Spend 1 cash",
- "hint": "",
- "description": "Cash is useful to buy units, buildings, friends for social buildings, etc. Make yourself a gift and spend 1 cash in what you wish!",
- "reward": 104
- },
- {
- "id": 53,
- "title": "Open Market",
- "hint": "",
- "description": "Once you have filled up your Market with friends, click on the Open building to open it and be able to use it!",
- "reward": 106
- },
- {
- "id": 54,
- "title": "Check collections",
- "hint": "",
- "description": "Click on the gift icon at the lower right of the screen, then click on the Trophy icon. If you complete these collections you can get unique warriors and items!",
- "reward": 108
- },
- {
- "id": 55,
- "title": "Get Daily Bonus 3 days",
- "hint": "",
- "description": "Play 3 days in a row and click on the Daily Bonus bag at the left of the screen to get extra gold!",
- "reward": 150
- },
- {
- "id": 56,
- "title": "Reach 40 population",
- "hint": "",
- "description": "Reach 40 of population. It will be a sign of your empire expansion!",
- "reward": 112
- },
- {
- "id": 57,
- "title": "Harvest 10 Gold veins",
- "hint": "",
- "description": "Get 10 gold veins to increase your resource account, soon you'll need to use it!",
- "reward": 114
- },
- {
- "id": 58,
- "title": "Build Stone Mine I",
- "hint": "",
- "description": "Stone is very necessary to build defensive buildings. Build a Stone Mine to start producing this needful resource! (BUILD > Buildings > Resources)",
- "reward": 116
- },
- {
- "id": 59,
- "title": "Attack 1 player",
- "hint": "",
- "description": "Attacking other players provides much gold and xp! Click on the WORLD icon (blue) at the top, then click on the Attack button of a player. Read the Battle Help before starting!",
- "reward": 118
- },
- {
- "id": 60,
- "title": "Defensive Strategy",
- "hint": "",
- "description": "Click on the WORLD button (blue icon on top right) and then click on the OPTIONS button at the top of the screen. Select the 'My defensive strategy' button and choose your units behavior.",
- "reward": 120
- },
- {
- "id": 61,
- "title": "Collect mill",
- "hint": "",
- "description": "Pick up the food your mill produced to feed your troops!",
- "reward": 122
- },
- {
- "id": 62,
- "title": "Collect lumber mill",
- "hint": "",
- "description": "Pick up the wood your lumber mill produced to keep building stuff!",
- "reward": 124
- },
- {
- "id": 63,
- "title": "Collect stone mine",
- "hint": "",
- "description": "Pick up the stone your stone mine produced to keep building more defensive structures!",
- "reward": 126
- },
- {
- "id": 64,
- "title": "Collect gold mine",
- "hint": "",
- "description": "Pick up the gold your gold mine produced to keep building more defensive structures!",
- "reward": 128
- },
- {
- "id": 65,
- "title": "Get 200 stone in Market",
- "hint": "",
- "description": "Get 200 stone units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the stone icon.",
- "reward": 130
- },
- {
- "id": 66,
- "title": "Get 100 wood in Market",
- "hint": "",
- "description": "Get 100 wood units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the wood icon.",
- "reward": 132
- },
- {
- "id": 67,
- "title": "Attack 1 friend!",
- "hint": "",
- "description": "Click on the WORLD word in one of your friends portrait (if you can't see it, first click on the Assist word and come back to your empire) and attack him. For once he'll forgive you! =P",
- "reward": 134
- },
- {
- "id": 68,
- "title": "Check Attacks",
- "hint": "",
- "description": "Click on the WORLD button (blue) and then click on the BATTLE RESULTS button at the top of the screen. Then check your attacks and who attacked you!",
- "reward": 136
- },
- {
- "id": 69,
- "title": "Build house II",
- "hint": "",
- "description": "Houses II allow you to put in more people! Build one or update a House I clicking on one and using the UPGRADE option at the lower interface.",
- "reward": 138
- },
- {
- "id": 70,
- "title": "Store decoration",
- "hint": "",
- "description": "Click on a decoration and then click again on the STORE icon at the lower interface. You can retrieve your decoration (or sell it) clicking on BUILD > Storage.",
- "reward": 140
- },
- {
- "id": 71,
- "title": "Build\/Open Eagles I",
- "hint": "",
- "description": "Eagles allow you to spy your enemy before attacking him! Build one and hire friends to open it! (BUILD > Buildings > Miscellaneous)",
- "reward": 142
- },
- {
- "id": 72,
- "title": "Sell 100 wood",
- "hint": "",
- "description": "Sell 100 wood units in the Market. Click on the Sell button to get gold in exchange!",
- "reward": 144
- },
- {
- "id": 73,
- "title": "Expand 2 Acres",
- "hint": "",
- "description": "Click on a FOR SALE post on your empire to buy land and continue your expansion!",
- "reward": 146
- },
- {
- "id": 74,
- "title": "Build Workshop I",
- "hint": "",
- "description": "Build a workshop I to build rams and be able to destroy doors of enemies' fortifications (BUILD > Attack).",
- "reward": 148
- },
- {
- "id": 75,
- "title": "Free 3 archers",
- "hint": "",
- "description": "Free the 3 archers kidnapped by trolls! (daily mission)",
- "reward": 150
- },
- {
- "id": 76,
- "title": "Kill 5 Devious trolls",
- "hint": "",
- "description": "Kill 5 Devious Trolls. They are implied in the complot to destroy your empire!",
- "reward": 152
- },
- {
- "id": 77,
- "title": "Coordinated Attack",
- "hint": "",
- "description": "Send 5 archers to attack the same tower, and afterwards send your melee units against the same tower!",
- "reward": 154
- },
- {
- "id": 78,
- "title": "Use Eagle",
- "hint": "",
- "description": "Click on the world icon at the upper part and then on the SPY button on any player to spy his empire!",
- "reward": 156
- },
- {
- "id": 79,
- "title": "Defeat two players",
- "hint": "",
- "description": "Defeat two players (including your friends!) to get gold... and glory!",
- "reward": 158
- },
- {
- "id": 80,
- "title": "Build Harbor",
- "hint": "",
- "description": "Build a Harbor (Buildings > Miscellaneous), invite your friends and click on the OPEN button to explore the seas!",
- "reward": 160
- },
- {
- "id": 81,
- "title": "Check the map",
- "hint": "",
- "description": "Once your Harbor is open, click on it and then press the Let's Sail button to see the map!",
- "reward": 162
- },
- {
- "id": 82,
- "title": "Complete Mysterious Isle on 1 star",
- "hint": "",
- "description": "Use the Harbor to travel to Mysterious Isle and retrieve the treasure that the trolls stole to your ancestors! Complete Mysterious Island (1 star).",
- "reward": 164
- },
- {
- "id": 83,
- "title": "Upgrade Barracks II",
- "hint": "",
- "description": "Upgrade your Barracks II to train stronger units! (Buildings > Attack or UPGRADE button in Barracks I interface)",
- "reward": 166
- },
- {
- "id": 84,
- "title": "Train 3 Swordsmen",
- "hint": "",
- "description": "Train 3 Swordsmen in your Barracks II... you'll need them soon!",
- "reward": 168
- },
- {
- "id": 85,
- "title": "Sail in another way",
- "hint": "",
- "description": "Access the map in another way: click on the world icon on top and then click on the ship surrounding the island.",
- "reward": 170
- },
- {
- "id": 86,
- "title": "Complete Unknown Isle (1 star)",
- "hint": "",
- "description": "Unknown Isle is a cold, hostile place, but in the loot that the Ravager Trolls protect lies hidden a nice amount of gold! Complete Unknown Isle (1 star).",
- "reward": 172
- },
- {
- "id": 87,
- "title": "Build 2 tower II",
- "hint": "",
- "description": "Build two Tower II in your empire. You will get rid of enemies faster! (BUILD > Defense)",
- "reward": 174
- },
- {
- "id": 88,
- "title": "Build 20 Wall II",
- "hint": "",
- "description": "Build 20 Wall II in the lower left row of your 1st acre (BUILD > Defense). You can also upgrade the Wall I you already have if you click on one wall and then click UPGRADE on the lower interface.",
- "reward": 176
- },
- {
- "id": 89,
- "title": "Build 2 Pumpkin Crop",
- "hint": "",
- "description": "Build 2 Pumpkin Crop to obtain more food.",
- "reward": 178
- },
- {
- "id": 90,
- "title": "Invoke allies",
- "hint": "",
- "description": "Build an Allies Building and get 9 allies to open it!",
- "reward": 180
- },
- {
- "id": 91,
- "title": "Upgrade to Archery II",
- "hint": "",
- "description": "Upgrade you Archery to train better archers! (Buildings > Attack)",
- "reward": 182
- },
- {
- "id": 93,
- "title": "Rescue Kidnapped Soldiers",
- "hint": "",
- "description": "The trolls have kidnapped some soldiers! Free them! (daily mission)",
- "reward": 186
- },
- {
- "id": 94,
- "title": "Defeat 3 players",
- "hint": "",
- "description": "Prove yourself and defeat 3 players... including your friends!",
- "reward": 188
- },
- {
- "id": 95,
- "title": "Build Mill II",
- "hint": "",
- "description": "Build the Mill II to increase food production.",
- "reward": 190
- },
- {
- "id": 96,
- "title": "Recruit 6 friends for Mill II",
- "hint": "",
- "description": "Recruit 6 friends to open the mill.",
- "reward": 192
- },
- {
- "id": 97,
- "title": "Hire all villagers in Mill II",
- "hint": "",
- "description": "Hire all villagers in your new mill to take full advantage of it!",
- "reward": 194
- },
- {
- "id": 98,
- "title": "8 hours Mill",
- "hint": "",
- "description": "Leave the mill collecting for 8 hours.",
- "reward": 196
- },
- {
- "id": 99,
- "title": "Upgrade Market",
- "hint": "",
- "description": "Upgrade your Market to Market II to buy or sell more resources.",
- "reward": 198
- },
- {
- "id": 100,
- "title": "Build 8 towers",
- "hint": "",
- "description": "Build 8 towers in your empire... the trolls will attack soon and you must protect yourself!",
- "reward": 200
- },
- {
- "id": 101,
- "title": "Extinguish fire",
- "hint": "",
- "description": "If the trolls set fire to buildings of your empire, click on a villager and then click again on the fire to extinguish it!",
- "reward": 202
- },
- {
- "id": 102,
- "title": "Help a friend",
- "hint": "",
- "description": "Visit a friend and help him to collect as many resources as you can!",
- "reward": 204
- },
- {
- "id": 103,
- "title": "Build Prize Building",
- "hint": "",
- "description": "Build a Prize building and get allies to obtain fabulous special units! (Buildings > Miscellaneous)",
- "reward": 206
- },
- {
- "id": 104,
- "title": "Get recruitment prize",
- "hint": "",
- "description": "Tell 3 friends to help you get a fantastic special unit on your Prize Building!",
- "reward": 208
- },
- {
- "id": 105,
- "title": "Build Traning Stables",
- "hint": "",
- "description": "Build the Training Stables to improve the mobility of your units!",
- "reward": 210
- },
- {
- "id": 106,
- "title": "Capture a horse and...",
- "hint": "",
- "description": "Capture a horse with a villager or warrior and take it to the Training Stables.",
- "reward": 212
- },
- {
- "id": 107,
- "title": "Lead Swordsman to Stables...",
- "hint": "",
- "description": "Once you have put a horse, lead a Swordsman to the Training Stables to turn him into a medium knight!",
- "reward": 214
- },
- {
- "id": 108,
- "title": "Complete Mysterious Isle (2 stars)",
- "hint": "",
- "description": "Complete Mysterious Isle on 2 stars to obtain much more gold and XP!",
- "reward": 216
- },
- {
- "id": 109,
- "title": "Upgrade Town Hall",
- "hint": "",
- "description": "Upgrade your Town Hall. Select it and click on UPGRADE at the bottom part of the interface.",
- "reward": 218
- },
- {
- "id": 110,
- "title": "Train 2 villagers",
- "hint": "",
- "description": "Train 2 villagers in your new Town Hall. Now they will run as fast as a hare!",
- "reward": 220
- },
- {
- "id": 111,
- "title": "Upgrade Stables",
- "hint": "",
- "description": "Upgrade Stables to Stables II to train heavier mounted units!",
- "reward": 222
- },
- {
- "id": 112,
- "title": "Train 3 Medium Knights",
- "hint": "",
- "description": "Train 3 Medium Knights... You're getting stronger every day!",
- "reward": 224
- },
- {
- "id": 113,
- "title": "Get Treasure Chest!",
- "hint": "",
- "description": "Get the Treasure Chest, defended by the trolls! (Daily mission)",
- "reward": 226
- },
- {
- "id": 114,
- "title": "Build Allies Market",
- "hint": "",
- "description": "Build the Allies Market so your friends can send you free resources! (Buildings > Miscellaneous)",
- "reward": 228
- },
- {
- "id": 115,
- "title": "Get wood Allies Market",
- "hint": "",
- "description": "Tell your friends to help you and get at least 500 units of wood in the allies market!",
- "reward": 230
- },
- {
- "id": 116,
- "title": "Undiscovered Isle (1 star)",
- "hint": "",
- "description": "Discover the secrets of the Undiscovered Isle (1 star). Beware of the evil skeletons!",
- "reward": 232
- },
- {
- "id": 117,
- "title": "Build Gold Mine II",
- "hint": "",
- "description": "The more gold the better! Build a Gold Mine II to increase the production.",
- "reward": 234
- },
- {
- "id": 118,
- "title": "Put 4 villagers in Gold Mine II",
- "hint": "",
- "description": "Take the most out of the Gold Mine II adding 4 villagers to it.",
- "reward": 236
- },
- {
- "id": 119,
- "title": "Build Treasure Mine",
- "hint": "",
- "description": "Need help to complete the collections? Build a Treasure Mine to get one item EACH DAY!",
- "reward": 238
- },
- {
- "id": 120,
- "title": "Collect object in Treasure Mine",
- "hint": "",
- "description": "Collect the surprise item in the Treasure Mine (lapse of 24h. since the last picked up gift).",
- "reward": 240
- },
- {
- "id": 121,
- "title": "Build Workshop II",
- "hint": "",
- "description": "Build a Workshop II to enjoy a high damage weapon: \u00a1scorpions! (BUILD > Attack)",
- "reward": 242
- },
- {
- "id": 122,
- "title": "Open Workshop II",
- "hint": "",
- "description": "Tell your friends to help you open the Workshop II... scorpions wreak havoc against enemy towers!",
- "reward": 244
- },
- {
- "id": 123,
- "title": "Build 3 Scorpions",
- "hint": "",
- "description": "Build 3 scorpions in the Workshop II and get ready for the last stage of the process!",
- "reward": 246
- },
- {
- "id": 124,
- "title": "Destroy 1 tower with Scorpions",
- "hint": "",
- "description": "When the next troll camp appears, destroy one tower with a group of 3 Scorpions... notice that weak enemy towers don't have enough range to destroy your scorpions!",
- "reward": 248
- },
- {
- "id": 125,
- "title": "Build Tower III",
- "hint": "",
- "description": "Build a Tower III to protect yourself better against incoming attacks!",
- "reward": 250
- },
- {
- "id": 126,
- "title": "Build Altar of Heroes",
- "hint": "",
- "description": "Build an Altar of Heroes to purchase powerful special units!",
- "reward": 252
- },
- {
- "id": 127,
- "title": "Get a hero",
- "hint": "",
- "description": "Get a hero in the Altar of Heroes to help you defeat your enemies more easily! (Click on the GET HERO button)",
- "reward": 254
- },
- {
- "id": 128,
- "title": "Kill Axethrower",
- "hint": "",
- "description": "Kill an Axethrower. These depictable beings won't hesitate to kill your units from the distance!",
- "reward": 256
- },
- {
- "id": 129,
- "title": "Rescue villagers",
- "hint": "",
- "description": "Rescue the villagers captured by trolls! They would do the same for you! (daily mission)",
- "reward": 258
- },
- {
- "id": 130,
- "title": "Put a hero on your map",
- "hint": "",
- "description": "Play 5 days in a row and get your special unit. To put your hero on the map, go to BUILD > STORAGE.",
- "reward": 260
- },
- {
- "id": 131,
- "title": "Save the penguins!",
- "hint": "",
- "description": "Go to Arctic Isle (1 star) and save the penguins... Beware, a big beast is waiting for you!",
- "reward": 262
- },
- {
- "id": 132,
- "title": "Fight against two player from your same level",
- "hint": "",
- "description": "Fight against two players from your same level and show up your skills! you don't need to win, but must finish the combat!",
- "reward": 264
- },
- {
- "id": 133,
- "title": "Build Lumber Mill II",
- "hint": "",
- "description": "Build a Lumber Mill II to produce more wood!",
- "reward": 266
- },
- {
- "id": 134,
- "title": "Put 4 villager into Lumber Mill II",
- "hint": "",
- "description": "Put 4 villagers into the Lumber Mill II to increase its production outcome!",
- "reward": 268
- },
- {
- "id": 135,
- "title": "Build Small Refuge",
- "hint": "",
- "description": "Build a Small Refuge and before logging out put in 2 of your most valuable units so other players don't destroy them!",
- "reward": 270
- },
- {
- "id": 136,
- "title": "Build Big Church",
- "hint": "",
- "description": "Invoke heavenly powers and build a Big Church to raise your population limit. (BUILD > Wonders)",
- "reward": 272
- },
- {
- "id": 137,
- "title": "More Ravager Trolls!",
- "hint": "",
- "description": "Trolls hid more treasures yet, and this time they have doubled its number to protect it! Complete Unknown Isle on 2 stars!",
- "reward": 274
- },
- {
- "id": 138,
- "title": "Build Barracks III",
- "hint": "",
- "description": "Build a Barracks III to train the renowned Long Swordsman!",
- "reward": 276
- },
- {
- "id": 139,
- "title": "Train 3 Long Swordsman",
- "hint": "",
- "description": "Train 3 Long Swordsman, they will help you defeat your enemies more quickly!",
- "reward": 278
- },
- {
- "id": 140,
- "title": "Upgrade to Eagles II",
- "hint": "",
- "description": "Upgrade to Eagles II so your eagles have more life and can explore more enemy terrain!",
- "reward": 280
- },
- {
- "id": 141,
- "title": "Build Heroes Grave",
- "hint": "",
- "description": "Build a Heroes Grave to have the chance of resurrecting your lost special units!",
- "reward": 282
- },
- {
- "id": 142,
- "title": "Liberate Prisoner Troll",
- "hint": "",
- "description": "Liberate the Prisoner Troll. He never bent his knee against the evil behavior of his tribe and has always tried to be a good troll!",
- "reward": 284
- },
- {
- "id": 143,
- "title": "Kill 1 Boar Rider",
- "hint": "",
- "description": "Kill 1 Boar Rider! This mounted beast won't dare to kill your fighters when you are not watching!",
- "reward": 286
- },
- {
- "id": 144,
- "title": "Thrice Trolls!",
- "hint": "",
- "description": "Complete Mysterious Isle on 3 stars and defeat all the evil trolls!",
- "reward": 288
- },
- {
- "id": 145,
- "title": "Build Stone Mine II",
- "hint": "",
- "description": "Build a Stone Mine II to keep producing more stone for the welfare of your Empire!",
- "reward": 290
- },
- {
- "id": 146,
- "title": "Build 20 Wall III",
- "hint": "",
- "description": "Build 20 Wall III in the bottom left row or upgrade your current walls there. This way your enemies will have a hard time trying to put their foot on your empire!",
- "reward": 292
- },
- {
- "id": 147,
- "title": "Build Cow Ranch II",
- "hint": "",
- "description": "Build Cow Ranch II\u2026 if the meat is tasty now, it will be tastier with this improvement!",
- "reward": 294
- },
- {
- "id": 148,
- "title": "Lead a cow to ranch",
- "hint": "",
- "description": "Lead a cow to the ranch to get a good portion of food!",
- "reward": 296
- },
- {
- "id": 149,
- "title": "Build Round Table",
- "hint": "",
- "description": "Build a Round Table so your allies can help you getting incredible bonuses!",
- "reward": 298
- },
- {
- "id": 150,
- "title": "Put 4 allies to Round Table",
- "hint": "",
- "description": "Recruit 4 allies to the Round Table to get the first prize!",
- "reward": 300
- },
- {
- "id": 151,
- "title": "Destroy 2 Troll Towers III",
- "hint": "",
- "description": "Destroy 2 Troll Towers III and let those ugly beasts know who rules this empire!!",
- "reward": 302
- },
- {
- "id": 152,
- "title": "Rescue Prince Arthur!",
- "hint": "",
- "description": "Prince Arthur has been kidnapped by evil trolls! Save him before it's too late!",
- "reward": 304
- },
- {
- "id": 153,
- "title": "Build Archery II",
- "hint": "",
- "description": "Build an Archery III to train lethal Heavy Archers!",
- "reward": 306
- },
- {
- "id": 154,
- "title": "Train 3 heavy archers",
- "hint": "",
- "description": "Train 3 heavy archers. You'll be more dreaded by your enemies!",
- "reward": 308
- },
- {
- "id": 155,
- "title": "Build Temple",
- "hint": "",
- "description": "Build a Temple to obtain more gold resources!",
- "reward": 310
- },
- {
- "id": 156,
- "title": "Avenge Ancestors",
- "hint": "",
- "description": "Trolls conquered this island and killed all its human dwellers. Avenge your ancestors and conquer Emergent Isle (1 star)!!",
- "reward": 312
- },
- {
- "id": 157,
- "title": "Update House II",
- "hint": "",
- "description": "Update 4 House I to House II to put more citizens in!",
- "reward": 314
- },
- {
- "id": 158,
- "title": "Expand 3 acres",
- "hint": "",
- "description": "Expand 3 acres",
- "reward": 316
- },
- {
- "id": 159,
- "title": "Open Church",
- "hint": "",
- "description": "Open a Church so you can train healers!",
- "reward": 318
- },
- {
- "id": 160,
- "title": "Train 3 healers",
- "hint": "",
- "description": "Train 3 healers so they can heal your units during the combat!",
- "reward": 320
- },
- {
- "id": 161,
- "title": "Attack 2 player more level",
- "hint": "",
- "description": "Attack 2 players of more level than yours and show them who's the best!",
- "reward": 322
- },
- {
- "id": 162,
- "title": "Free the wells",
- "hint": "",
- "description": "Trolls have cut the water supply! Kill them to retrieve control of the wells!",
- "reward": 324
- },
- {
- "id": 163,
- "title": "Build Stable III",
- "hint": "",
- "description": "Build a Stable III to be able to train the dreaded heavy knights!",
- "reward": 326
- },
- {
- "id": 164,
- "title": "Save Healers",
- "hint": "",
- "description": "Save the captive healers from trolls' hands! They will join your army afterwards!",
- "reward": 328
- },
- {
- "id": 165,
- "title": "Complete Misty Isle on 1 star",
- "hint": "",
- "description": "Visit Misty Isle (1 star) and destroy the Town Hall of your Viking enemies before they come to conquer your land!",
- "reward": 330
- },
- {
- "id": 166,
- "title": "Complete Unknown Isle 3 stars",
- "hint": "",
- "description": "Visit Unknown Isle (3 stars) and let Ravager Trolls know who has the power!",
- "reward": 332
- },
- {
- "id": 167,
- "title": "Build 3 eggplant farms",
- "hint": "",
- "description": "Build 3 eggplant farms to increase your food outcome!",
- "reward": 334
- },
- {
- "id": 168,
- "title": "Build 1 wall door",
- "hint": "",
- "description": "Build 1 wall door so your units can come in and out of your empire easily and securely!",
- "reward": 336
- },
- {
- "id": 169,
- "title": "Build Academy",
- "hint": "",
- "description": "Build an Academy (Buildings > Investigation) to train your villagers to go faster and pile up more resources to gather!",
- "reward": 338
- },
- {
- "id": 170,
- "title": "Build workshop III",
- "hint": "",
- "description": "Build a Workshop III to be able to build destructive catapults!",
- "reward": 340
- },
- {
- "id": 171,
- "title": "Sacrifice unit",
- "hint": "",
- "description": "Build a sacrifice altar and sacrifice a unit to get part of the resources back to your inventory.",
- "reward": 342
- },
- {
- "id": 172,
- "title": "Free 4 stone mines!",
- "hint": "",
- "description": "Free the 4 stone mines from trolls control! This resource is basic for your survival! (daily mission)",
- "reward": 344
- },
- {
- "id": 173,
- "title": "Complete Undiscovered Isle 2 stars",
- "hint": "",
- "description": "Visit the Undiscovered Isle (2 stars) and kill all the skeletons that have spawned to end with the undead menace!",
- "reward": 346
- },
- {
- "id": 174,
- "title": "Build Mill III",
- "hint": "",
- "description": "Build a Mill III to increase your food outcome even more!",
- "reward": 348
- },
- {
- "id": 175,
- "title": "Build 2 Tower IV",
- "hint": "",
- "description": "Build 2 Tower IV to destroy your enemies almost with no hassles!",
- "reward": 350
- },
- {
- "id": 176,
- "title": "Open Cathedral",
- "hint": "",
- "description": "Open a Cathedral to train hypnotist monks! They are very powerful!",
- "reward": 352
- },
- {
- "id": 177,
- "title": "Convert enemy with a monk",
- "hint": "",
- "description": "Convert an enemy using a monk. Afterwards you can control that enemy for your purposes!",
- "reward": 354
- },
- {
- "id": 178,
- "title": "Build Nursery",
- "hint": "",
- "description": "Build a Nursery to help animals to breed.",
- "reward": 356
- },
- {
- "id": 179,
- "title": "Put 2 horses inside",
- "hint": "",
- "description": "Put 2 horses inside and wait for getting your new horse! You can produce as many as you need!",
- "reward": 358
- },
- {
- "id": 180,
- "title": "Complete Dune Isle on 1 star",
- "hint": "",
- "description": "Visit Dune Isle (1 star) and destroy the Golden Hall where the treacherous Mummy lives. Take care with Anubis servants!",
- "reward": 360
- },
- {
- "id": 181,
- "title": "Build Gold Mine III",
- "hint": "",
- "description": "Build a Gold Mine III to increase your gold resources!",
- "reward": 362
- },
- {
- "id": 182,
- "title": "Put 6 villagers inside",
- "hint": "",
- "description": "Put 6 villagers inside your new gold mine to make it work at its fullest.",
- "reward": 364
- },
- {
- "id": 184,
- "title": "Build 2 Archer Knight",
- "hint": "",
- "description": "Train 2 Archer Knights to increase the speed of your range units!",
- "reward": 368
- },
- {
- "id": 185,
- "title": "Rescue the captured allies",
- "hint": "",
- "description": "Rescue the captured allies by the trolls before they kill them!",
- "reward": 370
- },
- {
- "id": 186,
- "title": "Build a Zeppelin Tower",
- "hint": "",
- "description": "Build a Zeppelin Tower to fly over the Eastern Sea and visit more isles!!",
- "reward": 372
- },
- {
- "id": 187,
- "title": "Update Town Hall to Town Hall III",
- "hint": "",
- "description": "Update Town Hall to Town Hall III. Your villagers will go as faster as the best runner!",
- "reward": 374
- },
- {
- "id": 188,
- "title": "Train 2 villagers III",
- "hint": "",
- "description": "Train 2 villagers III and try their super speed",
- "reward": 376
- },
- {
- "id": 189,
- "title": "Update the Market to Market III",
- "hint": "",
- "description": "Update the Market to Market III to deal with more resources with each transaction.",
- "reward": 378
- },
- {
- "id": 190,
- "title": "Build 10 walls IV",
- "hint": "",
- "description": "Build 10 walls IV on the left bottom row of your empire 1rst acre.",
- "reward": 380
- },
- {
- "id": 191,
- "title": "Complete Arctic Isle 2 stars",
- "hint": "",
- "description": "Visit the Arctic Isle (2 stars) and pay a visit to your 'friend' the Yeti to save the penguins\u2026 take care, he has called for help!",
- "reward": 382
- },
- {
- "id": 192,
- "title": "Free the captured animals",
- "hint": "",
- "description": "Free the animals closed in the cage, they are suffering!",
- "reward": 384
- },
- {
- "id": 193,
- "title": "Build Workshop IV",
- "hint": "",
- "description": "Build the Workshop IV to be able to build cannons! Woo hoo!!",
- "reward": 386
- },
- {
- "id": 194,
- "title": "Train 3 cannons",
- "hint": "",
- "description": "Train 3 cannons\u2026 and try them on your enemies when you wish!",
- "reward": 388
- },
- {
- "id": 195,
- "title": "Heal a damaged unit.",
- "hint": "",
- "description": "Build the Healing Spring and heal a damaged unit after a battle. This tree is miraculous!",
- "reward": 390
- },
- {
- "id": 196,
- "title": "Build a Cow Ranch III",
- "hint": "",
- "description": "Build a Cow Ranch III to increase your food outcome. Cows won't like it, but your empire's survival depends on it!!",
- "reward": 392
- },
- {
- "id": 197,
- "title": "Build a Lumber Mill III",
- "hint": "",
- "description": "Build a Lumber Mill III to increase your wood outcome!",
- "reward": 394
- },
- {
- "id": 198,
- "title": "Complete the Emergent Isle 2 stars",
- "hint": "",
- "description": "Visit the Emergent Isle (2 stars) and try to get the treasure protected by the trolls. Beware, now they are much more dangerous!",
- "reward": 396
- },
- {
- "id": 199,
- "title": "Build Barracks IV",
- "hint": "",
- "description": "Build a Barracks IV to train Powerful Swordsmen! Your enemies will be terrified now!",
- "reward": 398
- },
- {
- "id": 200,
- "title": "Train 3 swordsmen IV",
- "hint": "",
- "description": "Train 3 swordsmen IV and show your enemies some sword skill lessons!",
- "reward": 400
- },
- {
- "id": 201,
- "title": "Build 2 carrot farms",
- "hint": "",
- "description": "Build 2 carrot farms to increase your food outcome. Your warriors are not rabbits, but they also like carrots!",
- "reward": 402
- },
- {
- "id": 202,
- "title": "Build Forestry Academy",
- "hint": "",
- "description": "Build a Forestry Academy and your villagers will cut trees faster than any professional woodcutter!",
- "reward": 404
- },
- {
- "id": 203,
- "title": "Open a Stone Mine III",
- "hint": "",
- "description": "Open a Stone Mine III to increase your stone resources.",
- "reward": 406
- },
- {
- "id": 204,
- "title": "Build Mechanics",
- "hint": "",
- "description": "Build a Mechanics building. You can train Engineers to repair siege weapons!",
- "reward": 408
- },
- {
- "id": 205,
- "title": "Free the Siege Weapons!",
- "hint": "",
- "description": "Free the Siege Weapons seized by the trolls! Why the hell they steal them if they don't know how to use them?",
- "reward": 410
- },
- {
- "id": 206,
- "title": "Build Archery IV",
- "hint": "",
- "description": "Build an Archery IV to train Powerful Archers. If you started to be dreaded by your enemies, many will now run away from you!",
- "reward": 412
- },
- {
- "id": 207,
- "title": "Train 3 Powerful Archers",
- "hint": "",
- "description": "Train 3 Powerful Archers and let them know how piercing are your new arrows!",
- "reward": 414
- },
- {
- "id": 208,
- "title": "Build Eagles III",
- "hint": "",
- "description": "Build an Eagles III to breed stronger eagles!",
- "reward": 416
- },
- {
- "id": 209,
- "title": "Explore the Skeleton Statue",
- "hint": "",
- "description": "Explore the Skeleton Statue and discover its hidden secret! (daily mission)",
- "reward": 418
- },
- {
- "id": 210,
- "title": "Complete the Desert Isle on 1 star",
- "hint": "",
- "description": "Visit the Desert Isle (1 star) and kill all the trolls. Beware, a great peril looms under the sands\u2026",
- "reward": 420
- },
- {
- "id": 211,
- "title": "Build House IV",
- "hint": "",
- "description": "Build a House IV to be able to put more population in.",
- "reward": 422
- },
- {
- "id": 212,
- "title": "Open a Fire Workshop",
- "hint": "",
- "description": "Open a Fire Workshop to be able to build fire cannons! Super Whoo Hoo!",
- "reward": 424
- },
- {
- "id": 213,
- "title": "Build Minery Academy",
- "hint": "",
- "description": "Build a Minery Academy so your villager learn to collect gold and stone faster.",
- "reward": 426
- },
- {
- "id": 214,
- "title": "Open Mill IV",
- "hint": "",
- "description": "Open a Mill IV to increase your food outcome. Your warriors are always hungry!",
- "reward": 428
- },
- {
- "id": 215,
- "title": "Build Stables IV",
- "hint": "",
- "description": "Build a Stables IV to train Powerful Knights. You are now stronger than ever!",
- "reward": 430
- },
- {
- "id": 216,
- "title": "Train 3 Knights",
- "hint": "",
- "description": "Train 3 Powerful Knights and invite your enemies to eat dust!",
- "reward": 432
- },
- {
- "id": 217,
- "title": "Build a Blacksmith",
- "hint": "",
- "description": "Build a Blacksmith so melee, ranged and mounted troops spend less resources to be trained! That's really good news!!",
- "reward": 434
- },
- {
- "id": 218,
- "title": "Build 5 Towers IV",
- "hint": "",
- "description": "Build 5 Towers IV to improve your empire defenses. Put them strategically and they will badly hurt your enemies, promised!",
- "reward": 436
- },
- {
- "id": 219,
- "title": "Build 10 Walls V",
- "hint": "",
- "description": "Build 10 Walls V on the lower left row of your empire to improve you defensive structures.",
- "reward": 438
- },
- {
- "id": 220,
- "title": "Build a Weather Machine",
- "hint": "",
- "description": "Build a Weather Machine to be able to change the landscape at your will! That's magic, baby!!",
- "reward": 440
- },
- {
- "id": 221,
- "title": "Build 2 watermelon Farms",
- "hint": "",
- "description": "Build 2 watermelon Farms to increase your food outcome. Eating fruit is very healthy, but you already know that!",
- "reward": 442
- },
- {
- "id": 222,
- "title": "Update Town Hall IV",
- "hint": "",
- "description": "Update the Town Hall IV. If your villagers were really fast, now they will almost fly!",
- "reward": 444
- },
- {
- "id": 223,
- "title": "Build Lumber Mill IV",
- "hint": "",
- "description": "Build a Lumber Mill IV to increase your wood outcome.",
- "reward": 446
- },
- {
- "id": 224,
- "title": "Build the Tavern",
- "hint": "",
- "description": "Build a Tavern and you'll increase your maximum population capacity by 10 units\u2026 people that go to the Tavern don't need any home to live in!",
- "reward": 448
- },
- {
- "id": 225,
- "title": "Build Wizardry Academy!",
- "hint": "",
- "description": "Build the Wizardry Academy to be able to cast spells! The power to destroy that the Spell Book gives you is immeasurable! (You'll see the Spell Book in your next game session)",
- "reward": 450
- },
- {
- "id": 226,
- "title": "Expand to 4 acres",
- "hint": "",
- "description": "Expand the territory of your empire to 4 acres and show who the real king of Social Empires is!",
- "reward": 452
- },
- {
- "id": 227,
- "title": "Defeat the Dragon!",
- "hint": "",
- "description": "Visit Nest Isle (1 star) and defeat the Furious Dragon! Take care, is very powerful!",
- "reward": 454
- },
- {
- "id": 1008,
- "title": "Take care of the Dragon Egg!",
- "hint": "",
- "description": "Click on the Dragon Breeding Nest, and click again on the ENTER button at the lower interface. Now press the 'Take Care' button to take care of the Dragon Egg!",
- "reward": 14
- },
- {
- "id": 1,
- "title": "Build farm land",
- "hint": "",
- "description": "A farm land provides food to your empire. Go to the BUILD menu and place a farm land near your Town Hall!",
- "reward": 10
- },
- {
- "id": 92,
- "title": "Train 8 Medium Archer",
- "hint": "",
- "description": "Train 8 Medium Archer... the danger is imminent!",
- "reward": 184
- },
- {
- "id": 183,
- "title": "Build Archery Stables",
- "hint": "",
- "description": "Build Archery Stables to train medium archer knights!",
- "reward": 366
- }
- ],
- "offer_packs": [
- {
- "id": 1,
- "position": 22,
- "cost_cash": 25,
- "gold": 5000,
- "stone": 5000,
- "food": 5000,
- "wood": 5000,
- "xp": 500,
- "items": [
- 27,
- 550,
- 555
- ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 2,
- "position": 21,
- "cost_cash": 35,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 750,
- "items": [
- 199,
- 199,
- 369,
- 369,
- 384,
- 384,
- 214,
- 214
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 3,
- "position": 20,
- "cost_cash": 25,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 500,
- "items": [
- 152,
- 553,
- 554,
- 555,
- 556,
- 557
- ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 4,
- "position": 19,
- "cost_cash": 30,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 625,
- "items": [
- 241,
- 268,
- 388,
- 577,
- 578,
- 607
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 5,
- "position": 18,
- "cost_cash": 20,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 400,
- "items": [
- 575,
- 575,
- 575,
- 575,
- 502,
- 502,
- 568,
- 568,
- 568,
- 568,
- 541,
- 541,
- 541,
- 541,
- 541,
- 540,
- 540,
- 540,
- 540,
- 540,
- 539,
- 539,
- 539,
- 539,
- 539
- ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 6,
- "position": 17,
- "cost_cash": 50,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 900,
- "items": [
- 608,
- 608,
- 608,
- 608,
- 608,
- 609,
- 609,
- 609,
- 609,
- 609,
- 610,
- 610,
- 610,
- 610,
- 610,
- 569,
- 569,
- 414
- ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 7,
- "position": 16,
- "cost_cash": 60,
- "gold": 25000,
- "stone": 25000,
- "food": 25000,
- "wood": 25000,
- "xp": 1000,
- "items": [
- 618,
- 469
- ],
- "mana": 50,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 8,
- "position": 15,
- "cost_cash": 100,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [
- 630,
- 631
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 9,
- "position": 14,
- "cost_cash": 45,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 800,
- "items": [
- [
- 469,
- 35
- ],
- [
- 56,
- 70
- ],
- [
- 414,
- 90
- ],
- [
- 642,
- 100
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 1
- },
- {
- "id": 10,
- "position": 13,
- "cost_cash": 45,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 800,
- "items": [
- [
- 57,
- 35
- ],
- [
- 472,
- 70
- ],
- [
- 652,
- 90
- ],
- [
- 638,
- 100
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 1
- },
- {
- "id": 11,
- "position": 12,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 60,
- 35
- ],
- [
- 662,
- 70
- ],
- [
- 660,
- 90
- ],
- [
- 651,
- 100
- ]
- ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 1
- },
- {
- "id": 12,
- "position": 11,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 649,
- 684,
- 650
- ],
- [
- 651,
- 638,
- 694,
- 661,
- 683
- ],
- [
- 687,
- 643,
- 655,
- 635,
- 615,
- 646,
- 629
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 13,
- "position": 10,
- "cost_cash": 150,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [
- 638,
- 651,
- 698,
- 710
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 14,
- "position": 9,
- "cost_cash": 200,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [
- 638,
- 651,
- 698,
- 710
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 15,
- "position": 8,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 649,
- 695,
- 684
- ],
- [
- 709,
- 710,
- 698,
- 712,
- 707,
- 706,
- 660,
- 612,
- 641
- ],
- [
- 679,
- 623,
- 687,
- 621,
- 643,
- 629
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 16,
- "position": 7,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 708,
- 695,
- 723
- ],
- [
- 713,
- 709,
- 717,
- 727,
- 712,
- 707,
- 716,
- 719,
- 660
- ],
- [
- 612,
- 641,
- 623,
- 687,
- 621,
- 643
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 17,
- "position": 6,
- "cost_cash": 30,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 702,
- 654,
- 724,
- 711
- ],
- [
- 647,
- 577,
- 614,
- 646,
- 628
- ],
- [
- 648,
- 621,
- 613,
- 578,
- 612
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 18,
- "position": 5,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 708,
- 695,
- 723
- ],
- [
- 713,
- 709,
- 717,
- 727,
- 712,
- 707,
- 716,
- 719,
- 660
- ],
- [
- 612,
- 641,
- 623,
- 687,
- 621,
- 643
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 19,
- "position": 4,
- "cost_cash": 30,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 702,
- 654,
- 724,
- 711
- ],
- [
- 647,
- 577,
- 614,
- 646,
- 628
- ],
- [
- 648,
- 621,
- 613,
- 578,
- 612
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 20,
- "position": 3,
- "cost_cash": 125,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [
- 550,
- 652,
- 683,
- 706,
- 712,
- 727
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 21,
- "position": 2,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [
- 550,
- 652,
- 683,
- 706,
- 712,
- 727
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 22,
- "position": 1,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 723,
- 714,
- 744
- ],
- [
- 722,
- 745,
- 741,
- 727,
- 712,
- 707,
- 716,
- 719,
- 660
- ],
- [
- 612,
- 641,
- 623,
- 687,
- 621,
- 643
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 23,
- "position": 1,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 744,
- 736,
- 758
- ],
- [
- 724,
- 755,
- 644,
- 702,
- 745,
- 700,
- 647,
- 742
- ],
- [
- 711,
- 648,
- 641,
- 765,
- 687,
- 621,
- 643
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 24,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 766,
- 758,
- 714
- ],
- [
- 757,
- 713,
- 724
- ],
- [
- 642,
- 709,
- 711
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 25,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 766,
- 708,
- 736
- ],
- [
- 723,
- 714,
- 769
- ],
- [
- 695,
- 710,
- 651
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 26,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 758,
- 775,
- 777
- ],
- [
- 776,
- 753,
- 700,
- 773,
- 770,
- 754,
- 774,
- 755
- ],
- [
- 711,
- 648,
- 641,
- 742,
- 687,
- 733,
- 752
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 27,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 766,
- 723,
- 785
- ],
- [
- 775,
- 815,
- 650,
- 762,
- 792,
- 757,
- 772,
- 794
- ],
- [
- 817,
- 786,
- 769,
- 773,
- 768,
- 774,
- 742
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 28,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 798,
- 793,
- 785
- ],
- [
- 775,
- 776,
- 756,
- 762,
- 792,
- 755,
- 772,
- 794
- ],
- [
- 749,
- 786,
- 813,
- 773,
- 814,
- 774,
- 782
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 29,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 826,
- 793,
- 830
- ],
- [
- 828,
- 829,
- 776,
- 762,
- 792,
- 831,
- 772,
- 806
- ],
- [
- 796,
- 787,
- 813,
- 807,
- 820,
- 774,
- 782
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 30,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 847,
- 785,
- 830
- ],
- [
- 744,
- 788,
- 776,
- 755,
- 791,
- 831,
- 772,
- 806
- ],
- [
- 771,
- 787,
- 849,
- 807,
- 820,
- 781,
- 637
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 31,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 846,
- 847,
- 758
- ],
- [
- 856,
- 829,
- 828,
- 788,
- 755,
- 827,
- 791,
- 746
- ],
- [
- 781,
- 771,
- 717,
- 849,
- 702,
- 850,
- 637
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 32,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 853,
- 766,
- 846
- ],
- [
- 764,
- 815,
- 829,
- 737,
- 827,
- 752,
- 631,
- 746
- ],
- [
- 716,
- 683,
- 702,
- 787,
- 850,
- 717,
- 854
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 33,
- "position": 1,
- "cost_cash": 45,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 750,
- "items": [
- 1360,
- 1361,
- 1358,
- 1359
- ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 34,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 862,
- 853,
- 826
- ],
- [
- 828,
- 776,
- 829,
- 762,
- 792,
- 831,
- 755,
- 806
- ],
- [
- 796,
- 787,
- 868,
- 807,
- 820,
- 774,
- 782
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 35,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 862,
- 853,
- 826
- ],
- [
- 828,
- 776,
- 829,
- 762,
- 792,
- 831,
- 755,
- 806
- ],
- [
- 796,
- 787,
- 868,
- 807,
- 820,
- 774,
- 782
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 36,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 875,
- 862,
- 798
- ],
- [
- 775,
- 788,
- 776,
- 762,
- 791,
- 831,
- 772,
- 815
- ],
- [
- 786,
- 771,
- 876,
- 807,
- 813,
- 781,
- 637
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 37,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 875,
- 847,
- 723
- ],
- [
- 856,
- 829,
- 828,
- 788,
- 757,
- 794,
- 791,
- 815
- ],
- [
- 781,
- 771,
- 890,
- 786,
- 711,
- 876,
- 637
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 38,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 785,
- 847,
- 793
- ],
- [
- 830,
- 788,
- 776,
- 792,
- 831,
- 772,
- 791,
- 829
- ],
- [
- 796,
- 787,
- 807,
- 784,
- 774,
- 849,
- 782
- ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 39,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 798,
- 847,
- 766
- ],
- [
- 830,
- 884,
- 778,
- 792,
- 831,
- 879,
- 745,
- 896
- ],
- [
- 765,
- 770,
- 807,
- 769,
- 801,
- 814,
- 789
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 40,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 758,
- 798,
- 826
- ],
- [
- 1299,
- 815,
- 778,
- 897,
- 884,
- 762,
- 776,
- 896
- ],
- [
- 765,
- 770,
- 871,
- 784,
- 861,
- 820,
- 789
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 41,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 766,
- 777,
- 826
- ],
- [
- 830,
- 897,
- 856,
- 792,
- 831,
- 776,
- 886,
- 829
- ],
- [
- 771,
- 637,
- 861,
- 790,
- 816,
- 769,
- 774
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 42,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 846,
- 777,
- 723
- ],
- [
- 775,
- 884,
- 788,
- 897,
- 786,
- 772,
- 753,
- 896
- ],
- [
- 683,
- 637,
- 850,
- 2035,
- 725,
- 869,
- 774
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 43,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2013,
- 847,
- 846
- ],
- [
- 830,
- 2019,
- 1299,
- 788,
- 776,
- 801,
- 772,
- 667
- ],
- [
- 683,
- 2008,
- 2014,
- 765,
- 849,
- 770,
- 810
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 44,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2013,
- 862,
- 785
- ],
- [
- 2042,
- 2022,
- 1299,
- 884,
- 776,
- 815,
- 762,
- 742
- ],
- [
- 2008,
- 796,
- 871,
- 868,
- 765,
- 769,
- 537
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 45,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2016,
- 847,
- 777
- ],
- [
- 2019,
- 788,
- 897,
- 792,
- 884,
- 757,
- 794,
- 745
- ],
- [
- 765,
- 770,
- 879,
- 849,
- 756,
- 790,
- 821
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 46,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2023,
- 826,
- 793
- ],
- [
- 2022,
- 2053,
- 897,
- 886,
- 806,
- 757,
- 2008,
- 745
- ],
- [
- 762,
- 2020,
- 879,
- 820,
- 799,
- 814,
- 711
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 47,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2037,
- 891,
- 798
- ],
- [
- 2059,
- 2042,
- 2053,
- 772,
- 2067,
- 776,
- 886,
- 742
- ],
- [
- 765,
- 813,
- 771,
- 892,
- 799,
- 654,
- 711
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 48,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2013,
- 862,
- 798
- ],
- [
- 830,
- 2073,
- 2052,
- 772,
- 2067,
- 2008,
- 742,
- 724
- ],
- [
- 828,
- 2014,
- 796,
- 868,
- 810,
- 654,
- 774
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 49,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2016,
- 891,
- 847
- ],
- [
- 2055,
- 2042,
- 2066,
- 896,
- 776,
- 2059,
- 886,
- 753
- ],
- [
- 757,
- 2017,
- 770,
- 683,
- 811,
- 892,
- 779
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 50,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2023,
- 847,
- 777
- ],
- [
- 2060,
- 2059,
- 2066,
- 2035,
- 896,
- 2053,
- 886,
- 831
- ],
- [
- 772,
- 2024,
- 717,
- 727,
- 811,
- 849,
- 779
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 51,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2037,
- 891,
- 777
- ],
- [
- 2055,
- 830,
- 2053,
- 772,
- 806,
- 776,
- 886,
- 742
- ],
- [
- 762,
- 790,
- 771,
- 892,
- 810,
- 654,
- 711
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 52,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2043,
- 891,
- 793
- ],
- [
- 2099,
- 2042,
- 772,
- 788,
- 2067,
- 757,
- 742,
- 717
- ],
- [
- 762,
- 814,
- 683,
- 892,
- 756,
- 709,
- 821
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 53,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2013,
- 2043,
- 846
- ],
- [
- 2056,
- 2055,
- 884,
- 828,
- 2067,
- 757,
- 2008,
- 717
- ],
- [
- 776,
- 2014,
- 2066,
- 683,
- 2044,
- 709,
- 642
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 54,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2039,
- 2016,
- 891
- ],
- [
- 2099,
- 897,
- 2052,
- 2055,
- 772,
- 886,
- 880,
- 724
- ],
- [
- 828,
- 2017,
- 2066,
- 796,
- 2040,
- 753,
- 650
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 55,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2023,
- 891,
- 798
- ],
- [
- 2099,
- 2042,
- 2052,
- 2055,
- 2059,
- 886,
- 880,
- 829
- ],
- [
- 831,
- 2024,
- 722,
- 796,
- 892,
- 753,
- 544
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 56,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2037,
- 862,
- 847
- ],
- [
- 2114,
- 897,
- 884,
- 792,
- 2067,
- 881,
- 2011,
- 724
- ],
- [
- 762,
- 868,
- 2029,
- 849,
- 799,
- 654,
- 544
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 57,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2016,
- 891,
- 777
- ],
- [
- 2102,
- 2055,
- 2114,
- 2042,
- 896,
- 880,
- 886,
- 742
- ],
- [
- 828,
- 757,
- 879,
- 2017,
- 796,
- 892,
- 650
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 58,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2039,
- 846,
- 785
- ],
- [
- 2102,
- 830,
- 2042,
- 815,
- 896,
- 2047,
- 886,
- 776
- ],
- [
- 828,
- 762,
- 2008,
- 2040,
- 771,
- 850,
- 717
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 59,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2037,
- 891,
- 777
- ],
- [
- 2101,
- 2060,
- 2053,
- 772,
- 2067,
- 776,
- 886,
- 742
- ],
- [
- 765,
- 790,
- 771,
- 892,
- 799,
- 654,
- 711
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 60,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2043,
- 891,
- 846
- ],
- [
- 2099,
- 2144,
- 897,
- 2055,
- 772,
- 2052,
- 880,
- 724
- ],
- [
- 828,
- 2044,
- 2066,
- 796,
- 892,
- 753,
- 650
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 61,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2016,
- 847,
- 777
- ],
- [
- 2019,
- 788,
- 897,
- 792,
- 884,
- 757,
- 794,
- 745
- ],
- [
- 765,
- 770,
- 879,
- 849,
- 756,
- 790,
- 821
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 62,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2023,
- 826,
- 793
- ],
- [
- 2022,
- 2053,
- 897,
- 886,
- 806,
- 757,
- 2008,
- 745
- ],
- [
- 762,
- 2020,
- 879,
- 820,
- 799,
- 814,
- 711
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 63,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2037,
- 891,
- 798
- ],
- [
- 2059,
- 2042,
- 2053,
- 772,
- 2067,
- 776,
- 886,
- 742
- ],
- [
- 765,
- 813,
- 771,
- 892,
- 799,
- 654,
- 711
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 64,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2013,
- 862,
- 798
- ],
- [
- 830,
- 2073,
- 2052,
- 772,
- 2067,
- 2008,
- 742,
- 724
- ],
- [
- 828,
- 2014,
- 796,
- 868,
- 810,
- 654,
- 774
- ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 65,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [
- 2016,
- 891,
- 847
- ],
- [
- 2055,
- 2042,
- 2066,
- 896,
- 776,
- 2059,
- 886,
- 753
- ],
- [
- 757,
- 2017,
- 770,
- 683,
- 811,
- 892,
- 779
- ]
- ],
- "mana": 5,
- "enabled": 1,
- "pack_type": 2
- }
- ],
- "images": {
- "470_maravilla_popup.jpg": "en",
- "agregar-juego.jpg": "",
- "aguila2.jpg": "",
- "aldeana-regalos.png": "",
- "alert_allies.jpg": "",
- "alert_human_camp.jpg": "",
- "alert_magic.jpg": "",
- "alert_ship.jpg": "",
- "alert_ship2.jpg": "",
- "alert_troll_camp.jpg": "",
- "alert_zep.jpg": "",
- "alert_zep2.jpg": "",
- "aliadosprisionerospopup.jpg": "",
- "antimatter_evildemon.jpg": "en",
- "ataque_ganado.jpg": "",
- "ataque_perdido.jpg": "",
- "BahamutSupremeInvocationTemple.swf": "",
- "barca.jpg": "",
- "barco.jpg": "",
- "barril.png": "",
- "bg_quest_progress_ship1.jpg": "",
- "bg_quest_progress_ship2.jpg": "",
- "bg_quest_progress_ship3.jpg": "",
- "boss2_end.jpg": "",
- "boss2_ini.jpg": "",
- "b_1.png": "",
- "b_10.png": "",
- "b_11.png": "",
- "b_12.png": "",
- "b_13.png": "",
- "b_14.png": "",
- "b_15.png": "",
- "b_2.png": "",
- "b_3.png": "",
- "b_4.png": "",
- "b_5.png": "",
- "b_6.png": "",
- "b_7.png": "",
- "b_8.png": "",
- "b_9.png": "",
- "caballotroyano.png": "",
- "caja200.png": "",
- "catapultaspresas_SCREEN.jpg": "",
- "CESPED.jpg": "",
- "CIVorks2.jpg": "en",
- "cofre.png": "",
- "collectibles.png": "",
- "collectibles_new.png": "",
- "collect_f0.jpg": "",
- "collect_f1.jpg": "",
- "collect_f2.jpg": "",
- "collect_f3.jpg": "",
- "collect_g0.jpg": "",
- "collect_g1.jpg": "",
- "collect_g2.jpg": "",
- "collect_g3.jpg": "",
- "COLLECT_GEMS.jpg": "",
- "collect_s0.jpg": "",
- "collect_s1.jpg": "",
- "collect_s2.jpg": "",
- "collect_s3.jpg": "",
- "collect_w0.jpg": "",
- "collect_w1.jpg": "",
- "collect_w2.jpg": "",
- "collect_w3.jpg": "",
- "conquer_the_world.png": "en",
- "DESIERTO.jpg": "",
- "dragonmuenfadao.jpg": "",
- "dragonmuerto.jpg": "",
- "dragonNestInactive.jpg": "",
- "dragonRiderProgress1.swf": "",
- "dragonRiderProgress2.swf": "",
- "dragonRiderProgress3.swf": "",
- "dragonsattack.jpg": "",
- "dragon_limit.jpg": "en",
- "estatuaesqueletopopup.jpg": "",
- "expand.png": "en",
- "flag.png": "",
- "ganas_defensa.jpg": "",
- "goal_001.jpg": "",
- "goal_002.jpg": "",
- "goal_003.jpg": "",
- "goal_004.jpg": "",
- "goal_005.jpg": "",
- "goal_006.jpg": "",
- "goal_007.jpg": "",
- "goal_008.jpg": "",
- "goal_008_.jpg": "",
- "goal_009.jpg": "",
- "goal_010.jpg": "",
- "goal_011.jpg": "",
- "goal_012.jpg": "",
- "goal_013.jpg": "",
- "goal_014.jpg": "",
- "goal_015.jpg": "",
- "goal_016.jpg": "",
- "goal_017.jpg": "",
- "goal_018.jpg": "",
- "goal_019.jpg": "",
- "goal_020.jpg": "",
- "goal_021.jpg": "",
- "goal_023.jpg": "",
- "goal_024.jpg": "",
- "goal_025.jpg": "",
- "goal_026.jpg": "",
- "goal_027.jpg": "",
- "goal_028.jpg": "",
- "goal_029.jpg": "",
- "goal_030.jpg": "",
- "goal_031.jpg": "",
- "goal_032.jpg": "",
- "goal_033.jpg": "",
- "goal_034.jpg": "",
- "goal_035.jpg": "",
- "goal_036.jpg": "",
- "goal_037.jpg": "",
- "goal_038.jpg": "",
- "goal_039.jpg": "",
- "goal_040.jpg": "",
- "goal_041.jpg": "",
- "goal_042.jpg": "",
- "goal_043.jpg": "",
- "goal_044.jpg": "",
- "goal_045.jpg": "",
- "goal_046.jpg": "",
- "goal_047.jpg": "",
- "goal_048.jpg": "",
- "goal_049.jpg": "",
- "goal_050.jpg": "",
- "goal_051.jpg": "",
- "goal_052.jpg": "",
- "goal_053.jpg": "",
- "goal_054.jpg": "",
- "goal_055.jpg": "",
- "goal_056.jpg": "",
- "goal_057.jpg": "",
- "goal_058.jpg": "",
- "goal_059.jpg": "",
- "goal_060.jpg": "",
- "goal_061.jpg": "",
- "goal_062.jpg": "",
- "goal_063.jpg": "",
- "goal_064.jpg": "",
- "goal_065.jpg": "",
- "goal_066.jpg": "",
- "goal_067.jpg": "",
- "goal_068.jpg": "",
- "goal_069.jpg": "",
- "goal_070.jpg": "",
- "goal_071.jpg": "",
- "goal_072.jpg": "",
- "goal_073.jpg": "",
- "goal_074.jpg": "",
- "goal_075.jpg": "",
- "goal_076.jpg": "",
- "goal_077.jpg": "",
- "goal_078.jpg": "",
- "goal_079.jpg": "",
- "goal_080.jpg": "",
- "goal_081.jpg": "",
- "goal_082.jpg": "",
- "goal_083.jpg": "",
- "goal_084.jpg": "",
- "goal_085.jpg": "",
- "goal_086.jpg": "",
- "goal_087.jpg": "",
- "goal_088.jpg": "",
- "goal_089.jpg": "",
- "goal_090.jpg": "",
- "goal_091.jpg": "",
- "goal_092.jpg": "",
- "goal_093.jpg": "",
- "goal_094.jpg": "",
- "goal_095.jpg": "",
- "goal_096.jpg": "",
- "goal_097.jpg": "",
- "goal_098.jpg": "",
- "goal_099.jpg": "",
- "goal_100.jpg": "",
- "gods_1.jpg": "",
- "gods_2.jpg": "",
- "gods_3.jpg": "",
- "gods_4.jpg": "",
- "gods_5.jpg": "",
- "gods_6.jpg": "",
- "gods_7.jpg": "",
- "healersprisioneraspopup.jpg": "",
- "help_dragon_nest.jpg": "",
- "help_island_image.jpg": "",
- "human-defeated.png": "",
- "install.jpg": "en",
- "island_location.png": "",
- "jaulaanimal_SCREEN.jpg": "",
- "jinete.png": "",
- "kidnapped.png": "",
- "llibre.png": "",
- "magic_black_hole.jpg": "",
- "magic_crack.jpg": "",
- "magic_dragon.jpg": "",
- "magic_enlarge.jpg": "",
- "magic_fire.jpg": "",
- "magic_frozen.jpg": "",
- "magic_full_limit.jpg": "",
- "magic_golem.jpg": "",
- "magic_heal.jpg": "",
- "magic_lightning.jpg": "",
- "magic_poison.jpg": "",
- "magic_range_increaser.jpg": "",
- "magic_shield.jpg": "",
- "magic_speed_increaser.jpg": "",
- "magic_stone.jpg": "",
- "magic_yeti.jpg": "",
- "mago_altar.png": "",
- "mapa1.jpg": "",
- "mapa2.jpg": "",
- "mapa3.jpg": "",
- "mapa4.jpg": "",
- "mapa5.jpg": "",
- "minapiedracandado_SCREEN.jpg": "",
- "MINERAL.jpg": "",
- "molinollamaspopup.jpg": "",
- "monsterNestInactive.jpg": "",
- "morocco_dealer.png": "",
- "motivation1.jpg": "",
- "motivation2.jpg": "",
- "news_aceite.jpg": "en",
- "news_angel2.jpg": "en",
- "news_angeles.jpg": "en",
- "news_atlantis.jpg": "en",
- "news_atlantis2.jpg": "en",
- "news_barco.jpg": "en",
- "news_bossdrac.jpg": "en",
- "news_catedral.jpg": "en",
- "news_cementerio.jpg": "en",
- "news_civ.jpg": "en",
- "news_criadero.jpg": "en",
- "news_demonio.jpg": "en",
- "news_egypt.jpg": "en",
- "news_elefante.jpg": "en",
- "news_elfos.jpg": "en",
- "news_elfos2.jpg": "en",
- "news_fortress.jpg": "en",
- "news_heroes.jpg": "en",
- "news_inferno.jpg": "en",
- "news_kamirino.jpg": "en",
- "news_magic.jpg": "en",
- "news_map.jpg": "en",
- "news_mitologic_3.jpg": "en",
- "news_mitologic_4.jpg": "en",
- "news_mummy.jpg": "en",
- "news_mummy2.jpg": "en",
- "news_myth.jpg": "en",
- "news_neptune.jpg": "en",
- "news_newangel.jpg": "en",
- "news_newtowers.jpg": "en",
- "news_odin.jpg": "en",
- "news_pack.jpg": "en",
- "news_paladin.jpg": "en",
- "news_recruit.jpg": "en",
- "news_squad2.jpg": "en",
- "news_supreme.jpg": "en",
- "news_tiempo.jpg": "en",
- "news_tierv.jpg": "en",
- "news_torrehielo.jpg": "en",
- "news_torremovil.jpg": "en",
- "news_tower_2.jpg": "en",
- "news_trolls.jpg": "en",
- "news_trolls_discount.jpg": "en",
- "news_tsunami.jpg": "en",
- "news_vikingos.jpg": "en",
- "news_warehouse.jpg": "en",
- "news_watertower.jpg": "en",
- "news_watertower2.jpg": "en",
- "news_wonders.jpg": "en",
- "news_world.jpg": "en",
- "news_zepelin.jpg": "en",
- "new_2hard.jpg": "en",
- "new_470maravilla.jpg": "en",
- "new_635_ent.jpg": "en",
- "new_bahamut_riders.jpg": "en",
- "new_bestciv2_4.jpg": "en",
- "new_bestciv2_5.jpg": "en",
- "new_bestciv2_6.jpg": "en",
- "new_bestciv2_7.jpg": "en",
- "new_bestciv3_1.jpg": "en",
- "new_bestciv3_2.jpg": "en",
- "new_bestciv3_3.jpg": "en",
- "new_bestciv3_4.jpg": "en",
- "new_bestciv3_5.jpg": "en",
- "new_bestcivs2.jpg": "en",
- "new_bestcivs2_2.jpg": "en",
- "new_bestcivs2_3.jpg": "en",
- "new_boss2.jpg": "en",
- "new_castledragon.jpg": "en",
- "new_civelv.jpg": "en",
- "new_civelv2.jpg": "en",
- "new_civelv3.jpg": "en",
- "new_civelv4.jpg": "en",
- "new_civelv5.jpg": "en",
- "new_civglad.jpg": "en",
- "new_civglad2.jpg": "en",
- "new_civglad3.jpg": "en",
- "new_civglad4.jpg": "en",
- "new_civglad5.jpg": "en",
- "new_civglad6.jpg": "en",
- "new_civglad7.jpg": "en",
- "new_civork1.jpg": "en",
- "new_civork3.jpg": "en",
- "new_civork4.jpg": "en",
- "new_civork5.jpg": "en",
- "new_decos.jpg": "en",
- "new_dragonrider.jpg": "en",
- "new_dragon_riders.jpg": "en",
- "new_elitearmy.jpg": "en",
- "new_gods.jpg": "en",
- "new_gods2.jpg": "en",
- "new_halloween.jpg": "en",
- "new_halloween2.jpg": "en",
- "new_hardcore.jpg": "en",
- "new_hardgods.jpg": "en",
- "new_lanza.jpg": "en",
- "new_lanza2.jpg": "en",
- "new_monday.jpg": "en",
- "new_multiciv.jpg": "en",
- "new_multiciv1.jpg": "en",
- "new_multiciv2.jpg": "en",
- "new_multiciv3.jpg": "en",
- "new_multiciv4.jpg": "en",
- "new_myth2.jpg": "en",
- "new_myth5.jpg": "en",
- "new_myth6.jpg": "en",
- "new_myth6b.jpg": "en",
- "new_myth7.jpg": "en",
- "new_necro1.jpg": "en",
- "new_necro2.jpg": "en",
- "new_necro3.jpg": "en",
- "new_necro4.jpg": "en",
- "new_necro5.jpg": "en",
- "new_necro_feature.jpg": "en",
- "new_nestmonster.jpg": "en",
- "new_newmagics.jpg": "en",
- "new_pharaohs.jpg": "en",
- "new_pharaohs2.jpg": "en",
- "new_pharaohs3.jpg": "en",
- "new_pharaohs4.jpg": "en",
- "new_punisherknight.jpg": "en",
- "new_supreme.jpg": "en",
- "new_survival.jpg": "en",
- "new_tiger.jpg": "en",
- "new_time.jpg": "en",
- "new_tourney.jpg": "en",
- "new_trex.jpg": "en",
- "NIEVE.jpg": "",
- "nino_00.png": "",
- "nino_01.png": "",
- "nino_02.png": "",
- "nino_03.png": "",
- "nino_04.png": "",
- "nino_05.png": "",
- "nino_06.png": "",
- "nino_07.png": "",
- "nino_08.png": "",
- "nino_09.png": "",
- "nino_10.png": "",
- "nino_11.png": "",
- "nino_12.png": "",
- "nino_13.png": "",
- "nino_14.png": "",
- "nino_15.png": "",
- "nino_16.png": "",
- "nino_17.png": "",
- "nino_18.png": "",
- "nino_19.png": "",
- "nino_20.png": "",
- "nino_21.png": "",
- "nino_22.png": "",
- "nino_23.png": "",
- "nino_24.png": "",
- "NoGiftsIcon.png": "",
- "nubes.jpg": "",
- "offer_pack_1.png": "en",
- "offer_pack_10.png": "en",
- "offer_pack_11.png": "en",
- "offer_pack_12.png": "en",
- "offer_pack_13.png": "en",
- "offer_pack_14.png": "en",
- "offer_pack_15.png": "en",
- "offer_pack_16.png": "en",
- "offer_pack_17.png": "en",
- "offer_pack_18.png": "en",
- "offer_pack_19.png": "en",
- "offer_pack_2.png": "en",
- "offer_pack_20.png": "en",
- "offer_pack_21.png": "en",
- "offer_pack_22.png": "en",
- "offer_pack_23.png": "en",
- "offer_pack_24.png": "en",
- "offer_pack_25.png": "en",
- "offer_pack_26.png": "en",
- "offer_pack_27.png": "en",
- "offer_pack_28.png": "en",
- "offer_pack_29.png": "en",
- "offer_pack_3.png": "en",
- "offer_pack_30.png": "en",
- "offer_pack_31.png": "en",
- "offer_pack_32.png": "en",
- "offer_pack_33.png": "en",
- "offer_pack_34.png": "en",
- "offer_pack_35.png": "en",
- "offer_pack_36.png": "en",
- "offer_pack_37.png": "en",
- "offer_pack_38.png": "en",
- "offer_pack_39.png": "en",
- "offer_pack_4.png": "en",
- "offer_pack_40.png": "en",
- "offer_pack_41.png": "en",
- "offer_pack_42.png": "en",
- "offer_pack_43.png": "en",
- "offer_pack_44.png": "en",
- "offer_pack_45.png": "en",
- "offer_pack_46.png": "en",
- "offer_pack_47.png": "en",
- "offer_pack_48.png": "en",
- "offer_pack_49.png": "en",
- "offer_pack_5.png": "en",
- "offer_pack_50.png": "en",
- "offer_pack_51.png": "en",
- "offer_pack_52.png": "en",
- "offer_pack_53.png": "en",
- "offer_pack_54.png": "en",
- "offer_pack_55.png": "en",
- "offer_pack_56.png": "en",
- "offer_pack_57.png": "en",
- "offer_pack_58.png": "en",
- "offer_pack_59.png": "en",
- "offer_pack_6.png": "en",
- "offer_pack_60.png": "en",
- "offer_pack_61.png": "en",
- "offer_pack_62.png": "en",
- "offer_pack_63.png": "en",
- "offer_pack_64.png": "en",
- "offer_pack_65.png": "en",
- "offer_pack_7.png": "en",
- "offer_pack_8.png": "en",
- "offer_pack_9.png": "en",
- "oveja.png": "",
- "pierdes_defensa.jpg": "",
- "popupDragonProgress1.swf": "",
- "popupDragonProgress2.swf": "",
- "popupDragonProgress3.swf": "",
- "popupDragonProgress4.swf": "",
- "popupDragonProgress5.swf": "",
- "popupDragonProgress6.swf": "",
- "popupMonsterProgress1.swf": "",
- "popupMonsterProgress2.swf": "",
- "popupMonsterProgress3.swf": "",
- "popupMonsterProgress4.swf": "",
- "pop_up5_sueno2.jpg": "",
- "pop_up_nieve.jpg": "",
- "prev_magic_black_hole.jpg": "",
- "prev_magic_crack.jpg": "",
- "prev_magic_dragon.jpg": "",
- "prev_magic_enlarge.jpg": "",
- "prev_magic_fire.jpg": "",
- "prev_magic_frozen.jpg": "",
- "prev_magic_full_limit.jpg": "",
- "prev_magic_golem.jpg": "",
- "prev_magic_heal.jpg": "",
- "prev_magic_poison.jpg": "",
- "prev_magic_range_increaser.jpg": "",
- "prev_magic_shield.jpg": "",
- "prev_magic_speed_increaser.jpg": "",
- "prev_magic_stone.jpg": "",
- "prev_magic_yeti.jpg": "",
- "princess.png": "",
- "princess2.png": "",
- "principecolgado.png": "",
- "prisonarchers.png": "",
- "prisontroll.png": "",
- "quests_manager_img1.jpg": "",
- "quests_manager_img2.jpg": "",
- "quests_manager_img3.jpg": "",
- "quests_manager_img4.jpg": "",
- "quests_manager_img5.jpg": "",
- "quests_manager_img_1.jpg": "",
- "quests_manager_img_2.jpg": "",
- "quests_manager_img_3.jpg": "",
- "quests_manager_img_4.jpg": "",
- "quests_manager_img_5.jpg": "",
- "quests_manager_img_6.jpg": "",
- "quests_manager_img_7.jpg": "",
- "quest_allies.jpg": "",
- "quest_altar_azteca.jpg": "",
- "quest_arbolvida.jpg": "",
- "quest_archers.jpg": "",
- "quest_atlantes_tesoro.jpg": "",
- "quest_balrog.jpg": "",
- "quest_cages.jpg": "",
- "quest_chinos_dragones.jpg": "",
- "quest_chinos_fuegos.jpg": "",
- "quest_cleopatra.jpg": "",
- "quest_egypt_golem.jpg": "",
- "quest_egypt_sarcofago.jpg": "",
- "quest_ent.jpg": "",
- "quest_healers.jpg": "",
- "quest_kidnapped.jpg": "",
- "quest_magos.jpg": "",
- "quest_map.png": "",
- "quest_mill.jpg": "",
- "quest_portales.jpg": "",
- "quest_prince.jpg": "",
- "quest_princess.jpg": "",
- "quest_rockdriller.jpg": "",
- "quest_siege.jpg": "",
- "quest_stone_mine.jpg": "",
- "quest_treasure.jpg": "",
- "quest_troll.jpg": "",
- "quest_undead.jpg": "",
- "quest_vibora.jpg": "",
- "quest_vikingos_cerveza.jpg": "",
- "quest_villagers.jpg": "",
- "quest_yeti_negro.jpg": "",
- "recruitprize_556.jpg": "",
- "recruitprize_569.jpg": "",
- "recruitprize_602.jpg": "",
- "recruitprize_603.jpg": "",
- "recruitprize_606.jpg": "",
- "rockdriller_start.jpg": "",
- "rockdriller_win.jpg": "",
- "SELVA.jpg": "",
- "ship.png": "",
- "ship2.png": "",
- "SURVIVAL_DESIERTO.jpg": "",
- "SURVIVAL_MINERAL.jpg": "",
- "SURVIVAL_NIEVE.jpg": "",
- "SURVIVAL_NUBES.jpg": "",
- "SURVIVAL_SELVA.jpg": "",
- "TESORO.jpg": "",
- "thumbprincess.jpg": "",
- "thumbrey.jpg": "",
- "totem.png": "",
- "tournament_friends.jpg": "",
- "tournament_weekly_cash.jpg": "",
- "tournament_weekly_gold.jpg": "",
- "townHuman.png": "",
- "townTroll.png": "",
- "troll_civ.png": "en",
- "trols.png": "",
- "trolsentado.png": "",
- "vaca.png": "",
- "victoryYETI.jpg": "",
- "villagers.png": "",
- "vs-nivel1.jpg": "",
- "vs-nivel2.jpg": "",
- "vs-nivel3.jpg": "",
- "vs-nivel4.jpg": "",
- "vs-nivel5.jpg": "",
- "vs-nivel6.jpg": "",
- "vs-nivel7.jpg": "",
- "weekly_tournament_bot1.png": "",
- "weekly_tournament_bot2.png": "",
- "weekly_tournament_bot3.png": "",
- "win-golem.jpg": "",
- "zeppelin.jpg": ""
- },
- "social_items": [
- {
- "id": 6,
- "worker_cost": 2,
- "workers": "Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"
- },
- {
- "id": 16,
- "worker_cost": 2,
- "workers": "Geologist,Miner"
- },
- {
- "id": 18,
- "worker_cost": 2,
- "workers": "Cartographer,Geologist,Engineer,Miner,Supervisor"
- },
- {
- "id": 23,
- "worker_cost": 2,
- "workers": "Butcher,Fishmonger,Greengrocer"
- },
- {
- "id": 24,
- "worker_cost": 2,
- "workers": "Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl"
- },
- {
- "id": 49,
- "worker_cost": 2,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"
- },
- {
- "id": 50,
- "worker_cost": 3,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"
- },
- {
- "id": 185,
- "worker_cost": 4,
- "workers": "Veterinary,Trainer,Waterboy,Assistant,Supervisor"
- },
- {
- "id": 189,
- "worker_cost": 2,
- "workers": "Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"
- },
- {
- "id": 202,
- "worker_cost": 2,
- "workers": "Transporter,Grinder,Mechanic"
- },
- {
- "id": 212,
- "worker_cost": 3,
- "workers": "Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl,Prayer boy,Prayer girl"
- },
- {
- "id": 216,
- "worker_cost": 3,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist,Supervisor,Boss"
- },
- {
- "id": 224,
- "worker_cost": 3,
- "workers": "Captain,Cabin boy,Helmsman"
- },
- {
- "id": 234,
- "worker_cost": 3,
- "workers": "1st Ally,2nd Ally,3rd Ally,4th Ally,5th Ally,6th Ally,7th Ally,8th Ally,9th Ally"
- },
- {
- "id": 266,
- "worker_cost": 2,
- "workers": "+125,+125,+125,+125,+125,+125,+125,+125"
- },
- {
- "id": 299,
- "worker_cost": 5,
- "workers": "Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway"
- },
- {
- "id": 301,
- "worker_cost": 2,
- "workers": "Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"
- },
- {
- "id": 318,
- "worker_cost": 2,
- "workers": "Cartographer,Geologist,Engineer,Miner"
- },
- {
- "id": 320,
- "worker_cost": 2,
- "workers": "Cartographer,Geologist,Engineer,Miner,Supervisor"
- },
- {
- "id": 335,
- "worker_cost": 2,
- "workers": "Butcher,Fishmonger,Greengrocer"
- },
- {
- "id": 337,
- "worker_cost": 2,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"
- },
- {
- "id": 338,
- "worker_cost": 3,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"
- },
- {
- "id": 343,
- "worker_cost": 3,
- "workers": "Captain,Grummet,Helmsman,Boatswain,Sailor,Engineer,Cook,Skipper,Traveller,Stowaway"
- },
- {
- "id": 344,
- "worker_cost": 5,
- "workers": "Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway,Engineer,Assistant"
- },
- {
- "id": 346,
- "worker_cost": 2,
- "workers": "Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"
- },
- {
- "id": 349,
- "worker_cost": 4,
- "workers": "Veterinary,Trainer,Waterboy,Assistant,Supervisor"
- },
- {
- "id": 352,
- "worker_cost": 2,
- "workers": "+125,+125,+125,+125,+125,+125,+125,+125"
- },
- {
- "id": 362,
- "worker_cost": 2,
- "workers": "Shaman,Farseer,Altar boy, Altar Girl,Follower boy,Follower Girl,Card reader,Voodoo Doll,Incense Boy,Incense Girl"
- },
- {
- "id": 387,
- "worker_cost": 0,
- "workers": "New Recruit,New Recruit,New Recruit"
- },
- {
- "id": 389,
- "worker_cost": 0,
- "workers": "1,2,3,4,5,6,7,8"
- },
- {
- "id": 470,
- "worker_cost": 0,
- "workers": "New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit"
- }
- ],
- "globals": {
- "MARKET_BASE_COSTS": {
- "w": 100,
- "s": 150,
- "f": 100
- },
- "MARKET_INCREMENT": 0.02,
- "MARKET_SELL_PERCENTAGE": 0.75,
- "MARKET_MAX_INCREMENTS": 200,
- "MARKET_MAX_DECREMENTS": 25,
- "MARKET_PERIOD_HOURS": 20,
- "EXCHANGE_CASH": 5,
- "EXCHANGE_GOLD": 2500,
- "COLLECTION_REWARDS": [
- 0,
- 176,
- 177,
- 178,
- 179,
- 180,
- 551,
- 546,
- 544,
- 552,
- 553,
- 206,
- 207,
- 208,
- 209,
- 124,
- 561,
- 562,
- 563,
- 564,
- 565,
- 875,
- 853,
- 1410
- ],
- "COLLECTION_PRICES": "DEPRECATED",
- "HEROES": [
- 533,
- 534,
- 535,
- 550,
- 554,
- 555,
- 556,
- 557
- ],
- "COLLECT_BUILDINGS_SUBCAT_FUNCS": [
- 511,
- 124,
- 121
- ],
- "ATTACKS_PERIOD_HOURS": 6,
- "ATTACKS_PERIOD_MAX": 3,
- "ASSIST_REWARD_GOLD": 10,
- "ASSIST_REWARD_XP": 3,
- "RESURRECT_COST_MULT": 500,
- "LIMITED_EDITION_EXPIRATION": "2012-09-14",
- "ALLIES_BUILDING": 234,
- "SUBCAT_FARMS": 122,
- "ALLIES_MARKET": 266,
- "ALLIES_MARKET_INCREMENTAL_COLLECT": {
- "w": 125,
- "s": 125,
- "f": 125,
- "g": 125
- },
- "ALLIES_MARKET_INITIAL_COLLECT": {
- "w": 125,
- "s": 125,
- "f": 125,
- "g": 125
- },
- "ENERGY_COSTS": {
- "15": 4,
- "30": 8,
- "60": 15
- },
- "COST_UNLOCK_SKIN": 20,
- "ALLIES_MARKET_TROLLS": 352,
- "COLLECT_HELP_SECONDS": 3600,
- "NEWFRIENDS_REWARD_ID_UNIT": "603.1,606.2,569.2,556.1,602.1",
- "NEWFRIENDS_REWARD_DESCRIPTION": "615,616,617,618,619",
- "NEWS_IMAGE": "DEPRECATED",
- "NEWS_STORE": "DEPRECATED",
- "NEWFRIENDS_REWARD_SCALE_UNIT": "0.9,1.1,1.1,1.1,0.8",
- "ROUND_TABLE": 389,
- "MAX_FEEDS_ROUND_TABLE": 60,
- "RECRUITMENT_PRIZE": 387,
- "MAX_GOLD_ASSAULT": 20000,
- "EXPIRABLE_UNITS": [
- 615
- ],
- "RESURRECTABLE_UNITS": {
- "533": "533",
- "534": "534",
- "535": "535",
- "550": "550",
- "554": "554",
- "555": "555",
- "556": "556",
- "557": "557",
- "553": "550",
- "565": "557"
- },
- "COST_MANA_GOLD": 20000,
- "COST_MANA_CASH": 1,
- "ISLE_ORDER": [
- "100000006",
- "100000007",
- "100000008",
- "100000002",
- "100000012",
- "100000021",
- "100000022",
- "100000003",
- "100000028",
- "100000014",
- "100000013",
- "100000020",
- "100000015",
- "100000019",
- "100000018",
- "100000023",
- "100000011",
- "100000033",
- "100000041",
- "100000042",
- "100000043",
- "100000044",
- "100000045",
- "100000046",
- "100000047",
- "100000090",
- "100000091",
- "100000092"
- ],
- "UNIT_ENLARGE_DURATION": 30000,
- "NUM_SPELL_USES_LVL2": 25,
- "NUM_SPELL_USES_LVL3": 50,
- "MANA_PER_PURCHASE": 5,
- "START_LEVEL_MANA_REWARD": 36,
- "MANA_REWARD_PER_LEVEL": 2,
- "SHOW_GRATS_PACK": 0,
- "MAX_GOLD_QUEST": 25000,
- "POPULATION_WONDER_ID": 470,
- "POPULATION_INCREASE": 10,
- "POPULATION_INCREASE_QTY": 5,
- "COLLECT_VARIABLE_IDS": [
- 5,
- 6,
- 7,
- 202,
- 13,
- 14,
- 15,
- 203,
- 16,
- 17,
- 18,
- 204,
- 77,
- 78,
- 79,
- 205
- ],
- "ANIMALS_PER_DAY": 20,
- "SPEED_HACK_CONTROL": 0,
- "SURVIVAL_UNLOCK_MAP_CASH": [
- 0,
- 0,
- 0,
- 20,
- 30
- ],
- "SURVIVAL_WAIT_HOURS_MAP_REPEAT": 1,
- "SURVIVAL_BUY_LIVE_CASH": 3,
- "SURVIVAL_HOURS_LIVE_REGENERATE": 3,
- "PVP_BUY_TERRITORY_CASH": 5,
- "PVP_BUY_ISLAND_CASH": 30,
- "WAREHOUSE_CAPACITIES": [
- 50,
- 100,
- 150,
- 200,
- 250,
- 300,
- 350,
- 400,
- 450,
- 500,
- 550,
- 600,
- 650,
- 700,
- 750,
- 800,
- 850,
- 900,
- 950,
- 1000
- ],
- "WAREHOUSE_CAPACITY_INCREASE_PRICE": [
- 0,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50,
- 50
- ],
- "WAREHOUSE_CAPACITY_INCREASE_PRICE_SINGLE": 2,
- "WAREHOUSE_MAX_CAPACITY": 1000,
- "SPAWN_MOROCCO_DEALER": 1,
- "TOURNAMENT_MAX_NUMBER_COMPLEX_UNITS": 10,
- "TOURNAMENT_UNITS_NOT_ALLOWED": [
- 762,
- 683,
- 716,
- 765,
- 791,
- 735,
- 569,
- 879,
- 2007,
- 2003,
- 2145
- ],
- "TOURNAMENT_ACTIVATED": 1,
- "SPAWN_MENVSWOMEN_ADVERTISING": 1,
- "NEWS_ITEM": [
- {
- "news_image": "new_bestciv3_5.jpg",
- "news_store": "12.121.0"
- },
- {
- "news_image": "new_punisherknight.jpg",
- "news_store": "12.121.0"
- },
- {
- "news_image": "new_gods2.jpg",
- "news_store": "gods"
- },
- {
- "news_image": "new_2hard.jpg",
- "news_store": ""
- },
- {
- "news_image": "new_hardgods.jpg",
- "news_store": "godsquests"
- },
- {
- "news_image": "new_decos.jpg",
- "news_store": "2.45.0"
- },
- {
- "news_image": "new_supreme.jpg",
- "news_store": "1.13.0"
- },
- {
- "news_image": "new_newmagics.jpg",
- "news_store": "1.13.0"
- },
- {
- "news_image": "new_hardcore.jpg",
- "news_store": null
- },
- {
- "news_image": "new_bahamut_riders.jpg",
- "news_store": "1.13.0"
- }
- ],
- "DRAGONS": {
- "649": {
- "rider": "1",
- "tamedId": "832"
- },
- "684": {
- "rider": "1",
- "tamedId": "833"
- },
- "695": {
- "rider": "1",
- "tamedId": "834"
- },
- "708": {
- "rider": "1",
- "tamedId": "835"
- },
- "714": {
- "rider": "1",
- "tamedId": "836"
- },
- "723": {
- "rider": "1",
- "tamedId": "837"
- },
- "736": {
- "rider": "2",
- "tamedId": "838"
- },
- "758": {
- "rider": "2",
- "tamedId": "839"
- },
- "766": {
- "rider": "2",
- "tamedId": "840"
- },
- "777": {
- "rider": "2",
- "tamedId": "841"
- },
- "785": {
- "rider": "2",
- "tamedId": "842"
- },
- "793": {
- "rider": "2",
- "tamedId": "843"
- },
- "798": {
- "rider": "3",
- "tamedId": "844"
- },
- "826": {
- "rider": "3",
- "tamedId": "845"
- },
- "847": {
- "rider": "3",
- "tamedId": "851"
- },
- "846": {
- "rider": "3",
- "tamedId": "852"
- },
- "853": {
- "rider": "3",
- "tamedId": "855"
- },
- "862": {
- "rider": "3",
- "tamedId": "864"
- },
- "875": {
- "rider": "3",
- "tamedId": "877"
- },
- "888": {
- "rider": "3",
- "tamedId": "889"
- },
- "891": {
- "rider": "3",
- "tamedId": "893"
- },
- "2000": {
- "rider": "3",
- "tamedId": "2002"
- },
- "2013": {
- "rider": "3",
- "tamedId": "2015"
- },
- "2016": {
- "rider": "3",
- "tamedId": "2018"
- },
- "2023": {
- "rider": "3",
- "tamedId": "2026"
- },
- "2037": {
- "rider": "3",
- "tamedId": "2038"
- },
- "2043": {
- "rider": "3",
- "tamedId": "2045"
- },
- "2039": {
- "rider": "3",
- "tamedId": "2041"
- },
- "2048": {
- "rider": "3",
- "tamedId": "2050"
- },
- "2057": {
- "rider": "3",
- "tamedId": "2058"
- },
- "2063": {
- "rider": "3",
- "tamedId": "2065"
- },
- "2069": {
- "rider": "3",
- "tamedId": "2071"
- },
- "2121": {
- "rider": "3",
- "tamedId": "2123"
- },
- "2129": {
- "rider": "3",
- "tamedId": "2131"
- },
- "2132": {
- "rider": "3",
- "tamedId": "2134"
- },
- "2140": {
- "rider": "3",
- "tamedId": "2142"
- },
- "2171": {
- "rider": "3",
- "tamedId": "2173"
- },
- "2174": {
- "rider": "3",
- "tamedId": "2176"
- }
- },
- "DRAGON_RIDERS": {
- "1": {
- "unlockLevel": 35,
- "steps": 5,
- "stepCost": 15
- },
- "2": {
- "unlockLevel": 40,
- "steps": 6,
- "stepCost": 15
- },
- "3": {
- "unlockLevel": 45,
- "steps": 7,
- "stepCost": 15
- }
- },
- "MONDAY_BONUS_REWARDS": [
- {
- "type": "g",
- "value": 2500
- },
- {
- "type": "u",
- "value": 0
- },
- {
- "type": "c",
- "value": 5
- }
- ],
- "PRICE_COMPLETE_GOAL": 2,
- "HEAVY_SIEGE_COST_CASH": 20,
- "POLICY_FILES": [
- "https:\/\/fbcdn-profile-a.akamaihd.net",
- "http:\/\/profile.ak.fbcdn.net\/",
- "https:\/\/s-assets.tp-cdn.com"
- ],
- "CASH_WONDER": 1299,
- "MAX_GOLD_HARDCORE_QUEST": 30000,
- "DART_COST_CASH": 20,
- "ACTIVATE_DRAGON_NEST_CASH": 50,
- "ACTIVATE_DRAGON_NEST_GOLD": 100000,
- "ACTIVATE_MONSTER_NEST_CASH": 50,
- "ACTIVATE_MONSTER_NEST_GOLD": 100000,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L9": 95,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L9_MD": 65,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15": 75,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15_MD": 55,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L16": 50,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L16_MD": 30,
- "PERCENT_UNITS_RECOVERED_DEFENDER": 95,
- "PERCENT_UNITS_RECOVERED_DEFENDER_MD": 75,
- "PERCENT_UNITS_RECOVERED_BOSS": 70,
- "PERCENT_UNITS_RECOVERED_BOSS_MD": 50,
- "PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND": 60,
- "PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND_MD": 30,
- "PERCENT_UNITS_RECOVERED_ISLE": 60,
- "PERCENT_UNITS_RECOVERED_ISLE_MD": 30,
- "DAILY_BONUS_CONFIG": [
- {
- "qty": 250,
- "type": "g"
- },
- {
- "qty": 1,
- "type": "hero"
- },
- {
- "qty": 1,
- "type": "c"
- },
- {
- "qty": 1,
- "type": "hero"
- },
- {
- "qty": 3,
- "type": "c"
- }
- ],
- "DAILY_BONUS_CONFIG_HEROES": [
- 555,
- 554,
- 534,
- 533,
- 550,
- 557,
- 535,
- 556
- ],
- "DRAGON_NEST_FEED_CASH": 1,
- "DRAGON_NEST_TAKE_CARE_CASH": 1,
- "MONSTER_NEST_FEED_CASH": 1,
- "MONSTER_NEST_TAKE_CARE_CASH": 1,
- "MONDAY_BONUS_UNITS": [
- 784,
- 699,
- 761,
- 644,
- 863
- ],
- "COMEBACK_BONUS_REWARDS": [
- {
- "type": "g",
- "value": 2500
- },
- {
- "type": "u",
- "value": 0
- },
- {
- "type": "c",
- "value": 5
- }
- ],
- "COMEBACK_BONUS_UNITS": [
- 768,
- 712
- ],
- "TIME_MACHINE": [
- {
- "hours": 0.5,
- "price": 2
- },
- {
- "hours": 1,
- "price": 4
- },
- {
- "hours": 4,
- "price": 12
- },
- {
- "hours": 8,
- "price": 25
- },
- {
- "hours": 12,
- "price": 40
- },
- {
- "hours": 24,
- "price": 75
- }
- ],
- "ID_BUILDING_LEVELUP_STATUE": 1478,
- "REWARD_QUESTS_CHAPTERS_MULTIPLIER": 0.3,
- "QUESTS_MIN_LEVELS": {
- "100000046": 40,
- "100000047": 40
- },
- "UNLOCKED_FOREVER_QUESTS": [
- "100000090",
- "100000091",
- "100000092"
- ],
- "MAX_GOLD_GOD_QUEST": 35000,
- "MAX_XP_QUEST": 7500,
- "MAX_XP_GOD_QUEST": 8500
- },
- "magics": [
- {
- "id": 2,
- "name": "Fire Havoc",
- "description": "A fire tempest hits the battlefield. More effective against units.",
- "mana": 5,
- "area": "[5,7,9]",
- "level": 35,
- "gold": 1000,
- "cash": 35,
- "img_name": "magic_fire",
- "target": 2
- },
- {
- "id": 3,
- "name": "Ultimate Hail",
- "description": "Hundreds of boulders fall from the sky. More effective against buildings.",
- "mana": 7,
- "area": "[5,7,9]",
- "level": 45,
- "gold": 60000,
- "cash": 55,
- "img_name": "magic_stone",
- "target": 2
- },
- {
- "id": 4,
- "name": "Deadly Frostbite",
- "description": "Units are dead frozen, unable to move or attack for some time.",
- "mana": 5,
- "area": "[5,7,9]",
- "level": 43,
- "gold": 15000,
- "cash": 35,
- "img_name": "magic_frozen",
- "target": 2
- },
- {
- "id": 5,
- "name": "Sacred Rain",
- "description": "A healing rain pours over wounded units and replenishes their life.",
- "mana": 3,
- "area": "[5,7,9]",
- "level": 36,
- "gold": 10000,
- "cash": 38,
- "img_name": "magic_heal",
- "target": 1
- },
- {
- "id": 6,
- "name": "Golem's Wrath",
- "description": "A powerful Stone Golem ally is summoned on the battlefield.",
- "mana": 15,
- "area": "[1,1,1]",
- "level": 40,
- "gold": 25000,
- "cash": 45,
- "img_name": "magic_golem",
- "target": 0
- },
- {
- "id": 7,
- "name": "Hell Abyss",
- "description": "Earth crumbles and swallows small units and buildings for life.",
- "mana": 10,
- "area": "[5,7,9]",
- "level": 38,
- "gold": 15000,
- "cash": 40,
- "img_name": "magic_crack",
- "target": 2
- },
- {
- "id": 8,
- "name": "Poisonous Flood",
- "description": "A poisonous flood infects units and deals damage over time. Higher levels infect nearby targets.",
- "mana": 10,
- "area": "[5,7,9]",
- "level": 43,
- "gold": 10000,
- "cash": 30,
- "img_name": "magic_poison",
- "target": 2
- },
- {
- "id": 9,
- "name": "Ether Shield",
- "description": "A shield made of solid ether absorbs some damage inflicted to your units.",
- "mana": 6,
- "area": "[5,7,9]",
- "level": 38,
- "gold": 50000,
- "cash": 40,
- "img_name": "magic_shield",
- "target": 1
- },
- {
- "id": 10,
- "name": "Yeti's Trail",
- "description": "An abominable Yeti is summoned, wrecking havoc on enemy units.",
- "mana": 8,
- "area": "[1,1,1]",
- "level": 45,
- "gold": 70000,
- "cash": 60,
- "img_name": "magic_yeti",
- "target": 0
- },
- {
- "id": 11,
- "name": "Age of Colossus",
- "description": "Your units increase in size and deal more damage for some time.",
- "mana": 8,
- "area": "[5,7,9]",
- "level": 40,
- "gold": 25000,
- "cash": 45,
- "img_name": "magic_enlarge",
- "target": 1
- },
- {
- "id": 12,
- "name": "Summon Dragon",
- "description": "Summons a powerful Dragon to assist you on the battle.",
- "mana": 18,
- "area": "[1,1,1]",
- "level": 53,
- "gold": 300000,
- "cash": 80,
- "img_name": "magic_dragon",
- "target": 0
- },
- {
- "id": 13,
- "name": "Instant Limit",
- "description": "Instantly fills up the Limit Bar of your units.",
- "mana": 14,
- "area": "[5,7,9]",
- "level": 49,
- "gold": 250000,
- "cash": 70,
- "img_name": "magic_full_limit",
- "target": 0
- },
- {
- "id": 14,
- "name": "2x Speed",
- "description": "Doubles the movement speed of your units.",
- "mana": 10,
- "area": "[5,7,9]",
- "level": 47,
- "gold": 150000,
- "cash": 60,
- "img_name": "magic_speed_increaser",
- "target": 0
- },
- {
- "id": 15,
- "name": "2x Range",
- "description": "Doubles the attack range of your units.",
- "mana": 12,
- "area": "[5,7,9]",
- "level": 47,
- "gold": 200000,
- "cash": 60,
- "img_name": "magic_range_increaser",
- "target": 0
- },
- {
- "id": 16,
- "name": "Black Hole",
- "description": "Swallows enemies and buildings during certain amount of time.",
- "mana": 16,
- "area": "[5,7,9]",
- "level": 49,
- "gold": 300000,
- "cash": 80,
- "img_name": "magic_black_hole",
- "target": 0
- }
- ],
- "units_collections_categories": {
- "1": {
- "category_id": 1,
- "category_lang_id": 1055,
- "units": [
- 509,
- 510,
- 511,
- 539,
- 608
- ],
- "rewards": 608,
- "cost": 1,
- "costs": null,
- "position": 5
- },
- "2": {
- "category_id": 2,
- "category_lang_id": 1056,
- "units": [
- 516,
- 517,
- 518,
- 540,
- 609
- ],
- "rewards": 609,
- "cost": 1,
- "costs": null,
- "position": 10
- },
- "3": {
- "category_id": 3,
- "category_lang_id": 1057,
- "units": [
- 572,
- 515,
- 573,
- 574
- ],
- "rewards": 574,
- "cost": 2,
- "costs": null,
- "position": 15
- },
- "4": {
- "category_id": 4,
- "category_lang_id": 1058,
- "units": [
- 512,
- 513,
- 514,
- 541,
- 610
- ],
- "rewards": 610,
- "cost": 2,
- "costs": null,
- "position": 20
- },
- "5": {
- "category_id": 5,
- "category_lang_id": 1060,
- "units": [
- 569,
- 570,
- 502,
- 576
- ],
- "rewards": 576,
- "cost": 3,
- "costs": null,
- "position": 25
- },
- "6": {
- "category_id": 6,
- "category_lang_id": 1090,
- "units": [
- 603,
- 643,
- 687,
- 575
- ],
- "rewards": 575,
- "cost": 5,
- "costs": [
- 5,
- 7,
- 9,
- 5
- ],
- "position": 30
- },
- "7": {
- "category_id": 7,
- "category_lang_id": 1091,
- "units": [
- 635,
- 654,
- 615,
- 623
- ],
- "rewards": 623,
- "cost": 15,
- "costs": [
- 20,
- 25,
- 15,
- 15
- ],
- "position": 35
- },
- "33": {
- "category_id": 33,
- "category_lang_id": 1141,
- "units": [
- 719,
- 721
- ],
- "rewards": 721,
- "cost": 15,
- "costs": [
- 15,
- 20
- ],
- "position": 40
- },
- "61": {
- "category_id": 61,
- "category_lang_id": 1431,
- "units": [
- 872,
- 894,
- 886,
- 896,
- 883
- ],
- "rewards": 872,
- "cost": 100,
- "costs": [
- 260,
- 250,
- 240,
- 250,
- 245
- ],
- "position": 42
- },
- "8": {
- "category_id": 8,
- "category_lang_id": 1062,
- "units": [
- 553,
- 652,
- 683,
- 706
- ],
- "rewards": 706,
- "cost": 10,
- "costs": [
- 10,
- 12,
- 14,
- 16
- ],
- "position": 45
- },
- "34": {
- "category_id": 34,
- "category_lang_id": 1142,
- "units": [
- 712,
- 727,
- 771,
- 796
- ],
- "rewards": 796,
- "cost": 10,
- "costs": [
- 18,
- 20,
- 22,
- 24
- ],
- "position": 50
- },
- "9": {
- "category_id": 9,
- "category_lang_id": 1063,
- "units": [
- 507,
- 508,
- 560,
- 563
- ],
- "rewards": 563,
- "cost": 5,
- "costs": [
- 5,
- 5,
- 5,
- 5
- ],
- "position": 55
- },
- "10": {
- "category_id": 10,
- "category_lang_id": 1065,
- "units": [
- 519,
- 520,
- 521,
- 522,
- 568
- ],
- "rewards": 568,
- "cost": 5,
- "costs": null,
- "position": 60
- },
- "11": {
- "category_id": 11,
- "category_lang_id": 1216,
- "units": [
- 544,
- 631,
- 642,
- 537,
- 641
- ],
- "rewards": 641,
- "cost": 25,
- "costs": [
- 20,
- 25,
- 30,
- 25,
- 30
- ],
- "position": 65
- },
- "12": {
- "category_id": 12,
- "category_lang_id": 1068,
- "units": [
- 533,
- 534,
- 535,
- 554
- ],
- "rewards": 554,
- "cost": 6,
- "costs": null,
- "position": 70
- },
- "13": {
- "category_id": 13,
- "category_lang_id": 1069,
- "units": [
- 555,
- 556,
- 557
- ],
- "rewards": 557,
- "cost": 9,
- "costs": null,
- "position": 75
- },
- "14": {
- "category_id": 14,
- "category_lang_id": 1092,
- "units": [
- 660,
- 661,
- 694
- ],
- "rewards": 694,
- "cost": 25,
- "costs": null,
- "position": 80
- },
- "15": {
- "category_id": 15,
- "category_lang_id": 1070,
- "units": [
- 525,
- 526,
- 527,
- 596
- ],
- "rewards": 596,
- "cost": 5,
- "costs": [
- 5,
- 6,
- 7,
- 8
- ],
- "position": 85
- },
- "16": {
- "category_id": 16,
- "category_lang_id": 1071,
- "units": [
- 529,
- 547,
- 530,
- 531,
- 589
- ],
- "rewards": 589,
- "cost": 10,
- "costs": [
- 10,
- 12,
- 14,
- 14
- ],
- "position": 90
- },
- "17": {
- "category_id": 17,
- "category_lang_id": 1072,
- "units": [
- 590,
- 591,
- 592,
- 604,
- 605
- ],
- "rewards": 605,
- "cost": 15,
- "costs": [
- 10,
- 16,
- 18,
- 16,
- 16
- ],
- "position": 95
- },
- "18": {
- "category_id": 18,
- "category_lang_id": 1073,
- "units": [
- 585,
- 586,
- 587,
- 588
- ],
- "rewards": 588,
- "cost": 10,
- "costs": null,
- "position": 100
- },
- "19": {
- "category_id": 19,
- "category_lang_id": 1074,
- "units": [
- 606,
- 607
- ],
- "rewards": 607,
- "cost": 10,
- "costs": null,
- "position": 105
- },
- "20": {
- "category_id": 20,
- "category_lang_id": 1075,
- "units": [
- 577,
- 578
- ],
- "rewards": 578,
- "cost": 10,
- "costs": null,
- "position": 110
- },
- "21": {
- "category_id": 21,
- "category_lang_id": 1076,
- "units": [
- 612,
- 613,
- 614
- ],
- "rewards": 614,
- "cost": 10,
- "costs": null,
- "position": 115
- },
- "22": {
- "category_id": 22,
- "category_lang_id": 1077,
- "units": [
- 619,
- 620,
- 621,
- 622
- ],
- "rewards": 622,
- "cost": 10,
- "costs": null,
- "position": 120
- },
- "23": {
- "category_id": 23,
- "category_lang_id": 1078,
- "units": [
- 626,
- 627,
- 628,
- 629
- ],
- "rewards": 629,
- "cost": 15,
- "costs": [
- 15,
- 15,
- 18,
- 20
- ],
- "position": 125
- },
- "24": {
- "category_id": 24,
- "category_lang_id": 1079,
- "units": [
- 632,
- 633,
- 634
- ],
- "rewards": 634,
- "cost": 15,
- "costs": [
- 18,
- 15,
- 15
- ],
- "position": 130
- },
- "25": {
- "category_id": 25,
- "category_lang_id": 1081,
- "units": [
- 644,
- 645,
- 646,
- 647,
- 648
- ],
- "rewards": 648,
- "cost": 30,
- "costs": [
- 35,
- 30,
- 30,
- 40,
- 35
- ],
- "position": 135
- },
- "26": {
- "category_id": 26,
- "category_lang_id": 1082,
- "units": [
- 699,
- 701,
- 702,
- 703,
- 700
- ],
- "rewards": 700,
- "cost": 30,
- "costs": [
- 35,
- 30,
- 40,
- 30,
- 35
- ],
- "position": 140
- },
- "27": {
- "category_id": 27,
- "category_lang_id": 1083,
- "units": [
- 704,
- 705,
- 711,
- 715,
- 724
- ],
- "rewards": 724,
- "cost": 30,
- "costs": [
- 30,
- 30,
- 40,
- 35,
- 40
- ],
- "position": 145
- },
- "28": {
- "category_id": 28,
- "category_lang_id": 1084,
- "units": [
- 649,
- 684,
- 695,
- 708,
- 723
- ],
- "rewards": 723,
- "cost": 100,
- "costs": [
- 100,
- 100,
- 110,
- 120,
- 130
- ],
- "position": 150
- },
- "39": {
- "category_id": 39,
- "category_lang_id": 1147,
- "units": [
- 714,
- 736,
- 758,
- 766,
- 785
- ],
- "rewards": 766,
- "cost": 100,
- "costs": [
- 140,
- 150,
- 160,
- 170,
- 180
- ],
- "position": 155
- },
- "47": {
- "category_id": 47,
- "category_lang_id": 1243,
- "units": [
- 777,
- 793,
- 798,
- 826,
- 830
- ],
- "rewards": 777,
- "cost": 100,
- "costs": [
- 190,
- 200,
- 210,
- 220,
- 230
- ],
- "position": 160
- },
- "55": {
- "category_id": 55,
- "category_lang_id": 1328,
- "units": [
- 847,
- 846,
- 862
- ],
- "rewards": 847,
- "cost": 240,
- "costs": [
- 240,
- 240,
- 240
- ],
- "position": 165
- },
- "29": {
- "category_id": 29,
- "category_lang_id": 1064,
- "units": [
- 638,
- 651,
- 698,
- 710,
- 725
- ],
- "rewards": 725,
- "cost": 35,
- "costs": [
- 35,
- 37,
- 39,
- 41,
- 43
- ],
- "position": 190
- },
- "46": {
- "category_id": 46,
- "category_lang_id": 1240,
- "units": [
- 768,
- 769,
- 784,
- 790,
- 813
- ],
- "rewards": 769,
- "cost": 35,
- "costs": [
- 45,
- 47,
- 49,
- 51,
- 53
- ],
- "position": 195
- },
- "52": {
- "category_id": 52,
- "category_lang_id": 1296,
- "units": [
- 814,
- 820,
- 849
- ],
- "rewards": 820,
- "cost": 35,
- "costs": [
- 55,
- 57,
- 59
- ],
- "position": 196
- },
- "30": {
- "category_id": 30,
- "category_lang_id": 1087,
- "units": [
- 655,
- 662
- ],
- "rewards": 662,
- "cost": 5,
- "costs": null,
- "position": 210
- },
- "31": {
- "category_id": 31,
- "category_lang_id": 1088,
- "units": [
- 561,
- 562
- ],
- "rewards": 562,
- "cost": 10,
- "costs": null,
- "position": 215
- },
- "32": {
- "category_id": 32,
- "category_lang_id": 1089,
- "units": [
- 637,
- 653,
- 707,
- 650,
- 709
- ],
- "rewards": 709,
- "cost": 75,
- "costs": [
- 75,
- 80,
- 85,
- 85,
- 85
- ],
- "position": 220
- },
- "40": {
- "category_id": 40,
- "category_lang_id": 1148,
- "units": [
- 716,
- 717,
- 741,
- 742,
- 745
- ],
- "rewards": 745,
- "cost": 75,
- "costs": [
- 75,
- 80,
- 85,
- 75,
- 85
- ],
- "position": 225
- },
- "44": {
- "category_id": 44,
- "category_lang_id": 1217,
- "units": [
- 770,
- 776,
- 757,
- 772,
- 762,
- 782
- ],
- "rewards": 782,
- "cost": 75,
- "costs": [
- 75,
- 85,
- 85,
- 90,
- 85
- ],
- "position": 230
- },
- "57": {
- "category_id": 57,
- "category_lang_id": 1331,
- "units": [
- 829,
- 831
- ],
- "rewards": 831,
- "cost": 100,
- "costs": [
- 100,
- 110
- ],
- "position": 231
- },
- "35": {
- "category_id": 35,
- "category_lang_id": 1143,
- "units": [
- 729,
- 730,
- 731,
- 732,
- 733
- ],
- "rewards": 733,
- "cost": 30,
- "costs": [
- 30,
- 30,
- 30,
- 35,
- 30
- ],
- "position": 235
- },
- "36": {
- "category_id": 36,
- "category_lang_id": 1144,
- "units": [
- 735,
- 738,
- 746
- ],
- "rewards": 746,
- "cost": 30,
- "costs": [
- 35,
- 35,
- 50
- ],
- "position": 240
- },
- "41": {
- "category_id": 41,
- "category_lang_id": 1149,
- "units": [
- 713,
- 722,
- 737
- ],
- "rewards": 737,
- "cost": 75,
- "costs": [
- 75,
- 80,
- 85
- ],
- "position": 245
- },
- "37": {
- "category_id": 37,
- "category_lang_id": 1145,
- "units": [
- 748,
- 749,
- 750,
- 751,
- 752
- ],
- "rewards": 752,
- "cost": 40,
- "costs": [
- 70,
- 50,
- 40,
- 40,
- 45
- ],
- "position": 250
- },
- "38": {
- "category_id": 38,
- "category_lang_id": 1146,
- "units": [
- 755,
- 753,
- 754,
- 778,
- 828
- ],
- "rewards": 775,
- "cost": 75,
- "costs": [
- 85,
- 75,
- 75,
- 90,
- 95
- ],
- "position": 255
- },
- "42": {
- "category_id": 42,
- "category_lang_id": 1218,
- "units": [
- 781,
- 773,
- 764,
- 765,
- 792
- ],
- "rewards": 792,
- "cost": 75,
- "costs": [
- 80,
- 75,
- 75,
- 85,
- 80
- ],
- "position": 260
- },
- "43": {
- "category_id": 43,
- "category_lang_id": 1219,
- "units": [
- 759,
- 760,
- 761,
- 779,
- 774
- ],
- "rewards": 774,
- "cost": 60,
- "costs": null,
- "position": 265
- },
- "45": {
- "category_id": 45,
- "category_lang_id": 1239,
- "units": [
- 786,
- 787,
- 788,
- 789,
- 780,
- 778
- ],
- "rewards": 778,
- "cost": 75,
- "costs": [
- 85,
- 85,
- 80,
- 75,
- 75
- ],
- "position": 270
- },
- "48": {
- "category_id": 48,
- "category_lang_id": 1264,
- "units": [
- 809,
- 808,
- 797,
- 802,
- 818
- ],
- "rewards": 795,
- "cost": 60,
- "costs": null,
- "position": 275
- },
- "49": {
- "category_id": 49,
- "category_lang_id": 1265,
- "units": [
- 811,
- 810,
- 799,
- 794,
- 801
- ],
- "rewards": 794,
- "cost": 75,
- "costs": [
- 75,
- 80,
- 75,
- 85,
- 80
- ],
- "position": 280
- },
- "50": {
- "category_id": 50,
- "category_lang_id": 1292,
- "units": [
- 803,
- 805,
- 807,
- 812,
- 795
- ],
- "rewards": 807,
- "cost": 75,
- "costs": [
- 75,
- 80,
- 85,
- 85,
- 75
- ],
- "position": 285
- },
- "51": {
- "category_id": 51,
- "category_lang_id": 1293,
- "units": [
- 815,
- 816,
- 817,
- 806,
- 821
- ],
- "rewards": 806,
- "cost": 75,
- "costs": [
- 85,
- 80,
- 75,
- 90,
- 75
- ],
- "position": 290
- },
- "54": {
- "category_id": 54,
- "category_lang_id": 1327,
- "units": [
- 827,
- 825
- ],
- "rewards": 827,
- "cost": 75,
- "costs": [
- 85,
- 60
- ],
- "position": 295
- },
- "53": {
- "category_id": 53,
- "category_lang_id": 1330,
- "units": [
- 744,
- 775,
- 856
- ],
- "rewards": 778,
- "cost": 75,
- "costs": [
- 80,
- 85,
- 90
- ],
- "position": 300
- },
- "58": {
- "category_id": 58,
- "category_lang_id": 1400,
- "units": [
- 867,
- 866,
- 869,
- 897,
- 860
- ],
- "rewards": 867,
- "cost": 90,
- "costs": [
- 80,
- 90,
- 90,
- 100,
- 110
- ],
- "position": 310
- },
- "59": {
- "category_id": 59,
- "category_lang_id": 1401,
- "units": [
- 879,
- 884
- ],
- "rewards": 884,
- "cost": 120,
- "costs": [
- 120,
- 130
- ],
- "position": 315
- },
- "62": {
- "category_id": 62,
- "category_lang_id": 1500,
- "units": [
- 2005,
- 2006,
- 2007,
- 2008,
- 2009
- ],
- "rewards": 2009,
- "cost": 100,
- "costs": [
- 35,
- 35,
- 70,
- 90,
- 60
- ],
- "position": 320
- },
- "63": {
- "category_id": 63,
- "category_lang_id": 1502,
- "units": [
- 2010,
- 2011,
- 2012,
- 2019,
- 2020
- ],
- "rewards": 2019,
- "cost": 150,
- "costs": [
- 70,
- 100,
- 55,
- 125,
- 90
- ],
- "position": 325
- },
- "64": {
- "category_id": 64,
- "category_lang_id": 1505,
- "units": [
- 2021,
- 2022,
- 2036
- ],
- "rewards": 2022,
- "cost": 150,
- "costs": [
- 90,
- 125,
- 130
- ],
- "position": 330
- }
- },
- "level_ranking_reward": [
- {
- "level": 50,
- "cash": 1,
- "units": {
- "640": 1,
- "117": 1
- }
- },
- {
- "level": 49,
- "cash": 1,
- "units": {
- "553": 1
- }
- },
- {
- "level": 48,
- "cash": 1,
- "units": {
- "629": 1
- }
- },
- {
- "level": 47,
- "cash": 1,
- "units": {
- "703": 1
- }
- },
- {
- "level": 46,
- "cash": 1,
- "units": {
- "612": 1
- }
- },
- {
- "level": 45,
- "cash": 1,
- "units": {
- "647": 1,
- "119": 1
- }
- },
- {
- "level": 44,
- "cash": 1,
- "units": {
- "633": 1
- }
- },
- {
- "level": 43,
- "cash": 1,
- "units": null
- },
- {
- "level": 42,
- "cash": 1,
- "units": {
- "632": 1
- }
- },
- {
- "level": 41,
- "cash": 1,
- "units": null
- },
- {
- "level": 40,
- "cash": 1,
- "units": null
- },
- {
- "level": 39,
- "cash": 1,
- "units": {
- "518": 1
- }
- },
- {
- "level": 38,
- "cash": 1,
- "units": {
- "560": 1
- }
- },
- {
- "level": 37,
- "cash": 1,
- "units": {
- "556": 1
- }
- },
- {
- "level": 36,
- "cash": 1,
- "units": {
- "608": 1
- }
- },
- {
- "level": 35,
- "cash": 1,
- "units": {
- "603": 1,
- "123": 1
- }
- },
- {
- "level": 34,
- "cash": 1,
- "units": {
- "540": 1
- }
- },
- {
- "level": 33,
- "cash": 1,
- "units": {
- "565": 1
- }
- },
- {
- "level": 32,
- "cash": 1,
- "units": {
- "534": 1
- }
- },
- {
- "level": 31,
- "cash": 1,
- "units": {
- "507": 1
- }
- },
- {
- "level": 30,
- "cash": 1,
- "units": {
- "655": 1,
- "124": 1
- }
- },
- {
- "level": 29,
- "cash": 1,
- "units": {
- "573": 1
- }
- },
- {
- "level": 28,
- "cash": 1,
- "units": {
- "578": 1
- }
- },
- {
- "level": 27,
- "cash": 1,
- "units": {
- "555": 1
- }
- },
- {
- "level": 26,
- "cash": 1,
- "units": {
- "541": 1
- }
- },
- {
- "level": 25,
- "cash": 1,
- "units": {
- "643": 1,
- "128": 1
- }
- },
- {
- "level": 23,
- "cash": 1,
- "units": {
- "574": 1
- }
- },
- {
- "level": 22,
- "cash": 1,
- "units": {
- "633": 1
- }
- },
- {
- "level": 21,
- "cash": 1,
- "units": {
- "606": 1
- }
- },
- {
- "level": 20,
- "cash": 1,
- "units": {
- "615": 1,
- "126": 1
- }
- },
- {
- "level": 19,
- "cash": 1,
- "units": {
- "620": 1
- }
- },
- {
- "level": 24,
- "cash": 1,
- "units": {
- "577": 1
- }
- },
- {
- "level": 18,
- "cash": 1,
- "units": {
- "627": 1
- }
- },
- {
- "level": 17,
- "cash": 1,
- "units": {
- "652": 1
- }
- },
- {
- "level": 16,
- "cash": 1,
- "units": {
- "623": 1
- }
- },
- {
- "level": 15,
- "cash": 1,
- "units": {
- "638": 1,
- "121": 1
- }
- },
- {
- "level": 14,
- "cash": 1,
- "units": {
- "662": 1
- }
- },
- {
- "level": 13,
- "cash": 1,
- "units": {
- "644": 1
- }
- },
- {
- "level": 12,
- "cash": 1,
- "units": {
- "683": 1
- }
- },
- {
- "level": 11,
- "cash": 1,
- "units": {
- "626": 1
- }
- },
- {
- "level": 10,
- "cash": 1,
- "units": {
- "651": 10,
- "122": 1
- }
- },
- {
- "level": 9,
- "cash": 1,
- "units": {
- "699": 1
- }
- },
- {
- "level": 8,
- "cash": 1,
- "units": {
- "646": 1
- }
- },
- {
- "level": 7,
- "cash": 1,
- "units": {
- "706": 1
- }
- },
- {
- "level": 6,
- "cash": 1,
- "units": {
- "686": 10
- }
- },
- {
- "level": 5,
- "cash": 1,
- "units": {
- "660": 1,
- "575": 10
- }
- },
- {
- "level": 4,
- "cash": 1,
- "units": {
- "661": 1
- }
- },
- {
- "level": 3,
- "cash": 1,
- "units": {
- "694": 1
- }
- },
- {
- "level": 2,
- "cash": 1,
- "units": {
- "712": 1
- }
- },
- {
- "level": 1,
- "cash": 1,
- "units": {
- "650": 1,
- "686": 10
- }
- }
- ],
- "tournament_type": {
- "1": {
- "id": 1,
- "name": "NEWBIES",
- "resource_type": "g",
- "cost": 500,
- "prize": [
- {
- "g": 1500,
- "u": {
- "662": 1
- }
- },
- {
- "g": 1500,
- "u": {
- "729": 1
- }
- },
- {
- "g": 1500,
- "u": {
- "699": 1
- }
- },
- {
- "g": 1500,
- "u": {
- "712": 1
- }
- },
- {
- "g": 1500,
- "u": {
- "751": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel1.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "2": {
- "id": 2,
- "name": "ADVANCED",
- "resource_type": "c",
- "cost": 15,
- "prize": [
- {
- "c": 30,
- "u": {
- "831": 1
- }
- },
- {
- "c": 30,
- "u": {
- "755": 1
- }
- },
- {
- "c": 30,
- "u": {
- "745": 1
- }
- },
- {
- "c": 30,
- "u": {
- "861": 1
- }
- },
- {
- "c": 30,
- "u": {
- "786": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel2.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "3": {
- "id": 3,
- "name": "BEGINNERS",
- "resource_type": "g",
- "cost": 2000,
- "prize": [
- {
- "g": 6000,
- "u": {
- "771": 1
- }
- },
- {
- "g": 6000,
- "u": {
- "795": 1
- }
- },
- {
- "g": 6000,
- "u": {
- "711": 1
- }
- },
- {
- "g": 6000,
- "u": {
- "753": 1
- }
- },
- {
- "g": 6000,
- "u": {
- "749": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel3.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "4": {
- "id": 4,
- "name": "PROFESSIONAL",
- "resource_type": "c",
- "cost": 30,
- "prize": [
- {
- "c": 60,
- "u": {
- "737": 1
- }
- },
- {
- "c": 60,
- "u": {
- "736": 1
- }
- },
- {
- "c": 60,
- "u": {
- "764": 1
- }
- },
- {
- "c": 60,
- "u": {
- "829": 1
- }
- },
- {
- "c": 60,
- "u": {
- "714": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel4.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "5": {
- "id": 5,
- "name": "AMATEURS",
- "resource_type": "g",
- "cost": 5000,
- "prize": [
- {
- "g": 15000,
- "u": {
- "814": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "867": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "782": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "768": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "784": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel5.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "6": {
- "id": 6,
- "name": "THE BEST",
- "resource_type": "c",
- "cost": 50,
- "prize": [
- {
- "c": 100,
- "u": {
- "847": 1
- }
- },
- {
- "c": 100,
- "u": {
- "793": 1
- }
- },
- {
- "c": 100,
- "u": {
- "884": 1
- }
- },
- {
- "c": 100,
- "u": {
- "766": 1
- }
- },
- {
- "c": 100,
- "u": {
- "826": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel6.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "7": {
- "id": 7,
- "name": "MID-LEVEL",
- "resource_type": "g",
- "cost": 15000,
- "prize": [
- {
- "g": 45000,
- "u": {
- "749": 1
- }
- },
- {
- "g": 45000,
- "u": {
- "748": 1
- }
- },
- {
- "g": 45000,
- "u": {
- "722": 1
- }
- },
- {
- "g": 45000,
- "u": {
- "803": 1
- }
- },
- {
- "g": 45000,
- "u": {
- "789": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel7.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "8": {
- "id": 8,
- "name": "WEEKLY GOLD",
- "resource_type": "g",
- "cost": 500,
- "prize": [
- {
- "g": 100000,
- "u": {
- "847": 1
- }
- },
- {
- "g": 75000,
- "u": {
- "777": 1
- }
- },
- {
- "g": 50000,
- "u": {
- "766": 1
- }
- },
- {
- "g": 25000,
- "u": {
- "766": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "758": 1
- }
- },
- {
- "g": 10000,
- "u": {
- "736": 1
- }
- },
- {
- "g": 5000,
- "u": {
- "714": 1
- }
- },
- {
- "g": 5000,
- "u": {
- "695": 1
- }
- },
- {
- "g": 5000,
- "u": {
- "684": 1
- }
- },
- {
- "g": 5000,
- "u": {
- "649": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "tournament_weekly_gold.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 7,
- "weekly_opponent": {
- "10000001": {
- "user_name": "Bot 1",
- "picture": "weekly_tournament_bot1.png",
- "xp": 1256,
- "level": 15,
- "country": "ES",
- "team": [
- 643,
- 643,
- 643,
- 649,
- 684,
- 684,
- 649,
- 643,
- 643,
- 643,
- 638,
- 638,
- 638,
- 638,
- 638,
- 651,
- 651,
- 651,
- 651,
- 651
- ]
- },
- "10000002": {
- "user_name": "Bot 2",
- "picture": "weekly_tournament_bot2.png",
- "xp": 1256,
- "level": 15,
- "country": "ES",
- "team": [
- 752,
- 752,
- 752,
- 695,
- 714,
- 714,
- 695,
- 752,
- 752,
- 752,
- 749,
- 749,
- 749,
- 749,
- 749,
- 724,
- 724,
- 724,
- 724,
- 724
- ]
- },
- "10000003": {
- "user_name": "Bot 3",
- "picture": "weekly_tournament_bot3.png",
- "xp": 1256,
- "level": 15,
- "country": "ES",
- "team": [
- 745,
- 745,
- 744,
- 736,
- 708,
- 708,
- 736,
- 744,
- 745,
- 745,
- 781,
- 781,
- 781,
- 781,
- 781,
- 754,
- 754,
- 754,
- 754,
- 754
- ]
- }
- }
- }
- },
- "darts_items": [
- {
- "id": 1,
- "start_date": "2012-01-31 23:00:00",
- "items": [
- 735,
- 849,
- 687,
- 683,
- 633,
- 774
- ],
- "extra_item": 837
- },
- {
- "id": 2,
- "start_date": "2012-02-05 23:00:00",
- "items": [
- 641,
- 820,
- 661,
- 652,
- 632,
- 552
- ],
- "extra_item": 835
- },
- {
- "id": 3,
- "start_date": "2012-02-12 23:00:00",
- "items": [
- 642,
- 814,
- 660,
- 727,
- 721,
- 555
- ],
- "extra_item": 838
- },
- {
- "id": 4,
- "start_date": "2012-02-19 23:00:00",
- "items": [
- 724,
- 813,
- 635,
- 712,
- 654,
- 564
- ],
- "extra_item": 834
- },
- {
- "id": 5,
- "start_date": "2012-02-26 23:00:00",
- "items": [
- 732,
- 790,
- 694,
- 706,
- 645,
- 577
- ],
- "extra_item": 836
- },
- {
- "id": 6,
- "start_date": "2012-03-04 23:00:00",
- "items": [
- 706,
- 719,
- 533,
- 609,
- 532,
- 577
- ],
- "extra_item": 838
- },
- {
- "id": 7,
- "start_date": "2012-03-11 23:00:00",
- "items": [
- 655,
- 699,
- 534,
- 730,
- 627,
- 572
- ],
- "extra_item": 834
- },
- {
- "id": 8,
- "start_date": "2012-03-18 23:00:00",
- "items": [
- 725,
- 771,
- 560,
- 537,
- 563,
- 515
- ],
- "extra_item": 836
- },
- {
- "id": 9,
- "start_date": "2012-03-25 23:00:00",
- "items": [
- 712,
- 774,
- 610,
- 779,
- 576,
- 620
- ],
- "extra_item": 837
- },
- {
- "id": 10,
- "start_date": "2012-04-01 23:00:00",
- "items": [
- 555,
- 554,
- 564,
- 619,
- 507,
- 535
- ],
- "extra_item": 833
- },
- {
- "id": 11,
- "start_date": "2012-04-08 23:00:00",
- "items": [
- 702,
- 727,
- 618,
- 578,
- 551,
- 573
- ],
- "extra_item": 839
- },
- {
- "id": 12,
- "start_date": "2012-04-15 23:00:00",
- "items": [
- 663,
- 647,
- 759,
- 552,
- 508,
- 540
- ],
- "extra_item": 832
- },
- {
- "id": 13,
- "start_date": "2012-04-22 23:00:00",
- "items": [
- 700,
- 825,
- 614,
- 575,
- 573,
- 513
- ],
- "extra_item": 835
- },
- {
- "id": 14,
- "start_date": "2012-04-29 23:00:00",
- "items": [
- 514,
- 627,
- 628,
- 688,
- 796,
- 555
- ],
- "extra_item": 833
- },
- {
- "id": 15,
- "start_date": "2012-05-06 23:00:00",
- "items": [
- 572,
- 535,
- 550,
- 633,
- 749,
- 647
- ],
- "extra_item": 766
- },
- {
- "id": 16,
- "start_date": "2012-05-13 23:00:00",
- "items": [
- 620,
- 563,
- 701,
- 648,
- 825,
- 727
- ],
- "extra_item": 835
- },
- {
- "id": 17,
- "start_date": "2012-05-20 23:00:00",
- "items": [
- 515,
- 507,
- 651,
- 629,
- 554,
- 655
- ],
- "extra_item": 777
- },
- {
- "id": 18,
- "start_date": "2012-05-27 23:00:00",
- "items": [
- 508,
- 646,
- 539,
- 731,
- 615,
- 663
- ],
- "extra_item": 837
- },
- {
- "id": 19,
- "start_date": "2012-06-03 23:00:00",
- "items": [
- 576,
- 573,
- 645,
- 574,
- 556,
- 712
- ],
- "extra_item": 785
- },
- {
- "id": 20,
- "start_date": "2012-06-10 23:00:00",
- "items": [
- 513,
- 540,
- 626,
- 687,
- 603,
- 725
- ],
- "extra_item": 839
- },
- {
- "id": 21,
- "start_date": "2012-06-17 23:00:00",
- "items": [
- 751,
- 573,
- 622,
- 541,
- 719,
- 623
- ],
- "extra_item": 793
- },
- {
- "id": 22,
- "start_date": "2012-06-24 23:00:00",
- "items": [
- 514,
- 703,
- 628,
- 644,
- 702,
- 555
- ],
- "extra_item": 841
- },
- {
- "id": 23,
- "start_date": "2012-07-01 23:00:00",
- "items": [
- 628,
- 535,
- 652,
- 633,
- 749,
- 768
- ],
- "extra_item": 793
- },
- {
- "id": 24,
- "start_date": "2012-07-08 23:00:00",
- "items": [
- 574,
- 802,
- 662,
- 648,
- 825,
- 771
- ],
- "extra_item": 840
- },
- {
- "id": 25,
- "start_date": "2012-07-15 23:00:00",
- "items": [
- 633,
- 507,
- 651,
- 704,
- 699,
- 655
- ],
- "extra_item": 798
- },
- {
- "id": 26,
- "start_date": "2012-07-22 23:00:00",
- "items": [
- 508,
- 551,
- 539,
- 731,
- 882,
- 663
- ],
- "extra_item": 839
- },
- {
- "id": 27,
- "start_date": "2012-07-29 23:00:00",
- "items": [
- 783,
- 573,
- 750,
- 574,
- 774,
- 712
- ],
- "extra_item": 826
- },
- {
- "id": 28,
- "start_date": "2012-08-05 23:00:00",
- "items": [
- 539,
- 540,
- 626,
- 759,
- 603,
- 790
- ],
- "extra_item": 838
- },
- {
- "id": 29,
- "start_date": "2012-08-12 23:00:00",
- "items": [
- 751,
- 573,
- 622,
- 609,
- 719,
- 854
- ],
- "extra_item": 837
- },
- {
- "id": 30,
- "start_date": "2012-08-19 23:00:00",
- "items": [
- 577,
- 535,
- 609,
- 533,
- 719,
- 706
- ],
- "extra_item": 785
- },
- {
- "id": 31,
- "start_date": "2012-08-26 23:00:00",
- "items": [
- 572,
- 627,
- 730,
- 534,
- 699,
- 655
- ],
- "extra_item": 839
- },
- {
- "id": 32,
- "start_date": "2012-09-02 23:00:00",
- "items": [
- 515,
- 563,
- 537,
- 560,
- 771,
- 725
- ],
- "extra_item": 847
- },
- {
- "id": 33,
- "start_date": "2012-09-09 23:00:00",
- "items": [],
- "extra_item": 0
- }
- ],
- "iphone_missions": {
- "1": {
- "missionGroupId": 1,
- "icon": "..\/img\/iPhone\/missions\/desert.png",
- "background": "..\/img\/iPhone\/missions\/desert_background.png",
- "harbourIid": 0,
- "name": "Lost Sands",
- "rank": 1,
- "rankUpUnitsGived": [
- 730,
- 779,
- 865,
- 626,
- 733,
- 629,
- 652
- ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Anubis God",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 5,
- "itemsRequired": [],
- "reward": [
- {
- "qtyMin": 40,
- "qtyMax": 50,
- "type": "g"
- },
- {
- "qty": 2,
- "type": "x"
- }
- ],
- "lootUnits": [
- 612,
- 613,
- 614
- ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "The Hyksos",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 10,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 3
- }
- ],
- "reward": [
- {
- "qtyMin": 80,
- "qtyMax": 100,
- "type": "g"
- },
- {
- "qty": 3,
- "type": "x"
- }
- ],
- "lootUnits": [
- 577,
- 578,
- 607
- ],
- "lootChance": 20
- },
- "3": {
- "missionId": 3,
- "name": "The Evil Mummy",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 10,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 90,
- "qtyMax": 110,
- "type": "g"
- },
- {
- "qty": 5,
- "type": "x"
- }
- ],
- "lootUnits": [
- 614,
- 615,
- 616
- ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Neptune",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 15,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 1
- }
- ],
- "reward": [
- {
- "qtyMin": 120,
- "qtyMax": 150,
- "type": "g"
- },
- {
- "qty": 7,
- "type": "x"
- }
- ],
- "lootUnits": [
- 619,
- 620,
- 623
- ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "Detestable Ra",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 15,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 3
- }
- ],
- "reward": [
- {
- "qtyMin": 70,
- "qtyMax": 80,
- "type": "w"
- },
- {
- "qty": 10,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 718,
- 535
- ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "The Ruler Priest",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 20,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 180,
- "qtyMax": 200,
- "type": "g"
- },
- {
- "qty": 12,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 533,
- 535
- ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "The Sphynx",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 20,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 3
- }
- ],
- "reward": [
- {
- "qtyMin": 190,
- "qtyMax": 220,
- "type": "g"
- },
- {
- "qty": 15,
- "type": "x"
- }
- ],
- "lootUnits": [
- 626,
- 606,
- 618
- ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Big Pyramid",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 25,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 230,
- "qtyMax": 250,
- "type": "f"
- },
- {
- "qty": 18,
- "type": "x"
- }
- ],
- "lootUnits": [
- 628,
- 638,
- 539
- ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Sacrifice Ritual",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 25,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 7
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 7
- }
- ],
- "reward": [
- {
- "qtyMin": 240,
- "qtyMax": 260,
- "type": "g"
- },
- {
- "qty": 20,
- "type": "x"
- }
- ],
- "lootUnits": [
- 652,
- 608,
- 662
- ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "The Greek BIG BOSS",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 30,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 9
- },
- {
- "item_id": 516,
- "quantity": 7
- },
- {
- "item_id": 512,
- "quantity": 7
- },
- {
- "item_id": 519,
- "quantity": 3
- }
- ],
- "reward": [
- {
- "qtyMin": 300,
- "qtyMax": 320,
- "type": "g"
- },
- {
- "qty": 22,
- "type": "x"
- }
- ],
- "lootUnits": [
- 687,
- 698,
- 540
- ],
- "lootChance": 10
- }
- }
- },
- "2": {
- "missionGroupId": 2,
- "icon": "..\/img\/iPhone\/missions\/forest.png",
- "background": "..\/img\/iPhone\/missions\/forest_background.png",
- "harbourIid": 50005,
- "name": "Britania",
- "rank": 1,
- "rankUpUnitsGived": [
- 651,
- 701,
- 750,
- 683,
- 729,
- 2005,
- 702
- ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Willy Wallace",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 25,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 7
- }
- ],
- "reward": [
- {
- "qtyMin": 350,
- "qtyMax": 380,
- "type": "g"
- },
- {
- "qty": 10,
- "type": "x"
- }
- ],
- "lootUnits": [
- 612,
- 628,
- 614
- ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "Skirt Issues",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 25,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 375,
- "qtyMax": 400,
- "type": "g"
- },
- {
- "qty": 15,
- "type": "x"
- }
- ],
- "lootUnits": [
- 622,
- 578,
- 607
- ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Camelot path",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 30,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 420,
- "qtyMax": 440,
- "type": "g"
- },
- {
- "qty": 20,
- "type": "x"
- }
- ],
- "lootUnits": [
- 614,
- 520,
- 616
- ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Round Table",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 30,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 215,
- "qtyMax": 225,
- "type": "w"
- },
- {
- "qty": 30,
- "type": "x"
- }
- ],
- "lootUnits": [
- 619,
- 627,
- 623
- ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "Lady's Lake",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 35,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 500,
- "qtyMax": 525,
- "type": "g"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 719,
- 535
- ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "Sacred Sword",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 35,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 510,
- "qtyMax": 540,
- "type": "g"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [
- 751,
- 533,
- 535
- ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "The Holy Grial",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 40,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 580,
- "qtyMax": 600,
- "type": "f"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [
- 502,
- 606,
- 618
- ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Druids Council",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 40,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 600,
- "qtyMax": 620,
- "type": "g"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [
- 628,
- 683,
- 539
- ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Finding herbs",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 45,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 25
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 675,
- "qtyMax": 680,
- "type": "g"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [
- 779,
- 608,
- 662
- ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "Free Nessy",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 50,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 25
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 15
- },
- {
- "item_id": 520,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 750,
- "qtyMax": 800,
- "type": "g"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [
- 687,
- 706,
- 540
- ],
- "lootChance": 10
- }
- }
- },
- "3": {
- "missionGroupId": 3,
- "icon": "..\/img\/iPhone\/missions\/snow.png",
- "background": "..\/img\/iPhone\/missions\/snow_background.png",
- "harbourIid": 50011,
- "name": "North Kingdom",
- "rank": 1,
- "rankUpUnitsGived": [
- 769,
- 648,
- 704,
- 866,
- 712,
- 2027,
- 749
- ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Winter is coming",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 40,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 760,
- "qtyMax": 800,
- "type": "g"
- },
- {
- "qty": 15,
- "type": "x"
- }
- ],
- "lootUnits": [
- 802,
- 613,
- 614
- ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "Ice Lake",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 40,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 780,
- "qtyMax": 800,
- "type": "g"
- },
- {
- "qty": 20,
- "type": "x"
- }
- ],
- "lootUnits": [
- 577,
- 712,
- 607
- ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Cold Mountain",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 45,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 880,
- "qtyMax": 900,
- "type": "g"
- },
- {
- "qty": 30,
- "type": "x"
- }
- ],
- "lootUnits": [
- 557,
- 615,
- 616
- ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Penguin runaway",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 45,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 440,
- "qtyMax": 450,
- "type": "w"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [
- 619,
- 870,
- 623
- ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "Alpine Trolls",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 50,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 950,
- "qtyMax": 1000,
- "type": "g"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 718,
- 508
- ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "Avalanche",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 50,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 980,
- "qtyMax": 1000,
- "type": "g"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 721,
- 535
- ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "Frozen Cave",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 60,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 15
- },
- {
- "item_id": 514,
- "quantity": 7
- }
- ],
- "reward": [
- {
- "qtyMin": 1100,
- "qtyMax": 1200,
- "type": "f"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [
- 768,
- 606,
- 618
- ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "White Forest",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 60,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 15
- },
- {
- "item_id": 514,
- "quantity": 12
- }
- ],
- "reward": [
- {
- "qtyMin": 1150,
- "qtyMax": 1200,
- "type": "g"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [
- 628,
- 825,
- 539
- ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Let it snow",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 20
- },
- {
- "item_id": 514,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1380,
- "qtyMax": 1400,
- "type": "g"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [
- 652,
- 651,
- 662
- ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "Yeti's Patriarch",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 75,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 30
- },
- {
- "item_id": 518,
- "quantity": 25
- },
- {
- "item_id": 514,
- "quantity": 20
- },
- {
- "item_id": 521,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 1450,
- "qtyMax": 1500,
- "type": "g"
- },
- {
- "qty": 150,
- "type": "x"
- }
- ],
- "lootUnits": [
- 652,
- 698,
- 540
- ],
- "lootChance": 10
- }
- }
- },
- "4": {
- "missionGroupId": 4,
- "icon": "..\/img\/iPhone\/missions\/japan.png",
- "background": "..\/img\/iPhone\/missions\/japan_background.png",
- "harbourIid": 50022,
- "name": "Oriental War",
- "rank": 1,
- "rankUpUnitsGived": [
- 790,
- 655,
- 771,
- 721,
- 732,
- 715,
- 822
- ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Samurai Path",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 60,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1450,
- "qtyMax": 1500,
- "type": "g"
- },
- {
- "qty": 20,
- "type": "x"
- }
- ],
- "lootUnits": [
- 612,
- 613,
- 554
- ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "Cherry Blossom",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 60,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 1480,
- "qtyMax": 1500,
- "type": "g"
- },
- {
- "qty": 30,
- "type": "x"
- }
- ],
- "lootUnits": [
- 705,
- 578,
- 607
- ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Hidden Village",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 65,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 1500,
- "qtyMax": 1600,
- "type": "g"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [
- 614,
- 729,
- 616
- ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Fireworks night",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 65,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 750,
- "qtyMax": 800,
- "type": "w"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [
- 619,
- 620,
- 623
- ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "The Shogunate",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1600,
- "qtyMax": 1700,
- "type": "g"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [
- 750,
- 718,
- 535
- ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "Kung Fu lessons",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 1650,
- "qtyMax": 1700,
- "type": "g"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 533,
- 761
- ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "Seven Swords",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 75,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- },
- {
- "item_id": 540,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 1800,
- "qtyMax": 1900,
- "type": "f"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [
- 797,
- 606,
- 618
- ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Katana Forge",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 75,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- },
- {
- "item_id": 540,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1850,
- "qtyMax": 1900,
- "type": "g"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [
- 628,
- 635,
- 539
- ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Dragon Mountain",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 80,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 25
- },
- {
- "item_id": 540,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 1900,
- "qtyMax": 2000,
- "type": "g"
- },
- {
- "qty": 150,
- "type": "x"
- }
- ],
- "lootUnits": [
- 652,
- 608,
- 629
- ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "The Ocher Ninja",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 80,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 25
- },
- {
- "item_id": 540,
- "quantity": 20
- },
- {
- "item_id": 541,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 1950,
- "qtyMax": 2000,
- "type": "g"
- },
- {
- "qty": 175,
- "type": "x"
- }
- ],
- "lootUnits": [
- 699,
- 698,
- 540
- ],
- "lootChance": 10
- }
- }
- },
- "5": {
- "missionGroupId": 5,
- "icon": "..\/img\/iPhone\/missions\/mineral.png",
- "background": "..\/img\/iPhone\/missions\/mineral_background.png",
- "harbourIid": 50023,
- "name": "Ancient Greece",
- "rank": 1,
- "rankUpUnitsGived": [
- 813,
- 663,
- 796,
- 643,
- 694,
- 661,
- 635
- ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Spartan meeting",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 2000,
- "qtyMax": 2100,
- "type": "g"
- },
- {
- "qty": 30,
- "type": "x"
- }
- ],
- "lootUnits": [
- 612,
- 648,
- 614
- ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "This is madness",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 2050,
- "qtyMax": 2100,
- "type": "g"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [
- 644,
- 578,
- 607
- ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Olympia crisis",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 80,
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 30
- }
- ],
- "reward": [
- {
- "qtyMin": 2300,
- "qtyMax": 2400,
- "type": "g"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [
- 614,
- 663,
- 616
- ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Zeus request",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 80,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1100,
- "qtyMax": 1200,
- "type": "w"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [
- 655,
- 620,
- 623
- ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "Scylla's crossing",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 90,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 2600,
- "qtyMax": 2700,
- "type": "g"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 647,
- 535
- ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "Temple run",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 90,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 2650,
- "qtyMax": 2700,
- "type": "g"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 533,
- 700
- ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "Pan's Flute",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 2900,
- "qtyMax": 3000,
- "type": "f"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [
- 626,
- 774,
- 618
- ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Colossus' shadow",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 2950,
- "qtyMax": 3000,
- "type": "g"
- },
- {
- "qty": 150,
- "type": "x"
- }
- ],
- "lootUnits": [
- 749,
- 638,
- 539
- ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Row of the Titans",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 2975,
- "qtyMax": 3000,
- "type": "g"
- },
- {
- "qty": 175,
- "type": "x"
- }
- ],
- "lootUnits": [
- 652,
- 702,
- 662
- ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "The Thunderbirds",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 541,
- "quantity": 25
- },
- {
- "item_id": 662,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 2990,
- "qtyMax": 3100,
- "type": "g"
- },
- {
- "qty": 200,
- "type": "x"
- }
- ],
- "lootUnits": [
- 687,
- 660,
- 540
- ],
- "lootChance": 10
- }
- }
- },
- "6": {
- "missionGroupId": 6,
- "icon": "..\/img\/iPhone\/missions\/mountain.png",
- "background": "..\/img\/iPhone\/missions\/mountain_background.png",
- "harbourIid": 50024,
- "name": "Mountain",
- "rank": 1,
- "rankUpUnitsGived": [
- 814,
- 700,
- 711,
- 754,
- 867,
- 872,
- 765
- ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "The ascent",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 3400,
- "qtyMax": 3500,
- "type": "g"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [
- 612,
- 752,
- 614
- ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "Vertical limit",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 120,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 30
- }
- ],
- "reward": [
- {
- "qtyMin": 4100,
- "qtyMax": 4200,
- "type": "g"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [
- 795,
- 578,
- 607
- ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Cliffhanger",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 140,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 35
- }
- ],
- "reward": [
- {
- "qtyMin": 4700,
- "qtyMax": 4900,
- "type": "g"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [
- 614,
- 661,
- 616
- ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Crumbling",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 150,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 2400,
- "qtyMax": 2600,
- "type": "w"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [
- 715,
- 620,
- 623
- ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "127 hours",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 160,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 5400,
- "qtyMax": 5600,
- "type": "g"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 724,
- 535
- ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "To the top",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 170,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- }
- ],
- "reward": [
- {
- "qtyMin": 5700,
- "qtyMax": 5950,
- "type": "g"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [
- 603,
- 533,
- 789
- ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "The conquest",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 180,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 6150,
- "qtyMax": 6300,
- "type": "f"
- },
- {
- "qty": 150,
- "type": "x"
- }
- ],
- "lootUnits": [
- 756,
- 606,
- 618
- ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Rocks & dust",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 200,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 6800,
- "qtyMax": 7000,
- "type": "g"
- },
- {
- "qty": 175,
- "type": "x"
- }
- ],
- "lootUnits": [
- 628,
- 764,
- 539
- ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Going down",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 220,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 30
- }
- ],
- "reward": [
- {
- "qtyMin": 7500,
- "qtyMax": 7700,
- "type": "g"
- },
- {
- "qty": 200,
- "type": "x"
- }
- ],
- "lootUnits": [
- 799,
- 608,
- 662
- ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "The Third Man",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 250,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 30
- },
- {
- "item_id": 610,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 8500,
- "qtyMax": 8750,
- "type": "g"
- },
- {
- "qty": 250,
- "type": "x"
- }
- ],
- "lootUnits": [
- 742,
- 698,
- 540
- ],
- "lootChance": 10
- }
- }
- }
- },
- "iphone_config": {
- "BANNERS": [
- {
- "url": "img\/iPhone\/banners\/test_banner.jpg",
- "link": "link"
- }
- ],
- "APP_RATED_CASH": 5,
- "SPECIAL_BUILDS_MODIFIERS_VALUES": {
- "Blacksmith": {
- "50006": 5,
- "50012": 15,
- "50025": 20,
- "50026": 25,
- "50027": 30
- },
- "University": {
- "50008": 5,
- "50014": 15,
- "50028": 20,
- "50029": 25,
- "50030": 30
- },
- "Townhall": {
- "50001": 2,
- "50007": 4,
- "50015": 6,
- "50018": 9,
- "50019": 12
- },
- "Oracle": {
- "50010": 5
- },
- "Embassy": {
- "50003": 50,
- "50009": 100,
- "50016": 150,
- "50020": 200,
- "50021": 250
- }
- },
- "UNIT_COLLECT_WONDERS": {
- "49992": [
- 661,
- 555,
- 534,
- 533
- ]
- },
- "ALLOWED_REQUEST_TYPES": [
- "gift",
- "spe_gift",
- "hire",
- "help_collect",
- "potion"
- ],
- "APP_RATED_MAIN_SCREEN_ENABLED": 1,
- "NEWS_EN": [
- "new_adventures.png",
- "new_bahamutNest.png",
- "new_barrack.png",
- "new_battle.png"
- ],
- "NEWS_ES": [
- "new_adventures.png",
- "new_bahamutNest.png",
- "new_barrack.png",
- "new_battle.png"
- ],
- "DEFAULT_MAX_PVP_ATTACKS": 3,
- "PVP_OPPONENT_DEFENCE_DIVISOR": 2,
- "TOWERS_LIMIT_BY_LEVEL": 5,
- "PVP_ALGORITHM_PERCENTAGE_ALTER": 20,
- "PVP_MAX_PERCENTAGE_OPPONENT_LOST": 10,
- "NOT_ENOUGH_ENERGY_ATTACKS_POPUP_LEVEL": 1,
- "PVP_ATTACK_RELOAD_TIME": 300,
- "PVP_XP_WIN": 2,
- "PVP_MIN_RESOURCES_MULT_LESS_10": 25,
- "PVP_MAX_RESOURCES_MULT_LESS_10": 50,
- "PVP_MIN_RESOURCES_MULT_GREATER_10": 25,
- "PVP_MAX_RESOURCES_MULT_GREATER_10": 100,
- "PVP_AND_ENERGY_REFILL_COST": 5,
- "PVP_GIVE_GOLD_PROBABILITY": 30,
- "PVP_GIVE_FOOD_PROBABILITY": 30,
- "PVP_GIVE_WOOD_PROBABILITY": 30,
- "PVP_GIVE_STONE_PROBABILITY": 10,
- "INITIAL_MAX_ARMY_SIZE": 25,
- "ARMY_SIZE_BY_LEVEL": 5,
- "ARMY_SIZE_BY_FRIEND": 20,
- "MAX_FRIENDS_FOR_ARMY_SIZE": 10,
- "GOAL_LEVELS": {
- "1": 3,
- "6": 4,
- "10": 5
- },
- "MINIMUM_GIFT_INTERVAL": 86400,
- "MINIMUM_REFILL_NOTIFICATION_TIME": 300,
- "MAXIMUM_COLLECT_NOTIFICATION_BY_DAY": 6,
- "RESOURCE_NOTIFICATION_MAXIMUM_GROUP_TIME": 3600,
- "DRAGON_NOTIFICATION_MAXIMUM_GROUP_TIME": 21600,
- "MISS_YOU_NOTIFICATION_TIME": [
- 86400,
- 259200,
- 604800
- ],
- "MAXIMUM_PVP_NOTIFICATION_BY_DAY": 2,
- "MAXIMUM_GIFT_NOTIFICATION_BY_DAY": 5,
- "GIFTS": [
- 635,
- 694,
- 702,
- 752,
- 867,
- 866,
- 796,
- 661,
- 754,
- 683,
- 784,
- 863,
- 768,
- 2005,
- 2027,
- 727,
- 771,
- 774,
- 623,
- 556
- ],
- "MAXIMUM_COLLECT_REMINDER_NOTIFICATIONS": 2,
- "MAXIMUM_DRAGON_REMINDER_NOTIFICATIONS": 3,
- "MAXIMUM_ENERGY_ATTACKS_REMINDER_NOTIFICATIONS": 4,
- "COLLECT_REMINDER_INTERVAL": 3600,
- "DRAGON_REMINDER_INTERVAL": 3600,
- "ENERGY_ATTACKS_REMINDER_INTERVAL": 3600,
- "FACEBOOK_LOGIN_REMINDER_INTERVAL": 5,
- "INCREASE_POPULATION_LIMIT_COST": 5,
- "INCREASE_POPULATION_LIMIT_AMOUNT": 50,
- "AFTER_LOSING_PVP_UNITS": {
- "736": [
- 15,
- 50
- ],
- "758": [
- 15,
- 50
- ],
- "777": [
- 15,
- 50
- ],
- "785": [
- 15,
- 50
- ],
- "793": [
- 15,
- 50
- ],
- "798": [
- 15,
- 50
- ],
- "847": [
- 15,
- 50
- ],
- "888": [
- 15,
- 50
- ],
- "891": [
- 15,
- 50
- ],
- "2000": [
- 15,
- 50
- ],
- "2013": [
- 15,
- 50
- ],
- "2016": [
- 15,
- 50
- ],
- "766": [
- 15,
- 50
- ],
- "2037": [
- 15,
- 50
- ],
- "2039": [
- 15,
- 50
- ],
- "2043": [
- 15,
- 50
- ],
- "2048": [
- 15,
- 50
- ],
- "2063": [
- 15,
- 50
- ],
- "2069": [
- 15,
- 50
- ],
- "2121": [
- 15,
- 50
- ]
- },
- "AFTER_LOSING_PVP_UNITS_POPUP_BY_SES": 1,
- "RATE_WITH_REWARD": 0,
- "RATE_ON_PVP_INTERVAL": 20
- },
- "iphone_goals": [
- {
- "goalId": "1",
- "stepId": "1",
- "name": "Complete Anubis God Adventure",
- "goalDescription": "Complete Anubis God Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "1_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-1",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "2",
- "stepId": "1",
- "name": "Attack 2 players and win",
- "goalDescription": "Attack 2 players and win the battle to earn resources and xp!",
- "goalHintImage": "2_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "2",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "3",
- "stepId": "1",
- "name": "Complete The Hyksos Adventure",
- "goalDescription": "Complete The Hyksos Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "3_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-2",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "s": 100
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "4",
- "stepId": "1",
- "name": "Complete Neptune Adventure",
- "goalDescription": "Complete Neptune Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "4_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-4",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "s": 100
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "5",
- "stepId": "1",
- "name": "Build Archery I",
- "goalDescription": "Build Archery I. It will allow you to train Light Archer.",
- "goalHintImage": "5_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "41",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "6",
- "stepId": "1",
- "name": "Train 5 more Light Archers",
- "goalDescription": "Train 5 more Light Archers. The more you train, the more powerful your army will be!",
- "goalHintImage": "6_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "516",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 100
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "7",
- "stepId": "1",
- "name": "Complete Detestable Ra Adventure",
- "goalDescription": "Complete Detestable Ra Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "7_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-5",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "8",
- "stepId": "1",
- "name": "Attack 3 players and win",
- "goalDescription": "Attack 3 players and win the battle to earn resources and xp!",
- "goalHintImage": "8_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "3",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "9",
- "stepId": "1",
- "name": "Build Mill I",
- "goalDescription": "Build Mill I. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "9_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "5",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "10",
- "stepId": "1",
- "name": "Select time for Mill I",
- "goalDescription": "Select work time for Mill I to start producing food.",
- "goalHintImage": "10_goalhint.png",
- "goalNotificationType": "Activate Collect Resource",
- "totalQuantity": "1",
- "itemId": "5",
- "title": "",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "11",
- "stepId": "1",
- "name": "Build Gold Mine I",
- "goalDescription": "Build Gold Mine I. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalHintImage": "11_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "13",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 100
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "12",
- "stepId": "1",
- "name": "Select time for Gold Mine I",
- "goalDescription": "Select work time for Gold Mine I to start producing gold.",
- "goalHintImage": "12_goalhint.png",
- "goalNotificationType": "Activate Collect Resource",
- "totalQuantity": "1",
- "itemId": "13",
- "title": "",
- "category": "",
- "reward": [
- {
- "w": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "13",
- "stepId": "1",
- "name": "Build Stables I",
- "goalDescription": "Build Stables I. It will allow you to train Light Knight.",
- "goalHintImage": "13_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "44",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 700
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "14",
- "stepId": "1",
- "name": "Train 5 more Light Knights",
- "goalDescription": "Train 5 more Light Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "14_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "512",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "s": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "15",
- "stepId": "1",
- "name": "Complete Sphinx Adventure",
- "goalDescription": "Complete Sphinx Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "15_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-7",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "16",
- "stepId": "1",
- "name": "Attack 3 players and win",
- "goalDescription": "Attack 3 players and win the battle to earn resources and xp!",
- "goalHintImage": "16_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "3",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "u": 620
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "17",
- "stepId": "1",
- "name": "Collect Gold Mine I",
- "goalDescription": "Collect gold from Gold Mine I.",
- "goalHintImage": "17_goalhint.png",
- "goalNotificationType": "Collect Resource",
- "totalQuantity": "1",
- "itemId": "13",
- "title": "",
- "category": "",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "18",
- "stepId": "1",
- "name": "Build Lumber Mill I",
- "goalDescription": "Build Lumber Mill I. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalHintImage": "18_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "77",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "19",
- "stepId": "1",
- "name": "Build Stone Mine I",
- "goalDescription": "Build Stone Mine I. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalHintImage": "19_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "16",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "w": 500
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "20",
- "stepId": "1",
- "name": "Build Town Hall I",
- "goalDescription": "Build Town Hall I and increase your number of attacks in Battles mode from 3 to 5.",
- "goalHintImage": "20_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50001",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "21",
- "stepId": "1",
- "name": "Build Workshop I",
- "goalDescription": "Build Workshop I. It will allow you to train Ram.",
- "goalHintImage": "21_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "48",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "22",
- "stepId": "1",
- "name": "Train 3 more Ram",
- "goalDescription": "Train 3 more Ram. The more you train, the more powerful your army will be!",
- "goalHintImage": "22_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "3",
- "itemId": "519",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "23",
- "stepId": "1",
- "name": "Attack 5 players and win",
- "goalDescription": "Attack 5 players and win the battle to earn resources and xp!",
- "goalHintImage": "23_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "5",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "24",
- "stepId": "1",
- "name": "Complete Big Pyramid Adventure",
- "goalDescription": "Complete Big Pyramid on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "24_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-8",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "25",
- "stepId": "1",
- "name": "Build Barracks II",
- "goalDescription": "Build Barracks II. It will allow you to train Swordsmen.",
- "goalHintImage": "25_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "39",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "26",
- "stepId": "1",
- "name": "Train 5 more Swordsman",
- "goalDescription": "Train 5 more Swordsman. The more you train, the more powerful your army will be!",
- "goalHintImage": "26_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "510",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "27",
- "stepId": "1",
- "name": "Invite friends",
- "goalDescription": "Invite your friends by Facebook option to Mobile Social Empires. More friends more fun!",
- "goalHintImage": "27_goalhint.png",
- "goalNotificationType": "Invite Friend",
- "totalQuantity": "1",
- "itemId": "",
- "title": "",
- "category": "",
- "reward": [
- {
- "u": 759
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "28",
- "stepId": "1",
- "name": "Build Chicken Ranch",
- "goalDescription": "Build Chicken Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "28_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49999",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 100
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "29",
- "stepId": "1",
- "name": "Collect Resources 4 times",
- "goalDescription": "Collect any of your resources 4 times.",
- "goalHintImage": "29_goalhint.png",
- "goalNotificationType": "Collect Resource",
- "totalQuantity": "4",
- "itemId": "",
- "title": "You collected",
- "category": "",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "30",
- "stepId": "1",
- "name": "Increase Your Army Size to 50",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 50.",
- "goalHintImage": "30_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "5",
- "itemId": "50",
- "title": "Current army",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "31",
- "stepId": "1",
- "name": "Complete Sacrifice Ritual Adventure",
- "goalDescription": "Complete Sacrifice Ritual Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "31_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-9",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "32",
- "stepId": "1",
- "name": "Attack 6 players and win",
- "goalDescription": "Attack 6 players and win the battle to earn resources and xp!",
- "goalHintImage": "32_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "6",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "33",
- "stepId": "1",
- "name": "Rate the Application",
- "goalDescription": "Give us your opinion and rate Mobile Social Empires!",
- "goalHintImage": "33_goalhint.png",
- "goalNotificationType": "Rate App",
- "totalQuantity": "0",
- "itemId": "",
- "title": "",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "34",
- "stepId": "1",
- "name": "Build Archery II",
- "goalDescription": "Build Archery II. It will allow you to train Medium Archer.",
- "goalHintImage": "34_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "42",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "35",
- "stepId": "1",
- "name": "Train 5 more Medium Archers",
- "goalDescription": "Train 5 more Medium Archers. You can train them if you have Archery II. The more you train, the more powerful your army will be!",
- "goalHintImage": "35_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "517",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "36",
- "stepId": "1",
- "name": "Build Embassy I",
- "goalDescription": "Build Embassy I and increase your energy in Adventures from 200 to 250.",
- "goalHintImage": "36_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50003",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "37",
- "stepId": "1",
- "name": "Build Wood Wall",
- "goalDescription": "Build Wood Wall to protect your Empire better.",
- "goalHintImage": "37_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49987",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "38",
- "stepId": "1",
- "name": "Complete all Lost Sands Adventures",
- "goalDescription": "Complete all Lost Sands Adventures and begin rank 2.",
- "goalHintImage": "38_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "1",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "39",
- "stepId": "1",
- "name": "Build Harbour I",
- "goalDescription": "Build Harbour I. It will unlock new a localization called Britania. It will allow you to do more Adventures.",
- "goalHintImage": "39_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50005",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "40",
- "stepId": "1",
- "name": "Build Mill II",
- "goalDescription": "Build Mill II. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "40_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "6",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "41",
- "stepId": "1",
- "name": "Attack 7 players and win",
- "goalDescription": "Attack 7 players and win the battle to earn resources and xp!",
- "goalHintImage": "41_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "7",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "42",
- "stepId": "1",
- "name": "Build Heroes Hall",
- "goalDescription": "Build Heroes Hall. It will give you good units. Every time you collect it you will get one of these four: Barbarian, Willy Wallace, Prince Arthur and Warrior Princess.",
- "goalHintImage": "42_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49992",
- "title": "",
- "category": "wonder",
- "reward": [
- {
- "f": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "43",
- "stepId": "1",
- "name": "Build Stables II",
- "goalDescription": "Build Stables II. It will allow you to train Medium Knight.",
- "goalHintImage": "43_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "45",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "44",
- "stepId": "1",
- "name": "Train 5 more Medium Knights",
- "goalDescription": "Train 5 more Medium Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "44_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "513",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "45",
- "stepId": "1",
- "name": "Build Blacksmith I",
- "goalDescription": "Build Blacksmith I. It will provide you +5% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "45_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50006",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "46",
- "stepId": "1",
- "name": "Build Town Hall II",
- "goalDescription": "Build Town Hall II and increase your number of attacks in Battles mode from 5 to 7.",
- "goalHintImage": "46_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50007",
- "title": "",
- "category": "special",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "47",
- "stepId": "1",
- "name": "Build Gold Mine II",
- "goalDescription": "Build Gold Mine II. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalHintImage": "47_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "14",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "48",
- "stepId": "1",
- "name": "Attack 8 players and win",
- "goalDescription": "Attack 8 players and win the battle to earn resources and xp!",
- "goalHintImage": "48_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "8",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "49",
- "stepId": "1",
- "name": "Upgrade your wall to Reenforced Wall",
- "goalDescription": "Upgrade Your Empire wall to Reenforced Wall to protect it better.",
- "goalHintImage": "49_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49988",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "50",
- "stepId": "1",
- "name": "Build University I",
- "goalDescription": "Build University I. It will provide you +5% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "50_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50008",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "51",
- "stepId": "1",
- "name": "Build Workshop II",
- "goalDescription": "Build Workshop II. It will allow you to train Scorpions.",
- "goalHintImage": "51_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "52",
- "stepId": "1",
- "name": "Train 10 more Scorpion",
- "goalDescription": "Train 10 more Scorpions. The more you train, the more powerful your army will be!",
- "goalHintImage": "52_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "10",
- "itemId": "520",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "53",
- "stepId": "1",
- "name": "Increase Your Army Size to 80",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 80.",
- "goalHintImage": "53_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "80",
- "itemId": "80",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "54",
- "stepId": "1",
- "name": "Complete all Britania Adventures",
- "goalDescription": "Complete all Britania and begin rank 2.",
- "goalHintImage": "54_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "2",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "55",
- "stepId": "1",
- "name": "Build Lumber Mill II",
- "goalDescription": "Build Lumber Mill II. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalHintImage": "55_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "78",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "56",
- "stepId": "1",
- "name": "Attack 10 players and win",
- "goalDescription": "Attack 10 players and win the battle to earn resources and xp!",
- "goalHintImage": "56_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "10",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "57",
- "stepId": "1",
- "name": "Build Pig Ranch",
- "goalDescription": "Build Pig Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "57_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49998",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "58",
- "stepId": "1",
- "name": "Build Embassy II",
- "goalDescription": "Build Embassy II and increase your energy in Adventures from 250 to 300.",
- "goalHintImage": "58_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50009",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "59",
- "stepId": "1",
- "name": "Build Barracks III",
- "goalDescription": "Build Barracks III. It will allow you to train Long Swordsmen.",
- "goalHintImage": "59_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "40",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "60",
- "stepId": "1",
- "name": "Train 10 more Long Swordsmen",
- "goalDescription": "Train 10 more Long Swordsman. The more you train, the more powerful your army will be!",
- "goalHintImage": "60_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "511",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "61",
- "stepId": "1",
- "name": "Build Stone Mine II",
- "goalDescription": "Build Stone Mine II. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalHintImage": "61_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "17",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "62",
- "stepId": "1",
- "name": "Upgrade your wall to Stone Wall",
- "goalDescription": "Upgrade Your Empire wall to Stone Wall to protect it better.",
- "goalHintImage": "62_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49989",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "63",
- "stepId": "1",
- "name": "Attack 12 players and win",
- "goalDescription": "Attack 12 players and win the battle to earn resources and xp!",
- "goalHintImage": "63_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "12",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "64",
- "stepId": "1",
- "name": "Build Archery III",
- "goalDescription": "Build Archery III. It will allow you to train Heavy Archer.",
- "goalHintImage": "64_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "43",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "65",
- "stepId": "1",
- "name": "Train 10 more Heavy Archers",
- "goalDescription": "Train 10 more Heavy Archers. You can train them if you have Archery III. The more you train, the more powerful your army will be!",
- "goalHintImage": "65_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "10",
- "itemId": "518",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "66",
- "stepId": "1",
- "name": "Build Harbour II",
- "goalDescription": "Build Harbour II. It will unlock new a localization called North Kingdom. It will allow you to do more Adventures.",
- "goalHintImage": "66_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50011",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "67",
- "stepId": "1",
- "name": "Build Blacksmith II",
- "goalDescription": "Build Blacksmith II. It provides you +15% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "67_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50012",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "68",
- "stepId": "1",
- "name": "Build Stables III",
- "goalDescription": "Build Stables III. It will allow you to train Heavy Knight.",
- "goalHintImage": "68_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "46",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "69",
- "stepId": "1",
- "name": "Train 15 more Heavy Knights",
- "goalDescription": "Train 15 more Heavy Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "69_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "15",
- "itemId": "514",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "70",
- "stepId": "1",
- "name": "Attack 14 players and win",
- "goalDescription": "Attack 14 players and win the battle to earn resources and xp!",
- "goalHintImage": "70_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "14",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "71",
- "stepId": "1",
- "name": "Build a Magnificent Castle",
- "goalDescription": "Build a Magnificent Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalHintImage": "71_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "1231",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "72",
- "stepId": "1",
- "name": "Build Buey Ranch",
- "goalDescription": "Build Buey Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "72_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49997",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "73",
- "stepId": "1",
- "name": "Increase Your Army Size to 125",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 125.",
- "goalHintImage": "73_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "10",
- "itemId": "125",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "74",
- "stepId": "1",
- "name": "Build University II",
- "goalDescription": "Build University II. It will provide you +15% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "74_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50014",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "75",
- "stepId": "1",
- "name": "Build Workshop III",
- "goalDescription": "Build Workshop III. It will allow you to train Catapults.",
- "goalHintImage": "75_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "76",
- "stepId": "1",
- "name": "Train 10 more Catapult",
- "goalDescription": "Train 10 more Catapult. The more you train, the more powerful your army will be!",
- "goalHintImage": "76_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "10",
- "itemId": "521",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "77",
- "stepId": "1",
- "name": "Build Town Hall III",
- "goalDescription": "Build Town Hall III and increase your number of attacks in Battles mode from 7 to 9.",
- "goalHintImage": "77_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50015",
- "title": "",
- "category": "special",
- "reward": [
- {
- "u": 702
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "78",
- "stepId": "1",
- "name": "Attack 16 players and win",
- "goalDescription": "Attack 16 players and win the battle to earn resources and xp!",
- "goalHintImage": "78_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "16",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "79",
- "stepId": "1",
- "name": "Complete all North Kingdom Adventures",
- "goalDescription": "Complete all North Kingdom Adventures and begin rank 2.",
- "goalHintImage": "79_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "3",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "80",
- "stepId": "1",
- "name": "Build Mill III",
- "goalDescription": "Build Mill III. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "80_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "7",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 350
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "81",
- "stepId": "1",
- "name": "Select time for Mill III",
- "goalDescription": "Select work time for Mill III to start producing food.",
- "goalHintImage": "81_goalhint.png",
- "goalNotificationType": "Activate Collect Resource",
- "totalQuantity": "1",
- "itemId": "7",
- "title": "",
- "category": "",
- "reward": [
- {
- "f": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "82",
- "stepId": "1",
- "name": "Build 5 Towers IV",
- "goalDescription": "Build 5 Towers IV to protect Your Empire better.",
- "goalHintImage": "82_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "5",
- "itemId": "32",
- "title": "You built",
- "category": "defense",
- "reward": [
- {
- "g": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "83",
- "stepId": "1",
- "name": "Build Gold Mine III",
- "goalDescription": "Build Gold Mine III. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalHintImage": "83_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "15",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 350
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "84",
- "stepId": "1",
- "name": "Build Archery Stables",
- "goalDescription": "Build Archery Stables. It will allow you to train Medium Archer Knight.",
- "goalHintImage": "84_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "47",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "85",
- "stepId": "1",
- "name": "Train 10 more Medium Archer Knight",
- "goalDescription": "Train 10 more Medium Archer Knight. The more you train, the more powerful your army will be!",
- "goalHintImage": "85_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "10",
- "itemId": "515",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "86",
- "stepId": "1",
- "name": "Attack 18 players and win",
- "goalDescription": "Attack 18 players and win the battle to earn resources and xp!",
- "goalHintImage": "86_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "18",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "87",
- "stepId": "1",
- "name": "Build a Wizard's Castle",
- "goalDescription": "Build a Wizard's Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalHintImage": "87_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "181",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "88",
- "stepId": "1",
- "name": "Upgrade your wall to Steel Wall",
- "goalDescription": "Upgrade Your Empire wall to Steel Wall to protect it better.",
- "goalHintImage": "88_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49990",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "u": 749
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "89",
- "stepId": "1",
- "name": "Build Workshop IV",
- "goalDescription": "Build Workshop IV. It will allow you to train Cannons.",
- "goalHintImage": "89_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "51",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "90",
- "stepId": "1",
- "name": "Train 15 more Cannons",
- "goalDescription": "Train 15 more Cannons. The more you train, the more powerful your army will be!",
- "goalHintImage": "90_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "15",
- "itemId": "522",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "91",
- "stepId": "1",
- "name": "Build Embassy III",
- "goalDescription": "Build Embassy III and increase your energy in Adventures from 300 to 350.",
- "goalHintImage": "91_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50016",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "92",
- "stepId": "1",
- "name": "Build Lumber Mill III",
- "goalDescription": "Build Lumber Mill III. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalHintImage": "92_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "79",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 400
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "93",
- "stepId": "1",
- "name": "Increase Your Army Size to 150",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 150.",
- "goalHintImage": "93_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "10",
- "itemId": "150",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "94",
- "stepId": "1",
- "name": "Build Harbour III",
- "goalDescription": "Build Harbour III. It will unlock new a localization called Oriental War. It will allow you to do more Adventures.",
- "goalHintImage": "94_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50022",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "95",
- "stepId": "1",
- "name": "Build Barracks IV",
- "goalDescription": "Build Barracks IV. It will allow you to train Powerful Swordsmen.",
- "goalHintImage": "95_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "136",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "96",
- "stepId": "1",
- "name": "Train 25 more Powerful Swordmen",
- "goalDescription": "Train 25 more Powerful Swordmen. The more you train, the more powerful your army will be!",
- "goalHintImage": "96_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "539",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "u": 721
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "97",
- "stepId": "1",
- "name": "Build Blacksmith III",
- "goalDescription": "Build Blacksmith III. It will provide you +20% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "97_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50025",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "98",
- "stepId": "1",
- "name": "Build Stone Mine III",
- "goalDescription": "Build Stone Mine III. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalHintImage": "98_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "18",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 400
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "99",
- "stepId": "1",
- "name": "Build Archery IV",
- "goalDescription": "Build Archery IV. It will allow you to train Powerful Archers.",
- "goalHintImage": "99_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "137",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "100",
- "stepId": "1",
- "name": "Train 20 more Powerful Archers",
- "goalDescription": "Train 20 more Powerful Archers. The more you train, the more powerful your army will be!",
- "goalHintImage": "100_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "20",
- "itemId": "540",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "101",
- "stepId": "1",
- "name": "Attack 20 players and win",
- "goalDescription": "Attack 20 players and win the battle to earn resources and xp!",
- "goalHintImage": "101_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "20",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "102",
- "stepId": "1",
- "name": "Build University III",
- "goalDescription": "Build University. It will provide you +20% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "102_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50028",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "103",
- "stepId": "1",
- "name": "Build Fire Workshop",
- "goalDescription": "Build Fire Workshop. It will allow you to train Fire Cannons.",
- "goalHintImage": "103_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "216",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "104",
- "stepId": "1",
- "name": "Train 15 more Fire Cannons",
- "goalDescription": "Train 15 more Fire Cannons. The more you train, the more powerful your army will be!",
- "goalHintImage": "104_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "15",
- "itemId": "568",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "u": 715
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "105",
- "stepId": "1",
- "name": "Complete all Oriental War Adventures",
- "goalDescription": "Complete all Oriental War Adventures and begin rank 2.",
- "goalHintImage": "105_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "4",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "106",
- "stepId": "1",
- "name": "Build Town Hall IV",
- "goalDescription": "Build Town Hall IV and increase your number of attacks in Battles mode from 9 to 12.",
- "goalHintImage": "106_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50018",
- "title": "",
- "category": "special",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "107",
- "stepId": "1",
- "name": "Build Stables IV",
- "goalDescription": "Build Stables IV. It will allow you to train Powerful Knight.",
- "goalHintImage": "107_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "138",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "108",
- "stepId": "1",
- "name": "Train 25 more Powerful Knights",
- "goalDescription": "Train 25 more Powerful Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "108_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "541",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "109",
- "stepId": "1",
- "name": "Build Mill IV",
- "goalDescription": "Build Mill IV. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "109_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "202",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "110",
- "stepId": "1",
- "name": "Build Embassy IV",
- "goalDescription": "Build Embassy IV and increase your energy in Adventures from 350 to 400.",
- "goalHintImage": "110_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50020",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "111",
- "stepId": "1",
- "name": "Attack 22 players and win",
- "goalDescription": "Attack 22 players and win the battle to earn resources and xp!",
- "goalHintImage": "111_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "22",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "112",
- "stepId": "1",
- "name": "Upgrade your wall to Royal Wall",
- "goalDescription": "Upgrade Your Empire wall to Royal Wall to protect it better.",
- "goalHintImage": "112_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49991",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "f": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "113",
- "stepId": "1",
- "name": "Build Elephants Barracks",
- "goalDescription": "Build Elephants Barracks. It will allow you to train Elephant Riders.",
- "goalHintImage": "113_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49996",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "114",
- "stepId": "1",
- "name": "Train 15 more Elephant Riders",
- "goalDescription": "Train 15 more Elephant Riders. The more you train, the more powerful your army will be!",
- "goalHintImage": "114_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "15",
- "itemId": "603",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "115",
- "stepId": "1",
- "name": "Build Lumber Mill IV",
- "goalDescription": "Build Lumber Mill IV. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalHintImage": "115_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "205",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 600
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "116",
- "stepId": "1",
- "name": "Build a Legendary Castle",
- "goalDescription": "Build a Legendary Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalHintImage": "116_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "1230",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "g": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "117",
- "stepId": "1",
- "name": "Build Ninja Barracks",
- "goalDescription": "Build Ninja Barracks. It will allow you to train Black Ninjas.",
- "goalHintImage": "117_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49995",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "118",
- "stepId": "1",
- "name": "Train 20 more Black Ninjas",
- "goalDescription": "Train 20 more Black Ninjas. The more you train, the more powerful your army will be!",
- "goalHintImage": "118_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "20",
- "itemId": "50031",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "119",
- "stepId": "1",
- "name": "Build Harbour IV",
- "goalDescription": "Build Harbour IV. It will unlock new a localization called Ancient Greece. It will allow you to do more Adventures.",
- "goalHintImage": "119_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50023",
- "title": "",
- "category": "special",
- "reward": [
- {
- "u": 694
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "120",
- "stepId": "1",
- "name": "Build Barracks V",
- "goalDescription": "Build Barracks V. It will allow you to train Royal Swordsmen.",
- "goalHintImage": "120_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "390",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "121",
- "stepId": "1",
- "name": "Increase Your Army Size to 175",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 175.",
- "goalHintImage": "121_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "10",
- "itemId": "175",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "122",
- "stepId": "1",
- "name": "Train 25 more Royal Swordsmen",
- "goalDescription": "Train 25 more Royal Swordsmen. The more you train, the more powerful your army will be!",
- "goalHintImage": "122_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "608",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "123",
- "stepId": "1",
- "name": "Attack 24 players and win",
- "goalDescription": "Attack 24 players and win the battle to earn resources and xp!",
- "goalHintImage": "123_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "24",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "124",
- "stepId": "1",
- "name": "Build Blacksmith IV",
- "goalDescription": "Build Blacksmith IV. It will provide you +25% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "124_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50026",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "125",
- "stepId": "1",
- "name": "Build Gold Mine IV",
- "goalDescription": "Build Gold Mine IV. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalHintImage": "125_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "203",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "126",
- "stepId": "1",
- "name": "Build University IV",
- "goalDescription": "Build University IV. It will provide you +25% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "126_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50029",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "127",
- "stepId": "1",
- "name": "Build Troll Barracks",
- "goalDescription": "Build Troll Barracks. It will allow you to train Troll Archers.",
- "goalHintImage": "127_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49994",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "128",
- "stepId": "1",
- "name": "Train 20 more Troll Archers",
- "goalDescription": "Train 20 more Troll Archers. The more you train, the more powerful your army will be!",
- "goalHintImage": "128_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "20",
- "itemId": "857",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "129",
- "stepId": "1",
- "name": "Build Winged Knight Barracks",
- "goalDescription": "Build Winged Knight Barracks. It will allow you to train Winged Knights.",
- "goalHintImage": "129_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49993",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "130",
- "stepId": "1",
- "name": "Train 20 more Winged Knights",
- "goalDescription": "Train 20 more Winged Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "130_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "20",
- "itemId": "662",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "131",
- "stepId": "1",
- "name": "Complete all Ancient Greece Adventures",
- "goalDescription": "Complete all Ancient Greece Adventures and begin rank 2.",
- "goalHintImage": "131_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "5",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "132",
- "stepId": "1",
- "name": "Build Stone Mine IV",
- "goalDescription": "Build Stone Mine IV. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalHintImage": "132_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "204",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "133",
- "stepId": "1",
- "name": "Build Archery V",
- "goalDescription": "Build Archery V. It will allow you to train Royal Archers.",
- "goalHintImage": "133_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "391",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "134",
- "stepId": "1",
- "name": "Train 25 more Royal Archers",
- "goalDescription": "Train 25 more Royal Archers. The more you train, the more powerful your army will be!",
- "goalHintImage": "134_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "609",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "135",
- "stepId": "1",
- "name": "Attack 30 players and win",
- "goalDescription": "Attack 30 players and win the battle to earn resources and xp!",
- "goalHintImage": "135_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "30",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "136",
- "stepId": "1",
- "name": "Build Town Hall V",
- "goalDescription": "Build Town Hall V and increase your number of attacks in Battles mode from 12 to 15.",
- "goalHintImage": "136_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50019",
- "title": "",
- "category": "special",
- "reward": [
- {
- "u": 711
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "137",
- "stepId": "1",
- "name": "Build Harbour V",
- "goalDescription": "Build Harbour V. It will unlock new a localization called Mountain. It will allow you to do more Adventures.",
- "goalHintImage": "137_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50024",
- "title": "",
- "category": "special",
- "reward": [
- {
- "u": 789
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "138",
- "stepId": "1",
- "name": "Build Blacksmith V",
- "goalDescription": "Build Blacksmith V. It will provide you +30% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "138_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50027",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "139",
- "stepId": "1",
- "name": "Build Stables V",
- "goalDescription": "Build Stables V. It will allow you to train Royal Knights.",
- "goalHintImage": "139_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "392",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "140",
- "stepId": "1",
- "name": "Train 25 more Royal Knights",
- "goalDescription": "Train 25 more Royal Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "140_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "610",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "141",
- "stepId": "1",
- "name": "Increase Your Army Size to 250",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 250.",
- "goalHintImage": "141_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "10",
- "itemId": "250",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "142",
- "stepId": "1",
- "name": "Build University V",
- "goalDescription": "Build University V. It will provide you +30% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "142_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50030",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "143",
- "stepId": "1",
- "name": "Complete all Mountain Adventures",
- "goalDescription": "Complete all Mountain Adventures and begin rank 2.",
- "goalHintImage": "143_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "6",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 1000
- }
- ],
- "FBUsers": "1"
- }
- ]
-}
\ No newline at end of file
diff --git a/config/get_game_config.php_26_Aug_2012.txt b/config/get_game_config.php_26_Aug_2012.txt
deleted file mode 100644
index 7ac3edd..0000000
--- a/config/get_game_config.php_26_Aug_2012.txt
+++ /dev/null
@@ -1 +0,0 @@
-808573b8878e0c1a069ec49f6d5f16595041c57893a0789c491a7c1259ab7ca9;{"localization_strings":[{"id":1,"name":"TUTORIAL_INTRO_TITULO","text":"Welcome to your Empire!"},{"id":2,"name":"TUTORIAL_INTRO_LECCION","text":"Hi, I'm #0#! I'm here to show you how to manage your Empire.\n\nLet's get started!"},{"id":3,"name":"TUTORIAL_AYTO_TITULO","text":"Select townhall"},{"id":4,"name":"TUTORIAL_AYTO_LECCION","text":"This is your Town Hall. It will let you train villagers.\n\nTo select the Town Hall, click on it."},{"id":5,"name":"TUTORIAL_ALDEANO_TITULO","text":"Train a villager"},{"id":6,"name":"TUTORIAL_ALDEANO_LECCION","text":"The bottom panel will show the available actions.\n\nClick on the villager button to begin training a villager."},{"id":7,"name":"TUTORIAL_SELECCIONAR_ALDEANO_TITULO","text":"Select the villager"},{"id":8,"name":"TUTORIAL_SELECCIONAR_ALDEANO_LECCION","text":"Well done! You have trained a villager.\n\nSelect it using the mouse!"},{"id":9,"name":"TUTORIAL_MOVER_ALDEANO_TITULO","text":"Move the villager"},{"id":10,"name":"TUTORIAL_MOVER_ALDEANO_LECCION","text":"When you select a unit, you can move it by clicking on the desired place of the map.\n\nTry it, click on the selected area!"},{"id":11,"name":"TUTORIAL_ARBOL_TITULO","text":"Collect a tree"},{"id":12,"name":"TUTORIAL_ARBOL_LECCION","text":"Villagers perform collecting tasks!\n\nClick on a tree to cut it!"},{"id":13,"name":"TUTORIAL_ESPERA_TITULO","text":"Wait"},{"id":14,"name":"TUTORIAL_ESPERA_LECCION","text":"It will only take a few seconds... :)"},{"id":15,"name":"TUTORIAL_RECOLECCION_TITULO","text":"Collect the wood"},{"id":16,"name":"TUTORIAL_RECOLECCION_LECCION","text":"When the cutting has finished, click on the resource to pick up the wood."},{"id":17,"name":"TUTORIAL_CONSTRUIR_TITULO","text":"Building"},{"id":18,"name":"TUTORIAL_CONSTRUIR_LECCION","text":"Well done! Now I will show you how to create buildings. First, click the BUILD button."},{"id":19,"name":"TUTORIAL_CASA_TITULO","text":"Select house"},{"id":20,"name":"TUTORIAL_CASA_LECCION","text":"The next step is to select the desired building. Choose \"House I\"."},{"id":21,"name":"TUTORIAL_COLOCAR_TITULO","text":"Place the house"},{"id":22,"name":"TUTORIAL_COLOCAR_LECCION","text":"Now click on the terrain to choose the placement of the house. The construction will begin!"},{"id":23,"name":"TUTORIAL_CABALLERO_TITULO","text":"Select the knight"},{"id":24,"name":"TUTORIAL_CABALLERO_LECCION","text":"Well done! You are ready for your first battle.\n\nClick on this knight to select it!"},{"id":25,"name":"TUTORIAL_ATACAR_TITULO","text":"Attack the trol"},{"id":26,"name":"TUTORIAL_ATACAR_LECCION","text":"Trolls are your enemies! Defeat them or they will eliminate you!\n\nClick on the troll to attack him!"},{"id":27,"name":"TUTORIAL_BATALLA_TITULO","text":"Wait for the battle"},{"id":28,"name":"TUTORIAL_BATALLA_LECCION","text":"The units are attacking each other right now. The bars over them show their life. Don't worry, they are just weak trolls!"},{"id":29,"name":"TUTORIAL_ENHORABUENA_TITULO","text":"Congratulations!"},{"id":30,"name":"TUTORIAL_ENHORABUENA_LECCION","text":"\nVery good! Now you're ready to build the biggest Social Empire on Facebook! Good luck!!"},{"id":31,"name":"TUTORIAL_EI","text":"EIIII"},{"id":32,"name":"TUTORIAL_EDIFICIO","text":"Building"},{"id":33,"name":"TUTORIAL_CASA","text":"Select house"},{"id":34,"name":"TUTORIAL_COLOCAR","text":"Place the house"},{"id":35,"name":"TUTORIAL_ARTURO","text":"click King Arthur"},{"id":36,"name":"TUTORIAL_OK2","text":"click ok twice"},{"id":37,"name":"TUTORIAL_AYTO","text":"click townhall"},{"id":38,"name":"TUTORIAL_ALDEANO","text":"Train a villager"},{"id":39,"name":"TUTORIAL_FLECHA","text":"Arrow points the villager"},{"id":40,"name":"TUTORIAL_GRANJA","text":"Select farm"},{"id":41,"name":"TUTORIAL_ESPERAR","text":"Wait for a villager to collect"},{"id":42,"name":"TUTORIAL_LISTO","text":"Ready for collecting"},{"id":43,"name":"TUTORIAL_OK5","text":"Click ok 5 times"},{"id":44,"name":"TUTORIAL_SELECCIONA_ALDEANO","text":"Select peon"},{"id":45,"name":"TUTORIAL_ARBOL","text":"Click tree"},{"id":46,"name":"MISC_SEGURO","text":"Are you sure?"},{"id":47,"name":"MISC_FAVOR","text":"Do you want to accept the favor?"},{"id":48,"name":"STORE_EDIFICIO_EXP","text":"#0# exp"},{"id":49,"name":"STORE_EDIFICIO_NIVEL","text":"Requires: Level #0#"},{"id":50,"name":"STORE_EDIFICIO_LIMITE","text":"LIMITED #0# DAYS LEFT"},{"id":51,"name":"STORE_EDIFICIO_REFUERZOS","text":"\n\nAllows you to get reinforcements from your allies!"},{"id":52,"name":"STORE_EDIFICIO_DESBLOQUEO","text":"Unlock cost: #0# cash"},{"id":53,"name":"STORE_EDIFICIO_SACRIFICIO","text":"\n\nSacrifice a unit and obtain some resources back"},{"id":54,"name":"STORE_EDIFICIO_TESORO","text":"\n\nDiscovers a collectible item every day"},{"id":55,"name":"STORE_EDIFICIO_ESTABLO","text":"\n\nAllows you to convert swordmans and archers to mounted units."},{"id":56,"name":"STORE_EDIFICIO_CRIADERO","text":"\n\nPut two animals inside to make them breed."},{"id":57,"name":"STORE_EDIFICIO_ZEPPELIN","text":"\n\nAllows you to build a zeppelin to explore the Ancient Sea!"},{"id":58,"name":"STORE_EDIFICIO_BARCO","text":"\n\nAllows you to build a ship to explore the Great Sea!"},{"id":59,"name":"STORE_EDIFICIO_COLISEO","text":"\n\nAllows your villagers to move faster and to queue more resources to gather."},{"id":60,"name":"STORE_EDIFICIO_ESTATUA","text":"\n\nThe statue increases your limit of 3 attacks per day to 4."},{"id":61,"name":"STORE_EDIFICIO_MINA","text":"\n\nAllows your villagers to mine gold and stone very fast."},{"id":62,"name":"STORE_EDIFICIO_SERRADERO","text":"\n\nAllows your villagers to cut down trees very fast."},{"id":63,"name":"STORE_EDIFICIO_MERCADO_ALIADOS","text":"\n\nAllows you to collect the resource you desire with the aid of your allies."},{"id":64,"name":"STORE_EDIFICIO_MAQUINA_DEL_TIEMPO","text":"\n\nAllows to change the terrain theme of your map!"},{"id":65,"name":"STORE_EDIFICIO_RECLUTAMIENTO_ALIADOS","text":"\n\nAllows you to obtain powerful units through new recruits!"},{"id":66,"name":"STORE_EDIFICIO_MESA_REDONDA","text":"\n\nAllows you to obtain rewards through friends aid!"},{"id":67,"name":"STORE_EDIFICIO_HECHICERIA","text":"\n\nAllows you to learn and cast magic spells!"},{"id":68,"name":"STORE_EDIFICIO_MARAVILLA_SOCIAL","text":"\n\nRaises your population limit up to 50 more units!"},{"id":69,"name":"STORE_EDIFICIO_DESCONOCIDO","text":"\n\nCASE NOT FOUND!"},{"id":70,"name":"STORE_EDIFICIO_IGLESIA_1","text":"Healers can restore the health of your units"},{"id":71,"name":"STORE_EDIFICIO_CATEDRAL","text":"Monks convert enemy units to your units"},{"id":72,"name":"STORE_EDIFICIO_IGLESIA","text":"Healers can restore the health of your units"},{"id":73,"name":"STORE_EDIFICIO_TALLER","text":"Engineers repair siege weapons"},{"id":74,"name":"STORE_EDIFICIO_DEMOLICION","text":"Kamikazes explode and harm all nearby units and buildings"},{"id":75,"name":"STORE_EDIFICIO_ELEFANTE","text":"Elephants stomp the ground to stun nearby opponents"},{"id":76,"name":"STORE_EDIFICIO_CUARTEL1","text":"Anubis Avatar creates 2 shadows of himself to annihilate the enemy!"},{"id":77,"name":"STORE_EDIFICIO_TAMBORILERO","text":"The drums inspire your troops making them attack faster!"},{"id":78,"name":"STORE_EDIFICIO_RINOCERONTE","text":"Rhinos charge their enemies and make them fly away"},{"id":79,"name":"STORE_EDIFICIO_TORRE_MOVIL","text":"Defensive tower that can move. You can use it in attacks"},{"id":80,"name":"STORE_EDIFICIO_PIRAMIDE","text":"Use Mummy's 4 special attacks to defeat your enemies"},{"id":81,"name":"STORE_EDIFICIO_TORRE_HIELO","text":"Freezes enemy units for a time. While frozen, enemy units cannot move or attack."},{"id":82,"name":"STORE_EDIFICIO_TORRE_AGUA","text":"Unleashes waves of water to throw away incoming enemies."},{"id":83,"name":"STORE_EDIFICIO_FORTALEZA_1","text":"Entrench archers inside to increase attack power!"},{"id":84,"name":"STORE_EDIFICIO_TORRE_ACEITE","text":"Puts a barrier of flaming oil in front of it. The oil sets enemies in flames."},{"id":85,"name":"STORE_EDIFICIO_HEROES_ALTAR","text":"\n\nAllows you to acquire special heroes!"},{"id":86,"name":"STORE_EDIFICIO_HEROES_CEMENTERIO","text":"\n\n\nAllows you to revive your lost heroes."},{"id":87,"name":"STORE_EDIFICIO_MARAVILLA","text":"\n\nThis wonder increases the #0# population limit by #1#"},{"id":88,"name":"AUX_ATERRIZANDO","text":"Landing..."},{"id":89,"name":"AUX_RECOLECTANDO","text":"Collecting..."},{"id":90,"name":"AUX_ACEPTAR","text":"Accept"},{"id":91,"name":"AUX_ACELERAR","text":"Hurry Up?"},{"id":92,"name":"AUX_ABSORBER","text":"#0# absorbed\n"},{"id":93,"name":"AUX_PUNTOS","text":"points"},{"id":94,"name":"AUX_EXP","text":"XP: #0#"},{"id":95,"name":"AUX_FUERA_DE_RANGO","text":"Giant mummy"},{"id":96,"name":"AUX_ENTRENANDO","text":"Training..."},{"id":97,"name":"AUX_CONSTRUYENDO","text":"Constructing"},{"id":98,"name":"AUX_MODIFICADOR_HORA","text":"#0# hour"},{"id":99,"name":"AUX_CARGANDO_TU_IMPERIO","text":"Loading your Empire..."},{"id":100,"name":"AUX_CARGANDO_IMPERIO","text":"Loading Empire..."},{"id":101,"name":"AUX_CARGANDO_EDIFICIOS","text":"Loading Empire Buildings..."},{"id":102,"name":"AUX_NO_ESTA_LISTO","text":"Not ready yet!"},{"id":103,"name":"AUX_RECOMPENSA","text":"Reward"},{"id":104,"name":"AUX_MAS_ATAQUES","text":"More attacks in"},{"id":105,"name":"AUX_ATAQUES_RESTANTES","text":"Attacks left"},{"id":106,"name":"AUX_COMIDA","text":"food"},{"id":107,"name":"AUX_MADERA","text":"wood"},{"id":108,"name":"AUX_PIEDRA","text":"stone"},{"id":109,"name":"EXPANSION_COST","text":"Cost: #0#"},{"id":110,"name":"EXPANSION_FALTAN_VECINOS","text":"YOU NEED #0# MORE NEIGHBORS TO \nPURCHASE THIS EXPANSION WITH GOLD!"},{"id":111,"name":"EXPANSION_CABECERA","text":"Buy your #0# expansion with:"},{"id":112,"name":"MENU_VECINOS","text":"Neighbors"},{"id":113,"name":"MENU_CASAS","text":"Houses and resources"},{"id":114,"name":"MENU_DECORACIONES","text":"Decorations"},{"id":115,"name":"MENU_DEFENSAS","text":"Defenses"},{"id":116,"name":"MENU_EJERCITO","text":"Army"},{"id":117,"name":"MENU_EXPANSION","text":"Expand"},{"id":118,"name":"MENU_REGALOS","text":"Gifts and Storage"},{"id":119,"name":"MENU_MARAVILLAS","text":"Wonders"},{"id":120,"name":"TOOLTIP_ORO","text":"Gold"},{"id":121,"name":"TOOLTIP_CASH","text":"Cash"},{"id":122,"name":"TOOLTIP_TROFEOS","text":"Trophies"},{"id":123,"name":"TOOLTIP_FALTA_POCO","text":"Coming Soon"},{"id":124,"name":"TOOLTIP_MUSICA","text":"Music"},{"id":125,"name":"TOOLTIP_EFECTOS_SONIDO","text":"Sound Effects"},{"id":126,"name":"TOOLTIP_FOTOS","text":"Take Photos: Coming soon ..."},{"id":127,"name":"TOOLTIP_PANTALLA_COMPLETA","text":"Toggle Fullscreen"},{"id":128,"name":"TOOLTIP_CALIDAD","text":"Toggle Quality"},{"id":129,"name":"TOOLTIP_VOLVER","text":"Come back faster"},{"id":130,"name":"TOOLTIP_TE_GUSTA","text":"Do you like the Game?"},{"id":131,"name":"TOOLTIP_MULTI","text":"Multi-Tool"},{"id":132,"name":"TOOLTIP_ELIMINAR","text":"Remove Tool"},{"id":133,"name":"TOOLTIP_INVITACIONES_AMIGOS","text":"You have 20 friend invites to send today"},{"id":134,"name":"TOOLTIP_REGALOS","text":"You have 20 gifts to send to friends today"},{"id":135,"name":"TOOLTIP_RECOLECTAR","text":"Collection Tool"},{"id":136,"name":"TOOLTIP_TIENDA","text":"Store"},{"id":137,"name":"TOOLTIP_REGALOS_ALMACEN","text":"Gifts \/ Storage"},{"id":138,"name":"TOOLTIP_CAMBIAR_NOMBRE","text":"Change Empire Name"},{"id":139,"name":"TOOLTIP_LUCHA","text":"Fight against other empires"},{"id":140,"name":"TOOLTIP_TE_GUSTA_ESTE","text":"Do you like this Game?"},{"id":141,"name":"TOOLTIP_BONO_DIARIO","text":"Get your daily Bonus!"},{"id":142,"name":"TOOLTIP_GANAR_ORO","text":"Add gold to the game"},{"id":143,"name":"TOOLTIP_CONQUISTA","text":"Conquer the World"},{"id":144,"name":"TOOLTIP_RECURSO_COMIDA","text":"Food: Used to feed units"},{"id":145,"name":"TOOLTIP_RECURSO_MADERA","text":"Wood: Used to build basic constructions"},{"id":146,"name":"TOOLTIP_RECURSO_PIEDRA","text":"Stone: Used to build defensive constructions"},{"id":147,"name":"TOOLTIP_RECURSO_ORO","text":"Gold: Used to pay military units"},{"id":148,"name":"TOOLTIP_REGALOS_VECINOS","text":"Send New Gifts To Your Neighbors"},{"id":149,"name":"TOOLTIP_INVITACIONES","text":"You have 20 invites to send today"},{"id":150,"name":"TOOLTIP_XP_GANADO","text":"XP gained"},{"id":151,"name":"TOOLTIP_HONOR_GANADO","text":"Honor gained"},{"id":152,"name":"TOOLTIP_ORO_GANADO","text":"Gold gained"},{"id":153,"name":"AVISO_REGALO_FACCION","text":"You can't use gifts of the opposite faction"},{"id":154,"name":"AVISO_POCO_NIVEL_PARA_CONQUISTAR","text":"\nYour empire is too small to conquer the world. Reach level #0# to unlock the world explorer."},{"id":155,"name":"AVISO_COLECCION_FACCION","text":"\n\nYou cannot access the collections from this faction"},{"id":156,"name":"AVISO_GRIMORIO_TITULO","text":"Spellbook available!"},{"id":157,"name":"AVISO_GRIMORIO_DESCRIPCION","text":"You have unlocked the spellbook!\nNow you can learn and cast powerful spells!\nYou will find the book in the bottom left of the screen."},{"id":158,"name":"AVISO_TOPE_UNIDADES","text":"\nYou can't have more units of this kind."},{"id":159,"name":"AVISO_TOPE_POBLACION","text":"\nYou have reached the maximum population."},{"id":160,"name":"AVISO_TOPE_ALOJAMIENTO","text":"\nYou can't accommodate more population. Build more houses."},{"id":161,"name":"AVISO_NIVEL_MEJORAR","text":"\nYou need to be level #0# to upgrade this building."},{"id":162,"name":"AVISO_SIN_MADERA_GRANJA","text":"\nOh no! You don't have enough wood to rebuild the farm!"},{"id":163,"name":"AVISO_MUELLE_TITULO","text":"Dock operative!"},{"id":164,"name":"AVISO_MUELLE_DESCRIPCION","text":"Click in the Harbour to sail through the Great Sea!"},{"id":165,"name":"AVISO_ZEPPELIN_TITULO","text":"Zeppelin operative!"},{"id":166,"name":"AVISO_ZEPPELIN_DESCRIPCION","text":"Click in the Zeppelin Tower to fly through the Ancient Sea!"},{"id":167,"name":"AVISO_SIN_AYUDAS","text":"\n No more assists available! \n Come back tomorrow!"},{"id":168,"name":"AVISO_TOPE_TORRES","text":"You can only have #0# towers in your empire for every expansion you own."},{"id":169,"name":"AVISO_BOCADILLOS","text":"\nSpeech bubbles enabled!\n\nEnjoy freak!"},{"id":170,"name":"AVISO_SANGRE","text":"\nBlood mode enabled!\n\nYou were asking for it.. freak!"},{"id":171,"name":"AVISO_PACK_COMPRADO","text":"Congratulations!\nYou acquired the pack!\n\nCheck your store"},{"id":172,"name":"AVISO_PACK_FALTA_DINERO","text":"You don't have enough cash to get the pack. Do you want to get some cash?"},{"id":173,"name":"AVISO_UNIDAD_UNICA","text":"\nYou can't have two of this unit at the same time."},{"id":174,"name":"AVISO_SUFICIENTE_ORO","text":"Oh no! You don't have enough gold! Would you like to get some more?"},{"id":175,"name":"AVISO_SUFICIENTE_CASH","text":"Oh no! You don't have enough cash! Would you like to get some more?"},{"id":176,"name":"AVISO_SUFICIENTE_COMIDA","text":"\nYou don't have enough food!\nGet food from farms, mills and ranchs."},{"id":177,"name":"AVISO_SUFICIENTE_MADERA","text":"\nYou don't have enough wood!\nHarvest more trees."},{"id":178,"name":"AVISO_SUFICIENTE_PIEDRA","text":"\nYou don't have enough stone!\nHarvest more stone veins."},{"id":179,"name":"AVISO_REFRESCO","text":"Sorry, the are some problems. Try to refresh the game."},{"id":180,"name":"AVISO_NAVEGAR_SIN_TROPAS","text":"\nYou don't have any troop to set sail!"},{"id":181,"name":"AVISO_TORRE_ZEPPELIN","text":"\nYou need a Zeppelin Tower to build the zeppelin and fill it with crew!"},{"id":182,"name":"AVISO_VOLAR_SIN_TROPAS","text":"\nYou don't have any troop to fly!"},{"id":183,"name":"AVISO_MERCADO_AGOTADO","text":"\nMarket resources have been exhausted. Come back in 24 hours to trade more!"},{"id":184,"name":"AVISO_MERCANCIA_AGOTADA","text":"You don't have enough wood to sell!"},{"id":185,"name":"AVISO_JUGADOR_NO_ENCONTRADO","text":"\nCouldn't find player"},{"id":186,"name":"AVISO_SERVICIO_NO_DISPONIBLE","text":"\nCouldn't use the service"},{"id":187,"name":"AVISO_DEMASIADOS_POSTS","text":"\n\nYou have sent enough posts today"},{"id":188,"name":"AVISO_BARCO_SIN_MUELLE","text":"\nYou can't land with the boat.\nBuild a harbour to construct a bigger ship and carry your army!"},{"id":189,"name":"AVISO_QUEST_BLOQUEADA","text":"\nYou have not unlocked this mission yet!"},{"id":190,"name":"AVISO_QUEST_GASTADA","text":"\nEach island can only be played every 4 hours"},{"id":191,"name":"TIMER_PROXIMA_RECOLECCION","text":"Next Collection"},{"id":192,"name":"TIMER_RECOLECCION_LISTA","text":"Ready to Collect!"},{"id":193,"name":"TIMER_CAMPAMENTO_ENEMIGO","text":"Enemy Camp"},{"id":194,"name":"TIMER_EJERCITO_ENEMIGO","text":"Enemy's army"},{"id":195,"name":"UNIT_MOMIA_ESCARABAJOS","text":"Scarabs"},{"id":196,"name":"UNIT_MOMIA_TORNADO","text":"Tornado"},{"id":197,"name":"UNIT_MOMIA_ACEITE","text":"Oil spillage"},{"id":198,"name":"UNIT_MOMIA_GIGANTE","text":"Giant mummy"},{"id":199,"name":"UNIT_MOMIA_EXPIRADO","text":"My time has gone!..."},{"id":200,"name":"UNIT_NEPTUNO_PULPO","text":"Octopus"},{"id":201,"name":"UNIT_NEPTUNO_HURACAN","text":"Hurricane"},{"id":202,"name":"UNIT_NEPTUNO_OLAS","text":"Neptune's waves"},{"id":203,"name":"UNIT_NEPTUNO_GIGANTE","text":"Giant Neptune"},{"id":204,"name":"UNIT_NOMBRE_CAMPESINO_HUMANO","text":"Villager #0#"},{"id":205,"name":"UNIT_NOMBRE_CAMPESINO_TROLL","text":"Peasant #0#"},{"id":206,"name":"SPELL_CRACK_DESCRIPCION","text":"Area: #0#x#1#"},{"id":207,"name":"SPELL_ENLARGE_DESCRIPCION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":208,"name":"SPELL_FIREBALL_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2#+#3#"},{"id":209,"name":"SPELL_FORCESHIELD_DESCRIPCION","text":"Area: #0#x#1# \/ Lasts: #2#s \/ DMG reduction: #3#%"},{"id":210,"name":"SPELL_HEALINGRAIN_DESCRIPCION_1","text":"Area: #0#x#1# \/ Lasts: #2#"},{"id":211,"name":"SPELL_HEALINGRAIN_DESCRIPCION_2","text":"Area: #0#x#1# \/ Lasts: #2#+#3#"},{"id":212,"name":"SPELL_ICEBALL_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2# \/ Freeze Time: #3#s"},{"id":213,"name":"SPELL_POISON_DESCRIPCION_1","text":"Area: #0#x#1# \/ Damage: #2#"},{"id":214,"name":"SPELL_POISON_DESCRIPCION_2","text":"Area: #0#x#1# \/ Damage: #2# + infects #3# nearby"},{"id":215,"name":"SPELL_STONERAIN_DESCRIPCION","text":"Area: #0#x#1# \/ Damage: #2#"},{"id":216,"name":"SPELL_SUMMON_DESCRIPCION","text":"Life: #0#"},{"id":217,"name":"SPELL_ESTADO_APRENDIDO","text":"learned"},{"id":218,"name":"SPELL_ESTADO_DISPONIBLE","text":"available"},{"id":219,"name":"SPELL_ESTADO_BLOQUEADO","text":"locked"},{"id":220,"name":"ERROR_GENERICO","text":"Oh no! An error occurred! Press ok to refresh the page and keep playing!"},{"id":221,"name":"ERROR_SYNC","text":"Oh no! Things must no longer be in sync! Press ok to refresh the page and keep playing!"},{"id":222,"name":"ERROR_TIMEOUT","text":"Oh no! The connection with the server was lost! Press ok to refresh the page and keep playing!"},{"id":223,"name":"ERROR_EXPIRADO","text":"Oh no! Your session has expired! Press ok to refresh the page and keep playing!"},{"id":224,"name":"ERROR_INFO","text":"We're experiencing problems with our servers, please check back later."},{"id":225,"name":"ERROR_CONEXION_1","text":"We're experiencing problems with our servers, please check back later. 1"},{"id":226,"name":"ERROR_CONEXION_2","text":"We're experiencing problems with our servers, please check back later. 2"},{"id":227,"name":"ERROR_DEFECTO","text":"There is a problem. Please try reloading."},{"id":228,"name":"ERROR_SYNC_2","text":"Oh no! Things must not be in sync any more! Refresh the page to keep playing!"},{"id":229,"name":"APRILFOOLS_QUEJA_1","text":"We hate chopping trees!"},{"id":230,"name":"APRILFOOLS_QUEJA_2","text":"No more picking under the sun!"},{"id":231,"name":"APRILFOOLS_QUEJA_3","text":"Stop abusing us!"},{"id":232,"name":"APRILFOOLS_QUEJA_4","text":"We deserve higher wages!"},{"id":233,"name":"APRILFOOLS_QUEJA_5","text":"We need holidays!"},{"id":234,"name":"APRILFOOLS_QUEJA_6","text":"Respect our rights!"},{"id":235,"name":"MES_ABR_ENERO","text":"Jan"},{"id":236,"name":"MES_ABR_FEBRERO","text":"Feb"},{"id":237,"name":"MES_ABR_MARZO","text":"Mar"},{"id":238,"name":"MES_ABR_ABRIL","text":"Apr"},{"id":239,"name":"MES_ABR_MAYO","text":"May"},{"id":240,"name":"MES_ABR_JUNIO","text":"Jun"},{"id":241,"name":"MES_ABR_JULIO","text":"Jul"},{"id":242,"name":"MES_ABR_AGOSTO","text":"Aug"},{"id":243,"name":"MES_ABR_SEPTIEMBRE","text":"Sep"},{"id":244,"name":"MES_ABR_OCTUBRE","text":"Oct"},{"id":245,"name":"MES_ABR_NOVIEMBRE","text":"Nov"},{"id":246,"name":"MES_ABR_DICIEMBRE","text":"Dec"},{"id":247,"name":"CONTADOR_ENEMIGOS_VIVOS_SINGULAR","text":"1 enemy alive"},{"id":248,"name":"CONTADOR_ENEMIGOS_VIVOS_PLURAL","text":"#0# enemies alive"},{"id":249,"name":"CONTADOR_GEMAS_SINGULAR","text":"#0# gem left"},{"id":250,"name":"CONTADOR_GEMAS_SINGULAR_ESPIA","text":"#0# gem"},{"id":251,"name":"CONTADOR_GEMAS_PLURAL","text":"#0# gems left"},{"id":252,"name":"CONTADOR_GEMAS_PLURAL_ESPIA","text":"#0# gems"},{"id":253,"name":"CONTADOR_OBJETIVOS_SINGULAR","text":"#0# target left"},{"id":254,"name":"CONTADOR_OBJETIVOS_SINGULAR_ESPIA","text":"#0# target"},{"id":255,"name":"CONTADOR_OBJETIVOS_PLURAL","text":"#0# targets left"},{"id":256,"name":"CONTADOR_OBJETIVOS_PLURAL_ESPIA","text":"#0# targets"},{"id":257,"name":"INFO_COSECHA","text":"Select a villager and click this resource to harvest it"},{"id":258,"name":"INFO_REGENERACION","text":"Wait for the resource to regenerate"},{"id":259,"name":"INFO_COFRE","text":"Defeat all enemies to open the Chest!"},{"id":260,"name":"INFO_PRINCESA","text":"Defeat all enemies to rescue the Princess!"},{"id":261,"name":"INFO_ALDEANOS","text":"Defeat all enemies to rescue your Villagers!"},{"id":262,"name":"INFO_ARQUEROS","text":"Defeat all enemies to rescue the Rangers!"},{"id":263,"name":"INFO_TROLL","text":"Defeat all enemies to liberate the Troll!"},{"id":264,"name":"INFO_SOLDADOS","text":"Defeat all enemies to rescue your Soldiers!"},{"id":265,"name":"INFO_ARTURO","text":"Defeat all enemies to rescue Prince Arthur!"},{"id":266,"name":"INFO_EXTINGUIR","text":"Get water from the 3 Water Wells to extinguish the fire!"},{"id":267,"name":"INFO_CURANDEROS","text":"Defeat all enemies to rescue your Healers!"},{"id":268,"name":"INFO_ALIADOS","text":"Defeat all enemies to rescue your Allies!"},{"id":269,"name":"INFO_ASEDIO","text":"Defeat all enemies to rescue the siege machines!"},{"id":270,"name":"INFO_ESTATUA_ESQUELETO","text":"A great skeleton statue."},{"id":271,"name":"INFO_GEMA_PODER","text":"Defeat all nearby enemies to safely activate this device!"},{"id":272,"name":"INFO_PINGUINOS","text":"Defeat all nearby enemies to get the key and free the penguins!"},{"id":273,"name":"INFO_POZO","text":"Defeat all nearby enemies to get water from the well!"},{"id":274,"name":"INFO_PIEDRA","text":"Defeat all nearby enemies to get the stone!"},{"id":275,"name":"INFO_ANIMALES","text":"Defeat all nearby enemies to rescue the animals!"},{"id":276,"name":"INFO_ESTATUA_MISTERIOSA","text":"A mysterious skeleton statue"},{"id":277,"name":"INFO_GEMAS_ALTAR","text":"Put the 4 gems in the altar!"},{"id":278,"name":"INFO_LLAVES","text":"Get the 4 keys to open the door!"},{"id":279,"name":"INFO_ESPIAR","text":"Now you can spy your enemies through the world explorer.\n"},{"id":280,"name":"INFO_ESPIAR_AGUILAS","text":"Your eagles have #0# health."},{"id":281,"name":"INFO_HOSPITAL","text":"Heals nearby units when they are not in combat."},{"id":282,"name":"INFO_HERRERO","text":"Allows you to reduce the cost of your footman, archers and mounted troops by #0#%."},{"id":283,"name":"INFO_UNIVERSIDAD","text":"Allows you to reduce the cost of producing siege engines by #0#%."},{"id":284,"name":"INFO_HECHICERIA","text":"Browse and learn magic spells"},{"id":285,"name":"INFO_MUELLE","text":"Now you can sail through the Great Sea!"},{"id":286,"name":"INFO_AERODROMO","text":"Now you can fly through the Ancient Sea!"},{"id":287,"name":"INFO_ASERRADERO","text":"Your villagers are now trained to cut down trees very fast."},{"id":288,"name":"INFO_MINEROS","text":"Your villagers are now trained to mine gold and stone very fast."},{"id":289,"name":"INFO_ATLETAS","text":"Your villagers are now trained to run faster and to queue #0# additional resources."},{"id":290,"name":"INFO_ESTATUA_LIDERAZGO","text":"The statue increases your limit of 3 attacks per day to 4."},{"id":291,"name":"INFO_CORRAL_OVEJAS","text":"Put sheeps inside to produce food"},{"id":292,"name":"INFO_CORRAL_VACAS","text":"Put cows inside to produce food"},{"id":293,"name":"INFO_CORRAL_JABALIS","text":"Put boars inside to produce food"},{"id":294,"name":"INFO_CORRAL_CABALLOS","text":"Put horses inside to allow soldiers to mount them"},{"id":295,"name":"INFO_POBLACION","text":"Provides you with population"},{"id":296,"name":"INFO_ALIMENTACION","text":"Provides you with food regularly"},{"id":297,"name":"INFO_COLECCIONABLE","text":"Discovers a collectible item every day"},{"id":298,"name":"INFO_MATADERO","text":"Sacrifice a unit and obtain some resources back"},{"id":299,"name":"INFO_CRIADERO","text":"Put a pair of the same animal to make them breed"},{"id":300,"name":"INFO_BUNKER","text":"Put units inside to protect them from player assaults"},{"id":301,"name":"INFO_DANYO_ATAQUE","text":"Attack Damage"},{"id":302,"name":"INFO_RETARDO_ATAQUE","text":"Attack Delay"},{"id":303,"name":"INFO_RANGO_ATAQUE","text":"Attack Range"},{"id":304,"name":"INFO_VELOCIDAD_UNIDAD","text":"Unit Speed"},{"id":305,"name":"INFO_CAPACIDAD_POBLACION","text":"Population Capacity"},{"id":306,"name":"INFO_LIMIT_RECOLECCION_SINGULAR","text":"They can collect #0# tree in a row"},{"id":307,"name":"INFO_LIMIT_RECOLECCION_PLURAL","text":"They can collect #0# trees in a row"},{"id":308,"name":"INFO_CAPACIDAD","text":"CAPACITY #0#\/#1#"},{"id":309,"name":"INFO_CONFIRMAR_VENTA","text":"Do you really want to sell this for #0# #1#?"},{"id":310,"name":"INFO_ORO_SINGULAR","text":"gold"},{"id":311,"name":"INFO_ORO_PLURAL","text":"golds"},{"id":312,"name":"INFO_COMIDA_SINGULAR","text":"unit of food"},{"id":313,"name":"INFO_COMIDA_PLURAL","text":"units of food"},{"id":314,"name":"INFO_MADERA_SINGULAR","text":"unit of wood"},{"id":315,"name":"INFO_MADERA_PLURAL","text":"units of wood"},{"id":316,"name":"INFO_PIEDRA_SINGULAR","text":"unit of stone"},{"id":317,"name":"INFO_PIEDRA_PLURAL","text":"units of stone"},{"id":318,"name":"INFO_CASH_SINGULAR","text":"cash"},{"id":319,"name":"INFO_CASH_PLURAL","text":"cash"},{"id":320,"name":"COLECCION_MISTERIOS_ARENA","text":"Mysteries of the Sand"},{"id":321,"name":"COLECCION_VIEJO_BAUL","text":"Ye Olde Chest"},{"id":322,"name":"COLECCION_PODER_FLOR","text":"Flower Power"},{"id":323,"name":"COLECCION_TOQUE_RENACIMIENTO","text":"A Renaissance Touch"},{"id":324,"name":"COLECCION_DESCUBRIMIENTO_ANTIGUO","text":"An Ancient Discovery"},{"id":325,"name":"COLECCION_AMENAZA_CAZADORA","text":"The Hunting Threat"},{"id":326,"name":"COLECCION_DESCUBRIMIENTO_ARTICO","text":"An Arctic Discovery"},{"id":327,"name":"COLECCION_VIAJE_NEVADO","text":"Snow Journeys"},{"id":328,"name":"COLECCION_APARICION_DIABOLICA","text":"The Diabolic Appearance"},{"id":329,"name":"COLECCION_FRAGANCIA_MAGICA","text":"Scent of Magic"},{"id":330,"name":"COLECCION_TRAMPA_MORTAL","text":"A Mortal Trap"},{"id":331,"name":"COLECCION_CIRCULO_VIDA","text":"The Circle of Life"},{"id":332,"name":"COLECCION_SENTENCIA_MUERTE","text":"Sentence of Death"},{"id":333,"name":"COLECCION_ATRAPADO_OSCURIDAD","text":"Trapped in Darkness"},{"id":334,"name":"COLECCION_TRIBUTO_HEROE","text":"Hero Tribute"},{"id":335,"name":"COLECCION_AMIGO_TROLL","text":"Troll's best friend"},{"id":336,"name":"COLECCION_BOLA_PELO","text":"Little ball of fur"},{"id":337,"name":"COLECCION_HUESOS","text":"Bare Bones"},{"id":338,"name":"COLECCION_ALIADO_MONSTRUOSO","text":"A Monstruous Ally"},{"id":339,"name":"COLECCION_SONIDO_BOSQUE","text":"Sound of the Forest"},{"id":340,"name":"COLECCION_JEROGLIFO_EGIPCIO","text":"Egyptian Hieroglyph"},{"id":341,"name":"COLECCION_MASCARA_FARAON","text":"The Pharaon Mask"},{"id":342,"name":"COLECCION_VIEJA_CERAMICA","text":"Old Ceramics"},{"id":343,"name":"COLECCION_PAPIRO_ESCRITO","text":"Written Papyrus"},{"id":344,"name":"COLECCION_ESTATUILLA_HORUS","text":"Horus Statuette"},{"id":345,"name":"COLECCION_SUPERFICIE_MADERA","text":"Wooden Surface"},{"id":346,"name":"COLECCION_TABLA_CURVA","text":"Curved Plank"},{"id":347,"name":"COLECCION_CERRADURA_ORO","text":"Golden Lock"},{"id":348,"name":"COLECCION_MAPA_TESORO","text":"Treasure Map"},{"id":349,"name":"COLECCION_CLAVOS_LARGOS","text":"Large Nails"},{"id":350,"name":"COLECCION_ROSA_ROJA","text":"Red Rose"},{"id":351,"name":"COLECCION_GIRASOL","text":"Sunflower"},{"id":352,"name":"COLECCION_LIRIO_BLANCO","text":"White Lily"},{"id":353,"name":"COLECCION_GERANIO_AZUL","text":"Blue Geranium"},{"id":354,"name":"COLECCION_FERTILIZANTE","text":"Soil Fertilizer"},{"id":355,"name":"COLECCION_REMACHE_ORO","text":"Golden Rivet"},{"id":356,"name":"COLECCION_ESTATUA_ORO","text":"Golden Statue"},{"id":357,"name":"COLECCION_COLUMNA_SOLIDA","text":"Solid Column"},{"id":358,"name":"COLECCION_LADRILLO_DECORADO","text":"Intricate Brick"},{"id":359,"name":"COLECCION_AGUA_PURA","text":"Pure Water"},{"id":360,"name":"COLECCION_PIEL_MARRON","text":"Brown Fur"},{"id":361,"name":"COLECCION_COLMILLO_MARFIL","text":"Ivory Tusk"},{"id":362,"name":"COLECCION_BLOQUE_HIELO","text":"Ice Block"},{"id":363,"name":"COLECCION_ANTIGUO_CACAHUETE","text":"Ancient Peanut"},{"id":364,"name":"COLECCION_HUELLA_FOSSIL","text":"Fossil Footprint"},{"id":365,"name":"COLECCION_PULSERA_CUERO","text":"Leather Bracers"},{"id":366,"name":"COLECCION_COLMILLO_GRANDE","text":"Large Fang"},{"id":367,"name":"COLECCION_ARNES_CUERO","text":"Leather Harness"},{"id":368,"name":"COLECCION_CASCO_CORNUDO","text":"Horns Helmet"},{"id":369,"name":"COLECCION_HACHA_AFILADA","text":"Sharp Axe"},{"id":370,"name":"COLECCION_AGUA_FRIA","text":"Cold Water"},{"id":371,"name":"COLECCION_PESCADO_MALOLIENTE","text":"Smelly Fish"},{"id":372,"name":"COLECCION_IGLU_SOLIDO","text":"Solid Igloo"},{"id":373,"name":"COLECCION_BOLA_NIEVE","text":"Snowball"},{"id":374,"name":"COLECCION_HUEVO_ENTERO","text":"Unhatched Egg"},{"id":375,"name":"COLECCION_PIEL_AZUL","text":"Blue Pelt"},{"id":376,"name":"COLECCION_COLMILLO_AFILADO","text":"Sharp Tusk"},{"id":377,"name":"COLECCION_PIEL_BLANCA","text":"White Fur"},{"id":378,"name":"COLECCION_CUERNO_PARTIDO","text":"Chipped Horn"},{"id":379,"name":"COLECCION_GARRA_GIGANTE","text":"Giant Claw"},{"id":380,"name":"COLECCION_BOTAS_ORO","text":"Golden boots"},{"id":381,"name":"COLECCION_CINTURON_CALAVERA","text":"Skull Belt"},{"id":382,"name":"COLECCION_PENDIENTE_ORO","text":"Golden Earring"},{"id":383,"name":"COLECCION_COLETA_NEGRA","text":"Black Ponytail"},{"id":384,"name":"COLECCION_CIMITARRA","text":"Scimitar"},{"id":385,"name":"COLECCION_GORRO_TELA","text":"Cloth Hat"},{"id":386,"name":"COLECCION_TUNICA_TELA","text":"Cloth Tunic"},{"id":387,"name":"COLECCION_BASTON_MADERA","text":"Wooden rod"},{"id":388,"name":"COLECCION_BARBA_BLANCA","text":"White Beard"},{"id":389,"name":"COLECCION_LIBRO_HECHIZOS","text":"Magic Spellbook"},{"id":390,"name":"COLECCION_BARRO_SUCIO","text":"Filthy Mud"},{"id":391,"name":"COLECCION_ROCA_SUCIA","text":"Dirty Rock"},{"id":392,"name":"COLECCION_SAPO_MARRON","text":"Brown Toad"},{"id":393,"name":"COLECCION_PIRANYA_CANIBAL","text":"Cannibal Piranha"},{"id":394,"name":"COLECCION_COCODRILO_FEROZ","text":"Ferocious Crocodile"},{"id":395,"name":"COLECCION_ESTATUA_DELICADA","text":"Delicate Statue"},{"id":396,"name":"COLECCION_RAICES_FUERTES","text":"Strong Roots"},{"id":397,"name":"COLECCION_RAMA_PEQUENYA","text":"Small Branch"},{"id":398,"name":"COLECCION_HOJAS_ROSAS","text":"Pink Leaves"},{"id":399,"name":"COLECCION_SEMILLAS_VIDA","text":"Life Seeds"},{"id":400,"name":"COLECCION_GRILLETES_MADERA","text":"Wooden Shackles"},{"id":401,"name":"COLECCION_PLANCHAS_FUERTES","text":"Strong Planks"},{"id":402,"name":"COLECCION_CESTO_MIMBRE","text":"Wicker Basket"},{"id":403,"name":"COLECCION_CUERDA_FUERTE","text":"Strong Rope"},{"id":404,"name":"COLECCION_HOJA_GUILLOTINA","text":"Guillotine Blade"},{"id":405,"name":"COLECCION_CERRADURA_HIERRO","text":"Iron Lock"},{"id":406,"name":"COLECCION_BARRA_HIERRO","text":"Iron Bar"},{"id":407,"name":"COLECCION_CADENAS_HIERRO","text":"Iron Chains"},{"id":408,"name":"COLECCION_GRILLETES_HIERRO","text":"Iron Shackles"},{"id":409,"name":"COLECCION_TRAJE_PRESO","text":"Prisoner Suit"},{"id":410,"name":"COLECCION_PEDESTAL_PIEDRA","text":"Stone Pedestal"},{"id":411,"name":"COLECCION_PIERNAS_PIEDRA","text":"Stone Legs"},{"id":412,"name":"COLECCION_PECHO_PIEDRA","text":"Stone Chest"},{"id":413,"name":"COLECCION_CABEZA_PIEDRA","text":"Stone Head"},{"id":414,"name":"COLECCION_ESPADA_PIEDRA","text":"Stone Sword"},{"id":415,"name":"COLECCION_COLGANTE_ROJO","text":"Red Necklace"},{"id":416,"name":"COLECCION_HUESO_RICO","text":"Tasty Bone"},{"id":417,"name":"COLECCION_PELO_MARRON","text":"Brown Fur"},{"id":418,"name":"COLECCION_GLOBO_ROJO","text":"Red Balloon"},{"id":419,"name":"COLECCION_GORRO_PILOTO","text":"Pilot Bonnet"},{"id":420,"name":"COLECCION_COLGANTE_MONO","text":"Cute Necklace"},{"id":421,"name":"COLECCION_LATA_ATUN","text":"Tuna Can"},{"id":422,"name":"COLECCION_PELO_AZUL","text":"Blue Fur"},{"id":423,"name":"COLECCION_CASCABEL_PEQUENYO","text":"Small Sleighbell"},{"id":424,"name":"COLECCION_BOLA_LANA","text":"Wool Ball"},{"id":425,"name":"COLECCION_HUESO_CARNE","text":"Fleshy Bone"},{"id":426,"name":"COLECCION_ESPADA_OXIDADA","text":"Rusty Sword"},{"id":427,"name":"COLECCION_YELMO_PODRIDO","text":"Rotten Skullcap"},{"id":428,"name":"COLECCION_ESCUDO_DANYADO","text":"Shriveled Shield"},{"id":429,"name":"COLECCION_CALAVERA_MALVADA","text":"Evil Skull"},{"id":430,"name":"COLECCION_HOMBRERA_CUERO","text":"Leather Shoulderpad"},{"id":431,"name":"COLECCION_YELMO_ESPELUZNANTE","text":"Eerie Helmet"},{"id":432,"name":"COLECCION_BRAZALETES_REFORZADOS","text":"Reinforced Bracers"},{"id":433,"name":"COLECCION_MANDIBULAS_HUESO","text":"Bone Jaws"},{"id":434,"name":"COLECCION_MARTILLO_PUNTA","text":"Spiked Hammer"},{"id":435,"name":"COLECCION_ARCO_LARGO","text":"Long Bow"},{"id":436,"name":"COLECCION_DIADEMA_ORO","text":"Golden Diadem"},{"id":437,"name":"COLECCION_FLECHA_AFILADA","text":"Sharp Arrow"},{"id":438,"name":"COLECCION_CARCAJ_CUERO","text":"Leather Quiver"},{"id":439,"name":"COLECCION_OCARINA_MADERA","text":"Wooden Ocarina"},{"id":440,"name":"POPUP_REPINTAR_OK","text":"Click OKAY to repaint it."},{"id":441,"name":"POPUP_REPINTAR_DESCRIPCION","text":"This paint on this building is getting faded."},{"id":442,"name":"POPUP_TOPE_EDIFICIOS","text":"You've reached the limit of #0# for your Empire"},{"id":443,"name":"POPUP_TOPE_EDIFICIOS_TIER","text":"You'll be able to build the next tier of #0# when you reach the appropiate level"},{"id":444,"name":"POPUP_MISION_OBJETIVO","text":"Goal #0#"},{"id":445,"name":"POPUP_MISION_COMPLETADO","text":"(Completed #0#\/#1#)"},{"id":446,"name":"POPUP_ATAQUE_VICTORIA","text":"YOU WON"},{"id":447,"name":"POPUP_ATAQUE_DERROTA","text":"YOU LOST"},{"id":448,"name":"POPUP_EDIFICIO_ENHORABUENA","text":"Congratulations on your #0#!"},{"id":449,"name":"POPUP_COMPRAR_ASALTO_TIEMPO","text":"#0#h #1#min"},{"id":450,"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ATAQUES","text":"BUY ATTACKS"},{"id":451,"name":"POPUP_COMPRAR_ASALTO_COMPRAR_ESPIONAJES","text":"BUY SPIES"},{"id":452,"name":"POPUP_COMPRAR_ASALTO_ATAQUES","text":"attacks"},{"id":453,"name":"POPUP_COMPRAR_ASALTO_ESPIONAJES","text":"spies"},{"id":454,"name":"POPUP_COMPRAR_ASALTO_SIN_ACCIONES","text":"You don't have more #0#,\n"},{"id":455,"name":"POPUP_COMPRAR_ASALTO_RECARGA","text":"you will get 3 more in #0#\n\n"},{"id":456,"name":"POPUP_COMPRAR_ASALTO_COMPRAR","text":"Do you want to buy #0# extra #1#?"},{"id":457,"name":"POPUP_COMPRAR_ASALTO_PRECIO","text":"#0# #1# = #2#"},{"id":458,"name":"POPUP_COMPRAR_ORO","text":"#0# cash"},{"id":459,"name":"POPUP_HEROES_RANGER","text":"The hard trained ranger, fast and lethal from far away!"},{"id":460,"name":"POPUP_HEROES_XENA","text":"She can slash multiple trolls with her whirlwind attack!"},{"id":461,"name":"POPUP_HEROES_ARTURO","text":"Prince of the Empire, casts a powerful fire from his blade!"},{"id":462,"name":"POPUP_HEROES_MERLIN","text":"A powerful wizard that strikes his foes with lightning!"},{"id":463,"name":"POPUP_HEROES_VALKIRIA","text":"She strikes fiercely and heals nearby units in the heat of battle!"},{"id":464,"name":"POPUP_HEROES_WALLACE","text":"His powerful roar inspires courage to nearby allies!"},{"id":465,"name":"POPUP_HEROES_THOR","text":"Smashes back his foes with his mighty lightning hammer!"},{"id":466,"name":"POPUP_HEROES_ALTOELFO","text":"Uses the ancient triplication technique to hunt the enemy!"},{"id":467,"name":"POPUP_NIVEL_TITULO","text":"LEVEL #0#!"},{"id":468,"name":"POPUP_NIVEL_CONFIRMACION","text":"You've reached #0# rank"},{"id":469,"name":"POPUP_NIVEL_HEADER_2","text":"You can now buy:"},{"id":470,"name":"POPUP_NIVEL_HEADER_3","text":"Level reward:"},{"id":471,"name":"POPUP_NIVEL_FOOTER","text":"YEAH! Share your success with your friends!"},{"id":472,"name":"POPUP_ASALTO_PREPARANDO_ESPIONAJE","text":"Preparing To SPY"},{"id":473,"name":"POPUP_ASALTO_LISTO_ESPIONAJE","text":"Your Eagle is ready to spy Enemy"},{"id":474,"name":"POPUP_ASALTO_EMPEZAR_ESPIONAJE","text":"Start Spying"},{"id":475,"name":"POPUP_ASALTO_AYUDA_TITULO","text":"Battle Help"},{"id":476,"name":"POPUP_ASALTO_AYUDA_TEXTO","text":"\u00b7 The objective is to destroy the Town Hall of your enemy. If you do so, you will receive a reward!\n \u00b7 All of your Army goes to the battle.\n \u00b7 On the \"Battle Menu\" button you'll see the status of the battle.\n \u00b7 Once the battle is finished, most of your dead soldiers will resurrect on your empire!"},{"id":477,"name":"POPUP_ASALTO_ARMADA_LISTA","text":"Your Army is ready!\n\n Destroy the Town Hall to WIN the battle!"},{"id":478,"name":"POPUP_ASALTO_TITULO","text":"GOING TO BATTLE"},{"id":479,"name":"POPUP_ASALTO_MAPA_HEADER","text":"Select the starting position of your army"},{"id":480,"name":"POPUP_QUEST_YETI","text":"Rescue the penguins and defeat the evil Yeti!"},{"id":481,"name":"POPUP_QUEST_GUSANO","text":"Find the braziers and defeat the hidden menace!"},{"id":482,"name":"POPUP_QUEST_CARGANDO","text":"Loading World"},{"id":483,"name":"POPUP_QUEST_EXPLORA","text":"Explore the world and discover the Missions!"},{"id":484,"name":"POPUP_QUEST_SIN_MUELLE","text":"You will need a harbour to invade the islands!"},{"id":485,"name":"POPUP_QUEST_BARCO","text":"Your ship is ready"},{"id":486,"name":"POPUP_QUEST_ZEPPELIN","text":"Your Zeppelin is ready"},{"id":487,"name":"POPUP_QUEST_TROLLS","text":"Defeat the trolls to win the chest!"},{"id":488,"name":"POPUP_QUEST_ESQUELETOS","text":"Defeat the skeletons to win the chest!"},{"id":489,"name":"POPUP_QUEST_CHINOS","text":"Defeat the chinese to win the chest!"},{"id":490,"name":"POPUP_QUEST_AZTECAS","text":"Defeat the aztecs to win the chest!"},{"id":491,"name":"POPUP_QUEST_HUMANOS","text":"Defeat the Humans to win the chest!"},{"id":492,"name":"POPUP_QUEST_HEROES","text":"Defeat the Heroes to win the chest!"},{"id":493,"name":"POPUP_QUEST_KAMIKAZES","text":"Use your kamikazes to destroy the Town Hall!"},{"id":494,"name":"POPUP_QUEST_VIKINGOS","text":"Defeat the vikings to win!"},{"id":495,"name":"POPUP_QUEST_ATLANTES","text":"Defeat the atlantis tribe to win!"},{"id":496,"name":"POPUP_QUEST_EGIPCIOS","text":"Defeat the egyptians to win!"},{"id":497,"name":"POPUP_QUEST_HUEVO","text":"You find a huge egg.."},{"id":498,"name":"POPUP_QUEST_ELIGE_DIFICULTAD","text":"Choose difficulty"},{"id":499,"name":"POPUP_QUEST_DIFICULTAD","text":"Difficulty"},{"id":500,"name":"POPUP_QUEST_COMPLETAR","text":"Complete the quest with #0# to unlock"},{"id":501,"name":"POPUP_QUEST_ESTRELLA_1","text":"1 star"},{"id":502,"name":"POPUP_QUEST_ESTRELLA_2","text":"2 stars"},{"id":503,"name":"POPUP_NUEVO_DIARIO_ORO","text":"#0# gold"},{"id":504,"name":"POPUP_NUEVO_DIARIO_HEROE","text":"1 Hero!"},{"id":505,"name":"POPUP_NUEVO_DIARIO_GANADO","text":"You won #0# gold!"},{"id":506,"name":"POPUP_NUEVO_DIARIO_GANADO_HEROE","text":"You won a hero!"},{"id":507,"name":"POPUP_JUGADOR_HOY","text":"Today at #0#:#1#"},{"id":508,"name":"POPUP_JUGADOR_AYER","text":"Yesterday at #0#:#1#"},{"id":509,"name":"POPUP_JUGADOR_HACE","text":"#0# days ago"},{"id":510,"name":"POPUP_JUGADOR_NUNCA","text":"n\/a"},{"id":511,"name":"POPUP_RAZA_TITULO_CIUDAD","text":"SELECT TOWN"},{"id":512,"name":"POPUP_RAZA_NIVEL_TROLL","text":"\nYou have to reach level #0# to unlock the Troll Race."},{"id":513,"name":"POPUP_RECLUTAMIENTO_RECOMPENSA","text":"Get reward"},{"id":514,"name":"POPUP_RECLUTAMIENTO_RECLUTAS_LISTOS","text":"All your new recruits are ready! Get your reward!"},{"id":515,"name":"POPUP_RECLUTAMIENTO_RECLUTA","text":"Recruit!"},{"id":516,"name":"POPUP_RECLUTAMIENTO_INVITA_AMIGOS","text":"Invite 3 new friends and get Special Units for free!"},{"id":517,"name":"POPUP_RECLUTAMIENTO_AMIGO","text":"Get a friend!"},{"id":518,"name":"POPUP_RECLUTAMIENTO_ALDEANO","text":"Villager"},{"id":519,"name":"POPUP_RESURRECCION_TITULO","text":"Heroes' Graveyard"},{"id":520,"name":"POPUP_RESURRECCION_DESCRIPCION","text":"This building allows you to revive your dead heroes"},{"id":521,"name":"POPUP_RESURRECCION_RESUCITAR","text":"Resurrect"},{"id":522,"name":"POPUP_EDIFICIO_ALIADOS","text":"Get allies"},{"id":523,"name":"POPUP_EDIFICIO_REFUERZOS","text":"All your allies are ready! Get your reinforcements!"},{"id":524,"name":"POPUP_EDIFICIO_ABRIR","text":"Open Building"},{"id":525,"name":"POPUP_EDIFICIO_PERSONAL","text":"All your staff is ready! You can now open your #0#!"},{"id":526,"name":"POPUP_EDIFICIO_CONTRATAR","text":"Hire Friends"},{"id":527,"name":"POPUP_EDIFICIO_TROPAS_ALIADAS","text":"This building needs to be filled with troops of your allies."},{"id":528,"name":"POPUP_EDIFICIO_CONTRATAR_AMIGOS","text":"Hire your friends to work in your #0#."},{"id":529,"name":"POPUP_FEED_COMPLETADO","text":"Completed!"},{"id":530,"name":"POPUP_FEED_RECOMPENSA","text":"Get rewards!"},{"id":531,"name":"POPUP_TESORO_TITULO","text":"Next enemy camp"},{"id":532,"name":"POPUP_TESORO_DESCRIPCION","text":"There have been spotted more enemies in the surroundings. They should arrive at your kingdom in 4 hours"},{"id":533,"name":"POPUP_UNLOCK","text":"Do you want to unlock #0# early?"},{"id":534,"name":"POPUP_UNLOCK_LBLUNLOCK","text":"Cost to unlock:"},{"id":535,"name":"POPUP_METEO_PRADERA","text":"Grassy Meadows"},{"id":536,"name":"POPUP_METEO_DESIERTO","text":"Sunny Desert"},{"id":537,"name":"POPUP_METEO_ESTEPA","text":"Snowy Plains"},{"id":538,"name":"POPUP_METEO_MONTANYA","text":"Rocky Mountains"},{"id":539,"name":"POPUP_METEO_JUNGLA","text":"Lush Jungle"},{"id":540,"name":"POPUP_GRIMORIO_PAGINA","text":"page #0# \/ #1#"},{"id":541,"name":"POPUP_TUTORIAL_PAGINA","text":"#0# of #1#"},{"id":542,"name":"QUEST_DESIERTO","text":"Desert Mission"},{"id":543,"name":"QUEST_ARTICO","text":"Arctic Mission"},{"id":544,"name":"QUEST_GUSANO","text":"Rockdriller Mission"},{"id":545,"name":"QUEST_MISTERIOSA","text":"Mysterious Island"},{"id":546,"name":"QUEST_DESCONOCIDA","text":"Unknown Island"},{"id":547,"name":"QUEST_NO_DESCUBIERTA","text":"Undiscovered Island"},{"id":548,"name":"QUEST_EMERGENTE","text":"Emergent Island"},{"id":549,"name":"QUEST_BARCO","text":"SHIP"},{"id":550,"name":"QUEST_ZEPPELIN","text":"ZEPPELIN"},{"id":551,"name":"QUEST_MOLINO","text":"Burning Mill"},{"id":552,"name":"QUEST_CURANDEROS","text":"Captive Healers"},{"id":553,"name":"QUEST_ANIMALES","text":"Caged Animals"},{"id":554,"name":"QUEST_ESQUELETOS","text":"Skeleton Menace"},{"id":555,"name":"QUEST_CHINOS","text":"Chinese Island"},{"id":556,"name":"QUEST_AZTECAS","text":"Aztec Island"},{"id":557,"name":"QUEST_HUMANOS","text":"Humans Island"},{"id":558,"name":"QUEST_HEROES","text":"Heroes Island"},{"id":559,"name":"QUEST_MITICA","text":"Mythical Island"},{"id":560,"name":"QUEST_NUBLADA","text":"Misty Island"},{"id":561,"name":"QUEST_DUNAS","text":"Dune Island"},{"id":562,"name":"QUEST_NIDO","text":"Nest Island"},{"id":563,"name":"QUEST_PELIGROSA","text":"Dangerous Island"},{"id":564,"name":"QUEST_GOLEM_GEMAS","text":"Gems to activate"},{"id":565,"name":"QUEST_GUSANO_BRASEROS","text":"#0# braziers to activate"},{"id":566,"name":"QUEST_YETI_LLAVES","text":"Keys to activate"},{"id":567,"name":"QUEST_YETI_FALTAN","text":"#0# keys left"},{"id":568,"name":"QUEST_CIVILIZACION_ENEMIGOS","text":"Enemy targets left"},{"id":569,"name":"QUEST_CIVILIZACION_HQ_SINGULAR","text":"1 Town Hall"},{"id":570,"name":"QUEST_CIVILIZACION_HQ_PLURAL","text":"#0# Town Halls"},{"id":571,"name":"QUEST_HEROES_VIVOS_SINGULAR","text":"1 hero alive"},{"id":572,"name":"QUEST_HEROES_VIVOS_PLURAL","text":"#0# heroes alive"},{"id":573,"name":"QUEST_TROLLS_VIVOS","text":"Alive trolls"},{"id":574,"name":"QUEST_TROLLS_VIVOS_SINGULAR","text":"1 troll alive"},{"id":575,"name":"QUEST_TROLLS_VIVOS_PLURAL","text":"#0# trolls alive"},{"id":576,"name":"QUEST_ESQUELETOS_VIVOS","text":"Remaining skeletons"},{"id":577,"name":"QUEST_ESQUELETOS_VIVOS_SINGULAR","text":"1 skeleton remaining"},{"id":578,"name":"QUEST_ESQUELETOS_VIVOS_PLURAL","text":"#0# skeletons remaining"},{"id":579,"name":"QUEST_BARCO_REQUISITO","text":"Level #0# required to access this zone"},{"id":580,"name":"ASALTO_REFUERZOS_TITULO","text":"Reinforcements arrive!"},{"id":581,"name":"ASALTO_REFUERZOS_DESCRIPCION","text":"Reinforcements are coming to your town to help you defeat your enemies.\nWait for them and rescue the princess!"},{"id":582,"name":"ASALTO_CAPITAN_H_ASEDIO_1","text":"Siege engines! Attack!"},{"id":583,"name":"ASALTO_CAPITAN_T_ASEDIO_1","text":"Machinez, GO!"},{"id":584,"name":"ASALTO_CAPITAN_H_ASEDIO_2","text":"First squad! Attack!"},{"id":585,"name":"ASALTO_CAPITAN_T_ASEDIO_2","text":"You group, Attack!"},{"id":586,"name":"ASALTO_CAPITAN_H_ASEDIO_3","text":"Second squad! Attack!"},{"id":587,"name":"ASALTO_CAPITAN_T_ASEDIO_3","text":"Iz 'ur tourn, Kill 'em all!"},{"id":588,"name":"ASALTO_CAPITAN_H_RETIRADA","text":"Retreat!"},{"id":589,"name":"ASALTO_CAPITAN_T_RETIRADA","text":"We lozin', we back!"},{"id":590,"name":"ASALTO_CAPITAN_H_MASTODONTES","text":"You go now, NO MERCY!!"},{"id":591,"name":"ASALTO_CAPITAN_T_MASTODONTES","text":"GO ON MORE BIG BOY'z!"},{"id":592,"name":"ASALTO_CAPITAN_H_PREPARADOS_1","text":"Everybody prepared!"},{"id":593,"name":"ASALTO_CAPITAN_T_PREPARADOS_1","text":"U ready cabbageheadz?"},{"id":594,"name":"ASALTO_CAPITAN_H_PREPARADOS_2","text":"Get ready!"},{"id":595,"name":"ASALTO_CAPITAN_T_PREPARADOS_2","text":"Zmell'em, they Afraid!"},{"id":596,"name":"ASALTO_ALDEANO_H_1","text":"THEY ARE COMING! HELP! HELP!"},{"id":597,"name":"ASALTO_ALDEANO_H_2","text":"PLEASE, HURRY UP!"},{"id":598,"name":"ASALTO_ALDEANO_H_3","text":"BE READY FOR THE BATTLE!"},{"id":599,"name":"ASALTO_ALDEANO_H_4","text":"HELP, HELP!"},{"id":600,"name":"ASALTO_ALDEANO_T_1","text":"LOTZ OF 'EM"},{"id":601,"name":"ASALTO_ALDEANO_T_2","text":"HELP POOR TROLL, HELP"},{"id":602,"name":"ASALTO_ALDEANO_T_3","text":"WAR IZ COMIN"},{"id":603,"name":"ASALTO_ALDEANO_T_4","text":"HELP, HELP!"},{"id":604,"name":"ASALTO_CARRO_DESPEDIDA","text":"Glad to help you!"},{"id":605,"name":"AUX_OK","text":"OK"},{"id":606,"name":"AUX_SKIP","text":"Skip"},{"id":607,"name":"AUX_COMPRAR","text":"Buy"},{"id":608,"name":"AUX_VENDER","text":"sell"},{"id":609,"name":"AUX_COMPARTIR","text":"Share!"},{"id":610,"name":"AUX_SI","text":"YES"},{"id":611,"name":"AUX_NO","text":"NO"},{"id":612,"name":"AUX_GUARDAR","text":"Save"},{"id":613,"name":"AUX_CANCELAR","text":"Cancel"},{"id":614,"name":"POPUP_NOMBRE_TITULO","text":"NAME YOUR EMPIRE"},{"id":615,"name":"NEWFRIENDS_REWARD_DESCRIPTION_1","text":"1x Elephant Rider: Stomp your enemies and daze them with the powerful Elephant Rider!"},{"id":616,"name":"NEWFRIENDS_REWARD_DESCRIPTION_2","text":"2x Vikings: Smash your foes with this legendary Vikings!"},{"id":617,"name":"NEWFRIENDS_REWARD_DESCRIPTION_3","text":"2x Monks: Convert enemy units into yours with the Monks!"},{"id":618,"name":"NEWFRIENDS_REWARD_DESCRIPTION_4","text":"1x Thor: Strike your foes with the power of thunder!"},{"id":619,"name":"NEWFRIENDS_REWARD_DESCRIPTION_5","text":"1x Mobile Tower: Bring the power of a tower wherever you want!"},{"id":620,"name":"POPUP_AYUDA_AMIGO","text":"Wants to help you!"},{"id":621,"name":"POPUP_MISION_TITULO","text":"Goal INFO"},{"id":622,"name":"AUX_REPETIR","text":"repeat #0# times"},{"id":623,"name":"AUX_AYUDA","text":"HELP!"},{"id":624,"name":"AUX_OBJETIVOS","text":"Goals"},{"id":625,"name":"POPUP_MISION_OTORGA_RECOMPENSA","text":"MISSION #0# COMPLETED! #1# gold reward"},{"id":626,"name":"POPUP_MOTIVACION_TITULO_INTRO","text":"Welcome to Social Empires"},{"id":627,"name":"POPUP_MOTIVACION_CUERPO_INTRO","text":"Welcome to the best adventure in Facebook!\nIn Social Empires you will have to..."},{"id":628,"name":"POPUP_MOTIVACION_PIE_INTRO","text":"Good Luck!"},{"id":629,"name":"POPUP_MOTIVACION_MENSAJE_1","text":"Build your Kingdom"},{"id":630,"name":"POPUP_MOTIVACION_MENSAJE_2","text":"Defeat your Enemies!"},{"id":631,"name":"POPUP_MOTIVACION_MENSAJE_3","text":"Save your Princess!"},{"id":632,"name":"POPUP_MOTIVACION_TITULO_OUTRO","text":"Good Job!"},{"id":633,"name":"POPUP_MOTIVACION_CUERPO_OUTRO","text":"In order to advance it is very important to follow King Arthur's Goals"},{"id":634,"name":"POPUP_MOTIVACION_PIE_OUTRO","text":"Keep it up!\nYou will soon be rescuing your Princess!"},{"id":635,"name":"POPUP_MISION_NUEVA_MISION","text":"New Mission!"},{"id":636,"name":"POPUP_MISION_OBTEN_RECOMPENSA","text":"Get Reward!"},{"id":637,"name":"POPUP_MISION_OBTEN_RECOMPENSA_AHORA","text":"Get Reward Now!"},{"id":638,"name":"AUX_MAS_INFO","text":"+INFO"},{"id":639,"name":"AUX_NUEVO","text":"NEW"},{"id":640,"name":"POPUP_ATAQUE_TITULO","text":"Battle Results"},{"id":641,"name":"POPUP_ATAQUE_PIE","text":"(showing only last 10 attacks)"},{"id":642,"name":"POPUP_ATAQUE_FECHA","text":"Date"},{"id":643,"name":"POPUP_ATAQUE_OPONENTE","text":"Opponent"},{"id":644,"name":"POPUP_ATAQUE_RESULTADO","text":"Result"},{"id":645,"name":"POPUP_ATAQUE_ORO","text":"Gold"},{"id":646,"name":"POPUP_ATAQUE_INFORME_TITULO","text":"Attacked!"},{"id":647,"name":"POPUP_ATAQUE_INFORME_CUERPO","text":"Someone attacked your empire while you where out!"},{"id":648,"name":"POPUP_ATAQUE_INFORME_PIE","text":"Check the results and avenge yourself!"},{"id":649,"name":"POPUP_ATAQUE_ACABADO_TITULO","text":"Battle Result"},{"id":650,"name":"POPUP_ATAQUE_ACABADO_UNIDADES_VIVAS","text":"Units Alive"},{"id":651,"name":"POPUP_ATAQUE_ACABADO_UNIDADES_MUERTAS","text":"Units Dead"},{"id":652,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS","text":"Results"},{"id":653,"name":"POPUP_ATAQUE_ACABADO_TU_EJERCITO","text":"Your Army"},{"id":654,"name":"POPUP_ATAQUE_ACABADO_SU_EJERCITO","text":"Enemy Army"},{"id":655,"name":"POPUP_ATAQUE_ACABADO_TUS_PERDIDAS","text":"Your units lost"},{"id":656,"name":"POPUP_ATAQUE_ACABADO_SIN_BAJAS","text":"- No units lost -"},{"id":657,"name":"POPUP_ATAQUE_ACABADO_GANANCIAS","text":"You won:"},{"id":658,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_BUENA","text":"Good Battle! Destroy the Town Hall to win!"},{"id":659,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PERDIDAS","text":"You are losing a lot of units!"},{"id":660,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_GANAS","text":"You win!"},{"id":661,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PIERDES","text":"You lost!"},{"id":662,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_DEFENDISTE","text":"Your defense resisted!"},{"id":663,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_CAISTE","text":"Your defense has fallen!"},{"id":664,"name":"POPUP_ATAQUE_ACABADO_RESULTADOS_PACIFISTA","text":"You haven't killed anyone yet"},{"id":665,"name":"POPUP_ATAQUE_ACABADO_ENHORABUENA","text":"Congratulations! Share it with your friends!"},{"id":666,"name":"POPUP_ATAQUE_ACABADO_CONDOLENCIAS","text":"Sorry! Try it another time!"},{"id":667,"name":"POPUP_ATAQUE_ACABADO_ACABAR","text":"Do you want to quit the battle?"},{"id":668,"name":"POPUP_ATAQUE_GUARDANDO","text":"Saving Results ..."},{"id":669,"name":"AUX_ATACANTE","text":"Attacker"},{"id":670,"name":"AUX_DEFENSOR","text":"Defender"},{"id":671,"name":"AUX_MUNDO_ENEMIGO","text":"Go to Enemy's World"},{"id":672,"name":"POPUP_OPCIONES_BATALLA_TITULO","text":"OPTIONS"},{"id":673,"name":"POPUP_OPCIONES_BATALLA_EJERCITO","text":"My Army"},{"id":674,"name":"POPUP_OPCIONES_BATALLA_ESTRATEGIA","text":"My Defensive Strategy"},{"id":675,"name":"POPUP_OPCIONES_BATALLA_CABECERA","text":"Select Your Defensive Strategy to defend your empire from other player attacks."},{"id":676,"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA","text":"Defensive"},{"id":677,"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA","text":"Mid Defensive"},{"id":678,"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA","text":"Mid Aggressive"},{"id":679,"name":"POPUP_OPCIONES_BATALLA_AGRESIVA","text":"Aggressive"},{"id":680,"name":"POPUP_OPCIONES_BATALLA_DEFENSIVA_DESCRIPCION","text":"All your units will hold position until approached. They will stop chasing the enemy and return to their original position in a while after the clash."},{"id":681,"name":"POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA_DESCRIPCION","text":"All your units will hold position until a siege engine hits, then all ranged units will go and crush it."},{"id":682,"name":"POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA_DESCRIPCION","text":"All your units will hold positions until the enemy hits. Then part of your army that equals to the enemy troops will go and chase them."},{"id":683,"name":"POPUP_OPCIONES_BATALLA_AGRESIVA_DESCRIPCION","text":"All your units will attack the siege engines right from the start and will return to the empire only when all are destroyed."},{"id":684,"name":"POPUP_OPCIONES_BATALLA_UNIDADES","text":"Units"},{"id":685,"name":"POPUP_EDIFICIO_COMPARTE_AMIGOS","text":"Share your new item with your friends!"},{"id":686,"name":"AUX_ENHORABUENA","text":"Congratulations!"},{"id":687,"name":"AUX_INTERCAMBIAR","text":"EXCHANGE"},{"id":688,"name":"POPUP_COMPRAR_ORO_TITULO","text":"SOCIAL EMPIRES BANK"},{"id":689,"name":"POPUP_COMPRAR_ORO_CABECERA","text":"Exchange your cash for gold!"},{"id":690,"name":"AUX_COMPRAR_CASH","text":"Buy with cash"},{"id":691,"name":"POPUP_COMPRAR_MANA_TITULO","text":"Wizard's Resources Bank"},{"id":692,"name":"POPUP_COMPRAR_MANA_CABECERA","text":"Get some mana\nto unleash your power!"},{"id":693,"name":"POPUP_COLECCION_COMPARTE_AMIGOS","text":"Share your new gift with your friends!"},{"id":694,"name":"POPUP_COLECCIONES_TITULO","text":"Collections"},{"id":695,"name":"POPUP_COLECCIONES_RECLAMAR_RECOMPENSA","text":"Claim reward"},{"id":696,"name":"POPUP_COLECCIONES_COMPLETAR_POR","text":"Complete for"},{"id":697,"name":"AUX_COLECCION","text":"Collection"},{"id":698,"name":"AUX_COMPLETADO","text":"COMPLETED!"},{"id":699,"name":"POPUP_CAMPAMENTO_TITULO","text":"All enemies defeated!"},{"id":700,"name":"POPUP_CAMPAMENTO_CABECERA_1","text":"You have beaten all"},{"id":701,"name":"POPUP_CAMPAMENTO_CABECERA_2","text":"ENEMIES!"},{"id":702,"name":"POPUP_CAMPAMENTO_PIE_PRINCESA","text":"Now save your PRINCESS!\nClick on her!"},{"id":703,"name":"POPUP_CAMPAMENTO_PIE_ARQUEROS","text":"Now save the ARCHERS!\nClick on them!"},{"id":704,"name":"POPUP_CAMPAMENTO_PIE_SOLDADOS","text":"Now rescue your SOLDIERS!\nClick on them!"},{"id":705,"name":"POPUP_CAMPAMENTO_PIE_TESORO","text":"Now go for the TREASURE!\nClick on it!"},{"id":706,"name":"POPUP_CAMPAMENTO_PIE_ALDEANOS","text":"Now rescue your VILLAGERS!\nClick on them!"},{"id":707,"name":"POPUP_CAMPAMENTO_PIE_TROLL","text":"Now liberate the TROLL!\nClick on him!"},{"id":708,"name":"POPUP_CAMPAMENTO_PIE_PRINCIPE","text":"Now rescue your PRINCE!\nClick on him!"},{"id":709,"name":"POPUP_CAMPAMENTO_PIE_FUEGO","text":"Now extinguish the FIRE!\nClick on it!"},{"id":710,"name":"POPUP_CAMPAMENTO_PIE_CURANDEROS","text":"Now rescue your HEALERS!\nClick on them!"},{"id":711,"name":"POPUP_CAMPAMENTO_PIE_PIEDRA","text":"Now get the STONE!\nClick on it!"},{"id":712,"name":"POPUP_CAMPAMENTO_PIE_ALIADOS","text":"Now rescue your ALLIES!\nClick on them!"},{"id":713,"name":"POPUP_CAMPAMENTO_PIE_ANIMALES","text":"Now rescue the ANIMALS!\nClick on the cages!"},{"id":714,"name":"POPUP_CAMPAMENTO_PIE_ASEDIO","text":"Now rescue the SIEGE!\nClick on them!"},{"id":715,"name":"POPUP_CAMPAMENTO_PIE_ESTATUA","text":"Now destroy the SKELETONS!\nClick on the statue!"},{"id":716,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA","text":"Princess Kidnapped!"},{"id":717,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS","text":"Archers in danger!"},{"id":718,"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS","text":"Soldiers kidnapped!"},{"id":719,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO","text":"A Treasure Appeared!"},{"id":720,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS","text":"Villagers missing!"},{"id":721,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL","text":"Chained Troll!"},{"id":722,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE","text":"Prince kidnapped!"},{"id":723,"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO","text":"Mill in flames!"},{"id":724,"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS","text":"Captive Healers!"},{"id":725,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA","text":"Stone Mines!"},{"id":726,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS","text":"Captured Allies!"},{"id":727,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES","text":"Captured animals!"},{"id":728,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO","text":"Captured Siege!"},{"id":729,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA","text":"Creepy statues!"},{"id":730,"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCESA","text":"The enemies kidnapped your"},{"id":731,"name":"POPUP_MISION_CAMPAMENTO_C1_ARQUEROS","text":"The enemies have tied a group of"},{"id":732,"name":"POPUP_MISION_CAMPAMENTO_C1_SOLDADOS","text":"The enemies have taken some of your"},{"id":733,"name":"POPUP_MISION_CAMPAMENTO_C1_TESORO","text":"Suddenly appeared a"},{"id":734,"name":"POPUP_MISION_CAMPAMENTO_C1_ALDEANOS","text":"The enemies have taken your"},{"id":735,"name":"POPUP_MISION_CAMPAMENTO_C1_TROLL","text":"It has been spotted a prisoner"},{"id":736,"name":"POPUP_MISION_CAMPAMENTO_C1_PRINCIPE","text":"The trolls have taken hostage"},{"id":737,"name":"POPUP_MISION_CAMPAMENTO_C1_FUEGO","text":"The trolls are burning a"},{"id":738,"name":"POPUP_MISION_CAMPAMENTO_C1_CURANDEROS","text":"The trolls have captured"},{"id":739,"name":"POPUP_MISION_CAMPAMENTO_C1_PIEDRA","text":"The enemies are protecting some"},{"id":740,"name":"POPUP_MISION_CAMPAMENTO_C1_ALIADOS","text":"The enemies have captured some"},{"id":741,"name":"POPUP_MISION_CAMPAMENTO_C1_ANIMALES","text":"There are some mysterious"},{"id":742,"name":"POPUP_MISION_CAMPAMENTO_C1_ASEDIO","text":"The enemies have chained"},{"id":743,"name":"POPUP_MISION_CAMPAMENTO_C1_ESTATUA","text":"There are some creepy"},{"id":744,"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCESA","text":"PRINCESS!"},{"id":745,"name":"POPUP_MISION_CAMPAMENTO_C2_ARQUEROS","text":"ARCHERS!"},{"id":746,"name":"POPUP_MISION_CAMPAMENTO_C2_SOLDADOS","text":"SOLDIERS!"},{"id":747,"name":"POPUP_MISION_CAMPAMENTO_C2_TESORO","text":"TREASURE!"},{"id":748,"name":"POPUP_MISION_CAMPAMENTO_C2_ALDEANOS","text":"VILLAGERS!"},{"id":749,"name":"POPUP_MISION_CAMPAMENTO_C2_TROLL","text":"TROLL!"},{"id":750,"name":"POPUP_MISION_CAMPAMENTO_C2_PRINCIPE","text":"PRINCE ARTHUR!"},{"id":751,"name":"POPUP_MISION_CAMPAMENTO_C2_FUEGO","text":"MILL!"},{"id":752,"name":"POPUP_MISION_CAMPAMENTO_C2_CURANDEROS","text":"HEALERS!"},{"id":753,"name":"POPUP_MISION_CAMPAMENTO_C2_PIEDRA","text":"STONE MINES!"},{"id":754,"name":"POPUP_MISION_CAMPAMENTO_C2_ALIADOS","text":"ALLIES!"},{"id":755,"name":"POPUP_MISION_CAMPAMENTO_C2_ANIMALES","text":"ANIMAL CAGES!"},{"id":756,"name":"POPUP_MISION_CAMPAMENTO_C2_ASEDIO","text":"SIEGE MACHINES!"},{"id":757,"name":"POPUP_MISION_CAMPAMENTO_C2_ESTATUA","text":"SKELETON STATUES!"},{"id":758,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA","text":"Slay all the enemies to rescue her!"},{"id":759,"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS","text":"Help them by defeating the enemies!"},{"id":760,"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS","text":"Hurry up or the enemies will kill them!"},{"id":761,"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO","text":"Defeat all the enemies to get it!"},{"id":762,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS","text":"Save them from the enemies!"},{"id":763,"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL","text":"Help him obtain his freedom!"},{"id":764,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE","text":"Slay the trolls and rescue Prince Arthur!"},{"id":765,"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO","text":"Get water from the wells to\nextinguish the fire!"},{"id":766,"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS","text":"Save them from the trolls!"},{"id":767,"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA","text":"Slay the enemies to reclaim the stone!"},{"id":768,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS","text":"Help them to escape the enemies!"},{"id":769,"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES","text":"Slay the trolls to open them!"},{"id":770,"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO","text":"Recover them from the enemies!"},{"id":771,"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA","text":"Go to investigate them!"},{"id":772,"name":"POPUP_EXPANSION_CABECERA_1","text":"Your empire has"},{"id":773,"name":"POPUP_EXPANSION_CABECERA_2","text":"GROWN!"},{"id":774,"name":"POPUP_EXPANSION_PIE","text":"Share your expansion with your friends !"},{"id":775,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCESA","text":"Princess Rescued!"},{"id":776,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ARQUEROS","text":"Archers rescued!"},{"id":777,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_SOLDADOS","text":"Soldiers rescued!"},{"id":778,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TESORO","text":"Treasure Found!"},{"id":779,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALDEANOS","text":"Villagers rescued!"},{"id":780,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_TROLL","text":"Troll rescued!"},{"id":781,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCIPE","text":"Prince rescued!"},{"id":782,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_FUEGO","text":"Mill saved!"},{"id":783,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_CURANDEROS","text":"Healers rescued!"},{"id":784,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_PIEDRA","text":"Stone acquired!"},{"id":785,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALIADOS","text":"Allies Rescued!"},{"id":786,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ANIMALES","text":"Animals uncaged!"},{"id":787,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ASEDIO","text":"Siege retrieved!"},{"id":788,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_ESTATUA","text":"Statues explored!"},{"id":789,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_EL","text":"You have rescued the"},{"id":790,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_ENCUENTRAS_EL","text":"You have found the"},{"id":791,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS","text":"You have rescued"},{"id":792,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_SALVAS","text":"You have saved the"},{"id":793,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_TU","text":"You have rescued your"},{"id":794,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_RECUPERAS","text":"You have recovered the"},{"id":795,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_DERROTADO","text":"You have defeated the"},{"id":796,"name":"POPUP_MISION_CAMPAMENTO_FIN_C1_PIEDRA","text":"You have obtained stone from"},{"id":797,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCESA","text":"She joins your army to fight with you!"},{"id":798,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ARQUEROS","text":"They are really grateful and join your army!"},{"id":799,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_SOLDADOS","text":"Now they will join your army!"},{"id":800,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TESORO","text":"Share it with your friends!"},{"id":801,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALDEANOS","text":"They will work hard for you!"},{"id":802,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_TROLL","text":"He is so grateful that joins your army!"},{"id":803,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCIPE","text":"He will join your ranks and fight for you!"},{"id":804,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_FUEGO","text":"Share it with your friends!"},{"id":805,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_CURANDEROS","text":"Share it with your friends!"},{"id":806,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_PIEDRA","text":"Share it with your friends!"},{"id":807,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ALIADOS","text":"Share it with your friends!"},{"id":808,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ANIMALES","text":"Share it with your friends!"},{"id":809,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ASEDIO","text":"Share it with your friends!"},{"id":810,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_ESTATUA","text":"Share it with your friends!"},{"id":811,"name":"POPUP_HEROES_TITULO","text":"Altar of Heroes"},{"id":812,"name":"POPUP_HEROES_PIE","text":"This building allows you to invoke powerful heroes"},{"id":813,"name":"POPUP_HEROES_COMPRAR_HEROE","text":"Get Hero!"},{"id":814,"name":"POPUP_HURRY_UP_TITULO","text":"WORK IN PROGRESS"},{"id":815,"name":"POPUP_HURRY_UP_HEADER_2","text":"You can take the following actions"},{"id":816,"name":"POPUP_HURRY_UP_OPTION_1","text":"Ask your friends to help you speed up"},{"id":817,"name":"POPUP_HURRY_UP_OPTION_2","text":"Pay to finish the work instantly"},{"id":818,"name":"POPUP_HURRY_UP_OPTION_SEPARATOR","text":"OR"},{"id":819,"name":"POPUP_INSTALL_TITLE","text":"Tutorial complete!"},{"id":820,"name":"POPUP_LOST_TITLE_DISCOVERY","text":"Discovery!"},{"id":821,"name":"POPUP_LOST_HEADER_1","text":"You have found a"},{"id":822,"name":"POPUP_LOST_HEADER_1B","text":"You have found an"},{"id":823,"name":"POPUP_LOST_INJURED_COW","text":"INJURED COW!"},{"id":824,"name":"POPUP_LOST_COW_FOOTER","text":"Tell your friends to adopt it!"},{"id":825,"name":"POPUP_LOST_INJURED_SHEEP","text":"INJURED SHEEP!"},{"id":826,"name":"POPUP_LOST_SHEEP_FOOTER","text":"Tell your friends to adopt it!"},{"id":827,"name":"POPUP_LOST_LONELY_KNIGHT","text":"LONELY KNIGHT!!"},{"id":828,"name":"POPUP_LOST_LONELY_FOOTER","text":"Tell your friends to \nadd him to their army!!"},{"id":829,"name":"POPUP_LOST_TROJAN_HORSE","text":"TROJAN HORSE!!!"},{"id":830,"name":"POPUP_LOST_TROJAN_FOOTER","text":"Give this present to \nsome of your friends!"},{"id":831,"name":"POPUP_LOST_MYST_CRATE","text":"MYSTERIOUS CRATE"},{"id":832,"name":"POPUP_LOST_MYST_FOOTER","text":"Share its contents \nwith your friends!"},{"id":833,"name":"POPUP_LOST_BARREL","text":"MEAD BARREL"},{"id":834,"name":"POPUP_LOST_BARREL_FOOTER","text":"Have some drinks with your friends!"},{"id":835,"name":"POPUP_LOST_INJURED_TROLL","text":"INJURED TROLL!"},{"id":836,"name":"POPUP_LOST_TROLL_FOOTER","text":"Tell your friends to adopt it!"},{"id":837,"name":"POPUP_LOST_GOLDEN_TOTEM","text":"GOLDEN TOTEM!"},{"id":838,"name":"POPUP_LOST_TOTEM_FOOTER","text":"Give this present to \nsome of your friends!"},{"id":839,"name":"POPUP_MARKET_FOOTER","text":"Trades left today:"},{"id":840,"name":"POPUP_NEWS_TITLE","text":"Daily News"},{"id":841,"name":"POPUP_NEWS_SEC_HINTS","text":"Hints & Tips:"},{"id":842,"name":"POPUP_NEWS_SEC_LATEST","text":"Latest News"},{"id":843,"name":"POPUP_NEWS_SPECIAL_OFFERS","text":"Specials Offers & Packs"},{"id":844,"name":"POPUP_PROFILE_TITLE","text":"Player Profile"},{"id":845,"name":"POPUP_PROFILE_LBL_LEVEL","text":"Level:"},{"id":846,"name":"POPUP_PROFILE_LBL_RANK","text":"Rank:"},{"id":847,"name":"POPUP_PROFILE_LBL_EMPNAME","text":"Empire's name:"},{"id":848,"name":"POPUP_PROFILE_LBL_VICTORIAS","text":"Victories:"},{"id":849,"name":"POPUP_PROFILE_LBL_DERROTAS","text":"\/ Defeats:"},{"id":850,"name":"POPUP_PROFILE_LBL_LASTCONN","text":"Last connected:"},{"id":851,"name":"POPUP_PROFILE_LBL_COUNTRY","text":"Country:"},{"id":852,"name":"POPUP_PROFILE_LBL_HONOR","text":"Honor Points:"},{"id":853,"name":"POPUP_QUESTEND_TITLE","text":"Mission result"},{"id":854,"name":"POPUP_QUESTEND_HEADER_1","text":"GOLD & XP COLLECTED"},{"id":855,"name":"POPUP_QUESTEND_BUT_RESULTS","text":"Results"},{"id":856,"name":"POPUP_QUESTEND_BUT_USAVED","text":"Your units lost"},{"id":857,"name":"POPUP_QUESTEND_MESSAGE1_WIN","text":"Congratulations! Share it with your friends!"},{"id":858,"name":"POPUP_QUESTEND_MESSAGE1_LOSE","text":"Sorry! Try it another time!"},{"id":859,"name":"POPUP_QUESTEND_MESSAGE2","text":"Do you want to finalize the battle?"},{"id":860,"name":"POPUP_QUESTEND_CHECK_REWARD","text":"Check your reward in the store!"},{"id":861,"name":"POPUP_QUESTEND_GOLEM_DEFEATED","text":"You defeated the Golem!"},{"id":862,"name":"POPUP_QUESTEND_YETI_DEFEATED","text":"You defeated the Yeti!"},{"id":863,"name":"POPUP_QUESTEND_ROCKDRILLER_DEFEATED","text":"You defeated the Rockdriller!"},{"id":864,"name":"POPUP_QUESTEND_EGG_DEFEATED","text":"You made someone angry! \nComing soon!"},{"id":865,"name":"POPUP_QUESTEND_NO_CASUALTIES","text":"- No units lost"},{"id":866,"name":"POPUP_QUESTEND_WIN","text":"You win!"},{"id":867,"name":"POPUP_QUESTEND_LOSE","text":"You haven't finished yet!"},{"id":868,"name":"POPUP_QUESTEND_UNFINISHED","text":"You haven't finished yet!"},{"id":869,"name":"POPUP_RECOVER_TITLE","text":"Field Hospital"},{"id":870,"name":"POPUP_RECRUITMENT_TITLE","text":"Recruitment"},{"id":871,"name":"POPUP_RESOURCE_TITLE","text":"Allies Market"},{"id":872,"name":"POPUP_RESOURCE_HEADER","text":"Select the resource you want to acquire"},{"id":873,"name":"POPUP_YOUR_ARMY_TITLE","text":"MY ARMY"},{"id":874,"name":"POPUP_NEWTOWN2_FOOTER","text":"Now yow can start your empire!\n Share it with your friends!"},{"id":875,"name":"EXPAND_BUTTON_CAPTION","text":"Click on the Buy Now sign to expand your Town."},{"id":876,"name":"NEWCAMP_BUTTON_CAPTION","text":"Compete against other players and conquer the world. Level 6 Required!"},{"id":877,"name":"TROLLCAMP_BUTTON_CAPTION","text":"Play with a whole new empire with the troll civilization!"},{"id":878,"name":"STORE_ICON_BUILDINGS","text":"Buildings"},{"id":879,"name":"STORE_ICON_DECORATIONS","text":"Decorations"},{"id":880,"name":"STORE_ICON_DEFENSE","text":"Defense"},{"id":881,"name":"STORE_ICON_ATTACK","text":"Attack"},{"id":882,"name":"STORE_ICON_EXPAND","text":"Expand"},{"id":883,"name":"STORE_ICON_STORAGE","text":"Storage"},{"id":884,"name":"STORE_ICON_WONDERS","text":"Wonders"},{"id":885,"name":"STORE_ICON_NEWS","text":"News"},{"id":886,"name":"EXPLORATIONS_LOADING_WORLD","text":"LOADING WORLD\u2026"},{"id":887,"name":"AUX_OPEN_STORE","text":"Go to Store"},{"id":888,"name":"AUX_BUY_FOR","text":"Buy for:"},{"id":889,"name":"INFOPOPUP_MARAVILLA_RECURSOS","text":"A wonder gives you a high quantity of resources."},{"id":890,"name":"INFOPOPUP_DEFENSIVE","text":"Defensive structure"},{"id":891,"name":"INFOPOPUP_TRAIN","text":"Allows you to train:"},{"id":892,"name":"INFOPOPUP_TRADE","text":"You can trade resources here. Higher levels allow to trade higher amounts."},{"id":893,"name":"INFOPOPUP_REDUCE_COST","text":"Allows you to reduce the cost of your footman, archers and mounted troops."},{"id":894,"name":"INFOPOPUP_ANIMALS_FOOD","text":"Put animals inside to produce food"},{"id":895,"name":"INFOPOPUP_VILLAGERS","text":"Put villagers inside to produce resources"},{"id":896,"name":"INFOPOPUP_HOUSE","text":"Houses increases your population for having more units"},{"id":897,"name":"INFOPOPUP_RESOURCES","text":"Provides you with resources periodically."},{"id":898,"name":"INFOPOPUP_EAGLES","text":"Allows you to spy your enemies. \nHigher levels give more eagle health"},{"id":899,"name":"POPUP_PACK_TITLE","text":"Purchase Pack"},{"id":900,"name":"POPUP_PACK_SUBTITLE","text":"Purchase this pack?"},{"id":901,"name":"POPUP_MISTERY_TITLE","text":"Mistery Box Pack"},{"id":902,"name":"POPUP_MISTERY_SUBTITLE","text":"You can get one of the following!\nTest your luck!"},{"id":903,"name":"POPUP_MISTERY_RARE","text":"Rare"},{"id":904,"name":"POPUP_MISTERY_UNCOMMON","text":"Uncommon"},{"id":905,"name":"POPUP_MISTERY_COMMON","text":"Common"},{"id":906,"name":"POPUP_GOTPACK_TITLE","text":"Congratulations!"},{"id":907,"name":"POPUP_GOTPACK_SUBTITLE","text":"You got #0#!\nCheck the Store!"},{"id":908,"name":"POPUP_FAV_TITLE","text":"Add Favourite"},{"id":909,"name":"POPUP_FAV_TEXT","text":"Add Social Empires in your favourites!"},{"id":910,"name":"POPUP_GOAL_COMPLETED","text":"You have completed the mission:"},{"id":911,"name":"TUTORIAL_HOST_NAME_MALE","text":"Arthur"},{"id":912,"name":"TUTORIAL_HOST_NAME_FEMALE","text":"Guinevere"},{"id":913,"name":"POPUP_QUESTEND_DRAGON_DEFEATED","text":"You defeated Crimson Scale!"},{"id":914,"name":"POPUP_QUEST_DRAGON","text":"Defeat the dragon!"},{"id":916,"name":"POPUP_MISION_CAMPAMENTO_TITULO_GOLEM","text":"The dangerous Golden Golem!"},{"id":917,"name":"POPUP_MISION_CAMPAMENTO_C1_GOLEM","text":"Evil forces have sent a"},{"id":918,"name":"POPUP_MISION_CAMPAMENTO_C2_GOLEM","text":"GOLDEN GOLEM to your empire!"},{"id":919,"name":"POPUP_MISION_CAMPAMENTO_PIE_GOLEM","text":"A dangerous Golden Golem kidnapped an Anubis Avatar! Help the egyptian warriors to save him!"},{"id":920,"name":"POPUP_CAMPAMENTO_TITULO_GOLEM","text":"Golden Golem down!"},{"id":921,"name":"POPUP_CAMPAMENTO_CABECERA_1_GOLEM","text":"You defeated the"},{"id":922,"name":"POPUP_CAMPAMENTO_CABECERA_2_GOLEM","text":"Golden Golem!"},{"id":923,"name":"POPUP_CAMPAMENTO_PIE_GOLEM","text":"Now rescue the Anubis Avatar! Click on the refuge!"},{"id":924,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_GOLEM","text":"Golden Golem down!"},{"id":925,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_GOLEM","text":"As reward to save his life, the Anubis Avatar will join your ranks!"},{"id":926,"name":"QUEST_YETI_NEGRO","text":"Danger! BLACK YETI spotted!"},{"id":927,"name":"POPUP_MISION_CAMPAMENTO_TITULO_YETI_NEGRO","text":"Black Yeti spotted!"},{"id":928,"name":"POPUP_MISION_CAMPAMENTO_C1_YETI_NEGRO","text":"Viking explorers found a"},{"id":929,"name":"POPUP_MISION_CAMPAMENTO_C2_YETI_NEGRO","text":"BLACK YETI!"},{"id":930,"name":"POPUP_MISION_CAMPAMENTO_PIE_YETI_NEGRO","text":"Viking explorers have spotted a Black Yeti! Help them to defeat it!"},{"id":931,"name":"POPUP_CAMPAMENTO_TITULO_YETI_NEGRO","text":"BLACK YETI!"},{"id":932,"name":"POPUP_CAMPAMENTO_CABECERA_1_YETI_NEGRO","text":"You and your viking friends smashed the"},{"id":933,"name":"POPUP_CAMPAMENTO_CABECERA_2_YETI_NEGRO","text":"BLACK YETI!"},{"id":934,"name":"POPUP_CAMPAMENTO_PIE_YETI_NEGRO","text":"Viking explorers have spotted a Black Yeti! Help them to defeat it!"},{"id":935,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_YETI_NEGRO","text":"Black Yeti defeated!"},{"id":936,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_YETI_NEGRO","text":"An axe viking will join your ranks as a token of gratitude for your help!"},{"id":937,"name":"QUEST_VIBORA_GIGANTE","text":"Neptune gets mad!"},{"id":938,"name":"POPUP_MISION_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Neptune gets mad!"},{"id":939,"name":"POPUP_MISION_CAMPAMENTO_C1_VIBORA_GIGANTE","text":"Neptune has summoned a"},{"id":940,"name":"POPUP_MISION_CAMPAMENTO_C2_VIBORA_GIGANTE","text":"GIANT VYPER!"},{"id":941,"name":"POPUP_MISION_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"Neptune, king of Atlantis, has summoned a Giant Vyper to conquer your empire! Kill it before it's too late!"},{"id":942,"name":"POPUP_CAMPAMENTO_TITULO_VIBORA_GIGANTE","text":"Giant Vyper defeated!"},{"id":943,"name":"POPUP_CAMPAMENTO_CABECERA_1_VIBORA_GIGANTE","text":"You have ended with the"},{"id":944,"name":"POPUP_CAMPAMENTO_CABECERA_2_VIBORA_GIGANTE","text":"GIANT VYPER!"},{"id":945,"name":"POPUP_CAMPAMENTO_PIE_VIBORA_GIGANTE","text":"Congratulations, you vanquished the Giant Vyper! Click on its nest!"},{"id":946,"name":"POPUP_MISION_CAMPAMENTO_FIN_TITULO_VIBORA_GIGANTE","text":"Giant Vyper defeated!"},{"id":947,"name":"POPUP_MISION_CAMPAMENTO_FIN_PIE_VIBORA_GIGANTE","text":"Neptune could not defeat you and returned back to the seas\u2026 plus you've found a dolphin fountain among the nest remains!"},{"id":948,"name":"POPUP_MISION_FIREWORKS_TITULO","text":"The Stolen Fireworks!"},{"id":949,"name":"POPUP_MISION_FIREWORKS_FOOTER","text":"Trolls have stolen the fireworks from a chinese camp when everybody was sleeping! Help them to retrieve it!"},{"id":950,"name":"POPUP_MISION_VIKBEER_TITULO","text":"The Viking's Ale!"},{"id":951,"name":"POPUP_MISION_VIKBEER_FOOTER","text":"Trolls stole the ale barrels from your Vicking friends!\nRetrieve it so they can party again!"},{"id":952,"name":"POPUP_MISION_FIREWORKS_UNIT","text":"WE'LL HELP YOU ON THIS MISSION!"},{"id":953,"name":"POPUP_MISION_VIKBEER_UNIT","text":"ARRR! WE WANT OUR ALE BACK!"},{"id":954,"name":"POPUP_MISION_FIREWORKS_TITULO_END","text":"Fireworks retrieved!"},{"id":955,"name":"POPUP_MISION_VIKBEER_TITULO_END","text":"ALE RETRIEVED!"},{"id":956,"name":"POPUP_MISION_FIREWORKS_FOOTER_END","text":"The chinese warriors are happy again and give you a Dragon Statue to thank you for your help!"},{"id":957,"name":"POPUP_MISION_VIKBEER_FOOTER_END","text":"Vikings are happy again and can continue celebrating! They offer you a Viking Ship to thank you for your help!"},{"id":958,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA_END","text":"PRINCESS RESCUED!"},{"id":959,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCESA_END","text":"WELL DONE! You rescued the princess! She joins your army to thank you for your help!"},{"id":960,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS_END","text":"ARCHERS RESCUED!"},{"id":961,"name":"POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS_END","text":"WOW! You rescued the three archers! They now join your ranks as a token of gratitude!"},{"id":962,"name":"POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS_END","text":"SOLDIERS RESCUED!"},{"id":963,"name":"POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS_END","text":"YOU ARRIVED ON TIME! You saved the soldiers from being boiled alive!"},{"id":964,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TESORO_END","text":"TREASURE RETRIEVED!"},{"id":965,"name":"POPUP_MISION_CAMPAMENTO_PIE_TESORO_END","text":"VICTORY! You retrieved the treasure stolen by the trolls!"},{"id":966,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS_END","text":"VILLAGERS RESCUED!"},{"id":967,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS_END","text":"VERY WELL! Your rescued the villagers from a certain death!"},{"id":968,"name":"POPUP_MISION_CAMPAMENTO_TITULO_TROLL_END","text":"TROLL RESCUED!"},{"id":969,"name":"POPUP_MISION_CAMPAMENTO_PIE_TROLL_END","text":"BRAVO! You managed to save the troll! He will help you now!"},{"id":970,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE_END","text":"PRINCE RESCUED!"},{"id":971,"name":"POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE_END","text":"FANTASTIC! You saved your prince and now your empire can be properly managed again!"},{"id":972,"name":"POPUP_MISION_CAMPAMENTO_TITULO_FUEGO_END","text":"WELLS UNDER CONTROL!"},{"id":973,"name":"POPUP_MISION_CAMPAMENTO_PIE_FUEGO_END","text":"AWESOME! You regained control of your wells again an could put off the fire on the fields and mill!"},{"id":974,"name":"POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS_END","text":"HEALERS RESCUED!"},{"id":975,"name":"POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS_END","text":"PERFECT! You rescued the healers, and of them will join your ranks as a token of gratitude!"},{"id":976,"name":"POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA_END","text":"MINES UNDER CONTROL!"},{"id":977,"name":"POPUP_MISION_CAMPAMENTO_PIE_PIEDRA_END","text":"VERY WELL! You defeated the trolls and regained control of the stone mines!"},{"id":978,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS_END","text":"ALLIES RESCUED!"},{"id":979,"name":"POPUP_MISION_CAMPAMENTO_PIE_ALIADOS_END","text":"BRILLIANT! You rescued your allies and they will help you to fight against the trolls now!"},{"id":980,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES_END","text":"ANIMALS SAVED!"},{"id":981,"name":"POPUP_MISION_CAMPAMENTO_PIE_ANIMALES_END","text":"YOU DID IT! You saved the animals and now they are free again!"},{"id":982,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO_END","text":"SIEGE WEAPONS RETRIEVED!"},{"id":983,"name":"POPUP_MISION_CAMPAMENTO_PIE_ASEDIO_END","text":"You retrieved the siege weapons and now you can use them against your enemies!"},{"id":984,"name":"POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA_END","text":"MISTERY SOLVED!"},{"id":985,"name":"POPUP_MISION_CAMPAMENTO_PIE_ESTATUA_END","text":"The statues hid treacherous skeletons and you defeat them all!"},{"id":986,"name":"POPUP_MISION_THEMUMMY_TITULO","text":"THE DEATH PARAOH!"},{"id":987,"name":"POPUP_MISION_THEMUMMY_FOOTER","text":"Help the egiptians to retrieve the Gems of Power and prevent evil Anubis Priests from reviving his deceased Paraoh."},{"id":988,"name":"POPUP_MISION_THEMUMMY_TITULO_END","text":"MUMMY DEFEATED!"},{"id":989,"name":"POPUP_MISION_THEMUMMY_FOOTER_END","text":"YES! You killed the mummy! An egyptian joins your ranks to thank you for helping his people!"},{"id":990,"name":"POPUP_MISION_AZTECALTAR_TITULO","text":"THE AZTEC GODS!"},{"id":991,"name":"POPUP_MISION_AZTECALTAR_FOOTER","text":"Take the sheeps and sacrifice them at the altar while you plead Aztec Gods to bring rain to your fields!"},{"id":992,"name":"POPUP_MISION_AZTECALTAR_TITULO_END","text":"Aztec Gods heard your wishes!"},{"id":993,"name":"POPUP_MISION_AZTECALTAR_FOOTER_END","text":"Aztec Gods will take rain to your fields to end with the hunger!"},{"id":994,"name":"POPUP_MISION_ELFOSARBOL_TITULO","text":"NATURE IN DANGER!"},{"id":995,"name":"POPUP_MISION_ELFOSARBOL_FOOTER","text":"Help the Elfs to destroy the infernal sculptures that drain the energy from the Life Trees!"},{"id":996,"name":"POPUP_MISION_ELFOSARBOL_TITULO_END","text":"NATURE SAVED!"},{"id":997,"name":"POPUP_MISION_ELFOSARBOL_FOOTER_END","text":"WELL DONE! You restored the Natural Balance on the woods. 2 Archer Elfs join your ranks as proof of gratitude!"},{"id":998,"name":"POPUP_MISION_ELFOSARBOL_UNIT_SAY","text":"WE ARE AT YOUR ORDERS, for the moment\u2026"},{"id":999,"name":"POPUP_MISION_CHINOSDRAGON_TITULO","text":"Draggies Fury!"},{"id":1000,"name":"POPUP_MISION_CHINOSDRAGON_FOOTER","text":"Three Draggies are wreaking havoc on fields and houses of your empire! Defeat them before they kill somebody!"},{"id":1001,"name":"POPUP_MISION_CHINOSDRAGON_TITULO_END","text":"Draggies Defeated!"},{"id":1002,"name":"POPUP_MISION_CHINOSDRAGON_FOOTER_END","text":"GOOD JOB! You defeated the draggies, but the Furious Dragon fled to Nest Isle! Two grateful Chinese Archers join your ranks!"},{"id":1003,"name":"POPUP_MISION_CHINOSDRAGON_UNIT_SAY","text":"HELP GOOD CHINESE, AND CHINESE WILL REWARD YOU!"},{"id":1004,"name":"POPUP_MISION_CHINOSDRAGON_BOSS_SAY","text":"YOU WON'T DEFEAT ME! I'll be waiting for you on my island...\nIf you dare to come, MUHAHAHA!!"},{"id":1005,"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO","text":"NEPTUNE IS IN LOVE!"},{"id":1006,"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER","text":"\u00a1Neptuno rescued Cleopatra from a shipwreck and now he has fallen in love with her! Help the egiptians to rescue her!"},{"id":1007,"name":"POPUP_MISION_NEPTUCLEOPATRA_TITULO_END","text":"Cleopatra rescued!"},{"id":1008,"name":"POPUP_MISION_NEPTUCLEOPATRA_FOOTER_END","text":"WELL DONE! Neptune has fled to his dwelling in Mythical Isle\u2026 Follow him and defeat his army for good!"},{"id":1009,"name":"POPUP_MISION_NEPTUCLEOPATRA_UNIT_SAY","text":"HELP US TO SAVE OUR QUEEN!"},{"id":1010,"name":"POPUP_MISION_ELFOSENT_TITULO","text":"THE WICKED ENT!"},{"id":1011,"name":"POPUP_MISION_ELFOSENT_FOOTER","text":"The Ent has been bewitched by the Hell followers! Help the elfs to free him from the spell!"},{"id":1012,"name":"POPUP_MISION_ELFOSENT_TITULO_END","text":"ENT FREE!"},{"id":1013,"name":"POPUP_MISION_ELFOSENT_FOOTER_END","text":"You've destroyed the Hell servants and the Ent is now free! As a token of gratitude, and Elf Druid joins your ranks!"},{"id":1014,"name":"POPUP_MISION_ELFOSENT_UNIT_SAY","text":"\u00a1LET'S FREE THE ENT FROM THE DEVIL SPELL!"},{"id":1015,"name":"POPUP_MISION_TESOROATLANTE_TITULO","text":"THE AZTECS TREASURE!"},{"id":1016,"name":"POPUP_MISION_TESOROATLANTE_FOOTER","text":"Help the Aztecs to retrieve their treasures, stolen by the Atlants from the sunken ship of Hernan Cortes!"},{"id":1017,"name":"POPUP_MISION_TESOROATLANTE_TITULO_END","text":"TREASURES RETRIEVED!"},{"id":1018,"name":"POPUP_MISION_TESOROATLANTE_FOOTER_END","text":"HURRAY! You helped the Aztecs to retrieve their treasures and they give you an Aztec Boss sculpture in return for your efforts!"},{"id":1019,"name":"POPUP_MISION_TESOROATLANTE_UNIT_SAY","text":"HELP US TO RETRIEVE OUR TREASURES!"},{"id":1020,"name":"POPUP_MISION_BALROG_TITULO","text":"THE DREADFUL BALROG!"},{"id":1021,"name":"POPUP_MISION_BALROG_FOOTER","text":"The Devil forces have sent the Balrog himself to defeat your empire! Inferno outsiders will join you to defeat him and his army!"},{"id":1022,"name":"POPUP_MISION_BALROG_TITULO_END","text":"BALROG FLED AWAY!"},{"id":1023,"name":"POPUP_MISION_BALROG_FOOTER_END","text":"CONGRATULATIONS! Balrog fled away claiming vengeance! An Inferno outsider will join your ranks to help you detect evil forces!"},{"id":1024,"name":"POPUP_MISION_BALROG_UNIT_SAY","text":"WE'LL HELP YOU TO DEFEAT BALROG!"},{"id":1025,"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO","text":"THE FOUL WIZARDS!"},{"id":1026,"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER","text":"A group of foul wizards stole the Orbs of Power. Retrieve them before the wreak havoc on your empire!"},{"id":1027,"name":"POPUP_MISION_MAGOSCORRUPTOS_TITULO_END","text":"FOUL WIZARDS DEFEATED!"},{"id":1028,"name":"POPUP_MISION_MAGOSCORRUPTOS_FOOTER_END","text":"YOU ARE THE BEST! You retrieved the Orbs of Power and defeated the Foul Wizard. The Red Wizard could be saved from his madness and joins your ranks!"},{"id":1029,"name":"POPUP_MISION_MAGOSCORRUPTOS_UNIT_SAY","text":"WIZARDSLOCOS DEFEATED!"},{"id":1030,"name":"POPUP_MISION_PERFORARROCAS_TITULO","text":"HELP! THE ROCKDRILLER IS HERE!"},{"id":1031,"name":"POPUP_MISION_PERFORARROCAS_FOOTER","text":"Help the Aztec warriors to defeat the ROCKDRILLER! Destroy the Serpent sculptures to get it out of its hole!"},{"id":1032,"name":"POPUP_MISION_PERFORARROCAS_TITULO_END","text":"THE ROCKDRILLER FLED!"},{"id":1033,"name":"POPUP_MISION_PERFORARROCAS_FOOTER_END","text":"YOU DID IT! The Rockdriller fled to Mineral Isle and now your empire is save! The aztec warriors join your ranks as token of their gratitude!"},{"id":1034,"name":"POPUP_MISION_PERFORARROCAS_UNIT_SAY","text":"LET'S DEFEAT IT!"},{"id":1035,"name":"POPUP_MISION_DEMONPORTAL_TITULO","text":"THE DEMONIC PORTALS!"},{"id":1036,"name":"POPUP_MISION_DEMONPORTAL_FOOTER","text":"Some Demonic Portals have appeared in you empire! Kill the demons that crossed and destroy all the doors!"},{"id":1037,"name":"POPUP_MISION_DEMONPORTAL_TITULO_END","text":"PORTALS DESTROYED!"},{"id":1038,"name":"POPUP_MISION_DEMONPORTAL_FOOTER_END","text":"GREAT! You defeated all demons and destroyed the portals! Your empire is now save!"},{"id":1039,"name":"POPUP_SUPER_MISTERY_TITLE","text":"Super Mistery Box Pack"},{"id":1040,"name":"POPUP_SUPER_MISTERY_HEADER","text":"#0# Possible Prizes"},{"id":1041,"name":"POPUP_SUPER_MISTERY_HEADER_DONE","text":"CONGRATULATIONS!, You won:"},{"id":1042,"name":"POPUP_SUPER_MISTERY_FOOTER","text":"You will find your prizes in your storage!"},{"id":1043,"name":"POPUP_SUPER_MISTERY_GRANTED","text":"Rare Prize Guaranteed!"},{"id":1044,"name":"POPUP_QUEST_INFO_TITLE","text":"CHAPTER #0#"},{"id":1045,"name":"POPUP_CEMENTERIO_TITULO","text":"Graveyard"},{"id":1046,"name":"POPUP_CEMENTERIO_DESCRIPCION","text":"Here you can revive your units you've lost in battles!"},{"id":1047,"name":"POPUP_CEMENTERIO_SIN_MUERTOS","text":"You have no dead units!"},{"id":1048,"name":"POPUP_CEMENTERIO_AVAILABLE","text":"Available"},{"id":1049,"name":"POPUP_CEMENTERIO_POCIONES","text":"Resurrect potions"},{"id":1050,"name":"POPUP_CEMENTERIO_RESUCITAR_POR","text":"Resurrect for"},{"id":1051,"name":"AUX_PEDIR","text":"Ask for"},{"id":1052,"name":"TOOLTIP_ASK_ACHIEVEMENTS","text":"more achievements"},{"id":1053,"name":"POPUP_ALL_UNITS_TITLE","text":"Unit collection"},{"id":1054,"name":"POPUP_ALL_UNITS_OBTAINED","text":"Obtained units"},{"id":1055,"name":"CATEGORY_SWORDS","text":"SWORDS"},{"id":1056,"name":"CATEGORY_ARCHERS","text":"ARCHERS"},{"id":1057,"name":"CATEGORY_ARCHERS_II","text":"ARCHERS II"},{"id":1058,"name":"CATEGORY_KNIGHTS","text":"KNIGHTS"},{"id":1059,"name":"CATEGORY_KNIGHTS_II","text":"KNIGHTS II"},{"id":1060,"name":"CATEGORY_SUPPORT_UNITS","text":"SUPPORT UNITS"},{"id":1061,"name":"CATEGORY_SPECIAL_COMBAT_UNITS","text":"SPECIAL COMBAT UNITS"},{"id":1062,"name":"CATEGORY_WIZARDS","text":"WIZARDS"},{"id":1063,"name":"CATEGORY_CASTLES","text":"CASTLE UNITS"},{"id":1064,"name":"CATEGORY_DRAGGIES","text":"DRAGGIES"},{"id":1065,"name":"CATEGORY_SIEGE_WEAPONS","text":"SIEGE WEAPONS"},{"id":1066,"name":"CATEGORY_SIEGE_WEAPONS_II","text":"SIEGE WEAPONS II"},{"id":1067,"name":"CATEGORY_MYTH_I","text":"MYTH I"},{"id":1068,"name":"CATEGORY_HEROES","text":"HEROES"},{"id":1069,"name":"CATEGORY_HEROES_II","text":"HEROES II"},{"id":1070,"name":"CATEGORY_TROLLS_I","text":"TROLLS I"},{"id":1071,"name":"CATEGORY_TROLLS_II","text":"TROLLS II"},{"id":1072,"name":"CATEGORY_TROLLS_III","text":"TROLLS III"},{"id":1073,"name":"CATEGORY_TROLL_SIEGE_WEAPONS","text":"TROLL SIEGE WEAPONS"},{"id":1074,"name":"CATEGORY_VIKINGS","text":"VIKINGS"},{"id":1075,"name":"CATEGORY_CHINESE_AZTEC","text":"CHINESE & AZTEC"},{"id":1076,"name":"CATEGORY_EGYPTIANS","text":"EGIPTIANS"},{"id":1077,"name":"CATEGORY_ATLANTIS","text":"ATLANTIS"},{"id":1078,"name":"CATEGORY_ELVES_I","text":"ELVES I"},{"id":1079,"name":"CATEGORY_ELVES_II","text":"ELVES II"},{"id":1080,"name":"CATEGORY_GOLEMS","text":"GOLEMS"},{"id":1081,"name":"CATEGORY_INFERNO","text":"INFERNO"},{"id":1082,"name":"CATEGORY_CELESTIAL","text":"CELESTIAL"},{"id":1083,"name":"CATEGORY_CELESTIAL_II","text":"CELESTIAL II"},{"id":1084,"name":"CATEGORY_DRAGONS","text":"DRAGONS"},{"id":1085,"name":"CATEGORY_BEAST_UNITS","text":"BEAST UNITS"},{"id":1086,"name":"CATEGORY_UNITS_WITHOUT_ATTACKS","text":"UNITS W\/ ATTACKS"},{"id":1087,"name":"CATEGORY_WINGED","text":"WINGED"},{"id":1088,"name":"CATEGORY_PETS","text":"PETS"},{"id":1089,"name":"CATEGORY_MONSTERS","text":"MONSTERS"},{"id":1090,"name":"CATEGORY_SPECIAL_UNITS_I","text":"SPECIAL UNITS I"},{"id":1091,"name":"CATEGORY_SPECIAL_UNITS_II","text":"SPECIAL UNITS II"},{"id":1092,"name":"CATEGORY_HEROES_III","text":"HEROES III"},{"id":1093,"name":"POPUP_CRIADERO_TITULO","text":"Dragon Breeding Nest"},{"id":1094,"name":"POPUP_CRIADERO_PROGRESO","text":"Progress"},{"id":1095,"name":"POPUP_CRIADERO_TERMINADO_EN","text":"Finishes in"},{"id":1096,"name":"POPUP_CRIADERO_AVANZAR_TIEMPO","text":"Speed up for #0#"},{"id":1097,"name":"POPUP_CRIADERO_CUIDAR","text":"Take care"},{"id":1098,"name":"POPUP_CRIADERO_ALIMENTAR","text":"Feed"},{"id":1099,"name":"POPUP_CRIADERO_OBTENER","text":"Get Dragon!"},{"id":1100,"name":"STORE_EDIFICIO_CEMENTERIO","text":"\n\nHere you can revive your units you've lost in battles!"},{"id":1101,"name":"STORE_EDIFICIO_CRIADERO_DRAGON","text":"\n\n\nGrow your own dragons!"},{"id":1102,"name":"POPUP_CRIADERO_TRAINING","text":"Training"},{"id":1103,"name":"POPOVER_FRIEND_BUTTON_VISIT","text":"Visit"},{"id":1104,"name":"POPOVER_FRIEND_BUTTON_ATTACK","text":"Attack"},{"id":1105,"name":"POPOVER_FRIEND_BUTTON_SEND_GIFT","text":"Send gift"},{"id":1106,"name":"TOOLTIP_OFFER_BUTTON","text":"Offer!"},{"id":1107,"name":"POPUP_GRAVEYARD_HELP_TITLE","text":"If you lose units during a combat, you can resurrect them at the Graveyard!"},{"id":1108,"name":"POPUP_GRAVEYARD_HELP_1","text":"A portrait of your dead units and their number is displayed."},{"id":1109,"name":"POPUP_GRAVEYARD_HELP_2","text":"Resurrecting dead units costs half of their original price."},{"id":1110,"name":"POPUP_GRAVEYARD_HELP_3","text":"Click on the right button below the portrait of the unit to resurrect it using gold, food or cash."},{"id":1111,"name":"POPUP_GRAVEYARD_HELP_4","text":"You can also resurrect units with potions."},{"id":1112,"name":"POPUP_GRAVEYARD_HELP_5","text":"Ask your friends to send you potions using the 'Ask For' button at the lower right!"},{"id":1113,"name":"POPUP_GRAVEYARD_HELP_6","text":"Once you have enough potions to resurrect a unit, the left button below the portrait\u00a0(potion)\u00a0will be highlighted."},{"id":1114,"name":"POPUP_GRAVEYARD_HELP_7","text":"Click on the potion button to revive a unit!"},{"id":1115,"name":"POPUP_METEO_NUBES","text":"Cloudy Heaven"},{"id":1116,"name":"POUP_SUPER_MISTERY_CIVILIZATION_TITLE","text":"Pack Civilizations"},{"id":1117,"name":"ISLANDS_PROGRESS","text":"Conquered Territories Progress"},{"id":1118,"name":"ISLANDS_NO_MORE_ATTACKS","text":"You don't have more attacks now"},{"id":1119,"name":"ISLANDS_ATTACKS_LEFT","text":"Attacks:"},{"id":1120,"name":"ISLANDS_SPIES_LEFT","text":"Eagles Left:"},{"id":1121,"name":"ISLANDS_SELECT_ISLAND","text":"Select Island:"},{"id":1122,"name":"ISLANDS_WINNER_FIRST_ISLAND","text":"Amazing!!! You did it!!! You are the King of Social Empires!!!\n\nYou deserve this amazing reward for such legendary victory!!! (Look at BUILD > Storage)"},{"id":1123,"name":"ISLANDS_PROGRESS_NEXT_ISLAND","text":"Congratulations, you defeated all the players on your isle!! You progress to the next one!\n\nYour deed deserves a good prize! (Look at BUILD > Storage)"},{"id":1124,"name":"ISLANDS_HELP_TITLE","text":"HELP"},{"id":1125,"name":"ISLANDS_HELP_TEXT","text":"- Conquer the rest of enemies' empires on your island to progress to the next one!\n- You can also attack players from other islands to get lots of experience and gold!\n- Each time you conquer an Island you earn 1 cash and a unit!\n- Try to make it to Island 1 and win amazing prizes along the way!"},{"id":1126,"name":"QUESTS_ISLANDS_HELP_TITLE","text":""},{"id":1127,"name":"QUESTS_ISLANDS_HELP_TEXT","text":""},{"id":1128,"name":"ISLANDS_WINNER_FIRST_ISLAND_TITLE","text":"KING OF THE WORLD!!!"},{"id":1129,"name":"ISLANDS_PROGRESS_NEXT_ISLAND_TITLE","text":"KING OF THE ISLAND!!!"},{"id":1130,"name":"ISLANDS_WAITING","text":"Waiting for more players\u2026Come Back in 5 minutes!"},{"id":1131,"name":"ALERT_NO_MORE_ATTACKS","text":"You don't have more attacks now"},{"id":1132,"name":"BUTTON_REVENGE","text":"Take Revenge!!"},{"id":1133,"name":"POPUP_CRIADERO_MONSTERS_OBTENER","text":"Get Monster!"},{"id":1134,"name":"POPUP_CRIADERO_MONSTERS_TITULO","text":"Monster Breeding Nest"},{"id":1135,"name":"STORE_EDIFICIO_MONSTERS_NEST","text":"\n\n\nBreed your own monsters!"},{"id":1136,"name":"POPUP_QUEST_DRAGON_2","text":"Defeat the Deadly Dragon and his eggs!!"},{"id":1137,"name":"POPUP_QUESTEND_DRAGON2_DEFEATED","text":"You defeated the Deadly Dragon!!"},{"id":1138,"name":"POPUP_UNIT_COLLECTION_COMPLETE_TITLE","text":"Collection Complete!"},{"id":1139,"name":"POPUP_UNIT_COLLECTION_COMPLETE_TEXT","text":"You have completed a collection and here is your reward!"},{"id":1140,"name":"ALERT_UNIT_COLLECTION_COMPLETED","text":"You've completed a Unit Collection! \nGo to Gift > Units to claim yor reward!"},{"id":1141,"name":"CATEGORY_SPECIAL_UNITS_III","text":"SPECIAL UNITS III"},{"id":1142,"name":"CATEGORY_WIZARDS_II","text":"Wizards II"},{"id":1143,"name":"CATEGORY_HALLOWEEN","text":"Halloween"},{"id":1144,"name":"CATEGORY_HALLOWEEN_II","text":"Halloween II"},{"id":1145,"name":"CATEGORY_MYTHOLOGICAL","text":"Mythological"},{"id":1146,"name":"CATEGORY_MYTHOLOGICAL_II","text":"Mythological II"},{"id":1147,"name":"CATEGORY_2HEAD_DRAGONS","text":"Dragons II"},{"id":1148,"name":"CATEGORY_MONSTERS_II","text":"Monsters II"},{"id":1149,"name":"CATEGORY_T_REX","text":"T-Rex"},{"id":1150,"name":"POPUP_SURVIVAL_MODE_TITLE","text":"SURVIVAL MODE!!"},{"id":1151,"name":"POPUP_SURVIVAL_MODE_TEXT","text":"- Protect the central Relic from enemy attacks!\n\n- Resist as much time as possible and win a unit!\n\n- Your army will be made of 30 of your most powerful units!!\n\n- Tip: First defeat the Bosses to stop the 8-direction enemies spawning!\n\n- You won't lose any unit for playing this game mode!! :)\n\n- If you beat the time and win a unit, check your storage to get it!\n\n- Beat your best time, take a picture and send it to our forums!\n\n"},{"id":1152,"name":"SURVIVAL_BEEN_ATTACKED","text":"ENEMIES ARE ATTACKING YOUR RELIC!!!"},{"id":1153,"name":"SURVIVAL_BEEN_DESTROYED","text":"YOUR RELIC HAS BEEN DESTROYED!!!"},{"id":1154,"name":"SURVIVAL_BEST_TIME","text":"Best time: #0#"},{"id":1155,"name":"SURVIVAL_NEXT_LIFE","text":"Next life in #0#"},{"id":1156,"name":"SURVIVAL_SURVIVE_AND_WIN","text":"SURVIVE AND WIN"},{"id":1157,"name":"SURVIVAL_MINUTES","text":"Minutes"},{"id":1158,"name":"SURVIVAL_UNIT","text":"Unit"},{"id":1159,"name":"SURVIVAL_AVAILABLE","text":"Available"},{"id":1160,"name":"SURVIVAL_COMING_SOON","text":"Coming soon"},{"id":1161,"name":"SURVIVAL_MAP1","text":"Corrupted Egypt"},{"id":1162,"name":"SURVIVAL_MAP2","text":"Darklands"},{"id":1163,"name":"SURVIVAL_MAP3","text":"Sieged Heaven"},{"id":1164,"name":"SURVIVAL_MAP4","text":"Frozen Realm"},{"id":1165,"name":"SURVIVAL_MAP5","text":"Lost Land"},{"id":1166,"name":"POPUP_SURVIVAL_SELECT_MAP","text":"SELECT MAP"},{"id":1167,"name":"POPUP_SURVIVAL_BUY_LIFE_FOR","text":"Buy life for"},{"id":1168,"name":"SURVIVAL_RESULT_WIN_TITLE","text":"Good Job!!"},{"id":1169,"name":"SURVIVAL_RESULT_WIN_TEXT","text":"You win a prize!"},{"id":1170,"name":"SURVIVAL_RESULT_LOOSE_TITLE","text":"Try it again"},{"id":1171,"name":"SURVIVAL_RESULT_LOOSE_TEXT","text":"Your survival time was"},{"id":1172,"name":"SURVIVAL_USER_EXIT","text":"Are you sure you want to exit the survival map?"},{"id":1173,"name":"SURVIVAL_MINUTES_REWARD","text":"#0# min."},{"id":1174,"name":"SURVIVAL_UNLOCK_FOR","text":"Unlock for"},{"id":1175,"name":"SURVIVAL_BOSS_COMING","text":"BOSS #0# IS COMING!!!"},{"id":1176,"name":"SURVIVAL_WAVE_COMING","text":"ENEMY WAVE #0# IS COMING!!!"},{"id":1177,"name":"SURVIVAL_BUILDING_INFO","text":"You can enter survival mode!"},{"id":1178,"name":"POPUP_PVP_BUY_TERRITORY_TITLE","text":"Conquer territory"},{"id":1179,"name":"POPUP_PVP_BUY_TERRITORY_TEXT","text":"Doy you want to conquer this territory?"},{"id":1180,"name":"STORE_EDIFICIO_SURVIVAL_ARENA","text":"Allows you to play the Survival Arena mode!"},{"id":1181,"name":"UNIT_WAREHOUSE_HELP_TITLE","text":"THE UNIT WAREHOUSE"},{"id":1182,"name":"UNIT_WAREHOUSE_HELP_TEXT","text":"- Keep you units safe on the warehouse!\n\n- There's no need to sacrifice your units because of lack of space!\n\n- Click on a unit on your map and click on the warehouse to store it.\n\n - Click on a unit portrait to put it again on your map.\n\n - You can buy more space up to 200 slots!!\n\n"},{"id":1183,"name":"STORE_EDIFICIO_WAREHOUSE","text":"This building allows you to store 20 units... and more!!"},{"id":1184,"name":"ERROR_TIME_HACK","text":"Our server has detected an illegal operation. The page will now be refreshed."},{"id":1185,"name":"TOURNAMENT_GAME_MODE","text":"TOURNAMENT"},{"id":1186,"name":"POPUP_LOADING_TOURNAMENT_TITLE","text":"GOING TO TOURNAMENT"},{"id":1187,"name":"POPUP_LOADING_TOURNAMENT_TEXT","text":""},{"id":1188,"name":"TOURNAMENT_RESULT_WIN_TITLE","text":"YOU WON BY FAR!"},{"id":1189,"name":"TOURNAMENT_RESULT_WIN_TEXT","text":"Congratulations! You scored:"},{"id":1190,"name":"TOURNAMENT_RESULT_LOSE_TITLE","text":"YOU WERE DEFEATED!"},{"id":1191,"name":"TOURNAMENT_RESULT_LOSE_TEXT","text":"You'll have more luck next time!\nYou scored:"},{"id":1192,"name":"TOURNAMENT_ROOM_READY_TEXT","text":"Tournament Ready!"},{"id":1193,"name":"TOURNAMENT_ROOM_READY_HELP","text":"Click on \"Start Tournament\" to begin"},{"id":1194,"name":"TOURNAMENT_RESULTS_LBL_SCORETABLE","text":"Leaderboard"},{"id":1195,"name":"TOURNAMENT_RESULTS_LBL_PLAYEDMATCHES","text":"Played Matches"},{"id":1196,"name":"AUX_SCORE","text":"Score"},{"id":1197,"name":"AUX_ATTACKER_WON","text":"Attacker won"},{"id":1198,"name":"AUX_ATTACKER_LOST","text":"Attacker lost"},{"id":1199,"name":"AUX_START","text":"Start"},{"id":1200,"name":"TOURNAMENT_RESULTS_MRESULT_PENDING","text":"Pending"},{"id":1201,"name":"TOURNAMENT_RESULTS_LBL_TEAM","text":"#0#'s Team"},{"id":1202,"name":"AUX_RESULTS","text":"Results"},{"id":1203,"name":"TOURNAMENT_RESULTS_ENDS_IN","text":"Tournament ends in:"},{"id":1204,"name":"AUX_MATCHES","text":"Matches"},{"id":1205,"name":"TOURNAMENT_MATCHES_TITLE","text":"#0#'s Matches"},{"id":1206,"name":"AUX_TIME","text":"Time"},{"id":1207,"name":"TOURNAMENT_LEVEL","text":"Level #0#"},{"id":1208,"name":"TOURNAMENT_FINISHED","text":"Tournament finished!"},{"id":1209,"name":"TOURNAMENT_LOSE","text":"\n\nSorry, you lost the tournament!\nDon't give up and try again, amazing prizes are awaiting you!"},{"id":1210,"name":"TOURNAMENT_WIN","text":"\n\nCongratulations! You won the tournament!\nSearch your reward in your storage!"},{"id":1211,"name":"YOUR_TEAM","text":"Your Team"},{"id":1212,"name":"TOURNAMENT_YOU_CAN_FIGHT_WITH_20_UNITS","text":"\nYou can select up to 20 units.\n\u00bfAre you sure you want to quit?"},{"id":1213,"name":"TOURNAMENT_YOU_CAN_NOT_ENTER_WITHOUT_UNITS","text":"\nYou can't enter the tournament without any unit.\nChoose your team."},{"id":1214,"name":"TOURNAMENT_YOU_TEAM_HAS_NOT_MAXIUM_UNITS","text":"\n\nYou haven't selected the maximum of units allowed yet.\n\nAre you sure you want to enter the tournament now?"},{"id":1215,"name":"STORE_EDIFICIO_WONDER_CASH","text":"This wonder provides you with 1 cash every day!"},{"id":1216,"name":"CATEGORY_ORIGINAL_BEASTS","text":"Original Beasts"},{"id":1217,"name":"CATEGORY_MONSTERS_III","text":"Monsters III"},{"id":1218,"name":"CATEGORY_MYTHOLOGICAL_III","text":"Mythological III"},{"id":1219,"name":"CATEGORY_MYTHOLOGICAL_IV","text":"Mythological IV"},{"id":1220,"name":"CATEGORY_DRAGONS_II","text":"Dragons II"},{"id":1221,"name":"MOROCCO_DEALER_TITLE","text":"Offer Deals"},{"id":1222,"name":"MOROCCO_DEALER_TEXT","text":"You can bargain this offer!\nBut don't make your dealer angry!"},{"id":1223,"name":"MOROCCO_DEALER_NEGOTIATE_TEXT","text":"Ok, you win! Let's have a discount..."},{"id":1224,"name":"MOROCCO_DEALER_BYE","text":"Dealer says: You are cheating too much!!! Bye!"},{"id":1225,"name":"MOROCCO_DEALER_BTN_NEGOTIATE","text":"Bargain"},{"id":1226,"name":"MOROCCO_DEALER_BTN_BUY","text":"Buy"},{"id":1227,"name":"MOROCCO_DEALER_BTN_NEXT","text":"Next Offer"},{"id":1228,"name":"TOURNAMENT_LEAVE","text":"Leave Tournament"},{"id":1229,"name":"TOURNAMENT_HELP_TITLE","text":"TOURNAMENT HELP"},{"id":1230,"name":"TOURNAMENT_HELP_TEXT","text":"\n\n- You WON'T lose any units for playing this game mode!\n\n- Play against 3 players and win the tournament!\n\n- A tournament will end when all players play all matches or when 24 hours have ellapsed.\n\n- If you win a tournament you'll get fantastic rewards!\n\n- At the moment, these units can't be used in tournament mode: #0#"},{"id":1231,"name":"TOURNAMENT_LEAVE_CONFIRM_TEXT","text":"\n\nAre you sure that you want to quit the tournament?\n\nYou'll lose all battles played..."},{"id":1232,"name":"TOURNAMENT_LEAVE_INSIDE_MATCH_CONFIRM_TEXT","text":"ARE YOU SURE YOU WANT TO RUN AWAY?"},{"id":1233,"name":"TOURNAMENT_MAX_COMPLEX_UNITS","text":"You can't select more than #0# dragons, gods and colossus altogether to play in the tournaments"},{"id":1234,"name":"TOURNAMENT_PLAYER","text":"Player #0#"},{"id":1235,"name":"TOURNAMENT_UNITS_LEFT","text":"UNITS LEFT: #0#"},{"id":1236,"name":"TOURNAMENT_PRIZE","text":"Prize"},{"id":1237,"name":"TOURNAMENT_ENTRY_COST","text":"Entry cost: #0#"},{"id":1238,"name":"POPUP_CRIADERO_NOOBINFO","text":"Press \"take care\" every 6 hours to get a powerful dragon."},{"id":1239,"name":"CATEGORY_MYTHOLOGICAL_V","text":"Mythological V"},{"id":1240,"name":"CATEGORY_DRAGGIES_II","text":"Draggies II"},{"id":1241,"name":"MOROCCO_DEALER_BEFORE","text":"Before:"},{"id":1242,"name":"MOROCCO_DEALER_NOW","text":"Now:"},{"id":1243,"name":"CATEGORY_DRAGONS_III","text":"Dragons III"},{"id":1244,"name":"DRAGON_NEST_HELP_TITLE","text":"THE DRAGON'S NEST HELP"},{"id":1245,"name":"DRAGON_NEST_HELP_TEXT","text":"- Press the 'Take Care' \/ 'Feed' button under the image. Look how the progress bar at the top fills up.\n- Wait until the timer reaches 0:00:00 or press the 'Speed Up' button below to complete the step.\n- Repeat this process 10 times and press the 'Get Dragon!' button to get your dragon!\n- Each time you get a draggy or dragon, you'll unlock the next one on the portrait strip below!\n-Hire friends for multiple speed up progress. The more friends, the more steps you'll progress!"},{"id":1246,"name":"POPUP_NUEVO_DIARIO_CASH","text":"#0# cash"},{"id":1247,"name":"POPUP_NUEVO_DIARIO_GANADO_CASH","text":"You won #0# cash!"},{"id":1248,"name":"POPUP_MEN_VS_WOMEN_DESC","text":"Try out Social Wars today and enjoy some of our exclusive offers!"},{"id":1249,"name":"POPUP_MEN_VS_WOMEN_PLAY","text":"PLAY NOW"},{"id":1250,"name":"POPUP_CRIADERO_NOOBINFO2","text":"Press \"feed\" every 6 hours to get a powerfull dragon."},{"id":1251,"name":"TOURNAMENT_ROOM_FULL","text":"The tournament you are trying to enter is full. Select another tournament."},{"id":1252,"name":"TOURNAMENT_NO_MIN_FRIENDS","text":"You have less than 3 friends in Social Empires. First of all, invite your friends to the game and then create your tournament."},{"id":1253,"name":"TOURNAMENT_SURE_CANCEL","text":"Are you sure you want to cancel the tournament?"},{"id":1254,"name":"TOURNAMENT_NO_SELECTION","text":"You haven't selected any tournament"},{"id":1255,"name":"TOURNAMENT_CANCEL","text":"Cancel Tournament"},{"id":1256,"name":"TOURNAMENT_INVITE_FRIENDS","text":"Invite Friends"},{"id":1257,"name":"TOURNAMENT_YOUR_RANKING_POS","text":"Your ranking position is: #0#"},{"id":1258,"name":"TOURNAMENT_CURRENT_USERS","text":"Current tournament users: #0#"},{"id":1259,"name":"TOURNAMENT_WEEKLY_AVAILABLE","text":"Available on"},{"id":1260,"name":"TOURNAMENT_WEEKLY_ENDS_IN","text":"Ends in"},{"id":1261,"name":"TOURNAMENT_MORE_INFO","text":"+Info"},{"id":1262,"name":"TOURNAMENT_CREATE","text":"Create Tournament"},{"id":1263,"name":"TOURNAMENT_FRIENDS_TOURNAMENT_TITLE","text":"FRIENDS TOURN."},{"id":1264,"name":"CATEGORY_NECRO_I","text":"Necros I"},{"id":1265,"name":"CATEGORY_NECRO_II","text":"Necros II"},{"id":1266,"name":"TOURNAMENT_FRIENDS_TOURNAMENT_INFO","text":"Create your tournament and play vs your friends"},{"id":1267,"name":"POPUP_DRAGON_TAMING_BUTTON_TAME","text":"Ride the Dragon"},{"id":1268,"name":"POPUP_DRAGON_TAMING_BUTTON_TAKE_OUT","text":"Take out"},{"id":1269,"name":"POPUP_RIDER_TRAINING_BUTTON_TRAIN","text":"Train"},{"id":1270,"name":"POPUP_RIDER_TRAINING_BUTTON_GET","text":"Get rider"},{"id":1271,"name":"POPUP_RIDER_TRAINING_TITLE","text":"Dragon Riding"},{"id":1272,"name":"POPUP_RIDER_TRAINING_SELECT","text":"Select a Dragon Rider"},{"id":1273,"name":"POPUP_RIDER_TRAINING_DRAGONS","text":"Dragons for this rider"},{"id":1274,"name":"POPUP_RIDER_TRAINING_NO_DRAGONS","text":""},{"id":1275,"name":"POPUP_RIDER_TRAINING_PROGRESS","text":"Progress"},{"id":1276,"name":"POPUP_RIDER_TRAINING_RECUPERATED_IN","text":"Recovered in"},{"id":1277,"name":"POPUP_RIDER_TRAINING_RECUPERATE_FOR","text":"Recover Now #0#"},{"id":1278,"name":"POPUP_RIDER_TRAINING_INFO","text":"Complete all the steps of the training to get the Dragon Rider and be able to upgrade your Dragon!"},{"id":1279,"name":"POPUP_DRAGON_TAMING_TITLE","text":"Dragon Taming"},{"id":1280,"name":"POPUP_DRAGON_TAMING_MOUNT","text":"Mount a Rider on a Dragon"},{"id":1281,"name":"POPUP_DRAGON_TAMING_NEED","text":"To mount a dragon with a rider, you have to put both units into this building. You will obtain the dragon with more power."},{"id":1282,"name":"POPUP_DRAGON_TAMING_CLICK_TAME","text":"Click on 'Ride the Dragon' to mount the dragon with the rider."},{"id":1283,"name":"ALERT_DRAGON_RIDER_NOT_MATCHING","text":"Your rider cannot mount this dragon. Check in the Rider Academy which dragons are a good match for him."},{"id":1284,"name":"ALERT_DRAGON_RIDER_INCOMPLETE","text":"Put one dragon and one rider in this building."},{"id":1285,"name":"POPUP_DRAGON_TAMING_HELP","text":"- HOW TO RIDE A DRAGON\n\n\n1. Once you have got your rider in the Rider Academy, select it and put it in the Dragon Riding.\n\n 2. Add your dragon to the Dragon Riding so the Rider can ride it!\n\n3. Remember that the Rider and Dragon must be compatible so the riding can be successfully completed (check the Rider Academy for more details).\n\n4. Once you have both Rider and Dragon in the building, press the 'Ride the Dragon' button to get your super powerful new unit!"},{"id":1286,"name":"POPUP_RIDER_TRAINING_HELP_SELECT","text":"- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n\n 3- You must wait some time before playing again (you also have a button to recover yourself quicker!)\n\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"},{"id":1287,"name":"POPUP_RIDER_TRAINING_HELP_TRAIN","text":"- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n3. You must wait some time before playing again (you also have a button to recover yourself quicker!)\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"},{"id":1290,"name":"POPUP_RIDER_TRAINING_GAIN","text":"Dragon gains:"},{"id":1291,"name":"POPUP_RIDER_GAIN","text":"This rider gives your dragon additional #0# attack and #1# health!"},{"id":1292,"name":"CATEGORY_NECRO_III","text":"Necros III"},{"id":1293,"name":"CATEGORY_NECRO_IV","text":"Necros IV"},{"id":1294,"name":"TOURNAMENT_RANKING_PRIZES","text":"Tournament ranking prizes"},{"id":1295,"name":"TOURNAMENT_WEEKLY_INFO_TEXT","text":"\nBeat the AI players and make it to the Worlwide Top 10!!\n\nThe more points you get the better. Don't forget that in case of tie the player with less time played will be above!"},{"id":1296,"name":"CATEGORY_DRAGGIES_III","text":"DRAGGIES III"},{"id":1297,"name":"CATEGORY_MYTHOLOGICAL_VI","text":"Mythological VI"},{"id":1298,"name":"TOURNAMENT_WEEKLY_MINIUM_TIME_TO_PLAY","text":"The weekly tournament is going to end in less than 10 minutes!!!\n\nAre you sure that you want to join the tournament?"},{"id":1299,"name":"ERROR_STOLEN","text":"Connection with server lost. Please refresh."},{"id":1300,"name":"LIMIT_DAMAGE","text":"Fill bar doing damage. When full, press bar to attack."},{"id":1301,"name":"LIMIT_HEAL","text":"Fill bar doing damage. When full, press bar to heal units."},{"id":1302,"name":"LIMIT_STOMP","text":"Fill bar doing damage. When full, press bar to charge."},{"id":1303,"name":"STORE_DOME_PROTECTION","text":"All your units within this dome will receive 50% less damage!!"},{"id":1304,"name":"STORE_DOME_TOWER_ENHANCER","text":"This Tower Enhancer will make surrounding towers shoot 2x faster!!"},{"id":1305,"name":"LIMIT_HELP","text":"- Limit is the most powerful of all attacks.\n- You can only find Limit attack on Dragons con Rider.\n- There are 3 types of Limit: Charge, Ray Attack and Heal. Each dragon with rider uses one of these.\n- Fill the bar button to activate Limit by killing enemies.\n- Once it is activated click on the bar button to unleash the attack.\n- Create your own Limit strategy attacking with different dragons with rider.\n"},{"id":1306,"name":"LIMIT_HELP_TITLE","text":"Limit Attack"},{"id":1307,"name":"TOURNAMENT_NUM_UNITS_HACK_ALERT","text":"Our server has detected an illegal operation."},{"id":1308,"name":"TOURNAMENT_WIN_REWARD_SOON","text":"\n\nCongratulations! You won the tournament!\nYour reward will appear soon in your storage!"},{"id":1309,"name":"CHECK_YOUR_STORAGE","text":"Check your storage!"},{"id":1310,"name":"GET_PRIZE","text":"Get Prize"},{"id":1311,"name":"MONDAY_BONUS_POPUP_TITLE","text":"MONDAY BONUS!"},{"id":1312,"name":"MONDAY_BONUS_POPUP_HEADER","text":"Come back every Monday to get mysterious reward!"},{"id":1313,"name":"MONDAY_BONUS_POPUP_OR","text":"OR"},{"id":1314,"name":"MONDAY_BONUS_POPUP_SELECT","text":"SELECT"},{"id":1315,"name":"MONDAY_BONUS_POPUP_OK","text":"Ok"},{"id":1316,"name":"MONDAY_BONUS_POPUP_FOOTER","text":"You will find your rewards in your storage"},{"id":1317,"name":"MONDAY_BONUS_POPUP_YOUR_REWARD","text":"Your Reward!"},{"id":1318,"name":"MONDAY_BONUS_POPUP_HEADER_MONDAY","text":"Here is your Monday reward!!\nChoose a box and get your mystery reward!!"},{"id":1319,"name":"RELOCATE_CONFIRM","text":"If you go to another island you'll lose your progress in this one, are you sure?"},{"id":1320,"name":"RELOCATE_BUTTON","text":"RELOCATE"},{"id":1321,"name":"POPUP_HEAVY_SIEGE_TITLE","text":"HEAVY SIEGE"},{"id":1322,"name":"POPUP_HEAVY_SIEGE_INFO","text":"Dragons are preparing to attack your empire!"},{"id":1323,"name":"POPUP_HEAVY_SIEGE_ATTACK_NOW","text":"Attack now,\nI'm ready!"},{"id":1324,"name":"POPUP_HEAVY_SIEGE_PAY","text":"Kill All Dragons:\nCost 20"},{"id":1325,"name":"POPUP_HEAVY_SIEGE_WAIT","text":"Not yet, I need reinforcements!"},{"id":1326,"name":"ICON_VIDEOS_TOOLTIP","text":"Watch videos and win XP!"},{"id":1327,"name":"CATEGORY_NECRO_V","text":"Necro V"},{"id":1328,"name":"CATEGORY_DRAGONS_IV","text":"Dragons IV"},{"id":1329,"name":"CATEGORY_DRAGGIES_III","text":"Draggies III"},{"id":1330,"name":"CATEGORY_PHOENIX","text":"Phoenix"},{"id":1331,"name":"CATEGORY_MONSTERS_IV","text":"Monsters IV"},{"id":1332,"name":"DRAGON_HUNTER_NO_DRAGONS_IN_RANGE","text":"NO DRAGONS IN RANGE"},{"id":1333,"name":"QUEST_ENEMIES_ALIVE","text":"Alive enemies"},{"id":1334,"name":"QUEST_ENEMIES_ALIVE_SINGULAR","text":"1 enemy alive"},{"id":1335,"name":"QUEST_ENEMIES_ALIVE_PLURAL","text":"#0# enemies alive"},{"id":1336,"name":"QUEST_HARDCORE1_DESCRIP","text":"Defeat the Celestial Empire!"},{"id":1337,"name":"QUEST_HARDCORE2_DESCRIP","text":"Defeat the Mythological Empire!"},{"id":1338,"name":"QUEST_HARDCORE3_DESCRIP","text":"Defeat the Necro Empire!"},{"id":1339,"name":"QUEST_HARDCORE4_DESCRIP","text":"Defeat the Dragon Empire!"},{"id":1340,"name":"QUEST_HARDCORE5_DESCRIP","text":"Defeat the Monster Empire!"},{"id":1341,"name":"HEAVY_SIEGE_POPUP_PRESENT_TITLE","text":"Dragons killed!"},{"id":1342,"name":"HEAVY_SIEGE_POPUP_PRESENT_TEXT","text":"You will find a new unit on your storage as a reward for your heroic deed..."},{"id":1343,"name":"MONSTER_HUNTER_NO_UNITS_IN_RANGE","text":"No monsters in range"},{"id":1344,"name":"SPELL_SUMMON_DRAGON_DESCRIPTION","text":"Life: #0#"},{"id":1345,"name":"SPELL_FULL_LIMIT_DESCRIPTION","text":"Area: #0#x#1#"},{"id":1346,"name":"SPELL_SPEED_INCREASE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1347,"name":"SPELL_RANGE_INCREASE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1348,"name":"SPELL_BLACK_HOLE_DESCRIPTION","text":"Area: #0#x#1# \/ Duration: #2#s"},{"id":1349,"name":"TITLE_TUTORIAL_DARTS","text":"PLAY DAILY DARTS!"},{"id":1350,"name":"TITLE_DESCRIPTION_DARTS","text":"- You get a free dart every day!\n\n- Pop a balloon to get awesome prizes!\n\n- Collect all units before the time expires to get the Bonus Reward!\n\n- New Game prizes are introduced each week! Find the Darts icon on the game interface."},{"id":1351,"name":"DARTS_COLLECT_FOR_EXTRA","text":"Collect all units to get the Bonus Reward!"},{"id":1352,"name":"DARTS_FREE","text":"FREE!"},{"id":1353,"name":"DARTS_RARE","text":"Rare"},{"id":1354,"name":"DARTS_UNCOMMON","text":"Uncommon"},{"id":1355,"name":"DARTS_COMMON","text":"Common"},{"id":1356,"name":"DARTS_CLICK_ON_PLAY","text":"Pop the balloons and win amazing RARE prizes!"},{"id":1357,"name":"DARTS_BUTTON_PLAY","text":"Play"},{"id":1358,"name":"DARTS_BUTTON_PLAY_FOR","text":"Play again for #0#"},{"id":1359,"name":"DARTS_THROW","text":"Point a balloon and click to throw the dart!"},{"id":1360,"name":"DARTS_YOU_WIN","text":"Congratulations!\nYou've won:"},{"id":1361,"name":"DARTS_GIFT_BOX","text":"Find this unit on your storage!"},{"id":1362,"name":"DARTS_COME_BACK","text":"Come back next week for new prizes!"},{"id":1363,"name":"DARTS_CONGRATS","text":"Congratulations!"},{"id":1364,"name":"DARTS_WIN_EXTRA","text":"Congratulations! You've won this amazing Bonus Reward for completing the collection!"},{"id":1365,"name":"DARTS_FREE_DART_POPUP","text":"You've won a FREE dart! Play Darts now and win amazing RARE prizes!"},{"id":1366,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TITLE","text":"SUPREME BAHAMUT LAWS"},{"id":1367,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TEXT","text":"-GET THE MOST AWESOME DRAGON EVER!!\n\n- Complete all steps to unleash the Supreme Bahamut Dragon.\n\n- Each step takes 48h.\n\n-Complete each step in the order you wish.\n\n"},{"id":1368,"name":"POPUP_BAHAMUT_SUPREME_TEMPLE_SURE_TO_SACRIFICE","text":"Are you sure you want sacrifice the #0#?"},{"id":1369,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM1","text":"Golden Gem"},{"id":1370,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM2","text":"Golden Scales"},{"id":1371,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM3","text":"Golden Dragon Nail"},{"id":1372,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM4","text":"Golden Feathers"},{"id":1373,"name":"COLECCION_BAHAMUT_GOLDEN_ITEM5","text":"Golden Horns"},{"id":1374,"name":"COLECCION_BAHAMUT_RED_ITEM1","text":"Red Gem"},{"id":1375,"name":"COLECCION_BAHAMUT_RED_ITEM2","text":"Red Scales"},{"id":1376,"name":"COLECCION_BAHAMUT_RED_ITEM3","text":"Dragon Fire"},{"id":1377,"name":"COLECCION_BAHAMUT_RED_ITEM4","text":"Red Spikes"},{"id":1378,"name":"COLECCION_BAHAMUT_RED_ITEM5","text":"Red Horns"},{"id":1379,"name":"COLECCION_BAHAMUT_HEART_ITEM1","text":"Black Gem"},{"id":1380,"name":"COLECCION_BAHAMUT_HEART_ITEM2","text":"Black Scales"},{"id":1381,"name":"COLECCION_BAHAMUT_HEART_ITEM3","text":"Supreme Blood"},{"id":1382,"name":"COLECCION_BAHAMUT_HEART_ITEM4","text":"Red Pearl"},{"id":1383,"name":"COLECCION_BAHAMUT_HEART_ITEM5","text":"Black Spikes"},{"id":1384,"name":"COLECCION_BAHAMUT_RED","text":"Red Bahamut Dragon"},{"id":1385,"name":"COLECCION_BAHAMUT_GOLDEN","text":"Golden Bahamut Dragon"},{"id":1386,"name":"COLECCION_BAHAMUT_HEART","text":"Supreme Heart"},{"id":1387,"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_INFO","text":"Offer this resource."},{"id":1388,"name":"TEMPLE_SUPREME_BAHAMUT_DONATE_BTN","text":"Offering"},{"id":1389,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_INFO","text":"Sacrifice a #0#.\nTo get it, first complete needed steps in the Dragon's Nest!"},{"id":1390,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BTN","text":"Sacrifice"},{"id":1391,"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_INFO","text":"Offer the Supreme Heart.\nTo get it, first complete the Supreme Heart collection.\nFind these collection items on Zeppelin Map 3 quests."},{"id":1392,"name":"TEMPLE_SUPREME_BAHAMUT_COLLECT_BTN","text":"Offering"},{"id":1393,"name":"TEMPLE_SUPREME_BAHAMUT_WAIT_NEXT_STEP","text":"Next Step in:"},{"id":1394,"name":"TEMPLE_SUPREME_BAHAMUT_TITLE","text":"Supreme Bahamut Dragon Temple"},{"id":1395,"name":"TEMPLE_SUPREME_BAHAMUT_PROGRESS","text":"Progress"},{"id":1396,"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_INFO","text":"Click the button to get the Supreme Bahamut Dragon!!"},{"id":1397,"name":"TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_BTN","text":"Get Dragon"},{"id":1398,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_INFO","text":"Sacrifice the #0#.\nTo get it, first complete the corresponding collection!\nFind these collection items on the last 5 Zeppelin Map Quests."},{"id":1399,"name":"TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_BTN","text":"Sacrifice"},{"id":1400,"name":"CATEGORY_PHARAOHS_I","text":"Pharaohs I"},{"id":1401,"name":"CATEGORY_PHARAOHS_II","text":"Pharaohs II"},{"id":1402,"name":"CATEGORY_PHARAOHS_III","text":"Pharaohs III"},{"id":1403,"name":"POPUP_SELECT_YOUR_DRAGON_TITLE","text":"FREE DRAGGY!!"},{"id":1404,"name":"POPUP_SELECT_YOUR_DRAGON_SUBTITLE","text":"CONGRATULATIONS!!"},{"id":1405,"name":"POPUP_SELECT_YOUR_DRAGON_INFO","text":"Choose the draggy that will help you on your adventure!"},{"id":1406,"name":"AUX_SELECT","text":"Select"},{"id":1407,"name":"AUX_OR","text":""},{"id":1408,"name":"POPUP_SELECT_YOUR_DRAGON_2_TITLE","text":"Dragon Nest"},{"id":1409,"name":"POPUP_SELECT_YOUR_DRAGON_2_INFO","text":"Get more dragons in the Dragon Nest!\nEnter Now!!"},{"id":1410,"name":"POPUP_MISSINGTOWNHALL_TITLE","text":"Missing Townhall"},{"id":1411,"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_ASSAULT","text":"INSTANT VICTORY\n\nThe village you are attacking has no townhall.\n\nThis means you WIN this round automatically!"},{"id":1412,"name":"POPUP_MISSINGTOWNHALL_DESCRIPTION_NORMAL","text":"WARNING\n\nYour village has no townhall.\n\nThis means you will automatically lose if you are attacked by another player"},{"id":1413,"name":"POPUP_INACTIVE_NEST_BTN","text":"Start again. \nCost: #0#"},{"id":1414,"name":"POPUP_INACTIVE_NEST_INFO","text":"To get more eggs and start again select a button below."},{"id":1415,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_DONE","text":"Resource already offered!"},{"id":1416,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_DONE","text":"Dragon already sacrified!"},{"id":1417,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_DONE","text":"Dragon already sacrified!"},{"id":1418,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_DONE","text":"Supreme Heart already offered!"},{"id":1419,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_OFFER","text":"Offer this resource now!"},{"id":1420,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_OFFER","text":"Sacrifice the #0# now!"},{"id":1421,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_OFFER","text":"Sacrifice the #0# now!"},{"id":1422,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_HEART_OFFER","text":"Offer the supreme heart now!"},{"id":1423,"name":"TEMPLE_SUPREME_BAHAMUT_STEP_CANT_DO","text":"You can't do that step!"},{"id":1424,"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TITLE","text":"Congratulations!!"},{"id":1425,"name":"POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TEXT","text":"#0# friend\/s accepted helping you to breed the dragon!\n\nClick OK to speed up the progress."},{"id":1426,"name":"POPUP_DRAGONS_HIRE_FRIENDS_BTN","text":"Hire friends"},{"id":1427,"name":"POPUP_DRAGONS_HIRE_FRIENDS_INFO","text":"Hire new friends to progress faster"},{"id":1428,"name":"POPUP_DRAGONS_HIRE_FRIENDS_TOOLTIP","text":"For each new friend you hire, you will progress 2 steps instantly!"},{"id":1429,"name":"TOOLTIP_STORE_SUPREME","text":"This building allows you to invoke the Supreme Bahamut Dragon."},{"id":1430,"name":"RELOADING_PLAYER_INFO_TEXT","text":"Reloading Gifts"},{"id":1431,"name":"CATEGORY_SPECIAL_UNITS_IV","text":"SPECIAL UNITS IV"},{"id":1432,"name":"ISLANDS_HELP_REWARD_TITLE","text":"CONQUEST ISLAND REWARD"},{"id":1433,"name":"ISLANDS_HELP_REWARD_UNIT","text":"1 Unit!"},{"id":1434,"name":"ICON_COMEBACK2ND3RD_TOOLTIP","text":"Prizes for tomorrow"},{"id":1435,"name":"COMEBACK_BONUS_POPUP_TITLE","text":"WELCOME FREE GIFTS"},{"id":1436,"name":"COMEBACK_BONUS_POPUP_HEADER_READY","text":"Click on one of the gifts and get a FREE reward!"},{"id":1437,"name":"COMEBACK_BONUS_POPUP_HEADER_NOTREADY","text":"Come back tomorrow and get one of the FREE rewards below!!"},{"id":1438,"name":"COMEBACK_BONUS_POPUP_FOOTER","text":"Remember, this bonus only lasts two days!"},{"id":1439,"name":"POPUP_TIME_TITLE","text":"Time Machine"},{"id":1440,"name":"POPUP_TIME_HEADER","text":"Click on a button below to move forwards in time!"},{"id":1441,"name":"POPUP_TIME_MINUTES","text":"POPUP_TIME_MINUTES"},{"id":1442,"name":"POPUP_TIME_HOUR","text":"POPUP_TIME_HOUR"},{"id":1443,"name":"POPUP_TIME_HOURS","text":"POPUP_TIME_HOURS"},{"id":1444,"name":"INFOPOPUP_DRAGONKILLER_CASTLE","text":"Defensive structure with special Plasma ray to fry all kind of dragons"},{"id":1445,"name":"POPUP_ASSAULT_FORCE_RELOAD","text":"Click OK to reload and go to your empire"},{"id":1446,"name":"POPUP_QUEST_FORCE_RELOAD","text":"Click OK to reload and go to your empire"},{"id":1447,"name":"TRAVELLING_FORWARDS","text":"Travelling forwards"},{"id":1448,"name":"TOOLTIP_STORE_TIME_MACHINE","text":"Advances the time of all you buildings, missions and PVP"},{"id":1449,"name":"ALERT_NEW_IPHONE_ITEMS","text":"The items you bought on your
SE iPhone are in
\"Storage > Mobile Storage\" now."},{"id":1450,"name":"POPUP_QUEST_ARMY_TITLE","text":"QUEST ARMY"},{"id":1451,"name":"POPUP_QUEST_ARMY_HEADER","text":"Select your army for this Quest"},{"id":1452,"name":"POPUP_QUEST_ARMY_YOUR_ARMY","text":"Your Army"},{"id":1453,"name":"VALIDATION_MSG_TIME_MACHINE","text":"You need to buy this item before you can use it"},{"id":1454,"name":"POPUP_TEAM_SELECTION_SUBTITLE_1","text":"Selected units"},{"id":1455,"name":"POPUP_TEAM_SELECTION_SUBTITLE_2","text":"Available units"},{"id":1456,"name":"POPUP_TEAM_SELECTION_TITLE","text":"Select your team"},{"id":1457,"name":"POPUP_TIME_MACHINE_HELP_TITLE","text":"Time Machine Help"},{"id":1458,"name":"POPUP_TIME_MACHINE_HELP_TEXT","text":"-Use the Time Machine to travel forward in time!!\n\n-Thus you'll get resources sooner! It also speeds up PvP, Chapters, Quests, Daily Bonus, Dragon Nest, Rider Academy and much more!\n\n-You have 6 different hourglasses, each one travels forward a different amount of time.\n\n-Choose the one you need and press the USE button."},{"id":1459,"name":"STORAGE_SUB_MAIN","text":"Storage \/ Gifts"},{"id":1460,"name":"STORAGE_SUB_IPHONE","text":"Mobile Storage"},{"id":1461,"name":"QUEST_HARDCORE6_DESCRIP","text":"Defeat the Pharaohs Empire!!"},{"id":1462,"name":"QUEST_HARDCORE7_DESCRIP","text":"Defeat the Wicked Imperial Elves!!"},{"id":1463,"name":"QUEST_TEAM_SELECTION_ALERT_1_UNIT","text":"You must choose at least 1 unit"},{"id":1464,"name":"QUEST_TEAM_SELECTION_ALERT_LESS_20_CONFIRM","text":"Are you sure you want to play with less than 20 units?"},{"id":1465,"name":"TOOLTIP_TITAN_GODS","text":"Gods & Titans"},{"id":1466,"name":"GODS_1","text":"The 5 Elemental Gods created and ruled the world of Social Empires and kept peace amongst its dwellers..."},{"id":1467,"name":"GODS_2","text":"... but an unknown Evil force irrupted and many devilish creatures spawned and destroyed whole empires and killed its people..."},{"id":1468,"name":"GODS_3","text":"... After witnessing that, the 5 Elemental Gods decided to descend to the world of Social Empires with their Colossus and help to restore peace again!\n\nHelp them to achieve their goal!"},{"id":1469,"name":"POPUP_NEW_IPHONE_ITEMS_TITLE","text":"WELCOME SE MOBILE"},{"id":1470,"name":"POPUP_SEND_GIFTS_TITLE","text":"Send Gifts"},{"id":1471,"name":"POPUP_SEND_GIFTS_EXPLANATION","text":"Send an awesome Surprise Box to your friends to help them build their empires!"},{"id":1472,"name":"POPUP_SEND_GIFTS_BUTTON","text":"Send Gifts"},{"id":1473,"name":"ICON_MENU_MULTI_TOOL","text":"Multi Tool"},{"id":1474,"name":"ICON_MENU_REMOVE","text":"Remove"},{"id":1475,"name":"ICON_MENU_FAST_COLLECT","text":"Fast Collect"},{"id":1476,"name":"ICON_SQUARE_TOOL","text":"Square Tool"},{"id":1477,"name":"TEXT_SPACE_KEY","text":"space key"},{"id":1478,"name":"ICON_MENU_WORLD_QUEST","text":"Quests"},{"id":1479,"name":"ICON_MENU_WORLD_SURVIVAL","text":"Survival"},{"id":1480,"name":"ICON_MENU_WORLD_TOURNEY","text":"Tourney"},{"id":1481,"name":"ICON_MENU_GIFT_UNITS","text":"Units"},{"id":1482,"name":"ICON_MENU_GIFT_NEWS","text":"News"},{"id":1483,"name":"ICON_MENU_GIFT_COLLECTIONS","text":"Collections"},{"id":1484,"name":"ICON_MENU_GIFT_GIFTS","text":"Gifts"},{"id":1485,"name":"POPUP_NEW_GOAL","text":"Click here!"},{"id":1486,"name":"INFO_EMPIRE_NAME","text":"My Empire"},{"id":1487,"name":"ICON_MENU_GAME_DARTS","text":"Darts"},{"id":1488,"name":"INFO_COST","text":"COST:"},{"id":1489,"name":"BUTTON_SALE_TERRAIN","text":"FOR SALE"},{"id":1490,"name":"BUTTON_CLICK_TO_BUY","text":"Click to Buy"},{"id":1491,"name":"ICON_UPGRADE","text":"Upgrade"},{"id":1492,"name":"POPUP_NEED_ALLIES","text":"Need Allies?"},{"id":1493,"name":"POPUP_GET_ALLIES","text":"Get more allies to earn gold and XP every day \n Get allies now!"},{"id":1494,"name":"QUEST_GOD_ISLAND_1","text":"Defeat all enemies!"},{"id":1495,"name":"QUEST_GOD_ISLAND_2","text":"Defeat all enemies!"},{"id":1496,"name":"STORE_HEAL_UNITS","text":"Heals nearby units when they are not engaged in combat"},{"id":1497,"name":"POPUP_STARTING_QUEST_TITLE","text":"STARTING QUEST"},{"id":1498,"name":"QUEST_GOD_ISLAND_3","text":"Defeat all enemies!"},{"id":1499,"name":"TEAM_SELECTION_WINDOW_REQUIREMENTS_MSG","text":"To enter this quest you need to have at least #0# unit\/s from any of the following categories:\n\n"},{"id":1500,"name":"CATEGORY_IMPERIAL_ELVES_I","text":"IMPERIAL ELVES I"},{"id":1501,"name":"STORAGE_IPHONE_ITEMS","text":"The items you bought on your SE iPhone are in:
Storage -> Mobile Storage"},{"id":1502,"name":"CATEGORY_IMPERIAL_ELVES_II","text":"IMPERIAL ELVES II"},{"id":1503,"name":"GODS_4","text":"After the first epic battle, the Dark Evil God and its Chaos forces resisted ferociously,\nthus the Elemental Gods retreated to gain more power."},{"id":1504,"name":"GODS_5","text":"They summoned the 5 Genesis Gods who helped shaping the world during its creation.\nWith the help of their Colossus, all together will battle back the EVIL!"},{"id":1505,"name":"CATEGORY_IMPERIAL_ELVES_III","text":"IMPERIAL ELVES III"}],"categories":{"1":{"id":1,"name":"Village","sub":[{"id":11,"name":"Houses","parent":1},{"id":12,"name":"Resources","parent":1},{"id":13,"name":"Miscellaneous","parent":1},{"id":14,"name":"Investigation","parent":1}]},"2":{"id":2,"name":"Defense","sub":[{"id":21,"name":"Turrets","parent":2},{"id":22,"name":"Walls","parent":2},{"id":23,"name":"Castles","parent":2},{"id":24,"name":"Refuges","parent":2}]},"3":{"id":3,"name":"Army","sub":[{"id":31,"name":"Infantry","parent":3},{"id":32,"name":"Archers","parent":3},{"id":33,"name":"Cavalry","parent":3},{"id":34,"name":"Siege weapons","parent":3},{"id":35,"name":"Specials","parent":3}]},"4":{"id":4,"name":"Decorations","sub":[{"id":41,"name":"Trees","parent":4},{"id":42,"name":"Flowers","parent":4},{"id":43,"name":"Flags","parent":4},{"id":44,"name":"Statues","parent":4},{"id":45,"name":"Others","parent":4}]},"5":{"id":5,"name":"Wonders","sub":[{"id":51,"name":"Wonders","parent":5}]},"12":{"id":12,"name":"New","sub":[{"id":121,"name":"Limited Edition","parent":12},{"id":122,"name":"New","parent":12},{"id":123,"name":"Specials","parent":12}]},"0":{"sub":[{"id":0,"name":"All","parent":0}]}},"items":[{"id":"1","in_store":"1","name":"House I","type":"b","cost":"30","cost_type":"w","xp":"3","groups":"","trains":"0","upgrades_to":"2","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"casa1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2","in_store":"1","name":"House II","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"3","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3","in_store":"1","name":"House III","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"4","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"19","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"220","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"4","in_store":"1","name":"House IV","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"194","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"31","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"5","in_store":"1","name":"Mill I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"21600","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"6","in_store":"1","name":"Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"21600","expiration":"0","collect":"300","collect_type":"f","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"11","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":750}"},{"id":"7","in_store":"1","name":"Mill III","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":7500}"},{"id":"8","in_store":"1","name":"Pumpkin Crop","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"9","display_order":"11","activation":"32.4","expiration":"0","collect":"25","collect_type":"f","collect_xp":"2","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"9","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja1","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"9","in_store":"1","name":"Eggplant Field","type":"b","cost":"180","cost_type":"w","xp":"18","groups":"","trains":"0","upgrades_to":"10","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"3","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"21","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja2","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"10","in_store":"1","name":"Farm Land","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"200","display_order":"10","activation":"32.4","expiration":"0","collect":"15","collect_type":"f","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"granja3","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"11","in_store":"1","name":"Sheep Ranch I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"190","display_order":"16","activation":"90","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"2","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_1","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"12","in_store":"1","name":"Cow Ranch I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"192","display_order":"39","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_1","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"13","in_store":"1","name":"Gold Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"21600","expiration":"0","collect":"200","collect_type":"g","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"4","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"14","in_store":"1","name":"Gold Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"21600","expiration":"0","collect":"275","collect_type":"g","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1250}"},{"id":"15","in_store":"1","name":"Gold Mine III","type":"b","cost":"4500","cost_type":"g","xp":"450","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"21600","expiration":"0","collect":"350","collect_type":"g","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"24","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":10000}"},{"id":"16","in_store":"1","name":"Stone Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"30","activation":"21600","expiration":"0","collect":"175","collect_type":"s","collect_xp":"6","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"6","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":250}"},{"id":"17","in_store":"1","name":"Stone Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"31","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"17","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":3500}"},{"id":"18","in_store":"1","name":"Stone Mine III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"32","activation":"21600","expiration":"0","collect":"400","collect_type":"s","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"29","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":20000}"},{"id":"19","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"20","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol2","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"21","in_store":"0","name":"Tree","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"3.24","expiration":"0","collect":"20","collect_type":"w","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"125","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol3","elevation":"4","unit_capacity":"4","attack":"2","defense":"1","life":"50","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"22","in_store":"1","name":"Blacksmith","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"58","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"131","min_level":"33","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"herreria","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"23","in_store":"1","name":"Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"188","display_order":"23","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"24","in_store":"1","name":"Church","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"502","upgrades_to":"0","display_order":"50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"133","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isglesia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"25","in_store":"1","name":"University","type":"b","cost":"8000","cost_type":"g","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"60","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"39","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"universidad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"26","in_store":"0","name":"Town Hall","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"500","upgrades_to":"139","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"27","in_store":"1","name":"Castle I","type":"b","cost":"15","cost_type":"c","xp":"200","groups":"","trains":"507","upgrades_to":"28","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo1","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"28","in_store":"1","name":"Castle II","type":"b","cost":"25","cost_type":"c","xp":"300","groups":"","trains":"508","upgrades_to":"198","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo2","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"8000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"29","in_store":"1","name":"Tower I","type":"b","cost":"125","cost_type":"s","xp":"13","groups":"","trains":"0","upgrades_to":"30","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa1","elevation":"4","unit_capacity":"0","attack":"4","defense":"1","life":"300","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"30","in_store":"1","name":"Tower II","type":"b","cost":"250","cost_type":"s","xp":"25","groups":"","trains":"0","upgrades_to":"31","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa2","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"8","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"31","in_store":"1","name":"Tower III","type":"b","cost":"375","cost_type":"s","xp":"38","groups":"","trains":"0","upgrades_to":"32","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa3","elevation":"4","unit_capacity":"0","attack":"12","defense":"1","life":"700","velocity":"0","attack_range":"9","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"32","in_store":"1","name":"Tower IV","type":"b","cost":"500","cost_type":"s","xp":"50","groups":"","trains":"0","upgrades_to":"33","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"23","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa4","elevation":"4","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"0","attack_range":"10","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"33","in_store":"1","name":"Tower V","type":"b","cost":"625","cost_type":"s","xp":"63","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"33","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa5","elevation":"4","unit_capacity":"0","attack":"16","defense":"1","life":"1100","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"34","in_store":"1","name":"Wall I","type":"b","cost":"5","cost_type":"w","xp":"1","groups":"","trains":"0","upgrades_to":"35","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"150","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"35","in_store":"1","name":"Wall II","type":"b","cost":"15","cost_type":"w","xp":"2","groups":"","trains":"0","upgrades_to":"36","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"36","in_store":"1","name":"Wall III","type":"b","cost":"30","cost_type":"s","xp":"3","groups":"","trains":"0","upgrades_to":"195","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"37","in_store":"1","name":"Wall Door","type":"b","cost":"50","cost_type":"s","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"222","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"puertamuralla","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"38","in_store":"1","name":"Barracks I","type":"b","cost":"125","cost_type":"w","xp":"13","groups":"","trains":"509","upgrades_to":"39","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"39","in_store":"1","name":"Barracks II","type":"b","cost":"250","cost_type":"w","xp":"25","groups":"","trains":"510","upgrades_to":"40","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":750}"},{"id":"40","in_store":"1","name":"Barracks III","type":"b","cost":"375","cost_type":"w","xp":"38","groups":"","trains":"511","upgrades_to":"136","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":3000}"},{"id":"41","in_store":"1","name":"Archery I","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"516","upgrades_to":"42","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"3","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"42","in_store":"1","name":"Archery II","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"517","upgrades_to":"43","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1000}"},{"id":"43","in_store":"1","name":"Archery III","type":"b","cost":"450","cost_type":"w","xp":"45","groups":"","trains":"518","upgrades_to":"137","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":5000}"},{"id":"44","in_store":"1","name":"Stables I","type":"b","cost":"175","cost_type":"w","xp":"18","groups":"","trains":"512","upgrades_to":"45","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"5","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":250}"},{"id":"45","in_store":"1","name":"Stables II","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"513","upgrades_to":"46","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":1500}"},{"id":"46","in_store":"1","name":"Stables III","type":"b","cost":"525","cost_type":"w","xp":"53","groups":"","trains":"514","upgrades_to":"138","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":7000}"},{"id":"47","in_store":"1","name":"Archery Stables","type":"b","cost":"700","cost_type":"w","xp":"70","groups":"","trains":"515","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"24","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establoarquero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":10000}"},{"id":"48","in_store":"1","name":"Workshop I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"519","upgrades_to":"49","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"7","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"420","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":1000}"},{"id":"49","in_store":"1","name":"Workshop II","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"520","upgrades_to":"50","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost_type\":\"g\",\"cost\":2000}"},{"id":"50","in_store":"1","name":"Workshop III","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"521","upgrades_to":"51","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":8000}"},{"id":"51","in_store":"1","name":"Workshop IV","type":"b","cost":"800","cost_type":"w","xp":"80","groups":"","trains":"522","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"26","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaAriete4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":12500}"},{"id":"52","in_store":"3","name":"Chichen Itza","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"g","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"ChichenItza","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"53","in_store":"3","name":"Coliseum","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"s","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"coliseo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"54","in_store":"3","name":"Inca God","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"21600","expiration":"0","collect":"600","collect_type":"f","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"diosInca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"55","in_store":"3","name":"Sphinx","type":"b","cost":"20","cost_type":"c","xp":"2","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"21600","expiration":"0","collect":"600","collect_type":"w","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfinge","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"56","in_store":"3","name":"Machu Picchu","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"21600","expiration":"0","collect":"1200","collect_type":"s","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"6","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"machuPichu","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"57","in_store":"3","name":"Chinese Wall","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"21600","expiration":"0","collect":"1200","collect_type":"g","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"murallaChina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"58","in_store":"3","name":"Petra","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"21600","expiration":"0","collect":"1200","collect_type":"f","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"petra","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"59","in_store":"3","name":"Taj Mahal","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"1200","collect_type":"w","collect_xp":"40","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"tajMahal","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"min_level\":10,\"cost\":20}"},{"id":"60","in_store":"3","name":"Iguazu Waterfalls","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"21600","expiration":"0","collect":"2000","collect_type":"s","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cataratasIguazu","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"61","in_store":"3","name":"Parthenon","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"21600","expiration":"0","collect":"2000","collect_type":"g","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"partenon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"62","in_store":"1","name":"Yellow Flowers","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"63","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresAmarillas2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"63","in_store":"1","name":"White Flowers","type":"b","cost":"25","cost_type":"g","xp":"3","groups":"","trains":"0","upgrades_to":"0","display_order":"77","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresBlancas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"64","in_store":"1","name":"Purple Flowers","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresLilas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"65","in_store":"1","name":"Red Flowers","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"floresRojas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"12","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"66","in_store":"1","name":"Pink Flowers","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresRosas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"67","in_store":"1","name":"Green Flowers","type":"b","cost":"225","cost_type":"g","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"42","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"floresVerdes","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"68","in_store":"1","name":"Maya Fire","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"65","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"fuegoMaya","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"14","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"69","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"70","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"70","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras2","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"71","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras3","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"72","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"72","activation":"6.48","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"126","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras4","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"73","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"73","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"74","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"74","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro2","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"75","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro3","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"76","in_store":"0","name":"Gold","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"6.48","expiration":"0","collect":"10","collect_type":"g","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"127","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"oro4","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"77","in_store":"1","name":"Lumber Mill I","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"78","display_order":"26","activation":"21600","expiration":"0","collect":"200","collect_type":"w","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"5","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":150}"},{"id":"78","in_store":"1","name":"Lumber Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"79","display_order":"27","activation":"21600","expiration":"0","collect":"350","collect_type":"w","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":2000}"},{"id":"79","in_store":"1","name":"Lumber Mill III","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"205","display_order":"28","activation":"21600","expiration":"0","collect":"450","collect_type":"w","collect_xp":"15","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"27","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":15000}"},{"id":"80","in_store":"0","name":"Regenerating gold ...","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"10800","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"12","subcat_functional":"128","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"regOro","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"81","in_store":"0","name":"Regenerating stone ...","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"10800","expiration":"0","collect":"0","collect_type":"s","collect_xp":"0","category_id":"1","subcategory_id":"12","subcat_functional":"128","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"regPiedras","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"82","in_store":"0","name":"Treasure Chest","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"treasure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"83","in_store":"0","name":"Prisoner Princess","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"princess2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"84","in_store":"0","name":"Prisoner Villagers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisoners","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"85","in_store":"0","name":"Prisoner Arthur","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisonarthur","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"86","in_store":"0","name":"Prisoner Archers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisonarchers","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"87","in_store":"0","name":"Chained Troll","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"prisontroll","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"88","in_store":"0","name":"Power Gem","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"ag","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"powergem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"89","in_store":"0","name":"Golem Altar","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"813","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"golemstatue","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"90","in_store":"0","name":"Kidnapped Units","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"kidnapped","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"91","in_store":"0","name":"Trophy Totem","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"trophytotem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"92","in_store":"0","name":"Injured Cow","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vacaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"93","in_store":"0","name":"Injured Sheep","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"ovejaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"94","in_store":"0","name":"Lonely Knight","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"jinetePerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"95","in_store":"0","name":"Trojan Horse","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"caballoTroyano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"96","in_store":"0","name":"Mysterious Crate","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cajaSorpresaPerdida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"97","in_store":"0","name":"Mead Barrel","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"barrilPerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"98","in_store":"0","name":"Injured Troll","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"trolPerdido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"99","in_store":"0","name":"Golden Totem","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"9","subcategory_id":"91","subcat_functional":"911","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"totemOro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"100","in_store":"0","name":"Yellow Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"62","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolAmarillo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"0","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"101","in_store":"1","name":"Blue Tree","type":"b","cost":"50","cost_type":"g","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"102","in_store":"0","name":"Happy Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"77","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"4","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolCara","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"103","in_store":"1","name":"Chinese Tree","type":"b","cost":"6","cost_type":"c","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"74","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolChino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"104","in_store":"1","name":"Purple Tree","type":"b","cost":"75","cost_type":"g","xp":"8","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolLila","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"105","in_store":"1","name":"Orange Tree","type":"b","cost":"225","cost_type":"g","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolNaranja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"106","in_store":"0","name":"Red Tree","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"12","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"arbolRojo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"107","in_store":"1","name":"Horror Tree","type":"b","cost":"390","cost_type":"g","xp":"39","groups":"","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolTerror","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"108","in_store":"1","name":"Green Tree","type":"b","cost":"60","cost_type":"g","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"64","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"41","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolVerde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"109","in_store":"0","name":"Blue Flag","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"banderaAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"5","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"110","in_store":"1","name":"Orange Flag","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaNaranja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"111","in_store":"0","name":"Red Flag","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"banderaRoja","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"9","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"112","in_store":"1","name":"Eagle Flag","type":"b","cost":"425","cost_type":"g","xp":"43","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"12","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaRoja2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"113","in_store":"1","name":"Green Flag","type":"b","cost":"800","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"15","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"banderaVerde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"25","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"114","in_store":"1","name":"Skulls","type":"b","cost":"350","cost_type":"g","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"calaverasFardo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"10","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"115","in_store":"0","name":"Roman Column","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"11","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"columnaRomana","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"4","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"116","in_store":"0","name":"World Cup","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"copaMundo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"117","in_store":"1","name":"Skeleton Statue","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaCalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"118","in_store":"0","name":"Helmet Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaCasco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"10","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"119","in_store":"1","name":"Minotaur Statue","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaCentauro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"120","in_store":"1","name":"Dragon Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"15","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"121","in_store":"1","name":"Mongol Statue","type":"b","cost":"15","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"66","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaMongol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"122","in_store":"1","name":"King Statue","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaRey","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"123","in_store":"1","name":"Soldier Statue","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"124","in_store":"1","name":"Soldier Statue","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"125","in_store":"0","name":"Soldier Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaSoldado3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"126","in_store":"1","name":"Soldier Statue","type":"b","cost":"10","cost_type":"c","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"68","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"127","in_store":"0","name":"Soldier Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"estatuaSoldado5","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"6","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"128","in_store":"1","name":"Viking Statue","type":"b","cost":"8","cost_type":"c","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaVikingo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"129","in_store":"1","name":"Fountain","type":"b","cost":"200","cost_type":"g","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"6","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"fuenteChica","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"130","in_store":"0","name":"Water well","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"pozoAgua","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"131","in_store":"1","name":"Ancient Ceramic","type":"b","cost":"10","cost_type":"c","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"70","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vasijaBarro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"132","in_store":"0","name":"Trojan Horse","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"caballoTroyano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"133","in_store":"0","name":"Golden Totem","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"114","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"totemOro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"50","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"134","in_store":"0","name":"Troll Hut","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trollhut","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"135","in_store":"0","name":"Troll Cave","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trollcave","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"136","in_store":"1","name":"Barracks IV","type":"b","cost":"1000","cost_type":"w","xp":"100","groups":"","trains":"539","upgrades_to":"390","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"28","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteria4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":15000}"},{"id":"137","in_store":"1","name":"Archery IV","type":"b","cost":"1250","cost_type":"w","xp":"125","groups":"","trains":"540","upgrades_to":"391","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"30","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":20000}"},{"id":"138","in_store":"1","name":"Stables IV","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"541","upgrades_to":"392","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"32","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":30000}"},{"id":"139","in_store":"0","name":"Town Hall II","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"500","upgrades_to":"140","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento2","elevation":"4","unit_capacity":"0","attack":"5","defense":"1","life":"2000","velocity":"0","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"140","in_store":"0","name":"Town Hall III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"500","upgrades_to":"141","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento3","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"4000","velocity":"0","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"141","in_store":"0","name":"Town Hall IV","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"500","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"35","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ayuntamiento4","elevation":"4","unit_capacity":"0","attack":"15","defense":"1","life":"8000","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"142","in_store":"0","name":"Isle 1","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isla1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"143","in_store":"0","name":"Isle 2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isla2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"144","in_store":"0","name":"Desert Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"145","in_store":"0","name":"Arctic Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islanieve","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"146","in_store":"0","name":"Key","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"key","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"147","in_store":"0","name":"Locked Gate","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"813","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"portonhielo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"148","in_store":"0","name":"Mysterious Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamysterious","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"149","in_store":"0","name":"Unknown Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaunknown","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"150","in_store":"1","name":"Altar of Heroes","type":"b","cost":"200","cost_type":"g","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"47","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"1211","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"altarheroes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"850","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"151","in_store":"3","name":"Small Refuge","type":"b","cost":"400","cost_type":"s","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"24","subcat_functional":"1311","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"refugio1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"3500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"152","in_store":"3","name":"Large Refuge","type":"b","cost":"5","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"24","subcat_functional":"1311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"refugio2","elevation":"4","unit_capacity":"5","attack":"0","defense":"1","life":"7000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"153","in_store":"1","name":"Argentina Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"154","in_store":"1","name":"Australia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"72","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagau","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"155","in_store":"1","name":"Belgium Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"79","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagbe","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"156","in_store":"1","name":"Bulgaria Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagbg","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"157","in_store":"1","name":"Canada Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"76","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"158","in_store":"1","name":"Catalonia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"78","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagcat","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"159","in_store":"1","name":"Switzerland Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagch","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"160","in_store":"1","name":"Chile Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagcl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"161","in_store":"1","name":"Colombia Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"162","in_store":"1","name":"Germany Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"163","in_store":"1","name":"Spain Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flages","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"164","in_store":"1","name":"FC Barcelona Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagfcb","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"165","in_store":"1","name":"France Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"80","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagfr","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"166","in_store":"1","name":"UK Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"81","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flaggb","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"167","in_store":"1","name":"Israel Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagil","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"168","in_store":"1","name":"Italy Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagit","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"169","in_store":"1","name":"Mexico Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagmx","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"170","in_store":"1","name":"Netherlands Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagnl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"171","in_store":"1","name":"Philippines Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagph","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"172","in_store":"1","name":"Portugal Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagpt","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"173","in_store":"1","name":"Sweden Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagse","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"174","in_store":"1","name":"Turkey Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagtr","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"175","in_store":"1","name":"USA Flag","type":"b","cost":"3","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"flagus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"176","in_store":"0","name":"Pyramid","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramide1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"177","in_store":"0","name":"Treasure Chest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cofre","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"178","in_store":"0","name":"Garden","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jardin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"179","in_store":"0","name":"Golden Fountain","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"fuentedorada","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"180","in_store":"0","name":"Frozen Mammoth","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"mamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"181","in_store":"1","name":"Wizard's Castle","type":"b","cost":"60000","cost_type":"g","xp":"200","groups":"","trains":"550","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo3","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"182","in_store":"0","name":"Undiscovered Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaundiscovered","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"183","in_store":"0","name":"Emergent Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaemergent","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"184","in_store":"0","name":"Rock Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islarock","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"185","in_store":"1","name":"Eagles I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"186","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"186","in_store":"1","name":"Eagles II","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"187","display_order":"35","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"16","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"187","in_store":"1","name":"Eagles III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"217","display_order":"36","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguila3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"188","in_store":"1","name":"Market II","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"189","display_order":"24","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"189","in_store":"1","name":"Market III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"25","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercado_3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"190","in_store":"1","name":"Sheep Ranch II","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"0","upgrades_to":"191","display_order":"17","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"14","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"191","in_store":"1","name":"Sheep Ranch III","type":"b","cost":"5000","cost_type":"w","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"24","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho1_3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"192","in_store":"1","name":"Cow Ranch II","type":"b","cost":"750","cost_type":"w","xp":"75","groups":"","trains":"0","upgrades_to":"193","display_order":"40","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"17","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"193","in_store":"1","name":"Cow Ranch III","type":"b","cost":"6500","cost_type":"w","xp":"650","groups":"","trains":"0","upgrades_to":"0","display_order":"41","activation":"90","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"26","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rancho2_3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"194","in_store":"1","name":"House V","type":"b","cost":"1800","cost_type":"w","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"36","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casa5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"7","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"195","in_store":"1","name":"Wall IV","type":"b","cost":"100","cost_type":"s","xp":"10","groups":"","trains":"0","upgrades_to":"196","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"900","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"196","in_store":"1","name":"Wall V","type":"b","cost":"225","cost_type":"s","xp":"23","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"34","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muralla5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"197","in_store":"1","name":"Healing Spring","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"54","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"137","min_level":"26","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"curacion","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"4","attack_interval":"15","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"198","in_store":"1","name":"Castle III","type":"b","cost":"35","cost_type":"c","xp":"400","groups":"","trains":"560","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillo333","elevation":"4","unit_capacity":"0","attack":"30","defense":"1","life":"10000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"199","in_store":"3","name":"Fire Tower","type":"b","cost":"9","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensa6","elevation":"4","unit_capacity":"0","attack":"20","defense":"1","life":"2000","velocity":"0","attack_range":"12","attack_interval":"30","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"200","in_store":"1","name":"Carrot Field","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"201","display_order":"13","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"28","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja4","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"201","in_store":"1","name":"Watermelon Field","type":"b","cost":"1100","cost_type":"w","xp":"110","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"32.4","expiration":"0","collect":"45","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"34","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granja5","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"202","in_store":"1","name":"Mill IV","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"21600","expiration":"0","collect":"500","collect_type":"f","collect_xp":"17","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"32","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molino4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":25000}"},{"id":"203","in_store":"1","name":"Gold Mine IV","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"22","activation":"21600","expiration":"0","collect":"500","collect_type":"g","collect_xp":"17","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"38","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaoro4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":35000}"},{"id":"204","in_store":"1","name":"Stone Mine IV","type":"b","cost":"24000","cost_type":"g","xp":"2400","groups":"","trains":"0","upgrades_to":"0","display_order":"33","activation":"21600","expiration":"0","collect":"550","collect_type":"s","collect_xp":"19","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"41","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedra4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":45000}"},{"id":"205","in_store":"1","name":"Lumber Mill IV","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"29","activation":"21600","expiration":"0","collect":"600","collect_type":"w","collect_xp":"20","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"35","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserradero4","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":30000}"},{"id":"206","in_store":"0","name":"Crocodile Pit","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"foso","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"207","in_store":"0","name":"Life Tree","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbolavatar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"208","in_store":"0","name":"Guillotine","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"guillotina","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"209","in_store":"0","name":"Prison","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"carcel","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"210","in_store":"0","name":"Water Well","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pozogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"211","in_store":"0","name":"Burning Mill","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinollamas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"212","in_store":"1","name":"Cathedral","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"569","upgrades_to":"0","display_order":"52","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"133","min_level":"23","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"catedraltorres","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"213","in_store":"1","name":"Mechanics","type":"b","cost":"1200","cost_type":"s","xp":"120","groups":"","trains":"570","upgrades_to":"0","display_order":"56","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"341","min_level":"29","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiamecanica","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":"{\"cost\":17500}"},{"id":"214","in_store":"3","name":"Lightning Tower","type":"b","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"18","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"electorre","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"2200","velocity":"0","attack_range":"12","attack_interval":"15","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"215","in_store":"1","name":"Kamikaze Center","type":"b","cost":"16","cost_type":"c","xp":"160","groups":"","trains":"575","upgrades_to":"0","display_order":"-60","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricakamikaze","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"216","in_store":"1","name":"Fire Workshop","type":"b","cost":"1600","cost_type":"w","xp":"160","groups":"","trains":"568","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"31","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"workshop5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":25000}"},{"id":"217","in_store":"1","name":"Eagles IV","type":"b","cost":"7","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"37","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"eagle4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"218","in_store":"1","name":"Treasure Mine","type":"b","cost":"325","cost_type":"g","xp":"33","groups":"","trains":"0","upgrades_to":"0","display_order":"46","activation":"86400","expiration":"0","collect":"1","collect_type":"t","collect_xp":"1","category_id":"1","subcategory_id":"13","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minatesoro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"219","in_store":"1","name":"Vineyard","type":"b","cost":"2000","cost_type":"w","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"32.4","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"37","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"vinedo","elevation":"4","unit_capacity":"1","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"220","in_store":"0","name":"Library","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"40","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"isglesia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"221","in_store":"1","name":"Academy","type":"b","cost":"550","cost_type":"w","xp":"55","groups":"","trains":"0","upgrades_to":"0","display_order":"51","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiagimnasio","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"222","in_store":"1","name":"Minery Academy","type":"b","cost":"8000","cost_type":"g","xp":"800","groups":"","trains":"0","upgrades_to":"0","display_order":"57","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"31","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academiamina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"223","in_store":"1","name":"Forestry Academy","type":"b","cost":"6500","cost_type":"g","xp":"650","groups":"","trains":"0","upgrades_to":"0","display_order":"55","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"28","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"academialenador","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"224","in_store":"1","name":"Harbor","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"muelle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"225","in_store":"1","name":"Sacrifice Altar","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"52","activation":"1.08","expiration":"0","collect":"1","collect_type":"sk","collect_xp":"1","category_id":"1","subcategory_id":"13","subcat_functional":"124","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"sacrificio","elevation":"4","unit_capacity":"1","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"226","in_store":"1","name":"Nursery","type":"b","cost":"1000","cost_type":"w","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"53","activation":"32400","expiration":"0","collect":"1","collect_type":"h","collect_xp":"15","category_id":"1","subcategory_id":"13","subcat_functional":"123","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"picaderoanimal","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"227","in_store":"1","name":"Training Stables","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"123","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"adiestramientocaballos","elevation":"4","unit_capacity":"5","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"228","in_store":"1","name":"Noble Mansion","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"62","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casalujosa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"229","in_store":"1","name":"Temple","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"49","activation":"172800","expiration":"0","collect":"750","collect_type":"g","collect_xp":"25","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"templooro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"230","in_store":"1","name":"Baths","type":"b","cost":"6","cost_type":"c","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"42","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"9","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"banyos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"20","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"231","in_store":"1","name":"Tavern","type":"b","cost":"2200","cost_type":"w","xp":"220","groups":"","trains":"0","upgrades_to":"0","display_order":"59","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"35","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"taberna","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"232","in_store":"1","name":"Restaurant","type":"b","cost":"28000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"64","activation":"28800","expiration":"0","collect":"570","collect_type":"g","collect_xp":"19","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"45","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"restaurante","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"233","in_store":"1","name":"Bakery","type":"b","cost":"16000","cost_type":"g","xp":"1200","groups":"","trains":"0","upgrades_to":"0","display_order":"61","activation":"28800","expiration":"0","collect":"550","collect_type":"f","collect_xp":"19","category_id":"1","subcategory_id":"13","subcat_functional":"138","min_level":"40","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"bakery","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"650","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"234","in_store":"1","name":"Allies Building","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"111","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"235","in_store":"0","name":"Stone","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"69","activation":"0","expiration":"0","collect":"10","collect_type":"s","collect_xp":"1","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"4","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"236","in_store":"0","name":"Abandoned Mine","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedracandado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"237","in_store":"0","name":"Healer Prison","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"healersprisioneras","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"238","in_store":"0","name":"Trapped Allies","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliadosprisioneros","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"239","in_store":"1","name":"Heroes Grave","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"48","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"1211","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"temploresureccion","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"850","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"240","in_store":"0","name":"Chinese House","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casachina","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"241","in_store":"0","name":"Chinese Archery","type":"b","cost":"9","cost_type":"c","xp":"270","groups":"","trains":"577","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueriachina","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"242","in_store":"0","name":"Chinese Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallachina2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"243","in_store":"0","name":"Chinese Tower","type":"b","cost":"4","cost_type":"c","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensachina","elevation":"4","unit_capacity":"0","attack":"6","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"10","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"244","in_store":"0","name":"Bamboo Mill","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"21600","expiration":"0","collect":"500","collect_type":"w","collect_xp":"17","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderochino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"245","in_store":"0","name":"Chinese Field","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoarroz","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"246","in_store":"0","name":"Panda","type":"b","cost":"2","cost_type":"c","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"osopanda","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"247","in_store":"0","name":"Geisha","type":"b","cost":"3","cost_type":"c","xp":"210","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"geisha","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"248","in_store":"0","name":"Kite","type":"b","cost":"7","cost_type":"c","xp":"490","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"chinocometa","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"249","in_store":"0","name":"Chinese Temple","type":"b","cost":"10","cost_type":"c","xp":"700","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pagoda","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"250","in_store":"0","name":"Maneki Neko","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"gatochino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"5","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"251","in_store":"0","name":"Noodles","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"bolchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"9","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"252","in_store":"0","name":"Drum","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"tamborchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"253","in_store":"0","name":"Chinese Tree","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"jardinchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"254","in_store":"0","name":"Dragon","type":"b","cost":"20000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"dragondorado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"255","in_store":"0","name":"Buddha","type":"b","cost":"35000","cost_type":"g","xp":"3500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"budaoro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"256","in_store":"0","name":"Animals Cage","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"257","in_store":"0","name":"Captured Siege","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"catapultaspresas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"258","in_store":"0","name":"Skeleton","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"estatuaesqueleto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"259","in_store":"0","name":"Skeleton","type":"b","cost":"15","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"66","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaesqueleto2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"260","in_store":"0","name":"Stone","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piedras1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"261","in_store":"3","name":"Saint Basil Basilica","type":"b","cost":"40","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"13","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"stbasil","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"25","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"262","in_store":"3","name":"Alexandria Library","type":"b","cost":"70","cost_type":"c","xp":"7","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"s","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"21","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"bibliotecaalejandria","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"50","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"263","in_store":"3","name":"Stonehenge","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"21600","expiration":"0","collect":"2000","collect_type":"f","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"stonehenge","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"264","in_store":"3","name":"Angkor","type":"b","cost":"60","cost_type":"c","xp":"6","groups":"","trains":"0","upgrades_to":"0","display_order":"13","activation":"21600","expiration":"0","collect":"2000","collect_type":"w","collect_xp":"67","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"angkor","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"265","in_store":"0","name":"Tree","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"266","in_store":"1","name":"Allies Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"45","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadoaliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"267","in_store":"0","name":"Aztec House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casaazteca","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"268","in_store":"0","name":"Aztec Quarters","type":"b","cost":"16","cost_type":"c","xp":"480","groups":"","trains":"578","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelazteca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"269","in_store":"0","name":"Aztec Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaazteca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"270","in_store":"0","name":"Aztec Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaazteca","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"271","in_store":"0","name":"Aztec Mill","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"450","collect_type":"f","collect_xp":"15","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinoazteca","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"272","in_store":"0","name":"Aztec Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaazteca","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"7","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"273","in_store":"0","name":"Snake Statue","type":"b","cost":"1","cost_type":"c","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturaserpiente","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"274","in_store":"0","name":"Aztec Boss","type":"b","cost":"2","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"jefeazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"275","in_store":"0","name":"Quetzacoatl","type":"b","cost":"6","cost_type":"c","xp":"420","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"quetzacoatl","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"276","in_store":"0","name":"Aztec Ball Field","type":"b","cost":"3","cost_type":"c","xp":"210","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"277","in_store":"0","name":"Skull Statue","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"278","in_store":"0","name":"Golden Structure","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturaoro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"18","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"279","in_store":"0","name":"Solar Structure","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"esculturasolar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"280","in_store":"0","name":"Aztec Calendar","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esculturacalendario","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"281","in_store":"0","name":"Aztec Decoration","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"paredgrabado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"282","in_store":"0","name":"Aztec Temple","type":"b","cost":"30000","cost_type":"g","xp":"3000","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"templosacrificio","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"283","in_store":"0","name":"Treasure","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinollamas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"284","in_store":"0","name":"Mineral Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islandbigboss3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"285","in_store":"0","name":"_DEV ACTIVATOR","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"67","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbolAzul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"286","in_store":"0","name":"_DEV TREASURE","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"287","in_store":"0","name":"Brazier","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"0","collect_type":"ag","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"brasero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"288","in_store":"0","name":"Rockdriller Skull","type":"b","cost":"5000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"71","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"43","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"trofeogusano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"289","in_store":"0","name":"Troll Hall I","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"580","upgrades_to":"321","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"290","in_store":"2","name":"Troll Farm I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"310","display_order":"10","activation":"32.4","expiration":"0","collect":"15","collect_type":"f","collect_xp":"1","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol1","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"2","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"291","in_store":"2","name":"Troll Tower I","type":"b","cost":"125","cost_type":"s","xp":"13","groups":"","trains":"0","upgrades_to":"303","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"2","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol1","elevation":"4","unit_capacity":"0","attack":"4","defense":"1","life":"300","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"292","in_store":"2","name":"Troll Wall I","type":"b","cost":"5","cost_type":"w","xp":"1","groups":"","trains":"0","upgrades_to":"305","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"150","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"293","in_store":"0","name":"Asian Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaasian","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"294","in_store":"0","name":"Aztec Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaaztec","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"295","in_store":"0","name":"Civilizated Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islacivilizated","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"296","in_store":"0","name":"Wild Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islawild","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"297","in_store":"0","name":"Conquered Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaxonquered","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"298","in_store":"0","name":"Hero Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islahero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"299","in_store":"1","name":"Zeppelin Tower","type":"b","cost":"3000","cost_type":"w","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"torrezepelin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"300","in_store":"2","name":"Troll Mill I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"301","display_order":"6","activation":"21600","expiration":"0","collect":"250","collect_type":"f","collect_xp":"9","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"301","in_store":"2","name":"Troll Mill II","type":"b","cost":"0","cost_type":"w","xp":"0","groups":"","trains":"0","upgrades_to":"302","display_order":"7","activation":"21600","expiration":"0","collect":"300","collect_type":"f","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"11","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"302","in_store":"2","name":"Troll Mill III","type":"b","cost":"1500","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"8","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"121","min_level":"23","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"303","in_store":"2","name":"Troll Tower II","type":"b","cost":"250","cost_type":"s","xp":"25","groups":"","trains":"0","upgrades_to":"304","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol2","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"500","velocity":"0","attack_range":"8","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"304","in_store":"2","name":"Troll Tower III","type":"b","cost":"375","cost_type":"s","xp":"38","groups":"","trains":"0","upgrades_to":"347","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"14","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol3","elevation":"4","unit_capacity":"0","attack":"12","defense":"1","life":"700","velocity":"0","attack_range":"9","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"305","in_store":"2","name":"Troll Wall II","type":"b","cost":"15","cost_type":"w","xp":"2","groups":"","trains":"0","upgrades_to":"306","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"306","in_store":"2","name":"Troll Wall III","type":"b","cost":"30","cost_type":"s","xp":"3","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"700","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"307","in_store":"2","name":"Troll House I","type":"b","cost":"30","cost_type":"w","xp":"3","groups":"","trains":"0","upgrades_to":"308","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"180","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"308","in_store":"2","name":"Troll House II","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"309","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"309","in_store":"2","name":"Troll House III","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"11","subcat_functional":"111","min_level":"19","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"220","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"310","in_store":"2","name":"Troll Farm II","type":"b","cost":"120","cost_type":"w","xp":"12","groups":"","trains":"0","upgrades_to":"311","display_order":"11","activation":"32.4","expiration":"0","collect":"25","collect_type":"f","collect_xp":"2","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"9","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol2","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"311","in_store":"2","name":"Troll Farm III","type":"b","cost":"180","cost_type":"w","xp":"18","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"3","category_id":"1","subcategory_id":"12","subcat_functional":"122","min_level":"21","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjatrol3","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"312","in_store":"2","name":"Troll Lumber Mill I","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"313","display_order":"26","activation":"21600","expiration":"0","collect":"200","collect_type":"w","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"5","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"313","in_store":"2","name":"Troll Lumber Mill II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"314","display_order":"27","activation":"21600","expiration":"0","collect":"350","collect_type":"w","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"15","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"314","in_store":"2","name":"Troll Lumber Mill III","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"28","activation":"21600","expiration":"0","collect":"450","collect_type":"w","collect_xp":"15","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"27","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"315","in_store":"2","name":"Troll Gold Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"316","display_order":"19","activation":"21600","expiration":"0","collect":"200","collect_type":"g","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"4","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"316","in_store":"2","name":"Troll Gold Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"317","display_order":"20","activation":"21600","expiration":"0","collect":"275","collect_type":"g","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"13","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"317","in_store":"2","name":"Troll Gold Mine III","type":"b","cost":"4500","cost_type":"g","xp":"450","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"21600","expiration":"0","collect":"350","collect_type":"g","collect_xp":"12","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"24","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minaorotrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"318","in_store":"2","name":"Troll Stone Mine I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"319","display_order":"30","activation":"21600","expiration":"0","collect":"175","collect_type":"s","collect_xp":"6","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"6","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol1","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"319","in_store":"2","name":"Troll Stone Mine II","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"0","upgrades_to":"320","display_order":"31","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"17","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol2","elevation":"4","unit_capacity":"4","attack":"0","defense":"1","life":"240","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"320","in_store":"2","name":"Troll Stone Mine III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"0","upgrades_to":"0","display_order":"32","activation":"21600","expiration":"0","collect":"400","collect_type":"s","collect_xp":"14","category_id":"1","subcategory_id":"12","subcat_functional":"124","min_level":"29","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedratrol3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"321","in_store":"0","name":"Troll Hall II","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"580","upgrades_to":"322","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol2","elevation":"4","unit_capacity":"0","attack":"5","defense":"1","life":"2000","velocity":"0","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"322","in_store":"0","name":"Troll Hall III","type":"b","cost":"7500","cost_type":"g","xp":"750","groups":"","trains":"580","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalltrol3","elevation":"4","unit_capacity":"0","attack":"10","defense":"1","life":"4000","velocity":"0","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"323","in_store":"2","name":"Troll Castle I","type":"b","cost":"15","cost_type":"c","xp":"200","groups":"","trains":"592","upgrades_to":"324","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillotrol1","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"324","in_store":"2","name":"Troll Castle II","type":"b","cost":"25","cost_type":"c","xp":"300","groups":"","trains":"591","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillotrol2","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"8000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"325","in_store":"2","name":"Coliseum","type":"b","cost":"100","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"coliseumtrol","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"326","in_store":"2","name":"Barracks 3","type":"b","cost":"425","cost_type":"w","xp":"43","groups":"","trains":"595","upgrades_to":"330","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"12","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"327","in_store":"2","name":"Barracks 6","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"600","upgrades_to":"0","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"24","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"328","in_store":"2","name":"Archery 2","type":"b","cost":"500","cost_type":"w","xp":"50","groups":"","trains":"598","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"14","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"329","in_store":"2","name":"Archery 1","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"589","upgrades_to":"328","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"4","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"330","in_store":"2","name":"Barracks 4","type":"b","cost":"650","cost_type":"w","xp":"65","groups":"","trains":"596","upgrades_to":"332","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"18","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"331","in_store":"2","name":"Boar Stable","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"599","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol6","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"332","in_store":"2","name":"Barracks 5","type":"b","cost":"2750","cost_type":"g","xp":"275","groups":"","trains":"597","upgrades_to":"327","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"20","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol7","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"725","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"333","in_store":"2","name":"Barracks 1","type":"b","cost":"125","cost_type":"w","xp":"13","groups":"","trains":"593","upgrades_to":"334","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol8","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"350","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"334","in_store":"2","name":"Barracks 2","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"594","upgrades_to":"326","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"6","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrol9","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"335","in_store":"2","name":"Troll Market I","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"345","display_order":"23","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"5","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"336","in_store":"2","name":"Workshop I","type":"b","cost":"200","cost_type":"w","xp":"20","groups":"","trains":"585","upgrades_to":"337","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"420","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"337","in_store":"2","name":"Workshop II","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"586","upgrades_to":"338","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"450","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"338","in_store":"2","name":"Workshop III","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"587","upgrades_to":"339","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"339","in_store":"2","name":"Workshop IV","type":"b","cost":"800","cost_type":"w","xp":"80","groups":"","trains":"588","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"26","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricaarietetrol4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"340","in_store":"2","name":"Boar Ranch I","type":"b","cost":"60","cost_type":"w","xp":"6","groups":"","trains":"0","upgrades_to":"341","display_order":"16","activation":"90","expiration":"0","collect":"100","collect_type":"f","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"2","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"341","in_store":"2","name":"Boar Ranch II","type":"b","cost":"600","cost_type":"w","xp":"60","groups":"","trains":"0","upgrades_to":"342","display_order":"17","activation":"90","expiration":"0","collect":"150","collect_type":"f","collect_xp":"5","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"14","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali2","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"342","in_store":"2","name":"Boar Ranch III","type":"b","cost":"5000","cost_type":"w","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"90","expiration":"0","collect":"200","collect_type":"f","collect_xp":"7","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"24","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchojabali3","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"343","in_store":"2","name":"Troll Harbour","type":"b","cost":"300","cost_type":"w","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"muelle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"344","in_store":"2","name":"Troll Zeppelin","type":"b","cost":"3000","cost_type":"w","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"38","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"torrezepelin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"345","in_store":"2","name":"Troll Market II","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"346","display_order":"24","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"346","in_store":"2","name":"Troll Market III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"25","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"132","min_level":"25","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadotrol3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"347","in_store":"2","name":"Troll Tower IV","type":"b","cost":"500","cost_type":"s","xp":"50","groups":"","trains":"0","upgrades_to":"348","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"23","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol4","elevation":"4","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"0","attack_range":"10","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"348","in_store":"2","name":"Troll Tower V","type":"b","cost":"625","cost_type":"s","xp":"63","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"33","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensatrol5","elevation":"4","unit_capacity":"0","attack":"16","defense":"1","life":"1100","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"349","in_store":"2","name":"Troll Eagles I","type":"b","cost":"100","cost_type":"w","xp":"10","groups":"","trains":"0","upgrades_to":"350","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"7","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"350","in_store":"2","name":"Troll Eagles II","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"351","display_order":"35","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"16","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"351","in_store":"2","name":"Troll Eagles III","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"0","display_order":"36","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"136","min_level":"30","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aguilacasa3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"352","in_store":"2","name":"Allies Market","type":"b","cost":"350","cost_type":"w","xp":"35","groups":"","trains":"0","upgrades_to":"0","display_order":"45","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mercadoaliadostrol","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"353","in_store":"2","name":"Troll Statue","type":"b","cost":"20","cost_type":"c","xp":"2000","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"354","in_store":"2","name":"Troll Statue","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"3","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"355","in_store":"2","name":"Troll Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"5","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuatrol3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"356","in_store":"2","name":"Troll Bathroom","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"7","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"retretetrol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"357","in_store":"0","name":"Troll Deco 5","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"358","in_store":"0","name":"Troll Deco 6","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"359","in_store":"0","name":"Troll Deco 7","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"360","in_store":"0","name":"Troll Deco 8","type":"b","cost":"700","cost_type":"g","xp":"70","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"20","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuaSoldado1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"361","in_store":"0","name":"Allies Building","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"111","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"aliados","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"362","in_store":"2","name":"Voodoo Lounge","type":"b","cost":"400","cost_type":"w","xp":"40","groups":"","trains":"590","upgrades_to":"0","display_order":"50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"133","min_level":"19","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"chamanahouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"363","in_store":"3","name":"Babylon Gardens","type":"b","cost":"70","cost_type":"c","xp":"7","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"23","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"jardinbabilonia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"50","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"364","in_store":"0","name":"Prisoner Archers","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"365","in_store":"0","name":"Kidnapped Units","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"366","in_store":"1","name":"Odin Statue","type":"b","cost":"16","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"48","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaataque","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"367","in_store":"0","name":"Trapped Allies","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"82","activation":"0","expiration":"0","collect":"250","collect_type":"g","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"0","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"368","in_store":"0","name":"Captured Siege","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"jaulaanimal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"369","in_store":"1","name":"Oil Tower","type":"b","cost":"4","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"15","width":"1","height":"1","max_frame":"4","giftable":"0","img_name":"oiltower","elevation":"4","unit_capacity":"0","attack":"20","defense":"1","life":"2000","velocity":"0","attack_range":"12","attack_interval":"70","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"370","in_store":"1","name":"Elephant Stables","type":"b","cost":"18","cost_type":"c","xp":"500","groups":"","trains":"603","upgrades_to":"0","display_order":"13","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"ranchoelefantes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"371","in_store":"1","name":"Tower Workshop","type":"b","cost":"12","cost_type":"c","xp":"2","groups":"","trains":"602","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"311","min_level":"22","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fabricatorremovil","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"372","in_store":"2","name":"Rhino Stables","type":"b","cost":"600","cost_type":"g","xp":"60","groups":"","trains":"601","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"311","min_level":"17","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barrakatrolrino","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"373","in_store":"3","name":"Weather Machine","type":"b","cost":"3500","cost_type":"g","xp":"350","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"139","min_level":"34","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"maquinatiempo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"374","in_store":"0","name":"Viking Quarters","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"606","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracavikinga","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"375","in_store":"0","name":"Viking Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallavikinga","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"376","in_store":"0","name":"Viking Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensavikinga","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"2300","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"377","in_store":"0","name":"Viking Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjavikinga","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"378","in_store":"0","name":"Viking Mine","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"300","collect_type":"s","collect_xp":"10","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minavikinga","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"379","in_store":"0","name":"Viking Statue","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuavikinga1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"380","in_store":"0","name":"Viking Statue","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"estatuavikinga2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"381","in_store":"0","name":"Viking Ship","type":"b","cost":"2","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barcovikingo1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"382","in_store":"0","name":"Viking Ship","type":"b","cost":"12000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barcovikingo2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"383","in_store":"0","name":"Viking Mistress","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"vikingagordita","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"384","in_store":"3","name":"Ice Tower","type":"b","cost":"7","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torrehielo","elevation":"4","unit_capacity":"0","attack":"1","defense":"1","life":"2200","velocity":"0","attack_range":"14","attack_interval":"75","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"385","in_store":"2","name":"Barracks Drummer","type":"b","cost":"12","cost_type":"c","xp":"120","groups":"","trains":"604","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"311","min_level":"16","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"bongotrolhouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"386","in_store":"2","name":"Barracks Boulder","type":"b","cost":"14","cost_type":"c","xp":"140","groups":"","trains":"605","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"311","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracalanzapiedras","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"387","in_store":"1","name":"Recruitment Prize","type":"b","cost":"50","cost_type":"w","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"11","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"sorpresa2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"750","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"388","in_store":"0","name":"Viking Axe Quarters","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"607","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracavikingolanzahachas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"389","in_store":"1","name":"Round Table","type":"b","cost":"100","cost_type":"s","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"44","activation":"86400","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"7","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"mesaredonda","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"390","in_store":"1","name":"Barracks V","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"608","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"37","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracainfanteria5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":50000}"},{"id":"391","in_store":"1","name":"Archery V","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"609","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"32","subcat_functional":"321","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueria5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":75000}"},{"id":"392","in_store":"1","name":"Stables V","type":"b","cost":"15000","cost_type":"g","xp":"1500","groups":"","trains":"610","upgrades_to":"0","display_order":"12","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"33","subcat_functional":"331","min_level":"46","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"establo5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"550","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":"{\"cost\":100000}"},{"id":"393","in_store":"0","name":"Anubis Temple","type":"b","cost":"18","cost_type":"c","xp":"540","groups":"","trains":"612","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelegipcio1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"394","in_store":"0","name":"Egyptian Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaegipcia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"395","in_store":"0","name":"Egyptian Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaegipcia","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2350","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"396","in_store":"0","name":"Egyptian Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaegipcia","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"397","in_store":"0","name":"Egyptian Mine","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"300","collect_type":"g","collect_xp":"10","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"minapiedraegipcia","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"398","in_store":"0","name":"Cleopatra","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cleopatra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"399","in_store":"0","name":"Camel","type":"b","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"camello","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"400","in_store":"0","name":"Anubis Statue","type":"b","cost":"2","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"19","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"anubis","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"401","in_store":"0","name":"Cat Statue","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"bastet","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"402","in_store":"0","name":"Ra Statue","type":"b","cost":"3000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"diosre","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"403","in_store":"0","name":"Sphynx","type":"b","cost":"500","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfinge","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"404","in_store":"0","name":"Goat Sphynx","type":"b","cost":"15000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"17","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfingecabra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"405","in_store":"0","name":"Ra Sphynx","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"esfingere","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"406","in_store":"0","name":"Anubis Statue","type":"b","cost":"10000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"perrodorado","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"407","in_store":"0","name":"Black Anubis","type":"b","cost":"8000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"perronegro","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"408","in_store":"0","name":"Pharaoh","type":"b","cost":"4","cost_type":"c","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"21","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pharaoh","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"409","in_store":"0","name":"Egyptian Quarters","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"613","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelegipcio2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"410","in_store":"0","name":"Camel Stables","type":"b","cost":"12","cost_type":"c","xp":"360","groups":"","trains":"614","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcamellos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"411","in_store":"0","name":"Egyptian House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"casaegipcia","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"412","in_store":"0","name":"Golden Hall","type":"b","cost":"35","cost_type":"c","xp":"4","groups":"","trains":"0","upgrades_to":"0","display_order":"26","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"35","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"townhalloro","elevation":"4","unit_capacity":"0","attack":"15","defense":"1","life":"8000","velocity":"0","attack_range":"7","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"413","in_store":"0","name":"Golden Tower","type":"b","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"6","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torreoro","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2350","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"414","in_store":"0","name":"Golden Castle","type":"b","cost":"5000","cost_type":"g","xp":"500","groups":"","trains":"508","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"castillooro","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"415","in_store":"1","name":"Mummy Pyramid","type":"b","cost":"16","cost_type":"c","xp":"500","groups":"","trains":"615","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramidemomia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"416","in_store":"1","name":"Wizardry Academy","type":"b","cost":"150","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"43","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casamagia","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"417","in_store":"0","name":"Hermit","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"ermitanoatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"418","in_store":"0","name":"Dolphin Fountain","type":"b","cost":"5000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"fuentedelfinesatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"419","in_store":"0","name":"Leviathan","type":"b","cost":"2","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"leviatanatlantida","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"420","in_store":"0","name":"Atlantis Decoration","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"peceraatlante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"421","in_store":"0","name":"Atlantis Quarters","type":"b","cost":"10000","cost_type":"g","xp":"250","groups":"","trains":"619","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelatlantida2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"422","in_store":"0","name":"Atlantis Archery","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"620","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelatlantida","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"423","in_store":"0","name":"Crab Stables","type":"b","cost":"18","cost_type":"c","xp":"550","groups":"","trains":"621","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcangrejoatlantis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"424","in_store":"0","name":"Seahorse Stables","type":"b","cost":"12","cost_type":"c","xp":"350","groups":"","trains":"622","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"cuartelcaballito","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"425","in_store":"0","name":"Atlantis Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"11","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaatlantis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"426","in_store":"0","name":"Atlantis Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensaatlantis","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2400","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"427","in_store":"0","name":"Atlantis Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"campoatlantis","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"428","in_store":"0","name":"Atlantis Mill","type":"b","cost":"7","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"500","collect_type":"f","collect_xp":"17","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"molinoatlantida","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"429","in_store":"1","name":"Water Tower","type":"b","cost":"6","cost_type":"c","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"7","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"4","giftable":"0","img_name":"torreagua","elevation":"4","unit_capacity":"0","attack":"3","defense":"1","life":"2400","velocity":"0","attack_range":"11","attack_interval":"40","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"430","in_store":"1","name":"Neptune's Palace","type":"b","cost":"18","cost_type":"c","xp":"500","groups":"","trains":"623","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"palacioneptuno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"431","in_store":"0","name":"Misty Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamisty","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"432","in_store":"0","name":"Dune Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladune","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"433","in_store":"0","name":"Mythical Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamythical","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"434","in_store":"0","name":"Huge Egg","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"huevogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"435","in_store":"0","name":"Dangerous Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"436","in_store":"0","name":"Nest Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islanest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"437","in_store":"0","name":"Huge Egg","type":"b","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"411","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"huevogrande2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"2500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"438","in_store":"0","name":"Elf Life Tree","type":"b","cost":"5000","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbolvidaelfo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"439","in_store":"0","name":"Elf Gazebo","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"cupulaverde","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"440","in_store":"0","name":"Elf Hero Statue","type":"b","cost":"7","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"estatuaelfa","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"441","in_store":"0","name":"Elf Fountain","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fuenteelfica","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"442","in_store":"0","name":"Elf Barracks","type":"b","cost":"10000","cost_type":"g","xp":"250","groups":"","trains":"626","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaelfaespada","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"443","in_store":"0","name":"Elf Archer","type":"b","cost":"20000","cost_type":"g","xp":"500","groups":"","trains":"627","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaarqueroelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"444","in_store":"0","name":"Druids' Council","type":"b","cost":"12","cost_type":"c","xp":"550","groups":"","trains":"628","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracamagoelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"445","in_store":"0","name":"Elf Stables","type":"b","cost":"20","cost_type":"c","xp":"550","groups":"","trains":"629","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracatigre","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"446","in_store":"0","name":"Elf Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaelfa","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1300","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"447","in_store":"0","name":"Elf Tower","type":"b","cost":"8","cost_type":"c","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torreelfa","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"2450","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"448","in_store":"0","name":"Elf Field","type":"b","cost":"1400","cost_type":"w","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"35","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"granjaelfa","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"449","in_store":"0","name":"Elf Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"400","collect_type":"w","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aserraderoelfo","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"450","in_store":"1","name":"Elf House","type":"b","cost":"2500","cost_type":"g","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-330","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"casaelfa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"210","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"451","in_store":"0","name":"Elf Eagle Aviary","type":"b","cost":"10","cost_type":"c","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pajaroelfo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"465","in_store":"0","name":"Royal Barrack","type":"b","cost":"16","cost_type":"c","xp":"450","groups":"","trains":"632","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"barracaelfo2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"466","in_store":"0","name":"Druid's Hut","type":"b","cost":"15000","cost_type":"g","xp":"500","groups":"","trains":"628","upgrades_to":"0","display_order":"14","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"466_barraca_druida","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"467","in_store":"0","name":"Royal Archery","type":"b","cost":"16","cost_type":"c","xp":"300","groups":"","trains":"633","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"467_barraca_arquero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"468","in_store":"0","name":"Elf Workshop","type":"b","cost":"20","cost_type":"c","xp":"400","groups":"","trains":"634","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"468_barraca_ballista","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"469","in_store":"1","name":"Fortress","type":"b","cost":"40","cost_type":"c","xp":"550","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"32","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"469_fortaleza","elevation":"4","unit_capacity":"6","attack":"35","defense":"1","life":"15000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"470","in_store":"1","name":"Great Church","type":"b","cost":"9000","cost_type":"g","xp":"350","groups":"","trains":"0","upgrades_to":"0","display_order":"4","activation":"0","expiration":"0","collect":"600","collect_type":"g","collect_xp":"20","category_id":"5","subcategory_id":"51","subcat_functional":"139","min_level":"15","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"470_maravilla","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"10","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"471","in_store":"1","name":"Ent Barrack","type":"b","cost":"20","cost_type":"c","xp":"450","groups":"","trains":"635","upgrades_to":"0","display_order":"-3400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"471_barraca_ent","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"472","in_store":"0","name":"Black Castle","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"563","upgrades_to":"0","display_order":"18","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"231","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"472_castillo","elevation":"4","unit_capacity":"0","attack":"22","defense":"1","life":"4000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"473","in_store":"1","name":"Infernal Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"-310","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"muroinfernal","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"474","in_store":"0","name":"Infernal Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"torredefensainferno","elevation":"4","unit_capacity":"0","attack":"27","defense":"1","life":"2500","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"475","in_store":"0","name":"Infernal Field","type":"b","cost":"1500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"12","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"huertoinfernal","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"476","in_store":"0","name":"Infernal Barracks","type":"b","cost":"18","cost_type":"c","xp":"300","groups":"","trains":"644","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteriainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"477","in_store":"1","name":"Infernal Quarters","type":"b","cost":"12000","cost_type":"g","xp":"300","groups":"","trains":"645","upgrades_to":"0","display_order":"-1300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"infanteriainferno2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"478","in_store":"0","name":"Infernal Archery","type":"b","cost":"20","cost_type":"c","xp":"300","groups":"","trains":"646","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arqueriainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"479","in_store":"0","name":"Infernal Stables","type":"b","cost":"24","cost_type":"c","xp":"550","groups":"","trains":"647","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"edificiohellhound","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"480","in_store":"0","name":"Torch","type":"b","cost":"150","cost_type":"g","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"antorchainfernal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"481","in_store":"0","name":"Bleeding Sculpture","type":"b","cost":"5","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"faunosangrante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"482","in_store":"0","name":"Magma Fountain","type":"b","cost":"10","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"fuentemagma","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"483","in_store":"0","name":"Infernal Sculpture","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"jardininferno","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"484","in_store":"0","name":"Infernal Halberdiery","type":"b","cost":"14","cost_type":"c","xp":"550","groups":"","trains":"648","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"edificioalabardainferno","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"485","in_store":"1","name":"Infernal Headquarters","type":"b","cost":"30","cost_type":"c","xp":"250","groups":"","trains":"654","upgrades_to":"0","display_order":"-3600","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"321","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"485_barraca","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"486","in_store":"1","name":"Graveyard","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"486_cementerio","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"487","in_store":"0","name":"Chinese Festival","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"487_festivalchino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"488","in_store":"0","name":"Stolen Fireworks","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"488_fuegoartificial","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"489","in_store":"0","name":"Golem Headquarters","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"refugio2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"490","in_store":"0","name":"Viking Festival","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"490_festivalvikingo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"491","in_store":"0","name":"Stolen Beer","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"491_cerveza","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"492","in_store":"0","name":"Black Yeti Cave","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"492_cuevayeti","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"493","in_store":"0","name":"Tl\u00e1loc Altar","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"493_altar","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"494","in_store":"0","name":"Aztec Lamb","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"494_ovejaazteca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"495","in_store":"0","name":"Viper Nest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"495_nidoserpiente","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"496","in_store":"0","name":"Demonic Sculpture","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"496_demonic","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"497","in_store":"0","name":"Tree of Life","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"497_arbol","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"498","in_store":"0","name":"Power Gem","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"powergem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"499","in_store":"0","name":"Sarcophagus","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"499_sarcofago","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"500","in_store":"0","name":"Villager I","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"worker","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"aldeanohombre","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"501","in_store":"0","name":"Villager I","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"worker","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"aldeanamujer","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"502","in_store":"0","name":"Healer","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"curandera","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"25","velocity":"3","attack_range":"5","attack_interval":"120","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Now your army can be healed during a battle!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"503","in_store":"0","name":"Settler","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"86","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"73","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"colonizador","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"30","velocity":"3","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"504","in_store":"0","name":"Cow","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"cow","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"74","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"vaca1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"3","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"505","in_store":"0","name":"Sheep","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"sheep","trains":"0","upgrades_to":"0","display_order":"88","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"75","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"oveja1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"7","velocity":"3","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"506","in_store":"0","name":"Ally Cart","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"cart","trains":"0","upgrades_to":"0","display_order":"89","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"76","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"carretacaballo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"507","in_store":"0","name":"Elite Swordsman","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo1","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"110","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Use this Elite Swordsman as a leader of your Elite Army!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"508","in_store":"0","name":"Elite Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"150","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Lead your army to a glorious battle with this powerful unit!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"509","in_store":"0","name":"Spearman","type":"u","cost":"30","cost_type":"g","xp":"3","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad1","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"40","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Every Troll should meet personally the Spearman's Pike!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"510","in_store":"0","name":"Swordsman","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad2","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"45","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"9","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"With its sharp sword this unit can help you in battles!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"511","in_store":"0","name":"Long Swordsman","type":"u","cost":"90","cost_type":"g","xp":"9","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"3","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"infanteriaunidad3","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"55","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"18","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"He's even more deadly than his predecessors!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"512","in_store":"0","name":"Light Knight","type":"u","cost":"75","cost_type":"g","xp":"8","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"3","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"60","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"6","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Use a Light Knight for a Troll fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"513","in_store":"0","name":"Medium Knight","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"96","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo2","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"13","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Medium Knight should never be left out of sight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"514","in_store":"0","name":"Heavy Knight","type":"u","cost":"225","cost_type":"g","xp":"23","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"caballo3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"140","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"27","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Heavy Knight should be used in a Heavy Fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"515","in_store":"0","name":"Medium Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballoarquero","elevation":"1","unit_capacity":"0","attack":"7","defense":"1","life":"140","velocity":"5","attack_range":"6","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The arrows of this unit keep the trolls away from your empire!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"516","in_store":"0","name":"Light Archer","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero1","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"30","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"1","gift_level":"4","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"You have the Light Archer! It's time for Troll destruction!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"517","in_store":"0","name":"Medium Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero2","elevation":"1","unit_capacity":"0","attack":"7","defense":"1","life":"35","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"11","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"You have a Medium Archer! Your army is getting stronger!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"518","in_store":"0","name":"Heavy Archer","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"arquero3","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"40","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"24","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"I'm the Heavy Archer who will serve you loyally in battles!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"519","in_store":"0","name":"Ram","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"102","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"ariete1","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"75","new_item":"0","population":"2","gift_level":"21","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The Ram will help you tear down all the wall of your enemies!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"520","in_store":"0","name":"Scorpion","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"siege","trains":"0","upgrades_to":"0","display_order":"103","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"ariete2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"40","velocity":"3","attack_range":"8","attack_interval":"175","new_item":"0","population":"3","gift_level":"30","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Add a Scorpion when you gether your troops agains the trolls!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"521","in_store":"0","name":"Catapult","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"siege","trains":"0","upgrades_to":"0","display_order":"104","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete3","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"50","velocity":"3","attack_range":"10","attack_interval":"175","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Catapult is your solution againt the deadly towers!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"522","in_store":"0","name":"Cannon","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete4","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"50","velocity":"3","attack_range":"11","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Cannon is a perfect weapon to bring down your enemy's towers!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"523","in_store":"0","name":"Wolf","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"106","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"82","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"lobo1","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"524","in_store":"0","name":"Elephant","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"107","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"82","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"animal2","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"525","in_store":"2","name":"Small Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"108","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"35","velocity":"2","attack_range":"1","attack_interval":"50","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"526","in_store":"2","name":"Devious Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"109","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol2","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"50","velocity":"4","attack_range":"1","attack_interval":"45","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"527","in_store":"2","name":"Big Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"528","in_store":"2","name":"Battle Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"529","in_store":"2","name":"War Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"200","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"530","in_store":"2","name":"Axethrower","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"125","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"531","in_store":"2","name":"Boar Rider","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"532","in_store":"0","name":"Rehabbed Troll","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"117","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"1","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"35","velocity":"2","attack_range":"1","attack_interval":"50","new_item":"0","population":"1","gift_level":"15","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Accept this Rehabbed Troll! He will serve you loyally!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"533","in_store":"0","name":"Warrior Princess","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"xena","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Who said women cannot fight? Test the power of Warrior Princess!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"534","in_store":"0","name":"Prince Arthur","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"princearthur","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"300","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Prince Arthur will lead you army into glorious victories!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"535","in_store":"0","name":"Ranger","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ranger","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"150","velocity":"5","attack_range":"6","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"With a Ranger on your side you can meet any danger on your way!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"536","in_store":"0","name":"Nice Troll","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3bueno","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"250","velocity":"2","attack_range":"1","attack_interval":"40","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"There's nothing nicer than a Nice Troll! Accept him in your empire!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"537","in_store":"0","name":"Stone Golem","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"stonegolem","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"538","in_store":"0","name":"Stone Golem","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss1","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"6500","velocity":"5","attack_range":"2","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"539","in_store":"0","name":"Powerful Swordsman","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteriaunidad4","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"175","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The Powerful Swordsman guarantees a Powerful Army!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"540","in_store":"0","name":"Powerful Archer","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquero4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"150","velocity":"3","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Try the deadly arrows of the Powreful Archer against the trolls!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"541","in_store":"0","name":"Powerful Knight","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballo4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"225","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"A Powerful Knight best fits a merciless fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"542","in_store":"0","name":"Ship","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ship","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"1000","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"543","in_store":"0","name":"Eagle","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"86","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"eagle","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"200","velocity":"10","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"1","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"544","in_store":"0","name":"Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"yetipequeno","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"545","in_store":"0","name":"Giant Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss2","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"15000","velocity":"5","attack_range":"2","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"546","in_store":"0","name":"Penguin","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pinguino","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"50","velocity":"4","attack_range":"8","attack_interval":"40","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"This Penguin is cute and also deadly!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"547","in_store":"2","name":"Ravager Troll","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"300","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"548","in_store":"1","name":"Octopus","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pulpo","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"50","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"549","in_store":"1","name":"Kraken","type":"u","cost":"60","cost_type":"g","xp":"6","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kraken","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"100","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"550","in_store":"0","name":"Wizard","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Never underestimate the Wizard! He can unleash deadly powers!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"551","in_store":"0","name":"Axethrower","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"125","velocity":"3","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Axethrower is a unit you want as an ally and not an enemy!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"552","in_store":"0","name":"War Troll","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"200","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"War Troll is someone you should be afraid of!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"553","in_store":"0","name":"Wizard","type":"u","cost":"35000","cost_type":"g","xp":"300","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Use the Wizard wisely and with caution!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"554","in_store":"0","name":"Valkyrie","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"18","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"valkiria","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"7","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Use the healing powers of the beautiful Valkyrie, the nordic warrior.","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"555","in_store":"0","name":"Willy Wallace","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"wallace","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"450","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"8","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"They will never take our freedom with brave-hearted William Wallace!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"556","in_store":"0","name":"Thor","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"24","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"thor","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"500","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"9","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Feel the divine strengh of Thor's hammer! He always nails it!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"557","in_store":"0","name":"High Elf","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"27","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"375","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"9","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"558","in_store":"1","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"559","in_store":"1","name":"Skeleton","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"560","in_store":"0","name":"Elite Master Knight","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillo3","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"300","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Elite Master Knight has the cooler armor of all knights. And it's heavy!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"561","in_store":"0","name":"Fly","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"pet","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"87","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"fly","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"6","attack_range":"1","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"562","in_store":"0","name":"Mishy","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"pet","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"87","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kuki","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"6","attack_range":"1","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"563","in_store":"0","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto2","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"1","race":"a","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"564","in_store":"0","name":"Ravager Troll","type":"u","cost":"150","cost_type":"g","xp":"15","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"300","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"565","in_store":"0","name":"High Elf","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"375","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"566","in_store":"0","name":"Rockdriller","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"10000","velocity":"12","attack_range":"20","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"567","in_store":"0","name":"Sanddriller","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"gusanito","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"10000","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"568","in_store":"0","name":"Fire Cannon","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"ariete5","elevation":"1","unit_capacity":"0","attack":"90","defense":"1","life":"60","velocity":"3","attack_range":"11","attack_interval":"150","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Bomb your enemies with the power of powder... Fire the Fire Cannon, sir!","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"569","in_store":"0","name":"Monk","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"support slow","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"obispo","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"50","velocity":"3","attack_range":"7","attack_interval":"60","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"The wise Monk will convert your enemies during battles. He is really convincing!","units_limit":"4","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"570","in_store":"0","name":"Engineer","type":"u","cost":"350","cost_type":"g","xp":"35","groups":"support normal","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mecanico","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"150","velocity":"5","attack_range":"1","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Repair your war machines with the Engineer: he also can assemble an IKEA cupboard!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"571","in_store":"0","name":"Horse","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"horse","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"88","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballosalvaje","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"572","in_store":"0","name":"Light Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballoarquero1","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"120","velocity":"5","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Light Archer knight is deadly combination of speed and rage!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"573","in_store":"0","name":"Heavy Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo3","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"160","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Trained as an Archer and a Knight! It's the unit you need in a fight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"574","in_store":"0","name":"Powerful Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"ranger small normal","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"180","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"It' is the best unit on a horse you'll find!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"575","in_store":"0","name":"Kamikaze","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kamikaze","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"200","velocity":"6","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":"{\"attack\":10}"},{"id":"576","in_store":"0","name":"Alliance Knight","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballeroaliado","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Represents the power of alliance and cooperation!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"577","in_store":"0","name":"Chinese Archer","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"99","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerochino","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"125","velocity":"4","attack_range":"7","attack_interval":"15","new_item":"0","population":"1","gift_level":"4","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"578","in_store":"0","name":"Aztec Warrior","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroazteca","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"200","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"579","in_store":"1","name":"Zombie","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"20","velocity":"1","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"580","in_store":"2","name":"Mr. Troll","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"83","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trolaldeano","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"581","in_store":"2","name":"Mrs. Troll","type":"u","cost":"50","cost_type":"f","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"84","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"71","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trolaaldeana","elevation":"1","unit_capacity":"0","attack":"6","defense":"1","life":"25","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"582","in_store":"0","name":"Boat","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"barca","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"150","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"583","in_store":"0","name":"Zeppelin","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"zepelin","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"1000","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"584","in_store":"0","name":"Boar","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"boar","trains":"0","upgrades_to":"0","display_order":"87","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"7","subcategory_id":"7","subcat_functional":"90","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"jabali","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"12","velocity":"5","attack_range":"0","attack_interval":"35","new_item":"0","population":"0","gift_level":"8","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"585","in_store":"2","name":"Troll Ram","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"102","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"4","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol1","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"75","velocity":"3","attack_range":"1","attack_interval":"75","new_item":"0","population":"2","gift_level":"21","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"586","in_store":"2","name":"Troll Scorpion","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"siege","trains":"0","upgrades_to":"0","display_order":"103","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"40","velocity":"3","attack_range":"8","attack_interval":"175","new_item":"0","population":"3","gift_level":"30","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"587","in_store":"2","name":"Troll Catapult","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"siege","trains":"0","upgrades_to":"0","display_order":"104","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol3","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"50","velocity":"3","attack_range":"10","attack_interval":"175","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"588","in_store":"2","name":"Troll Cannon","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arietetrol4","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"50","velocity":"3","attack_range":"11","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"589","in_store":"2","name":"Troll Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"siege","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerotroll","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"75","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"590","in_store":"2","name":"Voodoo Healer","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"chamanatrol","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"60","velocity":"3","attack_range":"5","attack_interval":"120","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"4","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"591","in_store":"2","name":"Brute Swordsman","type":"u","cost":"1300","cost_type":"g","xp":"130","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"350","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"592","in_store":"2","name":"Brute Knight","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol2","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"593","in_store":"2","name":"Small Troll","type":"u","cost":"40","cost_type":"g","xp":"4","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"108","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol1","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"45","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"594","in_store":"2","name":"Devious Troll","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"109","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol2","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"70","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"595","in_store":"2","name":"Big Troll","type":"u","cost":"250","cost_type":"g","xp":"25","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol3","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"140","velocity":"3","attack_range":"1","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"596","in_store":"2","name":"Battle Troll","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol4","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"150","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"597","in_store":"2","name":"War Troll","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol5","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"350","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"3","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"598","in_store":"2","name":"Axethrower","type":"u","cost":"200","cost_type":"g","xp":"20","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol6","elevation":"1","unit_capacity":"0","attack":"11","defense":"1","life":"120","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"599","in_store":"2","name":"Boar Rider","type":"u","cost":"175","cost_type":"g","xp":"18","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"120","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"600","in_store":"2","name":"Ravager Troll","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol8","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"4","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"601","in_store":"2","name":"Rhino Rider","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rinocerontejinete","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"602","in_store":"0","name":"Mobile Tower","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"siege","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"torredefensamovil","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"900","velocity":"3","attack_range":"10","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Mobile Tower is a powerful weapon, but receives no calls!","units_limit":"4","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"603","in_store":"0","name":"Elephant Rider","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"elefante","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"The Elephant Rider is a merciless fighter!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"604","in_store":"0","name":"Drummer","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bongotrol","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"300","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"605","in_store":"0","name":"Boulderthrower","type":"u","cost":"1300","cost_type":"g","xp":"130","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"lanzapiedras","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"350","velocity":"3","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"606","in_store":"0","name":"Viking","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"vikingo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"230","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"607","in_store":"0","name":"Axe Viking","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"vikingolanzahachas","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"250","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"608","in_store":"0","name":"Royal Swordsman","type":"u","cost":"500","cost_type":"g","xp":"50","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"94","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria5","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"225","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"This Royal Swordsman will protect your Royal lands!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"609","in_store":"0","name":"Royal Archer","type":"u","cost":"550","cost_type":"g","xp":"55","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"101","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"7","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquero5","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"200","velocity":"3","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Royal Archers don't like getting on horses, but they have deadly forces!","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"610","in_store":"0","name":"Royal Knight","type":"u","cost":"750","cost_type":"g","xp":"75","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballo5","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"300","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Put the Royal Knight as a leader of your Royal army!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"611","in_store":"0","name":"Royal Archer Knight","type":"u","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"98","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerocaballo4","elevation":"1","unit_capacity":"0","attack":"10","defense":"1","life":"180","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"612","in_store":"0","name":"Anubis Avatar","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"613","in_store":"0","name":"Egyptian Warrior","type":"u","cost":"700","cost_type":"g","xp":"70","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio2","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"614","in_store":"0","name":"Camel Rider","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"camelloguerrero","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"330","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"615","in_store":"0","name":"Mummy","type":"u","cost":"5000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"momia","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"Fighting along with a Mummy can be kind of funny!","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"616","in_store":"0","name":"Scarab","type":"u","cost":"100","cost_type":"g","xp":"0","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"escarabajo","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"80","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"617","in_store":"0","name":"Tornado","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornado","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"618","in_store":"0","name":"King Arthur","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballorey","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"325","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"10","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Let King Arthur be the head of your troops!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"619","in_store":"0","name":"Atlantis Warrior","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroatlantis","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"200","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"620","in_store":"0","name":"Atlantis Archer","type":"u","cost":"900","cost_type":"g","xp":"70","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroatlantis","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"150","velocity":"4","attack_range":"6","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"621","in_store":"0","name":"Crab Knight","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"cangrejo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"250","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"It comes from the sea to fight! It must be a Crab Knight!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"622","in_store":"0","name":"Seahorse","type":"u","cost":"1150","cost_type":"g","xp":"80","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballitoatlantis","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"225","velocity":"5","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Seahorse is a mighty soldier of the Marine Force!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"623","in_store":"0","name":"Neptune","type":"u","cost":"5000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"neptunoatlante","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"3","achievement":"1","achievement_desc":"Neptune is the God of the seas! Will make the enemies get down on their knees!","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"624","in_store":"0","name":"Octopus","type":"u","cost":"100","cost_type":"g","xp":"0","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"1","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"2","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"pulpo","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"80","velocity":"7","attack_range":"5","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"625","in_store":"0","name":"Hurricane","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornadoagua","elevation":"1","unit_capacity":"0","attack":"1","defense":"1","life":"500","velocity":"5","attack_range":"1","attack_interval":"120","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"626","in_store":"0","name":"Elf Warrior","type":"u","cost":"600","cost_type":"g","xp":"60","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroelfo","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"220","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"627","in_store":"0","name":"Elf Archer","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroelfico","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"160","velocity":"4","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"628","in_store":"0","name":"Elf Druid","type":"u","cost":"1000","cost_type":"g","xp":"140","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"628_druida","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"190","velocity":"4","attack_range":"6","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"629","in_store":"0","name":"Elf Tiger","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tigreelfo","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"350","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"630","in_store":"0","name":"Summoned Golem","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss1","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"631","in_store":"0","name":"Summoned Yeti","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"bigboss2","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"632","in_store":"0","name":"Royal Elf","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"elfoblanco","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"275","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"633","in_store":"0","name":"Elf Royal Archer","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"633_arquero","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"180","velocity":"4","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"634","in_store":"0","name":"Elf Ballista","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"siege","trains":"0","upgrades_to":"0","display_order":"105","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"20","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"634_ballista","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"70","velocity":"3","attack_range":"11","attack_interval":"150","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"635","in_store":"0","name":"Ent","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"800","velocity":"5","attack_range":"3","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"4","achievement":"1","achievement_desc":"The Ent, the walking tree, is going to crush you like a nasty bug. Eww!","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"636","in_store":"0","name":"Ent Spirit","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"20","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"637","in_store":"0","name":"Rockdriller","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"1250","velocity":"12","attack_range":"15","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"638","in_store":"0","name":"Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"250","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"639","in_store":"0","name":"White Eagle","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"639_aguila","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"350","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"640","in_store":"0","name":"Rhino Rider","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"640_rinoceronte","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"250","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"Yes, it's possible to ride a rhino. The Rhino Rider can do it: he's a tough troll!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"641","in_store":"0","name":"Golden Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"641_golem","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"642","in_store":"0","name":"Black Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"642_yeti","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"1250","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"643","in_store":"0","name":"Black Elephant","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"643_elefante","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"575","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"The Black Elephant will stomp on all your enemies... except mices.","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"644","in_store":"0","name":"Infernal Warrior","type":"u","cost":"1400","cost_type":"g","xp":"140","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"644_if_footman","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"645","in_store":"0","name":"Infernal Demon","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"365","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"646","in_store":"0","name":"Infernal Archer","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroinfernounidad","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"175","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"647","in_store":"0","name":"Infernal Knight","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infernomontado","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"648","in_store":"0","name":"Infernal Halberdier","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria_infernal5","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"370","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"649","in_store":"0","name":"Furious Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"649_dragonbigred","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The Furious Dragon is here and he isn't happy, he's FURIOUS!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"650","in_store":"0","name":"Balrog","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"650_juggernaut","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1750","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"651","in_store":"0","name":"Lightning Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"651_bluedraggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"The Lightning Draggy gives you cramps when you pet it!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"652","in_store":"0","name":"Red Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"652_magorojo","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The Red Wizard can control magic flames... and light your fireplace!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"653","in_store":"0","name":"Giant Viper","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"653_serpiente","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"1000","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The Giant Viper devours his victims without chewing. Bring the fruit salt!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"654","in_store":"0","name":"Demon Crusher","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"654_demoniogrande","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"900","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"The most fearful demon. The Demon Crusher builds his muscles on Hell's gym!","units_limit":"4","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"655","in_store":"0","name":"Winged Paladin","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"655_paladin","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"425","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"What if a paladin and a pigeon had kids? Here's the Winged Paladin!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"657","in_store":"0","name":"Crimson Scale Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"657_dragonbigred","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1500","velocity":"6","attack_range":"8","attack_interval":"45","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"658","in_store":"0","name":"Draggy Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"250","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"659","in_store":"0","name":"Infernal Minion","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"150","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"660","in_store":"0","name":"Spartan Champion","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"660_leonidas","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"750","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"661","in_store":"0","name":"Barbarian","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"661_conan","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"775","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"662","in_store":"0","name":"Winged Knight","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"662_pegasus2","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"380","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"663","in_store":"0","name":"Spartan Swordsman","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"663_miniespartan","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"460","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"664","in_store":"0","name":"Stone Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"stonegolem","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"2500","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"665","in_store":"0","name":"Golden Golem","type":"u","cost":"2","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"641_golem","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"4000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"666","in_store":"0","name":"Yeti","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee medium slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"yetipequeno","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"2","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"667","in_store":"0","name":"Black Yeti","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"642_yeti","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"5000","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"668","in_store":"0","name":"Giant Viper","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"653_serpiente","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"5500","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"669","in_store":"0","name":"Evil Mummy","type":"u","cost":"10","cost_type":"c","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"momia","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"5500","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"670","in_store":"0","name":"Evil Anubis","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroegipcio1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"671","in_store":"0","name":"Furious Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"649_dragonbigred","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"6000","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"672","in_store":"0","name":"Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"638_draggy","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"350","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"673","in_store":"0","name":"Infernal Warrior","type":"u","cost":"1400","cost_type":"g","xp":"140","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"644_if_footman","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"674","in_store":"0","name":"Infernal Demon","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadinfanteriainferno2","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"365","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"675","in_store":"0","name":"Infernal Archer","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroinfernounidad","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"175","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"676","in_store":"0","name":"Infernal Knight","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infernomontado","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"677","in_store":"0","name":"Infernal Halberdier","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"infanteria_infernal5","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"370","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"678","in_store":"0","name":"Neptune","type":"u","cost":"8","cost_type":"c","xp":"100","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"21","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"neptunoatlante","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"8000","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"679","in_store":"0","name":"Crab Knight","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"cangrejo","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"680","in_store":"0","name":"Seahorse","type":"u","cost":"1150","cost_type":"g","xp":"80","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"caballitoatlantis","elevation":"1","unit_capacity":"0","attack":"13","defense":"1","life":"400","velocity":"5","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"681","in_store":"0","name":"Corrupted Ent","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"635_ent","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"8000","velocity":"5","attack_range":"3","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"682","in_store":"0","name":"Unleashed Balrog","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"650_juggernaut","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"10000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"683","in_store":"0","name":"Earth Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"683_mago","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"400","velocity":"3","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"Summon the forces of Earth with the Earth Wizard. He's an old hippy!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"684","in_store":"0","name":"Stormy Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"684_dragon","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1650","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"Beware of the Stormy Dragon and his electric shocks, you filthy trolls!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"685","in_store":"0","name":"Aztec Warrior","type":"u","cost":"450","cost_type":"g","xp":"45","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroazteca","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"200","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"686","in_store":"0","name":"Infernal Kamikaze","type":"u","cost":"1700","cost_type":"g","xp":"170","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"686_kamikaze","elevation":"1","unit_capacity":"0","attack":"575","defense":"1","life":"300","velocity":"7","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"687","in_store":"0","name":"Rhino Rider","type":"u","cost":"900","cost_type":"g","xp":"90","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"687_rhino","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"688","in_store":"0","name":"Atlantis Warrior","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"guerreroatlantis","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"350","velocity":"4","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"689","in_store":"0","name":"Atlantis Archer","type":"u","cost":"6","cost_type":"c","xp":"70","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arqueroatlantis","elevation":"1","unit_capacity":"0","attack":"9","defense":"1","life":"250","velocity":"4","attack_range":"6","attack_interval":"15","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"690","in_store":"0","name":"Corrupted wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"683_mago","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"691","in_store":"0","name":"Corrupted wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"652_magorojo","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"692","in_store":"0","name":"Corrupted Wizard","type":"u","cost":"6","cost_type":"c","xp":"300","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"15","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"mago","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"700","velocity":"3","attack_range":"8","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"693","in_store":"0","name":"Corrupted Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"651_bluedraggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"e","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"694","in_store":"0","name":"Red Samurai","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"694_samurai","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"700","velocity":"7","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The way of the Samurai is full of death... and sushi!","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"695","in_store":"0","name":"Sayan Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"695_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"The fearsome Saiyan Dragon spits energy beams... and dragon balls!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"696","in_store":"0","name":"Rockdriller","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"snake","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"rockdriller","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"6000","velocity":"12","attack_range":"15","attack_interval":"25","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"697","in_store":"0","name":"Sanddriller","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"112","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"85","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"gusanito","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"100","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"698","in_store":"0","name":"Green Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"698_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"699","in_store":"0","name":"Celestial Priest","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"699_warriorpriest","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"400","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"700","in_store":"0","name":"Gryphon Knight","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"700_grifo","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"475","velocity":"7","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"1","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"701","in_store":"0","name":"Celestial Soldier","type":"u","cost":"1500","cost_type":"g","xp":"150","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"701_angelsoldier","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"350","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"702","in_store":"0","name":"Celestial Mech","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"702_mechangel","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"500","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"703","in_store":"0","name":"Celestial Archer","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"703_angelarquero","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"190","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"704","in_store":"0","name":"Celestial Reaper","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"704_death","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"705","in_store":"0","name":"Celestial Lancer","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"705_lancer","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"706","in_store":"0","name":"White Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"706_mage","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"425","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The White Wizard is the awesomest wizard of all time. Period.","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"707","in_store":"0","name":"Scary Zombie","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"707_zombie","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1500","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"The Scary Zombie wants to eat trolls brains! Yummie!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"708","in_store":"0","name":"Golden Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"708_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"709","in_store":"0","name":"Colossal Cobra","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"709_cobra","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"1200","velocity":"5","attack_range":"6","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"710","in_store":"0","name":"Golden Draggie","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"710_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"711","in_store":"0","name":"Celestial Supreme","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"711_arcangel2","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"800","velocity":"6","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"712","in_store":"0","name":"Black Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"712_mago","elevation":"1","unit_capacity":"0","attack":"21","defense":"1","life":"450","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"713","in_store":"0","name":"T-Rex","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"713_trex","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1500","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"714","in_store":"0","name":"Two-Headed Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"714_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"715","in_store":"0","name":"Grim Reaper","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"715_muerte","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"650","velocity":"5","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"716","in_store":"0","name":"Monster Mole","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"716_topo","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"1300","velocity":"5","attack_range":"2","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"717","in_store":"0","name":"King Kong","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"717_kong","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"718","in_store":"0","name":"Skeleton","type":"u","cost":"50","cost_type":"g","xp":"5","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"111","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"60","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"719","in_store":"0","name":"Black Ninja","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"719_ninja","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"400","velocity":"8","attack_range":"9","attack_interval":"15","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"720","in_store":"0","name":"Chock Nurris","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"720_chock","elevation":"1","unit_capacity":"0","attack":"999","defense":"1","life":"50000","velocity":"8","attack_range":"20","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"721","in_store":"0","name":"Amazon Warrior","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"721_amazon","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"600","velocity":"7","attack_range":"1","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"722","in_store":"0","name":"Fire T-Rex","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"722_trex","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"1600","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"723","in_store":"0","name":"Black Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"723_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1750","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"724","in_store":"0","name":"Avenging Paladin","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"724_arcangel","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1000","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"0","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"725","in_store":"0","name":"Black Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"725_draggy","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"450","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"Do not rely on his cuteness, the Green Draggy is really hostile!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"726","in_store":"0","name":"Boss Dragon 2","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"726_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"727","in_store":"0","name":"Water Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"727_mago","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"475","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"728","in_store":"0","name":"Whirlpool","type":"u","cost":"800","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"tornadoagua","elevation":"1","unit_capacity":"0","attack":"5","defense":"1","life":"80","velocity":"5","attack_range":"1","attack_interval":"90","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"1","race":"t","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"729","in_store":"0","name":"Mr. Bones","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"esqueleto1","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"410","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"730","in_store":"0","name":"Scarecrow","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"730_espanta","elevation":"1","unit_capacity":"0","attack":"14","defense":"1","life":"200","velocity":"4","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"731","in_store":"0","name":"Black Witch","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"731_bruja","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"220","velocity":"6","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"732","in_store":"0","name":"Frankenstein","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"732_frank","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"600","velocity":"4","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"733","in_store":"0","name":"Dracula","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"733_dracula","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"240","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"734","in_store":"0","name":"Ghost","type":"u","cost":"5","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"734_fantasma","elevation":"1","unit_capacity":"0","attack":"21","defense":"1","life":"450","velocity":"4","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"735","in_store":"0","name":"Werewolf","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"735_lobo","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1100","velocity":"6","attack_range":"1","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"5","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"736","in_store":"0","name":"Epic 2-Head Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"736_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"737","in_store":"0","name":"T-Rex Knight","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"737_trex","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1650","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"738","in_store":"0","name":"Scary Zombie","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"707_zombie","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1500","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"739","in_store":"0","name":"Golden Dragon Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"739_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"5","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"740","in_store":"0","name":"Deadly Dragon Boss","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"84","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"740_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"741","in_store":"0","name":"Snowy Kong","type":"u","cost":"7","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"741_kong","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1600","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"742","in_store":"0","name":"Tiger Spider","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"742_spider","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"1200","velocity":"5","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"743","in_store":"0","name":"Krazy Kamikaze","type":"u","cost":"400","cost_type":"g","xp":"40","groups":"kamikaze","trains":"0","upgrades_to":"0","display_order":"92","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"89","min_level":"1","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"kamikaze","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"350","velocity":"7","attack_range":"1","attack_interval":"5","new_item":"0","population":"1","gift_level":"2","cost_unit_cash":"1","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Boom-Boom! Kaboom! There will be no enemies left soon!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"744","in_store":"0","name":"The Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"744_phoenix","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"745","in_store":"0","name":"Godzilla","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"745_godzilla","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1600","velocity":"6","attack_range":"5","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"746","in_store":"0","name":"Pumpkin Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"746_monster","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"45","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"747","in_store":"0","name":"Evil Pumpkin Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"746_monster","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"e","flying":"0","protect":"1","potion":"45","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"748","in_store":"0","name":"Cyclops","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"748_ciclope","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1500","velocity":"4","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"749","in_store":"0","name":"Medusa","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"749_medusa","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"550","velocity":"6","attack_range":"9","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"750","in_store":"0","name":"Icarus","type":"u","cost":"1800","cost_type":"g","xp":"180","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"78","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"750_icaro","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"375","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"751","in_store":"0","name":"Hermes","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"751_hermes","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"150","velocity":"9","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"752","in_store":"0","name":"Minotaur","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"752_minotauro","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"750","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"753","in_store":"0","name":"Scorpion","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"753_escorpion","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"754","in_store":"0","name":"Cerberus","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"754_cancerbero","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"800","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"755","in_store":"0","name":"Pyros Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"755_titanpyros","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"5","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"756","in_store":"0","name":"Centaur","type":"u","cost":"2700","cost_type":"g","xp":"270","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"756_centauro","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"850","velocity":"6","attack_range":"5","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"757","in_store":"0","name":"Lythos Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"757_titanlythos","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"758","in_store":"0","name":"Infernal Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"758_infernaldragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"759","in_store":"0","name":"Valkyr","type":"u","cost":"1900","cost_type":"g","xp":"190","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"759_valkyr","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"325","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"760","in_store":"0","name":"Hermes Swordsman","type":"u","cost":"1700","cost_type":"g","xp":"170","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"760_hermes2","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"761","in_store":"0","name":"Hermes Spearman","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"761_hermes3","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"762","in_store":"0","name":"Stratos Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"762_titanstratos","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"763","in_store":"0","name":"Lythos Minion","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"757_titanlythos","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"175","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"764","in_store":"0","name":"Rodas Colossus","type":"u","cost":"7500","cost_type":"g","xp":"700","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"764_rodas","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"1000","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"765","in_store":"0","name":"Hades","type":"u","cost":"8000","cost_type":"g","xp":"700","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"765_hades","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1600","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"766","in_store":"0","name":"Heavy Dragon","type":"u","cost":"10","cost_type":"c","xp":"700","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"766_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1850","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"767","in_store":"0","name":"Advanced Catapult","type":"u","cost":"800","cost_type":"g","xp":"700","groups":"siege","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"767_lanzapiedras","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"100","velocity":"4","attack_range":"18","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"768","in_store":"0","name":"Heavy Draggy","type":"u","cost":"6","cost_type":"c","xp":"700","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"768_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"769","in_store":"0","name":"Dark Punky Draggy","type":"u","cost":"6","cost_type":"c","xp":"700","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"769_punky_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"375","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"1","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"770","in_store":"0","name":"Giant Mamooth","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"770_mamut","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"1","achievement_desc":"Yes, it is possible to ride a rhino... Only a troll could do that!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"771","in_store":"0","name":"Antimatter Wizard","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"771_antimatter_wizard","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"500","velocity":"5","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"772","in_store":"0","name":"Hidros Titan","type":"u","cost":"8000","cost_type":"g","xp":"800","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"772_titanhidros","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"773","in_store":"0","name":"Poseidon","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"773_god_poseidon","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"774","in_store":"0","name":"Aquiles","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"774_aquiles","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"775","in_store":"0","name":"Blue Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"775_blue_phoenix","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1750","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"776","in_store":"0","name":"Atomic Godzilla","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"776_nuclear_godzilla","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"777","in_store":"0","name":"Crystal Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"777_crystal_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"778","in_store":"0","name":"God Zeus","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"778_god_zeus","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"779","in_store":"0","name":"Ulises","type":"u","cost":"1600","cost_type":"g","xp":"160","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"779_ulises","elevation":"1","unit_capacity":"0","attack":"15","defense":"1","life":"200","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"780","in_store":"0","name":"Harpy","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"780_harpy","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"1000","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"781","in_store":"0","name":"Vulcano","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"781_hefesto","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"782","in_store":"0","name":"Spiky Spider","type":"u","cost":"7","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"782_spiky_spider","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1500","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"783","in_store":"0","name":"Little Spiky Spider","type":"u","cost":"3","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"782_spiky_spider","elevation":"1","unit_capacity":"0","attack":"18","defense":"1","life":"175","velocity":"8","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"784","in_store":"0","name":"Horned Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"784_horned_draggy","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"785","in_store":"0","name":"Furious Bull Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"785_bull_png","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"786","in_store":"0","name":"Manticora","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"786_manticora","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"787","in_store":"0","name":"Chimera","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"787_chimera","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"788","in_store":"0","name":"Ares","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"788_ares","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"789","in_store":"0","name":"Hercules","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"789_hercules","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"1000","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"790","in_store":"0","name":"Crystal Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"790_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"791","in_store":"0","name":"Albino Werewolf","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"791_werewolf","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"792","in_store":"0","name":"Giant Cyclops","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"792_cyclops","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"793","in_store":"0","name":"Angelical Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"793_dragon","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"794","in_store":"0","name":"Necro Paladin","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"794_necropaladin","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1200","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"6","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"795","in_store":"0","name":"Necro Warrior","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"795_necrowarrior","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"760","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"796","in_store":"0","name":"Sun Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"796_wizard","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"550","velocity":"6","attack_range":"7","attack_interval":"25","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"797","in_store":"1","name":"Axe Skeleton","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"797_axe_skeleton","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"240","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"798","in_store":"0","name":"Rubies Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"798_dragon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"799","in_store":"0","name":"Necro Horseman","type":"u","cost":"2700","cost_type":"g","xp":"270","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"799_necro_horseman","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"700","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"800","in_store":"0","name":"Necro Gollum","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"800_necro_gollum","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"801","in_store":"0","name":"Necro Harvester","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"801_necro_harvester","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1100","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"802","in_store":"0","name":"Necro Fork Soldier","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"802_necro_fork_soldier","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"190","velocity":"8","attack_range":"7","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"803","in_store":"0","name":"Necro Multi-arms","type":"u","cost":"4000","cost_type":"g","xp":"400","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"803_necro_multi_arms","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"804","in_store":"0","name":"Necro Executioner","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"804_necro_executioner","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"900","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"805","in_store":"0","name":"Necro Shark Monster","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"805_necro_shark_monster","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"806","in_store":"0","name":"Necro King","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"806_necro_king","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1800","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"807","in_store":"0","name":"Necro Abomination","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"807_necro_abomination","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1750","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"808","in_store":"0","name":"Sword Skeleton","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"34","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"808_sword_skeleton","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"380","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"809","in_store":"0","name":"Necro Archer","type":"u","cost":"2200","cost_type":"g","xp":"220","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"809_necro_archer","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"210","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"810","in_store":"0","name":"Necro Priest","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"810_necro_priest","elevation":"1","unit_capacity":"0","attack":"39","defense":"1","life":"950","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"811","in_store":"0","name":"Necro Winged Warrior","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"811_necro_winged_warrior","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"750","velocity":"7","attack_range":"7","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"812","in_store":"0","name":"Necro Gryphon Knight","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"812_necro_gryphon_knight","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"3","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"813","in_store":"0","name":"Rubies Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"813_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"814","in_store":"0","name":"Celestial Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"814_celestial_draggy","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"425","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"815","in_store":"0","name":"Necro Dark Lord","type":"u","cost":"6300","cost_type":"g","xp":"630","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"815_necro_big_sword","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"816","in_store":"0","name":"Necro Worm","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"816_necro_worm","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"817","in_store":"0","name":"Necro Rhino","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"817_necro_rhino","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1600","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"6","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"818","in_store":"0","name":"Skeleton Archer","type":"u","cost":"2300","cost_type":"g","xp":"230","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"818_skeleton_archer","elevation":"1","unit_capacity":"0","attack":"17","defense":"1","life":"220","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"819","in_store":"0","name":"Snake Charmer","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"819_snakes_charmer","elevation":"1","unit_capacity":"0","attack":"17","defense":"1","life":"220","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"820","in_store":"0","name":"Death Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"820_necro_draggy","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"450","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"821","in_store":"0","name":"Necro Ghost","type":"u","cost":"4000","cost_type":"g","xp":"400","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"821_necro_ghost","elevation":"1","unit_capacity":"0","attack":"41","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"822","in_store":"0","name":"Dragon Rider I","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"822_dragon_rider1","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"823","in_store":"0","name":"Dragon Rider II","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"823_dragon_rider2","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"650","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"824","in_store":"0","name":"Dragon Rider III","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"824_dragon_rider3","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"825","in_store":"0","name":"Necro Doublesword","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"825_necro_doublesword","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"425","velocity":"6","attack_range":"7","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"826","in_store":"0","name":"Death Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"826_necro_dragon_2","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"827","in_store":"0","name":"Evil Scorpion","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"827_necro_scorpion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"828","in_store":"0","name":"Furious Zeus","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"828_god_zeus","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1850","velocity":"5","attack_range":"9","attack_interval":"30","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"829","in_store":"0","name":"Punisher Knight","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"12","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"829_punisher_knight","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"3","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"830","in_store":"0","name":"Spectrum Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"830_dragon_king","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"3","race":"h","flying":"0","protect":"1","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"831","in_store":"0","name":"Mad Balrog","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"831_balrog","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1750","velocity":"6","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"His flaming whip really hurts... The Barlog will scare trolls to death!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"832","in_store":"0","name":"Furious Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"832_dragonbigred_jinete","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"833","in_store":"0","name":"Stormy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"833_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"1750","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"834","in_store":"0","name":"Sayan Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"834_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"835","in_store":"0","name":"Golden Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"835_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"1900","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"836","in_store":"0","name":"Two-Headed Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"836_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"1800","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"837","in_store":"0","name":"Black Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"837_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"64","defense":"1","life":"1850","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"838","in_store":"0","name":"Epic 2-Head Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"838_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"68","defense":"1","life":"1950","velocity":"6","attack_range":"8","attack_interval":"60","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"839","in_store":"0","name":"Infernal Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"839_infernaldragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"1950","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"840","in_store":"0","name":"Heavy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"840_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"40","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"841","in_store":"0","name":"Crystal Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"841_crystal_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2050","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"842","in_store":"0","name":"Furious Bull Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"842_furious_bull_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"843","in_store":"0","name":"Angelical Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"843_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"69","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"844","in_store":"0","name":"Rubies Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"844_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"845","in_store":"0","name":"Death Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"845_necro_dragon_jinete","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"2200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"846","in_store":"0","name":"Green Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"846_bahamut","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"847","in_store":"0","name":"Vulcano Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"847_vulcano_dragon","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"848","in_store":"0","name":"Giant Bat","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"848_giant_bat","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2100","velocity":"6","attack_range":"4","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"849","in_store":"0","name":"Vulcano Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"849_vulcano_draggy","elevation":"1","unit_capacity":"0","attack":"27","defense":"1","life":"475","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"850","in_store":"0","name":"Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"850_bahamut_draggy","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"851","in_store":"0","name":"Vulcano Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"851_vulcano_jinete","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"2300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"852","in_store":"0","name":"Green Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"852_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"83","defense":"1","life":"2400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"853","in_store":"0","name":"Red Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"853_bahamut","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"854","in_store":"0","name":"Red Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"854_bahamuty","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"855","in_store":"0","name":"Red Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"855_bahamut_jinete2","elevation":"1","unit_capacity":"0","attack":"85","defense":"1","life":"2450","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"856","in_store":"0","name":"Green Phoenix","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged big fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"856_green_phoenix","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1800","velocity":"7","attack_range":"10","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"857","in_store":"0","name":"Troll Archer","type":"u","cost":"100","cost_type":"g","xp":"10","groups":"ranged small slow","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"2","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"arquerotroll","elevation":"1","unit_capacity":"0","attack":"8","defense":"1","life":"75","velocity":"3","attack_range":"6","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"1","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"858","in_store":"0","name":"Boar Rider","type":"u","cost":"0","cost_type":"g","xp":"0","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"116","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"0","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"trol7","elevation":"1","unit_capacity":"0","attack":"16","defense":"1","life":"100","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"0","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"859","in_store":"0","name":"Brute Knight","type":"u","cost":"1000","cost_type":"g","xp":"100","groups":"melee small slow","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"unidadcastillotrol2","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"400","velocity":"3","attack_range":"1","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"4","race":"e","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"860","in_store":"0","name":"Ramses II","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"860_ramses","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"861","in_store":"0","name":"Sphinx","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"861_esfinge","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"862","in_store":"0","name":"Electric Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"862_bahamut","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"2300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"863","in_store":"0","name":"Guardian Swordsman","type":"u","cost":"2100","cost_type":"g","xp":"210","groups":"melee small normal","trains":"0","upgrades_to":"0","display_order":"91","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"5","category_id":"7","subcategory_id":"7","subcat_functional":"77","min_level":"10","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"863_brute_sworsdman","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"400","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"864","in_store":"0","name":"Electric Bahamut Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"864_bahamut_rider","elevation":"1","unit_capacity":"0","attack":"87","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"865","in_store":"0","name":"Guardian Archer","type":"u","cost":"2400","cost_type":"g","xp":"240","groups":"ranged small normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"865_archer","elevation":"1","unit_capacity":"0","attack":"22","defense":"1","life":"200","velocity":"5","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"866","in_store":"0","name":"Isis Healer","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"healer","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"866_healer","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"400","velocity":"6","attack_range":"8","attack_interval":"170","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"867","in_store":"0","name":"Horus Herald","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"867_horus","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"900","velocity":"7","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"868","in_store":"0","name":"Electric Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"868_bahamuty","elevation":"1","unit_capacity":"0","attack":"28","defense":"1","life":"500","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"869","in_store":"0","name":"Horus Gryphon","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"869_gryphon","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1600","velocity":"7","attack_range":"8","attack_interval":"40","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"870","in_store":"0","name":"Guardian Axe","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"870_axe","elevation":"1","unit_capacity":"0","attack":"23","defense":"1","life":"250","velocity":"7","attack_range":"7","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"871","in_store":"0","name":"Cobra Rider","type":"u","cost":"5800","cost_type":"g","xp":"580","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"871_cobra","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"872","in_store":"0","name":"Dragon Hunter","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"872_dragon_hunter1","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1400","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"873","in_store":"0","name":"Dragon Hunter II","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"873_dragon_hunter2","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"874","in_store":"0","name":"Dragon Hunter III","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"874_dragon_hunter3","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"875","in_store":"0","name":"Golden Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"875_bahamut","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"2400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"876","in_store":"0","name":"Golden Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"876_bahamuty","elevation":"1","unit_capacity":"0","attack":"29","defense":"1","life":"525","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"877","in_store":"0","name":"Golden Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"877_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"90","defense":"1","life":"2600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"878","in_store":"0","name":"Mini Anubis","type":"u","cost":"2000","cost_type":"g","xp":"200","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"878_anubis","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"879","in_store":"0","name":"Anubis God","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"879_big_anubis","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1700","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"880","in_store":"0","name":"Turkish Swordsman","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"880_tk_sword","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1700","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"881","in_store":"0","name":"Turkish Axeman","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"881_tk_axe","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"882","in_store":"0","name":"Turkish Archer","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"882_tk_archer","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"500","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"883","in_store":"0","name":"Limit Wizard","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"91","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"883_limit_adder","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1500","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"884","in_store":"0","name":"Tuthankamon","type":"u","cost":"6200","cost_type":"g","xp":"620","groups":"ranged big normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"884_tutankamon","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1900","velocity":"6","attack_range":"6","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"885","in_store":"0","name":"Turkish Horseman","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"ranged medium fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"885_tk_horseman","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1500","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"886","in_store":"0","name":"Megahealing Angel","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"healer","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"72","min_level":"9","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"886_angelical_super_healer","elevation":"1","unit_capacity":"0","attack":"200","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"130","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"4","race":"h","flying":"0","protect":"0","potion":"1","achievement":"1","achievement_desc":"Now your army can be healed during a battle!","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"887","in_store":"0","name":"Orc Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"887_orc_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"888","in_store":"0","name":"Pharaoh Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"888_egyptian_dragon","elevation":"1","unit_capacity":"0","attack":"67","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"889","in_store":"0","name":"Pharaoh Bahamut Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"889_egyptian_dragon_rider","elevation":"1","unit_capacity":"0","attack":"92","defense":"1","life":"2700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"890","in_store":"0","name":"Pharaoh Draggy","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"890_egyptian_draggy","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"550","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"891","in_store":"0","name":"Black Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"891_bahamut","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"892","in_store":"0","name":"Black Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"892_bahamuty","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"575","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"893","in_store":"0","name":"Black Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"893_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"95","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"894","in_store":"0","name":"Monster Hunter","type":"u","cost":"14","cost_type":"c","xp":"2","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"894_monster_hunter1","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"895","in_store":"0","name":"Evil Orc Dragon","type":"u","cost":"10","cost_type":"g","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"887_orc_dragon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"8","attack_interval":"40","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"e","flying":"0","protect":"1","potion":"1","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"896","in_store":"0","name":"Chameleon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"896_chamaleon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"897","in_store":"0","name":"Scarab Rider","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"897_scarab_rider","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1700","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"898","in_store":"0","name":"Scarab Minion","type":"u","cost":"4","cost_type":"c","xp":"1","groups":"melee small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"898_scarab_minion","elevation":"1","unit_capacity":"0","attack":"20","defense":"1","life":"200","velocity":"7","attack_range":"1","attack_interval":"20","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"899","in_store":"0","name":"Super Chameleon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"896_chamaleon","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"900","in_store":"0","name":"Palmera2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"palmera2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"901","in_store":"0","name":"Palmera4","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"palmera4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"902","in_store":"0","name":"Palmera8","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"8","height":"8","max_frame":"2","giftable":"0","img_name":"palmera8","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"903","in_store":"0","name":"Oasis","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"oasis","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"904","in_store":"0","name":"Cactus","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cactus1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"905","in_store":"0","name":"Cactus","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"cactus2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"906","in_store":"0","name":"Mask","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"mascaraTutankamon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"907","in_store":"0","name":"Pile of skulls","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"calaveraDesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"908","in_store":"0","name":"Skeleton","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esqueletoDesierto","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"909","in_store":"0","name":"Skeleton","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"esqueletoRoca","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"910","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"piramide1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"911","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"piramide2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"912","in_store":"0","name":"Pyramid","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"piramide3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"913","in_store":"0","name":"Column","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"columna","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"914","in_store":"0","name":"ArbolNevado2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"pinosnevados2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"915","in_store":"0","name":"ArbolNevado4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"pinosnevados4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"916","in_store":"0","name":"ArbolNevado8","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"8","height":"8","max_frame":"2","giftable":"0","img_name":"pinosnevados8x8","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"917","in_store":"0","name":"Lago2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"lake2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"918","in_store":"0","name":"Lago4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"lake4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"919","in_store":"0","name":"Mamut","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"mamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"920","in_store":"0","name":"Monticulo","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"icemontain4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"921","in_store":"0","name":"IslaVegetacion3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islavegetacion3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"922","in_store":"0","name":"IslaVegetacion2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islavegetacion2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"923","in_store":"0","name":"IslaRoca2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaroca2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"924","in_store":"0","name":"IslaGrande","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"12","height":"12","max_frame":"2","giftable":"0","img_name":"islagrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"925","in_store":"0","name":"IslaCalavera","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"926","in_store":"0","name":"IslaMineral2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islamineral2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"927","in_store":"0","name":"IslaMineral2b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islamineral2x2b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"928","in_store":"0","name":"IslaMineral3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islamineral3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"929","in_store":"0","name":"IslaMineral4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islamineral4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"930","in_store":"0","name":"IslaSelvaGrande","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"12","height":"12","max_frame":"2","giftable":"0","img_name":"islaselvagrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"931","in_store":"0","name":"IslaSelva2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"932","in_store":"0","name":"IslaSelva3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"islaselva3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"933","in_store":"0","name":"IslaSelva4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islaselva4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"934","in_store":"0","name":"IslaSelva2b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"935","in_store":"0","name":"Islitas2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islitas2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"936","in_store":"0","name":"IslaSelva2c","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islaselva2x2c","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"937","in_store":"0","name":"Islitas4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"938","in_store":"0","name":"Islitas4b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"939","in_store":"0","name":"Islitas4c","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islitas4x4c","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"940","in_store":"0","name":"IslaPinguino","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islapinguino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"941","in_store":"0","name":"PlacasHielo","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"placashielo","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"942","in_store":"0","name":"IslaHielo2x2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"islahielo2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"943","in_store":"0","name":"IslaHielo4x4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"islahielo4x4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"944","in_store":"0","name":"Whirlpool","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"remolino","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"945","in_store":"0","name":"RocaCalavera","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"rocacalavera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"946","in_store":"0","name":"RocaMinerales2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"rocaminerales2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"947","in_store":"0","name":"RocaMinerales3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"rocaminerales3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"948","in_store":"0","name":"RocaMinerales3b","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"rocaminerales3b","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"949","in_store":"0","name":"RocaMinerales4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"10","subcategory_id":"101","subcat_functional":"1011","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"rocaminerales4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1000","in_store":"0","name":"Expandable Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terreno","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1001","in_store":"0","name":"Desierto Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenodesierto","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1002","in_store":"0","name":"Ice Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenohielo","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1003","in_store":"0","name":"Sea","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenomar2","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1004","in_store":"0","name":"Mineral Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenomineral","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1005","in_store":"0","name":"Selva Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenoselva","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1006","in_store":"0","name":"Cloud Land","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"113","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"6","subcategory_id":"6","subcat_functional":"6","min_level":"1","width":"20","height":"20","max_frame":"3","giftable":"0","img_name":"terrenonubes","elevation":"0","unit_capacity":"0","attack":"0","defense":"1","life":"0","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1200","in_store":"0","name":"Deep Hole","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1200_agujero","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1201","in_store":"0","name":"Rock Statue","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1201_estatua","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1202","in_store":"0","name":"Big Nest","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1202_nidogrande","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1203","in_store":"0","name":"Small Nest","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1203_nido","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1204","in_store":"0","name":"Captive Cleopatra","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1204_cleopatra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1205","in_store":"0","name":"Atlantis Decoration","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"peceraatlante","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1206","in_store":"0","name":"Treasure","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"treasure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1207","in_store":"0","name":"Infernal Field","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1208","in_store":"0","name":"Tree","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"811","min_level":"10","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"arbol1","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1209","in_store":"0","name":"Portal to Hell","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1209_portal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1210","in_store":"0","name":"Portal to Hell","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"85","activation":"0","expiration":"0","collect":"0","collect_type":"al","collect_xp":"20","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1210_miniportal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"3","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1211","in_store":"0","name":"Kamikaze Center","type":"b","cost":"24","cost_type":"c","xp":"160","groups":"","trains":"686","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"35","subcat_functional":"341","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1211_fabricakamikaze","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1212","in_store":"0","name":"Rhino Stables","type":"b","cost":"28","cost_type":"c","xp":"3","groups":"","trains":"687","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1212_casarhino","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1213","in_store":"0","name":"Orb of Power","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"812","min_level":"10","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1213_boladepoder","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"100","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1214","in_store":"0","name":"Maya Fire","type":"b","cost":"5","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"65","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"1","img_name":"fuegoMaya","elevation":"2","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"14","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1215","in_store":"0","name":"Celestial Shrine","type":"b","cost":"22","cost_type":"c","xp":"3","groups":"","trains":"699","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1215_priesthouse","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1216","in_store":"0","name":"Celestial Archery","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"703","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1216_angelbarracks2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1217","in_store":"1","name":"Celestial Barracks","type":"b","cost":"12500","cost_type":"g","xp":"300","groups":"","trains":"701","upgrades_to":"0","display_order":"-1200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1217_soldierbarrack2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1218","in_store":"0","name":"Celestial Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1218_angelwall2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1219","in_store":"0","name":"Celestial Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1219_angeltower","elevation":"4","unit_capacity":"0","attack":"28","defense":"1","life":"2600","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1220","in_store":"1","name":"Celestial Field","type":"b","cost":"1500","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"-100","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1220_angelfarm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1221","in_store":"0","name":"Celestial House","type":"b","cost":"2500","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"15","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1221_angelcasa","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1222","in_store":"1","name":"Mecha Barrack","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"702","upgrades_to":"0","display_order":"-3300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1222_mechabarrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1223","in_store":"0","name":"Gryphon Barracks","type":"b","cost":"30","cost_type":"c","xp":"350","groups":"","trains":"700","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1223_barracagrifo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1224","in_store":"0","name":"Reaper Barracks","type":"b","cost":"24","cost_type":"c","xp":"3","groups":"","trains":"704","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1224_barracadeath","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1225","in_store":"0","name":"Lancer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"400","groups":"","trains":"705","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1225_barracalancer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1226","in_store":"0","name":"Celestial Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"16","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1226_angelmolino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1227","in_store":"0","name":"Celestial Garden","type":"b","cost":"7","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1227_angelgarden","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1228","in_store":"0","name":"Celestial Cloud","type":"b","cost":"8000","cost_type":"g","xp":"80","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"aldeanosnube","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1229","in_store":"0","name":"Celestial Statue","type":"b","cost":"100","cost_type":"g","xp":"10","groups":"","trains":"0","upgrades_to":"0","display_order":"20","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"1","img_name":"estatuanube","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1230","in_store":"1","name":"Legendary Castle","type":"b","cost":"80000","cost_type":"g","xp":"500","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"35","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1230_castillo","elevation":"4","unit_capacity":"0","attack":"26","defense":"1","life":"10000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1231","in_store":"1","name":"Magnificent Castle","type":"b","cost":"40000","cost_type":"g","xp":"400","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"20","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1231_castillo","elevation":"4","unit_capacity":"0","attack":"18","defense":"1","life":"3500","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1232","in_store":"1","name":"Supreme Barracks","type":"b","cost":"32","cost_type":"c","xp":"400","groups":"","trains":"711","upgrades_to":"0","display_order":"-3110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1225_barracalancer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"6000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1233","in_store":"1","name":"Dragon Breeding Nest","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"20","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1233_criadero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1234","in_store":"1","name":"Diamond Castle","type":"b","cost":"450","cost_type":"c","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"23","subcat_functional":"211","min_level":"25","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1234_castillo","elevation":"4","unit_capacity":"0","attack":"35","defense":"1","life":"20000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1235","in_store":"0","name":"Avenging Paladin Barracks","type":"b","cost":"36","cost_type":"c","xp":"600","groups":"","trains":"724","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1235_barracarcangel","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"6000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1236","in_store":"0","name":"Halloween Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1236_molino","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1237","in_store":"0","name":"Halloween Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1237_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1238","in_store":"0","name":"Halloween Tower","type":"b","cost":"7","cost_type":"c","xp":"140","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1238_tower","elevation":"4","unit_capacity":"0","attack":"24","defense":"1","life":"2200","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1239","in_store":"0","name":"Halloween Farm","type":"b","cost":"2500","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1239_farm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1240","in_store":"0","name":"Halloween House","type":"b","cost":"3500","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1240_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1241","in_store":"0","name":"Mr. Bones Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"729","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1241_barracaesqueleto","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1242","in_store":"0","name":"Scarecrow Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"730","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1242_barracaespanta","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1243","in_store":"0","name":"Black Witch Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"731","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1243_barracabruja","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1244","in_store":"0","name":"Frankenstein Barracks","type":"b","cost":"22","cost_type":"c","xp":"300","groups":"","trains":"732","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1244_barracafrank","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1245","in_store":"0","name":"Werewolf Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"735","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1245_barracalobo","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1246","in_store":"0","name":"Ghost Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"734","upgrades_to":"0","display_order":"3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1246_barracafantasma","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1247","in_store":"1","name":"Zombie Barracks","type":"b","cost":"19000","cost_type":"g","xp":"300","groups":"","trains":"738","upgrades_to":"0","display_order":"-1310","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1247_barracazombie","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1248","in_store":"0","name":"Ghost","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1248_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1249","in_store":"0","name":"Cauldron","type":"b","cost":"7","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1249_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"2000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1250","in_store":"0","name":"Dracula Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"733","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1250_barracadracula","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1251","in_store":"0","name":"Halloween SuperTower","type":"b","cost":"15","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1251_tower","elevation":"4","unit_capacity":"0","attack":"35","defense":"1","life":"3500","velocity":"0","attack_range":"12","attack_interval":"40","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1252","in_store":"0","name":"Haunted House","type":"b","cost":"6000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1252_deco","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1253","in_store":"0","name":"Relic","type":"b","cost":"300","cost_type":"g","xp":"30","groups":"","trains":"0","upgrades_to":"0","display_order":"90","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"8","subcategory_id":"81","subcat_functional":"814","min_level":"10","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1253_relic","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1254","in_store":"0","name":"Phoenix Egg","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"311","min_level":"25","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1254_eggphoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"200","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1255","in_store":"1","name":"Monsters Nest","type":"b","cost":"6000","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"1","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"30","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1255_monsternest","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1256","in_store":"0","name":"Mythological Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1256_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1257","in_store":"0","name":"Mythological Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1257_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1258","in_store":"0","name":"Mythological Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1258_tower","elevation":"4","unit_capacity":"0","attack":"29","defense":"1","life":"2700","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1259","in_store":"0","name":"Mythological Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1259_farm","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1260","in_store":"0","name":"Mythological House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1260_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1261","in_store":"1","name":"Icarus Barracks","type":"b","cost":"13500","cost_type":"g","xp":"300","groups":"","trains":"750","upgrades_to":"0","display_order":"-1210","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1261_barrack_icaro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1262","in_store":"0","name":"Hermes Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"751","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1262_barrack_hermes","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1263","in_store":"0","name":"Minotaur Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"752","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1263_barrack_minotauro","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1264","in_store":"0","name":"Scorpion Barracks","type":"b","cost":"23","cost_type":"c","xp":"300","groups":"","trains":"753","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1264_barrack_escorpion","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1265","in_store":"0","name":"Cerberus Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"754","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1265_barrack_cancerbero","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1266","in_store":"0","name":"Cyclops Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"748","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1266_barrack_ciclope","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1267","in_store":"0","name":"Medusa Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"749","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1267_barrack_medusa","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1268","in_store":"0","name":"Pyros Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"755","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1268_barrack_pyros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1269","in_store":"0","name":"Hercules Statue","type":"b","cost":"5","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1269_deco_hercules","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1270","in_store":"0","name":"Unicorn Statue","type":"b","cost":"7","cost_type":"c","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1270_deco_unicorn","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1271","in_store":"0","name":"Ancient Ruins","type":"b","cost":"5000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1271_deco_3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1272","in_store":"0","name":"Myth Statue","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1272_deco_4","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1273","in_store":"1","name":"Lythos Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"757","upgrades_to":"0","display_order":"-3100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1273_barrack_lythos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1274","in_store":"0","name":"Valkyr Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"759","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1274_barrack_valkyr","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1275","in_store":"0","name":"Hermes Swordman Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"760","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1275_barrack_hermes2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1276","in_store":"0","name":"Hermes Spearman Barracks","type":"b","cost":"16500","cost_type":"g","xp":"300","groups":"","trains":"761","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1276_barrack_hermes3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1277","in_store":"0","name":"Centaur Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"756","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1277_barrack_centaur","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1278","in_store":"0","name":"Rodhes Colossus Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"764","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1278_barrack_rodas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1279","in_store":"0","name":"Zeus Barrack","type":"b","cost":"15500","cost_type":"g","xp":"300","groups":"","trains":"779","upgrades_to":"0","display_order":"-10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1279_zeus_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1280","in_store":"0","name":"Poseidon Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"773","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1280_poseidon_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1281","in_store":"0","name":"Aquiles Barracks","type":"b","cost":"22","cost_type":"c","xp":"300","groups":"","trains":"774","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1281_aquiles_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1282","in_store":"0","name":"Phoenix Blue Egg","type":"u","cost":"1200","cost_type":"g","xp":"120","groups":"","trains":"0","upgrades_to":"0","display_order":"100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"44","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1282_eggbluephoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"250","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1283","in_store":"1","name":"Survival arena","type":"b","cost":"2000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"20","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1283_survival_arena","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1284","in_store":"1","name":"Unit Warehouse","type":"b","cost":"20","cost_type":"c","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-50","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"18","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"1284_unit_warehouse","elevation":"4","unit_capacity":"50","attack":"0","defense":"1","life":"7000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1286","in_store":"1","name":"Hades Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"765","upgrades_to":"0","display_order":"-3310","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1286_hades_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1287","in_store":"0","name":"Chained Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1287_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1288","in_store":"0","name":"Chained Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1288_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1289","in_store":"0","name":"Chained Blue F\u00e9nix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1289_chained_blue_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1290","in_store":"0","name":"Ulises Barracks","type":"b","cost":"15000","cost_type":"g","xp":"50","groups":"","trains":"779","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1290_ulises_barrack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1291","in_store":"0","name":"Harpy Barracks","type":"b","cost":"26","cost_type":"c","xp":"50","groups":"","trains":"780","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1291_harpy_barrack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1292","in_store":"1","name":"Stratos Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"762","upgrades_to":"0","display_order":"-3020","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1292_barrack_stratos","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1293","in_store":"1","name":"Advanced Catapult Workshop","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"767","upgrades_to":"0","display_order":"-55","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"3","subcategory_id":"34","subcat_functional":"341","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1293_stonethrower_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1294","in_store":"0","name":"Chained Vulcano","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1294_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1295","in_store":"0","name":"Chained Furious Bull Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1295_chained_bull","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1296","in_store":"0","name":"Chained Manticora","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1296_chained_manticora","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1297","in_store":"0","name":"Chained Ares","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1297_chained_ares","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1298","in_store":"0","name":"Chained Quimera","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1298_chained_quimera","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1299","in_store":"1","name":"Cash Wonder","type":"b","cost":"50","cost_type":"c","xp":"5","groups":"","trains":"0","upgrades_to":"0","display_order":"-400","activation":"86400","expiration":"0","collect":"1","collect_type":"c","collect_xp":"1","category_id":"12","subcategory_id":"121","subcat_functional":"139","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1299_cash_wonder","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"a","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1300","in_store":"0","name":"Morocco Dealer","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1300_morocco_dealer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1301","in_store":"0","name":"Hercules Barracks","type":"b","cost":"29","cost_type":"c","xp":"300","groups":"","trains":"789","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1301_barrack_hercules","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1302","in_store":"0","name":"Pyros Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"755","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1302_barrack_pyros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1303","in_store":"0","name":"Hydros Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"772","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1303_barrack_hydros","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1304","in_store":"0","name":"Coliseum Stands","type":"b","cost":"0","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"20","height":"20","max_frame":"8","giftable":"0","img_name":"1304_gradas","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1305","in_store":"0","name":"Sword Skeleton Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"808","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1305_sword_skeleton_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1306","in_store":"0","name":"Necro Archer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"809","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1306_necro_archer_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1307","in_store":"0","name":"Necro Warrior Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"795","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1307_necro_warrior_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1308","in_store":"0","name":"Beholder Eye","type":"b","cost":"7500","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1308_necro_deco_1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1309","in_store":"1","name":"Necro Priest Castle","type":"b","cost":"35","cost_type":"c","xp":"300","groups":"","trains":"810","upgrades_to":"0","display_order":"-3700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"231","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1309_necro_priest_castle","elevation":"4","unit_capacity":"0","attack":"32","defense":"1","life":"12000","velocity":"0","attack_range":"11","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1310","in_store":"0","name":"Winged Warrior Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"811","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1310_winged_warrior_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1311","in_store":"0","name":"Necro Paladin Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"794","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1311_necro_paladin_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1312","in_store":"1","name":"Dark Lord Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"815","upgrades_to":"0","display_order":"-3200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1312_necro_big_sword_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1313","in_store":"0","name":"Green Emerald","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1313_necro_deco_2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1314","in_store":"0","name":"Draco Fountain","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1314_necro_deco_3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1315","in_store":"0","name":"Necro Deco 4","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1315_necro_deco_4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1316","in_store":"0","name":"Necro Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1316_necro_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1317","in_store":"0","name":"Necro Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1317_necro_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1318","in_store":"0","name":"Necro Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1318_necro_tower","elevation":"4","unit_capacity":"0","attack":"30","defense":"1","life":"2800","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1319","in_store":"0","name":"Necro Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1319_necro_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1320","in_store":"0","name":"Necro House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1320_necro_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1321","in_store":"0","name":"Axe Skeleton Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"797","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1321_axe_skeleton_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1322","in_store":"0","name":"Necro Horseman Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"799","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1322_necro_horseman_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1323","in_store":"1","name":"Necro Fork Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"802","upgrades_to":"0","display_order":"-1350","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1323_necro_fork_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1324","in_store":"0","name":"Necro Gollum Barracks","type":"b","cost":"15000","cost_type":"g","xp":"300","groups":"","trains":"800","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1324_necro_gollum_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1325","in_store":"0","name":"Necro Harvester Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"801","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1325_necro_harvester_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1326","in_store":"0","name":"Necro Multiarms Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"803","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1326_necro_multiarms_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1327","in_store":"0","name":"Necro Executioner Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"804","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1327_necro_executioner_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1328","in_store":"0","name":"Necro Shark Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"805","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1328_necro_shark_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1329","in_store":"0","name":"Necro King Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"806","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1329_necro_king_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1330","in_store":"0","name":"Necro Gryphon Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1330_necro_gryphon_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1331","in_store":"0","name":"Necro Abomination Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1331_necro_abomination_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1332","in_store":"0","name":"Necro Worm Barracks","type":"b","cost":"14000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1332_necro_worm_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1333","in_store":"0","name":"Chained Cyclops","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1333_chained_cyclops","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1334","in_store":"0","name":"Chained Rubies","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1334_chained_rubies","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1335","in_store":"0","name":"Chained Angelical Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1335_chained_celestial","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1336","in_store":"0","name":"Chained Necro Paladin","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1336_chained_necropaladin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1337","in_store":"0","name":"Chained Necro Worm","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1337_chained_necroworm","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1338","in_store":"0","name":"Chained Dark Lord","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1338_chained_darklord","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1339","in_store":"0","name":"Chained Necro King","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1339_chained_necroking","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1340","in_store":"0","name":"Chained Necro Gryphon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1340_chained_gryphon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1341","in_store":"0","name":"Chained Necro Abomination","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1341_chained_abomination","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1342","in_store":"0","name":"Necro Rhino Barracks","type":"b","cost":"24","cost_type":"c","xp":"300","groups":"","trains":"817","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1342_necro_rhino_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1343","in_store":"0","name":"Skeleton Archer Barracks","type":"b","cost":"16000","cost_type":"g","xp":"300","groups":"","trains":"818","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1343_skeleton_archer_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1344","in_store":"0","name":"Social Wars","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1344_social_wars","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1345","in_store":"1","name":"Rider Academy","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-70","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1345_dragonrider_training","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1346","in_store":"1","name":"Dragon Riding","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-75","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"35","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1346_dragon_taming","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1347","in_store":"0","name":"Necro Doublesword Barracks","type":"b","cost":"16500","cost_type":"g","xp":"300","groups":"","trains":"825","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1347_necro_doublesword_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1348","in_store":"0","name":"Necro Ghost Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"821","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1348_necro_ghost_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1349","in_store":"0","name":"Chained Necro Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1349_chained_necro_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1350","in_store":"0","name":"Chained Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1350_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1351","in_store":"0","name":"Chained Spectrum Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1351_chained_spectrum","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1352","in_store":"0","name":"Chained Vulcano Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1352_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1353","in_store":"0","name":"Chained Mad Balrog","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1353_chained_balrog","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1354","in_store":"0","name":"Chained Green Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1354_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1355","in_store":"0","name":"Chained Red Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1355_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1356","in_store":"0","name":"Chained Green Phoenix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1356_chained_green_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1357","in_store":"0","name":"Dome Protection descartado","type":"b","cost":"100000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-570","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1357_protection_dome","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"5","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1358","in_store":"1","name":"Protection Dome","type":"b","cost":"50000","cost_type":"g","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-3","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"42","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1358_protection_dome","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"10","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1359","in_store":"1","name":"Tower Enhancer","type":"b","cost":"30","cost_type":"c","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-5","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"1511","min_level":"47","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1359_tower_enhancer_dome_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"10","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1360","in_store":"1","name":"Sky Tower II","type":"b","cost":"15","cost_type":"c","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-4","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"50","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1360_tower","elevation":"4","unit_capacity":"0","attack":"40","defense":"1","life":"3000","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1361","in_store":"1","name":"Sky Tower","type":"b","cost":"10000","cost_type":"s","xp":"190","groups":"","trains":"0","upgrades_to":"0","display_order":"-2","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"21","subcat_functional":"211","min_level":"40","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1361_tower","elevation":"4","unit_capacity":"0","attack":"25","defense":"1","life":"2900","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"0","iphone_adjustments":""},{"id":"1362","in_store":"0","name":"Guardian Swordman Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"863","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1362_barracks_swordman","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1363","in_store":"0","name":"Guardian Archer Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"865","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1363_barracks_archer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1364","in_store":"0","name":"Isis Healer Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"866","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1364_barracks_healer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1365","in_store":"0","name":"Horus Herald Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"867","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1365_barracks_horus","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1366","in_store":"1","name":"Ramses II Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"860","upgrades_to":"0","display_order":"-3210","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1366_barracks_ramses","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1367","in_store":"0","name":"Sphinx Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"861","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1367_barracks_sphinx","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1368","in_store":"1","name":"Sarcophagus","type":"b","cost":"6000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-120","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1368_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1369","in_store":"0","name":"Isis Statue","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1369_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1370","in_store":"0","name":"Keops Pyramid","type":"b","cost":"5","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1370_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1371","in_store":"0","name":"Abu Simbel Statue","type":"b","cost":"7","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1371_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1372","in_store":"1","name":"Pharaohs Gold Mine","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-140","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1372_mine","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1373","in_store":"0","name":"Pharaohs Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1373_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1374","in_store":"1","name":"Pharaohs Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"-220","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1374_tower","elevation":"4","unit_capacity":"0","attack":"32","defense":"1","life":"2850","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1375","in_store":"0","name":"Pharaohs Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1375_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1376","in_store":"1","name":"Pharaohs House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"-300","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1376_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1377","in_store":"0","name":"Chained Electric Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1377_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1378","in_store":"0","name":"Chained Golden Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1378_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1379","in_store":"0","name":"Guardian Axe Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"870","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1379_barracks_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1380","in_store":"0","name":"Horus Gryphon Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"869","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1380_barracks_gryphon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1381","in_store":"0","name":"Cobra Rider Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"871","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1381_barracks_cobra","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1382","in_store":"0","name":"Anubis God Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"879","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1382_barracks_anubis","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1383","in_store":"1","name":"Tutankamon Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"884","upgrades_to":"0","display_order":"-3040","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1383_barracks_tutankamon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1384","in_store":"0","name":"Celestial Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1385","in_store":"0","name":"Mythological Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1386","in_store":"0","name":"Necro Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1387","in_store":"0","name":"Dragons Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1388","in_store":"0","name":"Monsters Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1389","in_store":"0","name":"Chained Dragon Hunter","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1389_chained_hunter","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1390","in_store":"0","name":"Chained Monster Hunter","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1390_chained_hunter","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1391","in_store":"0","name":"Chained Egyptian Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1391_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1392","in_store":"0","name":"Chained Black Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1392_chained_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1393","in_store":"0","name":"Chained Dragon Hunter II","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1393_chained_hunter2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1394","in_store":"1","name":"Supreme Dragon Temple","type":"b","cost":"6000","cost_type":"g","xp":"600","groups":"","trains":"0","upgrades_to":"0","display_order":"-6400","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"139","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1394_temple_invocation_bahamut_supreme","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1395","in_store":"0","name":"Chained Chameleon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1395_chained_chameleon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1396","in_store":"1","name":"Scarab Rider Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"897","upgrades_to":"0","display_order":"-3500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1396_barracks_scarab","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1397","in_store":"1","name":"Elf Swordman Barracks","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2005","upgrades_to":"0","display_order":"-1100","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1397_barracks_swordman","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1398","in_store":"1","name":"Elf Archer Barracks","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2006","upgrades_to":"0","display_order":"-1020","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1398_barracks_archer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1399","in_store":"1","name":"Elf Priest Barracks","type":"b","cost":"26","cost_type":"c","xp":"300","groups":"","trains":"2007","upgrades_to":"0","display_order":"-3000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1399_barracks_healer","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1400","in_store":"0","name":"Elf Knight Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"2009","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1400_barracks_knight","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1401","in_store":"0","name":"Elf Reptile Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2008","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1401_barracks_raptor","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1402","in_store":"0","name":"Elf Fountain","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1402_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1403","in_store":"1","name":"Emerald Sculpture","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-200","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1403_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1404","in_store":"0","name":"Reptile Knight Statue","type":"b","cost":"7000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1404_deco","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1405","in_store":"0","name":"Imperial Elf Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1405_mine","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1406","in_store":"0","name":"Imperial Elf Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1406_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1407","in_store":"1","name":"Imperial Elf Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"-160","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1407_tower","elevation":"4","unit_capacity":"0","attack":"33","defense":"1","life":"2900","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1408","in_store":"0","name":"Imperial Elf Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1408_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1409","in_store":"1","name":"Imperial Elf House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"-110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1409_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1410","in_store":"0","name":"Bahamut Heart","type":"b","cost":"0","cost_type":"c","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"1611","subcat_functional":"1611","min_level":"0","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1410_bahamut_heart","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"1","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1411","in_store":"0","name":"Chained Megahealing Angel","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1411_chained_angelical","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1412","in_store":"0","name":"Chained Paladin Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1412_chained_paladin","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1413","in_store":"0","name":"Chained Red Phoenix","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1413_chained_red_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1414","in_store":"0","name":"Elf Axe Barracks","type":"b","cost":"28","cost_type":"c","xp":"300","groups":"","trains":"2010","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1414_barracks_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1415","in_store":"1","name":"Elf Gryphon Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2011","upgrades_to":"0","display_order":"-3010","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1415_barracks_gryphon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1416","in_store":"0","name":"Elf Catapult Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2012","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1416_barracks_catapult","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1417","in_store":"0","name":"Chained Dynasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1417_chained_snake_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1418","in_store":"0","name":"Chained Balrogs","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"1418_chained_balrogs","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1419","in_store":"0","name":"Chained Electric Dinasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1419_chained_snake_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1420","in_store":"1","name":"Red Bull Rider Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2019","upgrades_to":"0","display_order":"-3220","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1420_barracks_bull_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1421","in_store":"0","name":"Silver Paladin Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2020","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1421_barracks_silver_paladin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1422","in_store":"0","name":"Chained Red Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1422_chained_fire_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1423","in_store":"0","name":"Chained Frostfire Bahamut","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1423_chained_frostfire_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1424","in_store":"0","name":"Elven Crossbow Barracks","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2021","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1424_barracks_elf_crossbow","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1425","in_store":"1","name":"Elven Eagle Rider Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2022","upgrades_to":"0","display_order":"-3320","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1425_barracks_elf_eagle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1426","in_store":"0","name":"Dragon Killer Fortress","type":"b","cost":"1000","cost_type":"c","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-8000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"1711","min_level":"0","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1426_castle_dragon","elevation":"4","unit_capacity":"0","attack":"400","defense":"1","life":"17000","velocity":"0","attack_range":"15","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1427","in_store":"0","name":"Upgrade1","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"upgrade1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1428","in_store":"0","name":"Upgrade2","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"upgrade2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1429","in_store":"0","name":"Upgrade3","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"upgrade3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1430","in_store":"0","name":"Upgrade4","type":"b","cost":"0","cost_type":"g","xp":"0","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"upgrade4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"0","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1431","in_store":"0","name":"Chained Golden Bahamut Raider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1431_chained_golden_bahamut_raider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1432","in_store":"0","name":"Chained Jade Dinasty Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1432_chained_jade_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1433","in_store":"1","name":"Crusher Orc Barrack","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2027","upgrades_to":"0","display_order":"-1010","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1433_barracks_crusher_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1434","in_store":"0","name":"Archer Orc Barrack","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2028","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1434_barracks_archer_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1435","in_store":"0","name":"Boar Axe Rider Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2029","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1435_barracks_boar_axe_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1436","in_store":"0","name":"Orc Spear Warrior Barrack","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2030","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1436_barracks_orc_spear_warrior","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1437","in_store":"0","name":"Spider Orc Rider Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2031","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1437_barracks_spider_orc_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1438","in_store":"0","name":"Skullz Big Amulet","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1438_deco1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1439","in_store":"0","name":"Dark Orks Banner","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1439_deco2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1440","in_store":"0","name":"Dark Orc Deco 3 Cash","type":"b","cost":"7000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1440_deco3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1441","in_store":"0","name":"Dark Orc Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1441_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1442","in_store":"1","name":"Dark Orc Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"-150","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1442_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1443","in_store":"0","name":"Dark Orc Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1443_tower","elevation":"4","unit_capacity":"0","attack":"34","defense":"1","life":"2950","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1444","in_store":"0","name":"Dark Orc Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1444_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1445","in_store":"0","name":"Dark Orc House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1445_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1446","in_store":"0","name":"Chained Black Dragon Rider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1446_chained_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1447","in_store":"0","name":"Chained Limit Wizard","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1447_chained_wizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1448","in_store":"0","name":"Chained Chest","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1448_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1449","in_store":"0","name":"Chained Mythological Chest 2","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1449_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1450","in_store":"0","name":"Chained Colossal Cobra","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1450_chained_cobra","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1451","in_store":"0","name":"Chained Burning Tiger","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1451_chained_tiger","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1452","in_store":"0","name":"Chained Ramses II","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1452_chained_ramses","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1453","in_store":"0","name":"Chained Rainbow Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1453_chained_rainbow","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1454","in_store":"1","name":"Golden Paladin Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2036","upgrades_to":"0","display_order":"-3030","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1454_barracks_golden_paladin","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1455","in_store":"0","name":"Chained Double Cash Offer","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1455_chained_double_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1456","in_store":"1","name":"Dragons Statue","type":"b","cost":"250000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"-6500","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1456_dragon_statue","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1457","in_store":"1","name":"Vulcano","type":"b","cost":"250000","cost_type":"s","xp":"2500","groups":"","trains":"0","upgrades_to":"0","display_order":"-6600","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1457_vulcano","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1458","in_store":"0","name":"Banyan Tree","type":"b","cost":"7000","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"4","subcategory_id":"45","subcat_functional":"411","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1458_banyan_tree","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"20","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1459","in_store":"0","name":"Chained Dragon Hunters","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1459_chained_hunters","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1460","in_store":"0","name":"Chained Furious Zeus","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1460_chained_zeus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1461","in_store":"0","name":"Chained Titan Lithos","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1461_chained_lithos","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1462","in_store":"0","name":"Chained Solar Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1462_chained_sun","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1463","in_store":"0","name":"Time Machine","type":"b","cost":"300000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-6700","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"5","subcategory_id":"51","subcat_functional":"139","min_level":"55","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1463_time_machine","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1464","in_store":"0","name":"Chained Rockdriller","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1464_chained_rockdriller","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1465","in_store":"0","name":"Chained Vulcano","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1465_chained_vulcano","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1466","in_store":"0","name":"Chained 2-Head Holydeath Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1466_chained_dual","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1467","in_store":"0","name":"Chained Dark Chest","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1467_chained_dark","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1468","in_store":"0","name":"Chained Tiger Spider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1468_chained_tiger_spider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1469","in_store":"0","name":"Chained Punisher Knight","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1469_chained_punisher_knight","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1470","in_store":"0","name":"Chained Draggy","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1470_chained_draggy_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1471","in_store":"0","name":"Chained Metal T-Rex","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1471_chained_metal_trex","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1472","in_store":"0","name":"Chained Soul Eater","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1472_chained_soul_eater","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1473","in_store":"0","name":"Chained Galaxy Dragon","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1473_chained_galaxy_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1474","in_store":"0","name":"TNT Orc Barrack","type":"b","cost":"34","cost_type":"c","xp":"300","groups":"","trains":"2046","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1474_barracks_kamikaze_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1475","in_store":"1","name":"Big Basher Orc Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2047","upgrades_to":"0","display_order":"-3230","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1475_barracks_hammer_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1476","in_store":"0","name":"Chained Attack Booster Wizard","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1476_chained_attack_wizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1477","in_store":"0","name":"Chained Epic 2-Headed Dragon Rider","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1477_chained_epic_rider","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1478","in_store":"0","name":"Level Up Statue","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1478_levelup_statue","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1479","in_store":"0","name":"Chained Level Up Statue","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1479_chained_levelup","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1480","in_store":"0","name":"Chained Stratos","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1480_chained_stratos","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1481","in_store":"0","name":"Chained 75% Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1481_chained_75bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1482","in_store":"0","name":"Priest Orc Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2054","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1482_barrack_priest_orc","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1483","in_store":"1","name":"Black Lizard Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2056","upgrades_to":"0","display_order":"-3120","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1483_barrack_monster_orc_rider","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1484","in_store":"0","name":"Dual Axe Orc Barracks","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2061","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1484_barrack_dual_axe","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1485","in_store":"1","name":"Wyvern Rider Barracks","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2062","upgrades_to":"0","display_order":"-3070","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1483_barrack_spectrum","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1486","in_store":"0","name":"Boomerang Orc Barracks","type":"b","cost":"34","cost_type":"c","xp":"300","groups":"","trains":"2068","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1486_barrack_boomerang","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1487","in_store":"0","name":"Grove","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"arboles_2x2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1488","in_store":"0","name":"Forest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"arboles_3x3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1489","in_store":"0","name":"Pharaohs Isle","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1490","in_store":"0","name":"Elven Empire","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1491","in_store":"0","name":"Orc Battering Ram Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2074","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"1491_battering_ram_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1492","in_store":"0","name":"Barrack Sword Gladiator","type":"b","cost":"17000","cost_type":"g","xp":"300","groups":"","trains":"2105","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1492_barracks_sword_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1493","in_store":"1","name":"Barrack Spearman Gladiator","type":"b","cost":"18000","cost_type":"g","xp":"300","groups":"","trains":"2106","upgrades_to":"0","display_order":"-1110","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1493_barracks_spartan_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1494","in_store":"0","name":"Barrack Knight Gladiator","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"2107","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1494_barracks_rider_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1495","in_store":"0","name":"Barrack Demolisher Gladiator","type":"b","cost":"30","cost_type":"c","xp":"300","groups":"","trains":"2108","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1495_barracks_demolisher","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1496","in_store":"1","name":"Barrack Lizard Gladiator","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2109","upgrades_to":"0","display_order":"-3060","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1496_barracks_monster_glad","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1497","in_store":"0","name":"Gladiator Bust Deco","type":"b","cost":"4000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1497_deco1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1498","in_store":"0","name":"Golden Gladiator Statue","type":"b","cost":"6","cost_type":"c","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1498_deco2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1499","in_store":"1","name":"Gladiator Mill","type":"b","cost":"5","cost_type":"c","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-130","activation":"21600","expiration":"0","collect":"400","collect_type":"f","collect_xp":"14","category_id":"12","subcategory_id":"121","subcat_functional":"121","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1499_mill","elevation":"4","unit_capacity":"2","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1500","in_store":"1","name":"Gladiator Wall","type":"b","cost":"1","cost_type":"c","xp":"20","groups":"","trains":"0","upgrades_to":"0","display_order":"-210","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"221","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1500_wall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1501","in_store":"0","name":"Gladiator Tower","type":"b","cost":"9","cost_type":"c","xp":"180","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"211","min_level":"8","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"1501_tower","elevation":"4","unit_capacity":"0","attack":"34","defense":"1","life":"2950","velocity":"0","attack_range":"12","attack_interval":"35","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1502","in_store":"0","name":"Gladiator Field","type":"b","cost":"1800","cost_type":"w","xp":"160","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"32.4","expiration":"0","collect":"40","collect_type":"f","collect_xp":"2","category_id":"12","subcategory_id":"121","subcat_functional":"122","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1502_field","elevation":"0","unit_capacity":"1","attack":"0","defense":"1","life":"400","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1503","in_store":"0","name":"Gladiator House","type":"b","cost":"2800","cost_type":"g","xp":"260","groups":"","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"111","min_level":"8","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"1503_house","elevation":"4","unit_capacity":"10","attack":"0","defense":"1","life":"600","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"6","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1504","in_store":"0","name":"Antimatter Golem Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2111","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1504_barracks_antimatter_golem","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1505","in_store":"0","name":"Evil Demon Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2112","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1505_barracks_evil_demon","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1506","in_store":"0","name":"God Isle 1","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1507","in_store":"0","name":"God Isle 2","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1508","in_store":"1","name":"Mace Gladiator Barrack","type":"b","cost":"25000","cost_type":"g","xp":"300","groups":"","trains":"2116","upgrades_to":"0","display_order":"-1030","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1508_axeman_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1509","in_store":"0","name":"Priest Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2117","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1509_priest_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1510","in_store":"0","name":"Death Warrior Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2120","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1510_death_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1511","in_store":"0","name":"God Isle 3","type":"b","cost":"1","cost_type":"g","xp":"1","groups":"","trains":"0","upgrades_to":"0","display_order":"95","activation":"0.36","expiration":"0","collect":"0","collect_type":"aa","collect_xp":"0","category_id":"11","subcategory_id":"111","subcat_functional":"1111","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"isladangerous","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"5","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1512","in_store":"0","name":"Lion Soul Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2125","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1512_big_glad_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1513","in_store":"1","name":"Bull Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2126","upgrades_to":"0","display_order":"-3130","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1513_bull_glad_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1514","in_store":"1","name":"Burning Tiger Barrack","type":"b","cost":"42","cost_type":"c","xp":"300","groups":"","trains":"2035","upgrades_to":"0","display_order":"-2020","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1514_burning_tiger_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1515","in_store":"1","name":"T-Rex Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2139","upgrades_to":"0","display_order":"-2010","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1515_trex_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1516","in_store":"0","name":"4-Weapons Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2135","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1516_4weap_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1517","in_store":"0","name":"Centaur Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2136","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1517_centaur_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1518","in_store":"0","name":"Blade Gladiator Barrack","type":"b","cost":"38","cost_type":"c","xp":"300","groups":"","trains":"2143","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1518_bigwarrior_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1519","in_store":"0","name":"Minotaur Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2144","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1519_minotaur_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1520","in_store":"0","name":"Devil Gladiator Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2150","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1520_devil_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1521","in_store":"0","name":"Chariot Gladiator Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2151","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1521_chariot_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1522","in_store":"1","name":"Caesar Gladiator Barrack","type":"b","cost":"45","cost_type":"c","xp":"300","groups":"","trains":"2157","upgrades_to":"0","display_order":"-3330","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1522_cesar_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1523","in_store":"0","name":"Dwarf Axe Barrack","type":"b","cost":"36","cost_type":"c","xp":"300","groups":"","trains":"2150","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1523_dwarfAxe_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1524","in_store":"0","name":"Dwarf Priest Barrack","type":"b","cost":"40","cost_type":"c","xp":"300","groups":"","trains":"2151","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1524_dwarfPriest_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1525","in_store":"0","name":"Dwarven Catapult","type":"b","cost":"48","cost_type":"c","xp":"300","groups":"","trains":"2157","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1525_dwarvenCatapult_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1526","in_store":"1","name":"Punisher Knight Barrack","type":"b","cost":"32","cost_type":"c","xp":"300","groups":"","trains":"829","upgrades_to":"0","display_order":"-2000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"311","min_level":"8","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"1526_punisherKnight_barrack","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"3000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"1527","in_store":"0","name":"Dragon City","type":"b","cost":"9000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"7","height":"7","max_frame":"2","giftable":"0","img_name":"1527_dragonCity_cross","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"n","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2000","in_store":"0","name":"Paladin Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2000_bahamut","elevation":"1","unit_capacity":"0","attack":"72","defense":"1","life":"2700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2001","in_store":"0","name":"Paladin Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2001_bahamuty","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"600","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2002","in_store":"0","name":"Paladin Bahamut Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2002_bahamut_jinete","elevation":"1","unit_capacity":"0","attack":"97","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2003","in_store":"0","name":"Supreme Bahamut Dragon","type":"u","cost":"200","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2003_bahamut_supreme","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"10000","velocity":"6","attack_range":"15","attack_interval":"35","new_item":"0","population":"10","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"20","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2004","in_store":"0","name":"Supreme Bahamut Draggy","type":"u","cost":"20","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2004_bahamuty_supreme","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"800","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"1","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2005","in_store":"0","name":"Imperial Elf Sword","type":"u","cost":"2500","cost_type":"g","xp":"250","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2005_elf_sword","elevation":"1","unit_capacity":"0","attack":"30","defense":"1","life":"425","velocity":"5","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2006","in_store":"0","name":"Imperial Elf Archer","type":"u","cost":"2600","cost_type":"g","xp":"260","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2006_elf_archer","elevation":"1","unit_capacity":"0","attack":"24","defense":"1","life":"225","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2007","in_store":"0","name":"Elf Priest","type":"u","cost":"6000","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2007_elf_priest","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"1300","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2008","in_store":"0","name":"Reptile Knight","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2008_elf_raptor","elevation":"1","unit_capacity":"0","attack":"44","defense":"1","life":"1400","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2009","in_store":"0","name":"Imperial Elf Knight","type":"u","cost":"5200","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2009_elf_knight","elevation":"1","unit_capacity":"0","attack":"39","defense":"1","life":"1200","velocity":"6","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2010","in_store":"0","name":"Imperial Elf Axe","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2010_elf_axe","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"1400","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2011","in_store":"0","name":"Imperial Elf Gryphon","type":"u","cost":"6800","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2011_elf_gryphon","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2012","in_store":"0","name":"Imperial Elf Catapult","type":"u","cost":"4000","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2012_elf_catapult","elevation":"1","unit_capacity":"0","attack":"130","defense":"1","life":"300","velocity":"4","attack_range":"15","attack_interval":"175","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2013","in_store":"0","name":"Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2013_snake_dragon","elevation":"1","unit_capacity":"0","attack":"74","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2014","in_store":"0","name":"Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2014_snake_draggy","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2015","in_store":"0","name":"Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2015_snake_rider","elevation":"1","unit_capacity":"0","attack":"99","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2016","in_store":"0","name":"Electric Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2016_snake_dragon","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2017","in_store":"0","name":"Electric Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2017_snake_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2018","in_store":"0","name":"Electric Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2018_snake_rider","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2019","in_store":"0","name":"Red Bull Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2019_elf_bull_rider","elevation":"1","unit_capacity":"0","attack":"49","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2020","in_store":"0","name":"Silver Paladin","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2020_elf_silver_paladin","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1700","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2021","in_store":"0","name":"Elven Crossbow","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2021_elf_crossbow","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"600","velocity":"4","attack_range":"13","attack_interval":"110","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2022","in_store":"0","name":"Elven Eagle Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2022_elf_eagle","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2023","in_store":"0","name":"2-Head Frostfire Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2023_frostfire_bahamut","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2024","in_store":"0","name":"Frostfire Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2024_frost_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2025","in_store":"0","name":"Fire Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2025_fire_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2026","in_store":"0","name":"2-Head Frostfire Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2026_frostfire_bahamut_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2027","in_store":"0","name":"Crusher Orc","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2027_crusher_orc","elevation":"1","unit_capacity":"0","attack":"31","defense":"1","life":"450","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2028","in_store":"0","name":"Archer Orc","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2028_archer_orc","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"250","velocity":"5","attack_range":"8","attack_interval":"20","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Archery","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2029","in_store":"0","name":"Boar Axe Rider","type":"u","cost":"6500","cost_type":"g","xp":"650","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2029_boar_axe_rider","elevation":"1","unit_capacity":"0","attack":"43","defense":"1","life":"1350","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2030","in_store":"0","name":"Orc Spear Warrior","type":"u","cost":"5500","cost_type":"g","xp":"550","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2030_orc_spear_warrior","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"1200","velocity":"6","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2031","in_store":"0","name":"Spider Orc Rider","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2031_spider_orc_rider","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1850","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2032","in_store":"0","name":"Jade Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2032_jade_dragon","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2033","in_store":"0","name":"Jade Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2033_jade_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2034","in_store":"0","name":"Jade Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2034_jade_dragon_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2035","in_store":"0","name":"Burning Tiger","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2035_burning_tiger","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2036","in_store":"0","name":"Golden Paladin","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2036_golden_paladin","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2037","in_store":"0","name":"Rainbow Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2037_rainbow_dragon","elevation":"1","unit_capacity":"0","attack":"76","defense":"1","life":"2900","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2038","in_store":"0","name":"Rainbow Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2038_rainbow_dragon_rider","elevation":"1","unit_capacity":"0","attack":"101","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2039","in_store":"0","name":"Solar Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2039_sun_dragon","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2040","in_store":"0","name":"Solar Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2040_sun_draggy","elevation":"1","unit_capacity":"0","attack":"34","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2041","in_store":"0","name":"Solar Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2041_sun_dragon_rider","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2042","in_store":"0","name":"Vulcano Golem","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2042_vulcano_golem","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"2100","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2043","in_store":"0","name":"2-Head Holydeath Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2043_dual_dragon","elevation":"1","unit_capacity":"0","attack":"77","defense":"1","life":"3000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2044","in_store":"0","name":"2-Head Holydeath Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2044_dual_draggy","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2045","in_store":"0","name":"2-Head Holydeath Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2045_dual_dragon_rider","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2046","in_store":"0","name":"TNT Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2046_orc_kamikaze","elevation":"1","unit_capacity":"0","attack":"42","defense":"1","life":"800","velocity":"5","attack_range":"11","attack_interval":"60","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"12","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2047","in_store":"0","name":"Big Basher Orc","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2047_hammer_orc","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2048","in_store":"0","name":"Galaxy Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2048_galaxy_dragon","elevation":"1","unit_capacity":"0","attack":"78","defense":"1","life":"3100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2049","in_store":"0","name":"Galaxy Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2049_galaxy_draggy","elevation":"1","unit_capacity":"0","attack":"36","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2050","in_store":"0","name":"Galaxy Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2050_galaxy_dragon_rider","elevation":"1","unit_capacity":"0","attack":"103","defense":"1","life":"3300","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2051","in_store":"0","name":"Chuck Norris Bahamut Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2051_chuck_dragon","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2052","in_store":"0","name":"Attack Booster Wizard","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2052_attack_wizard","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2053","in_store":"0","name":"Metal T-Rex","type":"u","cost":"7500","cost_type":"g","xp":"750","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2053_metal_trex","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2100","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2054","in_store":"0","name":"Priest Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2054_priest_orc","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1300","velocity":"4","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"7","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2055","in_store":"0","name":"Soul Eater","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2055_soul_eater","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2000","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2056","in_store":"0","name":"Black Lizard Rider","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2056_monster_orc","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2057","in_store":"0","name":"3-Head Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2057_3h_dragon","elevation":"1","unit_capacity":"0","attack":"79","defense":"1","life":"3150","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2058","in_store":"0","name":"3-Head Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2058_3h_dragon_rider","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"3350","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2059","in_store":"0","name":"Sword Lion Warrior","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2059_sword_lion","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"2150","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2060","in_store":"0","name":"Brutal Slasher","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2060_slasher_orc","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2061","in_store":"0","name":"Dual Axe Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2061_dual_swords","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1500","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2062","in_store":"0","name":"Wyvern Rider","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2062_spectrum_orc","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"2000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2063","in_store":"0","name":"Star Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2063_star_dragon","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"3200","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2064","in_store":"0","name":"Star Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2064_star_draggy","elevation":"1","unit_capacity":"0","attack":"37","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2065","in_store":"0","name":"Star Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2065_star_dragon_rider","elevation":"1","unit_capacity":"0","attack":"105","defense":"1","life":"3400","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2066","in_store":"0","name":"2-Head Orc","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2066_twohead_orc","elevation":"1","unit_capacity":"0","attack":"59","defense":"1","life":"2200","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2067","in_store":"0","name":"Invisible Killer","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2067_invisible_killer","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"1800","velocity":"8","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"8","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2068","in_store":"0","name":"Boomerang Orc","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2068_boomerang_orc","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"1600","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2069","in_store":"0","name":"Golden Dynasty Dragon","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2069_golden_dragon","elevation":"1","unit_capacity":"0","attack":"81","defense":"1","life":"3250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2070","in_store":"0","name":"Golden Dynasty Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2070_golden_draggy","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2071","in_store":"0","name":"Golden Dynasty Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2071_golden_dragon_rider","elevation":"1","unit_capacity":"0","attack":"106","defense":"1","life":"3450","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2072","in_store":"0","name":"Evil Demon","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2072_evil_demon","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2073","in_store":"0","name":"Death Warrior","type":"u","cost":"8","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2073_death_warrior","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"2300","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2074","in_store":"0","name":"Orc Battering Ram","type":"u","cost":"14000","cost_type":"g","xp":"520","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"81","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2074_battering_ram","elevation":"1","unit_capacity":"0","attack":"500","defense":"1","life":"5000","velocity":"4","attack_range":"2","attack_interval":"80","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"15","store_groups":"Siege","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2075","in_store":"0","name":"Elemental Fire God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2075_elemental_red_god","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2076","in_store":"0","name":"Vulcano Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2076_vulcano_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2077","in_store":"0","name":"Elemental Fire Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2077_fire_colossus","elevation":"1","unit_capacity":"0","attack":"94","defense":"1","life":"3500","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2078","in_store":"0","name":"Elemental Forest Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2078_forest_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2079","in_store":"0","name":"Elemental Forest God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2079_elemental_forest_god","elevation":"1","unit_capacity":"0","attack":"102","defense":"1","life":"3900","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2080","in_store":"0","name":"Elemental Forest Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2080_forest_colossus","elevation":"1","unit_capacity":"0","attack":"92","defense":"1","life":"3600","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2081","in_store":"0","name":"Fire Soul Eater","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2081_fire_soul_eater","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"2200","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2082","in_store":"0","name":"Elemental Forest Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2082_forest_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"2","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2083","in_store":"0","name":"Evil Crows Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2083_evil_crow_whirlwinds","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2084","in_store":"0","name":"Elemental Water Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2084_water_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2085","in_store":"0","name":"Elemental Water God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2085_elemental_water_god","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"4100","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2086","in_store":"0","name":"Elemental Water Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2086_water_colossus","elevation":"1","unit_capacity":"0","attack":"96","defense":"1","life":"3400","velocity":"7","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2087","in_store":"0","name":"Luring Warrior","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2087_big_lure","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2088","in_store":"0","name":"Infraworld Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2088_infra_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2089","in_store":"0","name":"Elemental Soul God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2089_elemental_infra_god","elevation":"1","unit_capacity":"0","attack":"108","defense":"1","life":"4250","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2090","in_store":"0","name":"Elemental Soul Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2090_infra_colossus","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"3800","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2091","in_store":"0","name":"Elemental Soul Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2091_infra_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2092","in_store":"0","name":"Elemental Light Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2092_heaven_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"5","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2093","in_store":"0","name":"Elemental Light God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"92","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2093_elemental_heaven_god","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"3800","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2094","in_store":"0","name":"Elemental Light Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"92","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2094_heaven_colossus","elevation":"1","unit_capacity":"0","attack":"95","defense":"1","life":"3450","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2095","in_store":"0","name":"Heaven Colossus Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2095_heaven_colossus_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2096","in_store":"0","name":"Elemental Water Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2084_water_god_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2097","in_store":"0","name":"Black Phoenix","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2097_black_phoenix","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2098","in_store":"0","name":"Antimatter Golem","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2098_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2099","in_store":"0","name":"Medieval Golden Slayer","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2099_medieval_slayer","elevation":"1","unit_capacity":"0","attack":"80","defense":"1","life":"3000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2100","in_store":"0","name":"Reptile Warrior","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2100_reptile_warrior","elevation":"1","unit_capacity":"0","attack":"25","defense":"1","life":"6000","velocity":"4","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2101","in_store":"0","name":"Medieval Ether Messiah","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2101_medieval_messiah","elevation":"1","unit_capacity":"0","attack":"75","defense":"1","life":"2800","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2102","in_store":"0","name":"Medieval Samurai","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2102_medieval_samurai2","elevation":"1","unit_capacity":"0","attack":"78","defense":"1","life":"2600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2103","in_store":"0","name":"Slayer Minion","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2103_slayer_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"400","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2104","in_store":"0","name":"Tornado Heaven","type":"u","cost":"12","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2104_tornado_heaven","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"400","velocity":"4","attack_range":"5","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2105","in_store":"0","name":"Sword Gladiator","type":"u","cost":"3000","cost_type":"g","xp":"300","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"0","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2105_sword_glad","elevation":"1","unit_capacity":"0","attack":"32","defense":"1","life":"450","velocity":"5","attack_range":"2","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2106","in_store":"0","name":"Spearman Gladiator","type":"u","cost":"3200","cost_type":"g","xp":"600","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2106_spartan_glad","elevation":"1","unit_capacity":"0","attack":"26","defense":"1","life":"300","velocity":"6","attack_range":"8","attack_interval":"25","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2107","in_store":"0","name":"Knight Gladiator","type":"u","cost":"6800","cost_type":"g","xp":"680","groups":"melee medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2107_rider_glad","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"1800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"6","store_groups":"Cavalry","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2108","in_store":"0","name":"Demolisher Gladiator","type":"u","cost":"6800","cost_type":"g","xp":"680","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2108_demolisher","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"1650","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2109","in_store":"0","name":"Lizard Gladiator","type":"u","cost":"7000","cost_type":"g","xp":"700","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2109_monster_glad","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2100","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"2","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2110","in_store":"0","name":"Souls Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2110_souls_whirlwinds","elevation":"1","unit_capacity":"0","attack":"50","defense":"1","life":"1500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2111","in_store":"0","name":"Antimatter Golem","type":"u","cost":"16000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2098_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"63","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"4","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2112","in_store":"0","name":"Evil Demon","type":"u","cost":"15000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2072_evil_demon","elevation":"1","unit_capacity":"0","attack":"60","defense":"1","life":"2250","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2113","in_store":"0","name":"Dark Evil God","type":"u","cost":"15","cost_type":"c","xp":"100","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2113_evil_god","elevation":"1","unit_capacity":"0","attack":"110","defense":"1","life":"4500","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2114","in_store":"0","name":"Atlas Titan","type":"u","cost":"9","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2114_atlas_titan","elevation":"1","unit_capacity":"0","attack":"65","defense":"1","life":"2500","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2115","in_store":"0","name":"Dark Evil God Minion","type":"u","cost":"6","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2115_evil_god_minion","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"600","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2116","in_store":"0","name":"Mace Gladiator","type":"u","cost":"3600","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2116_axeman_glad","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"6","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2117","in_store":"0","name":"Priest Gladiator","type":"u","cost":"6000","cost_type":"g","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2117_priest_glad","elevation":"1","unit_capacity":"0","attack":"45","defense":"1","life":"1400","velocity":"5","attack_range":"9","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"12","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2118","in_store":"0","name":"Priest Gladiator Pet","type":"u","cost":"5","cost_type":"c","xp":"100","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2118_priest_minion_glad","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"450","velocity":"9","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2119","in_store":"0","name":"Dark Evil God","type":"u","cost":"15","cost_type":"c","xp":"100","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2113_evil_god","elevation":"1","unit_capacity":"0","attack":"110","defense":"1","life":"50000","velocity":"7","attack_range":"6","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2120","in_store":"0","name":"Death Warrior","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2073_death_warrior","elevation":"1","unit_capacity":"0","attack":"61","defense":"1","life":"2300","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2121","in_store":"0","name":"Sky Bahamut Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2121_sky_bahamut","elevation":"1","unit_capacity":"0","attack":"108","defense":"1","life":"4000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2122","in_store":"0","name":"Sky Bahamut Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2122_sky_draggy","elevation":"1","unit_capacity":"0","attack":"38","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2123","in_store":"0","name":"Sky Bahamut Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2123_sky_dragon_rider","elevation":"1","unit_capacity":"0","attack":"133","defense":"1","life":"4250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2124","in_store":"0","name":"Sky Whirlwind","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"96","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2124_sky_whirlwind","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"6","attack_range":"3","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2125","in_store":"0","name":"Lion Soul Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2125_big_glad","elevation":"1","unit_capacity":"0","attack":"54","defense":"1","life":"2000","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2126","in_store":"0","name":"Bull Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2126_bull_glad","elevation":"1","unit_capacity":"0","attack":"52","defense":"1","life":"2200","velocity":"8","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2127","in_store":"0","name":"Queen Beast","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2127_mother","elevation":"1","unit_capacity":"0","attack":"66","defense":"1","life":"2600","velocity":"5","attack_range":"7","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2128","in_store":"0","name":"Queen Beast Spawn","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2128_mother_son","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"1500","velocity":"9","attack_range":"2","attack_interval":"25","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2129","in_store":"0","name":"Hell Abyss Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2129_hell_dragon","elevation":"1","unit_capacity":"0","attack":"112","defense":"1","life":"4600","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2130","in_store":"0","name":"Hell Abyss Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2130_hell_draggy","elevation":"1","unit_capacity":"0","attack":"46","defense":"1","life":"650","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2131","in_store":"0","name":"Hell Abyss Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2131_hell_rider","elevation":"1","unit_capacity":"0","attack":"137","defense":"1","life":"4850","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2132","in_store":"0","name":"3-Head Primal Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2132_3head_dragon","elevation":"1","unit_capacity":"0","attack":"114","defense":"1","life":"4700","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2133","in_store":"0","name":"3-Head Primal Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2133_3head_draggy","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2134","in_store":"0","name":"3-Head Primal Dragon Rider","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2134_3head_rider","elevation":"1","unit_capacity":"0","attack":"139","defense":"1","life":"4950","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2135","in_store":"0","name":"4-Weapons Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2135_4weap_glad","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2136","in_store":"0","name":"Centaur Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2136_centaur_glad","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"11","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2137","in_store":"0","name":"Swamp Monster","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2137_swamp_monster","elevation":"1","unit_capacity":"0","attack":"69","defense":"1","life":"2800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2138","in_store":"0","name":"Predator Lizard","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2138_blacklizard","elevation":"1","unit_capacity":"0","attack":"68","defense":"1","life":"2700","velocity":"7","attack_range":"9","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2139","in_store":"0","name":"T-Rex","type":"u","cost":"10000","cost_type":"g","xp":"1000","groups":"melee big slow","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"713_trex","elevation":"1","unit_capacity":"0","attack":"33","defense":"1","life":"1500","velocity":"4","attack_range":"1","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"10","store_groups":"Specials","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2140","in_store":"0","name":"Green Extreme Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2140_4wings_dragon","elevation":"1","unit_capacity":"0","attack":"115","defense":"1","life":"4800","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2141","in_store":"0","name":"Green Extreme Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2141_4wings_draggy","elevation":"1","unit_capacity":"0","attack":"47","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2142","in_store":"0","name":"Green Extreme Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2142_4wings_rider","elevation":"1","unit_capacity":"0","attack":"140","defense":"1","life":"5050","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2143","in_store":"0","name":"Blade Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2143_bigwarrior_glad","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2144","in_store":"0","name":"Minotaur Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2144_minotaur_glad","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2145","in_store":"0","name":"Ice Golem","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2145_ice_golem","elevation":"1","unit_capacity":"0","attack":"70","defense":"1","life":"2800","velocity":"7","attack_range":"2","attack_interval":"35","new_item":"0","population":"4","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2146","in_store":"0","name":"Swamp Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2146_swamp_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"500","velocity":"8","attack_range":"1","attack_interval":"30","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2147","in_store":"0","name":"Whirlwind Minion","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"94","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2147_whirlwind_minion","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"11","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"2","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2148","in_store":"0","name":"Genesis Earth God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2148_earth_god","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"5200","velocity":"7","attack_range":"4","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2149","in_store":"0","name":"Genesis Earth God Minion","type":"u","cost":"6","cost_type":"g","xp":"1","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2149_earth_minion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2150","in_store":"0","name":"Devil Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2150_devil_glad","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1800","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"5","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2151","in_store":"0","name":"Chariot Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2151_chariot_glad","elevation":"1","unit_capacity":"0","attack":"56","defense":"1","life":"2200","velocity":"10","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Cavalry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2152","in_store":"0","name":"Genesis Earth Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"colossus","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2152_earth_colossus","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"4600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2153","in_store":"0","name":"Tiny Fire God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2153_tiny_fire","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2154","in_store":"0","name":"Sand Storm Whirlwind","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2154_sand_whirl","elevation":"1","unit_capacity":"0","attack":"40","defense":"1","life":"500","velocity":"11","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2155","in_store":"0","name":"Tiny Water God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"93","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2155_tiny_water","elevation":"1","unit_capacity":"0","attack":"98","defense":"1","life":"4100","velocity":"5","attack_range":"3","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2156","in_store":"0","name":"Genesis Wind God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2156_wind_god","elevation":"1","unit_capacity":"0","attack":"118","defense":"1","life":"5300","velocity":"7","attack_range":"11","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2157","in_store":"0","name":"Caesar Gladiator","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2157_cesar_glad","elevation":"1","unit_capacity":"0","attack":"62","defense":"1","life":"2400","velocity":"5","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2158","in_store":"0","name":"Caesar Gladiator Minion","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2158_cesar_glad_minion","elevation":"1","unit_capacity":"0","attack":"35","defense":"1","life":"600","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"1","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2159","in_store":"0","name":"Genesis Wind Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2159_wind_minion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2160","in_store":"0","name":"Genesis Shadow God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2160_genesisShadowGod","elevation":"1","unit_capacity":"0","attack":"124","defense":"1","life":"5000","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2161","in_store":"0","name":"Genesis Shadow Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2161_genesisShadowMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2162","in_store":"0","name":"Genesis Wind Colossus","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2162_genesisWindColossus","elevation":"1","unit_capacity":"0","attack":"104","defense":"1","life":"4600","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2163","in_store":"0","name":"Dwarf Axe","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2163_dwarfAxe","elevation":"1","unit_capacity":"0","attack":"58","defense":"1","life":"1900","velocity":"6","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2164","in_store":"0","name":"Dwarf Priest","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2164_dwarfPriest","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2165","in_store":"0","name":"Dwarven Catapult","type":"u","cost":"15000","cost_type":"g","xp":"1500","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2165_dwarvenCatapult","elevation":"1","unit_capacity":"0","attack":"55","defense":"1","life":"2000","velocity":"8","attack_range":"2","attack_interval":"35","new_item":"0","population":"3","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"3","store_groups":"Infantry","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2166","in_store":"0","name":"Tiny Light God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"95","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2166_tinyLightGod","elevation":"1","unit_capacity":"0","attack":"100","defense":"1","life":"4000","velocity":"5","attack_range":"4","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"5","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2167","in_store":"0","name":"Genesis Ice God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2167_genesisIceGod","elevation":"1","unit_capacity":"0","attack":"122","defense":"1","life":"5100","velocity":"7","attack_range":"5","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2168","in_store":"0","name":"Genesis Ice Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2168_genesisICeMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"1","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2169","in_store":"0","name":"Genesis Iron God","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"god","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2169_genesisIronGod","elevation":"1","unit_capacity":"0","attack":"126","defense":"1","life":"4900","velocity":"7","attack_range":"10","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2170","in_store":"0","name":"Genesis Iron Minion","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"ranged medium normal","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2170_genesisIronMinion","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"7","attack_range":"8","attack_interval":"35","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"0","potion":"3","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2171","in_store":"0","name":"Electric Extreme Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2171_electricExtremeDragon","elevation":"1","unit_capacity":"0","attack":"120","defense":"1","life":"5000","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2172","in_store":"0","name":"Electric Extreme Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2172_electricExtremeDraggy","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2173","in_store":"0","name":"Electric Extreme Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2173_electricExtremeDragonRider","elevation":"1","unit_capacity":"0","attack":"145","defense":"1","life":"5250","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2174","in_store":"0","name":"Golden Extreme Dragon","type":"u","cost":"15","cost_type":"c","xp":"2","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2174_goldenExtremeDragon","elevation":"1","unit_capacity":"0","attack":"125","defense":"1","life":"5100","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2175","in_store":"0","name":"Golden Extreme Draggy","type":"u","cost":"6","cost_type":"c","xp":"1","groups":"draggy","trains":"0","upgrades_to":"0","display_order":"115","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"3","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"5","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2175_goldenExtremeDraggy","elevation":"1","unit_capacity":"0","attack":"48","defense":"1","life":"700","velocity":"8","attack_range":"8","attack_interval":"30","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"1","protect":"1","potion":"2","achievement":"1","achievement_desc":"He looks so cute... but the little Draggy spits fire like a devil! Aaww!","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"2176","in_store":"0","name":"Golden Extreme Dragon Rider","type":"u","cost":"10","cost_type":"c","xp":"1","groups":"dragon","trains":"0","upgrades_to":"0","display_order":"97","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"79","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"2176_goldenExtremeDragonRider","elevation":"1","unit_capacity":"0","attack":"150","defense":"1","life":"5350","velocity":"6","attack_range":"9","attack_interval":"35","new_item":"0","population":"6","gift_level":"1","cost_unit_cash":"2","race":"h","flying":"0","protect":"1","potion":"5","achievement":"1","achievement_desc":"","units_limit":"0","store_groups":"Dragons","store_level":"0","size":"2","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3001","in_store":"0","name":"Chained 30% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3001_chained_30","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3002","in_store":"0","name":"Chained Soul Eater","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3002_chained_soul_eater","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3003","in_store":"0","name":"Chained 3-Head Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3003_chained_3h_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3004","in_store":"0","name":"Chained 60% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3004_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3005","in_store":"0","name":"Chained 100% Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3005_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3006","in_store":"0","name":"Chained Monster Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3006_chained_monster_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3007","in_store":"0","name":"Chained King Kong","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3007_chained_kong","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3008","in_store":"0","name":"Chained Sword Lion","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3008_chained_sword_lion","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3009","in_store":"0","name":"Chained Brutal Slasher","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3009_chained_slasher_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3010","in_store":"0","name":"Chained Star Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3010_chained_star_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3011","in_store":"0","name":"Chained 35% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3011_chained_35_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3012","in_store":"0","name":"Chained Atomic Godzilla","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3012_chained_atomic_godzilla","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3013","in_store":"0","name":"Chained 100% Egyptian Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3013_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3014","in_store":"0","name":"Chained Imperial Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3014_chained_imperial_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3015","in_store":"0","name":"Chained 2 Headed Orc","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3015_chained_twohead_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3016","in_store":"0","name":"Chained Invisible","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"2","height":"2","max_frame":"2","giftable":"0","img_name":"3016_chained_invisible","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3017","in_store":"0","name":"Chained Golden Dynasty Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3017_chained_golden_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3018","in_store":"0","name":"Chained 50% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3018_chained_50_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3019","in_store":"0","name":"Chained 2 Headed Orc","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3019_chained_twohead_orc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3020","in_store":"0","name":"Chained Evil Demon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3020_chained_evil_demon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3021","in_store":"0","name":"Chained Black Magic Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3021_chained_new","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3022","in_store":"0","name":"Chained Death Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3022_chained_death_warrior","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3023","in_store":"0","name":"Chained 90 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3023_chained_90","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3024","in_store":"0","name":"Chained 100 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3024_chained_100","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3025","in_store":"0","name":"Chained Elemental Fire God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3025_chained_red_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3026","in_store":"0","name":"Chained Super Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3026_chained_super_pack_v3","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3027","in_store":"0","name":"Chained Fire Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3027_chained_fire_colossus_2","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3028","in_store":"0","name":"Chained Forest God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3028_chained_forest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3029","in_store":"0","name":"Chained Evil Demon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3029_chained_evil","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3030","in_store":"0","name":"Chained Forest Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3030_chained_forest_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3031","in_store":"0","name":"Chained Fire Soul Eater","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3031_chained_fire_soul","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3032","in_store":"0","name":"Chained Creatures Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3032_chained_creatures","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3033","in_store":"0","name":"Chained Titans Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3033_chained_titans","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3034","in_store":"0","name":"Chained Luring Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3034_chained_lure","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3035","in_store":"0","name":"Chained Elemental Water God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3035_chained_water_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3036","in_store":"0","name":"Chained Water Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3036_chained_water_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3037","in_store":"0","name":"Chained Elemental Soul God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3037_chained_infra_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3038","in_store":"0","name":"Chained Soul Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3038_chained_infra_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3039","in_store":"0","name":"Chained Elemental Light God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3039_chained_heaven_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3040","in_store":"0","name":"Chained Light Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3040_chained_heaven_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3041","in_store":"0","name":"Chained 60 Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3041_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3042","in_store":"0","name":"Chained Reptile Warrior","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3042_chained_reptile_warrior","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3043","in_store":"0","name":"Chained Antimatter Golem","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3043_chained_antimatter_golem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3044","in_store":"0","name":"Chained Black Phoenix","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3044_chained_black_phoenix","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3045","in_store":"0","name":"Chained Battering Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3045_chained_battering_pack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3046","in_store":"0","name":"Chained Medieval Golden Slayer","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3046_chained_medieval_slayer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3047","in_store":"0","name":"Chained Medieval Ether Messiah","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3047_chained_medieval_messiah","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3048","in_store":"0","name":"Chained Medieval Samurai","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3048_chained_medieval_samurai","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3049","in_store":"0","name":"Chained Half Price Party Weekend","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3049_half_weekend","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3050","in_store":"0","name":"Chained 99% Bonus Revolution","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3050_99_bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3051","in_store":"0","name":"Chained Battle Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3051_chained_battle_pack","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3052","in_store":"0","name":"Chained +150% Extra Cash","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3052_chained_150_extra_cash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3053","in_store":"0","name":"Chained 40% off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3053_chained_40_percent_off","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3054","in_store":"0","name":"Chained Power Pack","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3054_chained_power","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3055","in_store":"0","name":"Chained Dark Evil God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3055_chained_evil_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3056","in_store":"0","name":"Chained Atlas Titan","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3056_chained_atlas","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3057","in_store":"0","name":"Chained Water God & Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"10","height":"10","max_frame":"2","giftable":"0","img_name":"3057_chained_watergc","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3058","in_store":"0","name":"Chained Supreme Bahamut","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3058_chained_supreme","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3059","in_store":"0","name":"Chained 100% Bonus Frostfire Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3059_chained_100_frostfire","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3060","in_store":"0","name":"Chained Brutal Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3060_chained_sixpm","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3061","in_store":"0","name":"Chained Sky Bahamut Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3061_chained_sky_bahamut","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3062","in_store":"0","name":"Chained 100% Bonus Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3062_chained_100_draggy","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3063","in_store":"0","name":"Chained Hell Abyss Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3063_chained_hell","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3064","in_store":"0","name":"Chained Legendary Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3064_chained_newchest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3065","in_store":"0","name":"Chained Queen Beast","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3065_chained_queen_beast","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3066","in_store":"0","name":"Chained 95% Brutal Slasher","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3066_chained_95_brutal","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3067","in_store":"0","name":"Chained 3-Head Primal Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3067_chained_3head_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3068","in_store":"0","name":"Chained Swamp Monster","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3068_chained_swamp","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3069","in_store":"0","name":"Chained Brutal Monster Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3069_chained_brutalmonsters","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3070","in_store":"0","name":"Chained Predator Lizard","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3070_chained_blacklizard","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3071","in_store":"0","name":"Chained 60% Off","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3071_chained_60","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3072","in_store":"0","name":"Chained Green Extreme Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3072_chained_4wings_dragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3073","in_store":"0","name":"Chained Ice Golem","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3073_chained_ice_golem","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3074","in_store":"0","name":"Chained Struggle Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3074_chained_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3075","in_store":"0","name":"Chained 125% Bonus + Galaxy Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3075_chained_100_small","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3076","in_store":"0","name":"Chained 60% + Off Star Draggy","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3076_chained_60_star","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3077","in_store":"0","name":"Chained Genesis Earth God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3077_chained_earth_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3078","in_store":"0","name":"Chained Genesis Earth Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3078_chained_earth_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3079","in_store":"0","name":"Chained Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3079_golden_slayer_cannon_mech","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3080","in_store":"0","name":"Chained Tiny Fire God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3080_chained_tiny_fire","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3081","in_store":"0","name":"Chained 125% Extra Cash","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3081_chained_125_extracash","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3082","in_store":"0","name":"Chained Tiny Water God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3082_chained_tiny_water","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3083","in_store":"0","name":"Chained Genesis Wind God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"5","height":"5","max_frame":"2","giftable":"0","img_name":"3083_chained_wind_god","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3084","in_store":"0","name":"Chained Light God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3084_chained_light_god_colossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3085","in_store":"0","name":"Chained Pharaohs Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3085_chained_pharaohs_chest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3086","in_store":"0","name":"Chained 110% Bonus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3086_chained_110Bonus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3087","in_store":"0","name":"Chained Genesis Shadow God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3087_chained_genesisShadowGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3088","in_store":"0","name":"Chained Genesis Wind Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3088_chained_genesisWindColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3089","in_store":"0","name":"Chained Tiny Light God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3089_chained_tinyLightGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3090","in_store":"0","name":"Chained Soul God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3090_chained_soulGodColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3091","in_store":"0","name":"Chained Genesis Ice God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3091_chained_genesisIceGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3092","in_store":"0","name":"Chained Creepy Monsters Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3092_chained_creepyMonstersChest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3093","in_store":"0","name":"Chained Mounted Furious Bull Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3093_chained_mountedFuriousBullDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3094","in_store":"0","name":"Chained Fire God + Colossus","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3094_chained_fireGodColossus","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3095","in_store":"0","name":"Chained Golems Chest","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3095_chained_golemsChest","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3096","in_store":"0","name":"Chained Red + Golden Bahamut Dragons","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"6","height":"6","max_frame":"2","giftable":"0","img_name":"3096_chained_red_goldenBahamutDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3097","in_store":"0","name":"Chained Genesis Iron God","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"3097_chained_genesisIronGod","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3098","in_store":"0","name":"Chained Electric Extreme Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3098_chained_electricExtremeDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3099","in_store":"0","name":"Chained x2_5 Cash Offer","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3099_chained_x2_5_cashOffer","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"3100","in_store":"0","name":"Chained Golden Extreme Dragon","type":"b","cost":"1000","cost_type":"g","xp":"50","groups":"","trains":"0","upgrades_to":"0","display_order":"-85","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"12","subcategory_id":"121","subcat_functional":"411","min_level":"1","width":"3","height":"3","max_frame":"2","giftable":"0","img_name":"3100_chained_goldenExtremeDragon","elevation":"1","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"1","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"49987","in_store":"0","name":"Wood Wall","type":"b","cost":"2500","cost_type":"w","xp":"50","groups":"","trains":"0","upgrades_to":"49988","display_order":"8","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"9","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone1","elevation":"4","unit_capacity":"0","attack":"50","defense":"1","life":"1500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49988","in_store":"0","name":"Reenforced Wall","type":"b","cost":"5000","cost_type":"w","xp":"250","groups":"","trains":"0","upgrades_to":"49989","display_order":"9","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"13","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone2","elevation":"4","unit_capacity":"0","attack":"200","defense":"1","life":"5000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49989","in_store":"0","name":"Stone Wall","type":"b","cost":"10000","cost_type":"s","xp":"500","groups":"","trains":"0","upgrades_to":"49990","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"17","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone3","elevation":"4","unit_capacity":"0","attack":"500","defense":"1","life":"15000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49990","in_store":"0","name":"Steel Wall","type":"b","cost":"20000","cost_type":"s","xp":"1000","groups":"","trains":"0","upgrades_to":"49991","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"25","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone4","elevation":"4","unit_capacity":"0","attack":"1000","defense":"1","life":"30000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49991","in_store":"0","name":"Royal Wall","type":"b","cost":"100000","cost_type":"s","xp":"3000","groups":"","trains":"0","upgrades_to":"0","display_order":"10","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"2","subcategory_id":"22","subcat_functional":"221","min_level":"34","width":"1","height":"1","max_frame":"2","giftable":"0","img_name":"murallaiphone5","elevation":"4","unit_capacity":"0","attack":"2000","defense":"1","life":"75000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Wall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49992","in_store":"0","name":"Heroes Hall","type":"b","cost":"2000","cost_type":"g","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"21600","expiration":"0","collect":"1","collect_type":"u","collect_xp":"100","category_id":"5","subcategory_id":"51","subcat_functional":"511","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50002_heroes_hall","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"SpecialWonders","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49993","in_store":"0","name":"Winged Knight Barracks","type":"b","cost":"28000","cost_type":"g","xp":"4500","groups":"","trains":"662","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"40","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49993_winged_knight_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49994","in_store":"0","name":"Troll Barracks","type":"b","cost":"26000","cost_type":"g","xp":"4000","groups":"","trains":"857","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"39","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49994_troll_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49995","in_store":"0","name":"Ninja Barracks","type":"b","cost":"22000","cost_type":"g","xp":"4000","groups":"","trains":"50031","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"36","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49995_ninja_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49996","in_store":"0","name":"Elephants Barracks","type":"b","cost":"21000","cost_type":"g","xp":"3500","groups":"","trains":"603","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"3","subcategory_id":"31","subcat_functional":"311","min_level":"34","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49996_elephant_barracks","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Barracones","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49997","in_store":"0","name":"Buey Ranch","type":"b","cost":"5000","cost_type":"w","xp":"250","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"2000","collect_type":"f","collect_xp":"67","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"21","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49997_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Ranch","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49998","in_store":"0","name":"Pig ranch","type":"b","cost":"2500","cost_type":"w","xp":"150","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"1500","collect_type":"f","collect_xp":"50","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"15","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49998_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"49999","in_store":"0","name":"Chicken Ranch","type":"b","cost":"600","cost_type":"w","xp":"15","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"1800","expiration":"0","collect":"1000","collect_type":"f","collect_xp":"34","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"9","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"49999_ranch","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50001","in_store":"0","name":"Town Hall I","type":"b","cost":"1000","cost_type":"g","xp":"150","groups":"","trains":"500","upgrades_to":"50007","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"4","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50001_townhall1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50003","in_store":"0","name":"Embassy I","type":"b","cost":"4000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50009","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"6","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50003_embassy1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50004","in_store":"0","name":"Stone Mine(Erase)","type":"b","cost":"125","cost_type":"w","xp":"14","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"90","expiration":"0","collect":"100","collect_type":"s","collect_xp":"4","category_id":"1","subcategory_id":"12","subcat_functional":"123","min_level":"7","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50004_stone_mine","elevation":"4","unit_capacity":"6","attack":"0","defense":"1","life":"140","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Cultivo","store_level":"0","size":"0","show_on_mobile":"0","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""},{"id":"50005","in_store":"0","name":"Harbour I","type":"b","cost":"6000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"10","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50005_forest_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50006","in_store":"0","name":"Blacksmith I","type":"b","cost":"2000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50012","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"11","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50006_blacksmith1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50007","in_store":"0","name":"Town Hall II","type":"b","cost":"7500","cost_type":"g","xp":"1000","groups":"","trains":"500","upgrades_to":"50015","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"12","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50007_townhall2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50008","in_store":"0","name":"University I","type":"b","cost":"10000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"50014","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"13","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50008_university1","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50009","in_store":"0","name":"Embassy II","type":"b","cost":"15000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"50016","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"15","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50009_embassy2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50010","in_store":"0","name":"Oracle","type":"b","cost":"30000","cost_type":"g","xp":"100","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"16","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50010_oracle","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Oracle","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"1","iphone_adjustments":""},{"id":"50011","in_store":"0","name":"Harbour II","type":"b","cost":"20000","cost_type":"g","xp":"300","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"18","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50011_snow_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50012","in_store":"0","name":"Blacksmith II","type":"b","cost":"25000","cost_type":"g","xp":"200","groups":"","trains":"0","upgrades_to":"50025","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"19","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50012_blacksmith2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50014","in_store":"0","name":"University II","type":"b","cost":"20000","cost_type":"g","xp":"1000","groups":"","trains":"0","upgrades_to":"50028","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"21","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50014_university2","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50015","in_store":"0","name":"Town Hall III","type":"b","cost":"30000","cost_type":"g","xp":"1250","groups":"","trains":"500","upgrades_to":"50018","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"22","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50015_townhall3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50016","in_store":"0","name":"Embassy III","type":"b","cost":"60000","cost_type":"g","xp":"1250","groups":"","trains":"0","upgrades_to":"50020","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"26","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50016_embassy3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50018","in_store":"0","name":"Town Hall IV","type":"b","cost":"80000","cost_type":"g","xp":"2250","groups":"","trains":"500","upgrades_to":"50019","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"31","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50018_townhall4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50019","in_store":"0","name":"Town Hall V","type":"b","cost":"150000","cost_type":"g","xp":"5000","groups":"","trains":"500","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"13","subcat_functional":"135","min_level":"42","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50019_townhall5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"5","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Townhall","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50020","in_store":"0","name":"Embassy IV","type":"b","cost":"85000","cost_type":"g","xp":"2500","groups":"","trains":"0","upgrades_to":"50021","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"33","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50020_embassy4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50021","in_store":"0","name":"Embassy V","type":"b","cost":"200000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"43","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50021_embassy5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Embassy","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50022","in_store":"0","name":"Harbour III","type":"b","cost":"65000","cost_type":"g","xp":"1500","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"27","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50022_japan_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50023","in_store":"0","name":"Harbour IV","type":"b","cost":"90000","cost_type":"g","xp":"4500","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"36","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50023_mineral_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50024","in_store":"0","name":"Harbour V","type":"b","cost":"250000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"44","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50024_mountain_harbour","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"1","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Harbour","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50025","in_store":"0","name":"Blacksmith III","type":"b","cost":"70000","cost_type":"g","xp":"1750","groups":"","trains":"0","upgrades_to":"50026","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"28","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50025_blacksmith3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50026","in_store":"0","name":"Blacksmith IV","type":"b","cost":"95000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"50027","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"37","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50026_blacksmith4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50027","in_store":"0","name":"Blacksmith V","type":"b","cost":"300000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"45","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50027_blacksmith5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"1000","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"Blacksmith","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50028","in_store":"0","name":"University III","type":"b","cost":"75000","cost_type":"g","xp":"2000","groups":"","trains":"0","upgrades_to":"50029","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"30","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50028_university3","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50029","in_store":"0","name":"University IV","type":"b","cost":"100000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"50030","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"38","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50029_university4","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50030","in_store":"0","name":"University V","type":"b","cost":"400000","cost_type":"g","xp":"5000","groups":"","trains":"0","upgrades_to":"0","display_order":"-5000","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"0","category_id":"1","subcategory_id":"14","subcat_functional":"134","min_level":"47","width":"4","height":"4","max_frame":"2","giftable":"0","img_name":"50030_university5","elevation":"4","unit_capacity":"0","attack":"0","defense":"1","life":"500","velocity":"0","attack_range":"0","attack_interval":"0","new_item":"0","population":"0","gift_level":"1","cost_unit_cash":"0","race":"h","flying":"0","protect":"0","potion":"1","achievement":"0","achievement_desc":"","units_limit":"1","store_groups":"University","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"1","only_mobile":"1","iphone_adjustments":""},{"id":"50031","in_store":"0","name":"Black Ninja","type":"u","cost":"5000","cost_type":"g","xp":"500","groups":"ranged small fast","trains":"0","upgrades_to":"0","display_order":"93","activation":"0","expiration":"0","collect":"0","collect_type":"g","collect_xp":"4","category_id":"7","subcategory_id":"7","subcat_functional":"80","min_level":"8","width":"1","height":"1","max_frame":"5","giftable":"0","img_name":"719_ninja","elevation":"1","unit_capacity":"0","attack":"12","defense":"1","life":"400","velocity":"8","attack_range":"9","attack_interval":"15","new_item":"0","population":"2","gift_level":"1","cost_unit_cash":"6","race":"h","flying":"0","protect":"1","potion":"4","achievement":"0","achievement_desc":"","units_limit":"0","store_groups":"Specials","store_level":"0","size":"0","show_on_mobile":"1","show_on_mobile_store":"0","only_mobile":"0","iphone_adjustments":""}],"expansion_prices":[{"coins":4000,"cash":20,"neighbors":1},{"coins":40000,"cash":25,"neighbors":3},{"coins":80000,"cash":30,"neighbors":5},{"coins":100000,"cash":35,"neighbors":8},{"coins":150000,"cash":40,"neighbors":10},{"coins":300000,"cash":45,"neighbors":12},{"coins":400000,"cash":50,"neighbors":14},{"coins":500000,"cash":60,"neighbors":16}],"levels":[{"name":"Slave","exp_required":0,"reward_type":"s","reward_amount":50},{"name":"Servant","exp_required":29,"reward_type":"w","reward_amount":50},{"name":"Peon","exp_required":60,"reward_type":"f","reward_amount":50},{"name":"Peasant","exp_required":100,"reward_type":"w","reward_amount":400},{"name":"Villager","exp_required":200,"reward_type":"c","reward_amount":1},{"name":"Scout","exp_required":350,"reward_type":"c","reward_amount":1},{"name":"Cadet","exp_required":550,"reward_type":"c","reward_amount":1},{"name":"Squire","exp_required":800,"reward_type":"c","reward_amount":1},{"name":"Soldier","exp_required":1113,"reward_type":"c","reward_amount":1},{"name":"Footman","exp_required":1504,"reward_type":"c","reward_amount":1},{"name":"Swordsman","exp_required":1993,"reward_type":"c","reward_amount":1},{"name":"Spearman","exp_required":2604,"reward_type":"c","reward_amount":1},{"name":"Lancer","exp_required":3368,"reward_type":"c","reward_amount":1},{"name":"Grunt","exp_required":4323,"reward_type":"c","reward_amount":1},{"name":"Knight","exp_required":5517,"reward_type":"c","reward_amount":1},{"name":"Private","exp_required":7010,"reward_type":"c","reward_amount":1},{"name":"Second Lieutenant","exp_required":8876,"reward_type":"c","reward_amount":1},{"name":"Lieutenant","exp_required":11209,"reward_type":"c","reward_amount":1},{"name":"Corporal","exp_required":13659,"reward_type":"c","reward_amount":1},{"name":"Marauder","exp_required":16232,"reward_type":"c","reward_amount":1},{"name":"Captain","exp_required":18934,"reward_type":"c","reward_amount":1},{"name":"Sergeant","exp_required":21771,"reward_type":"c","reward_amount":1},{"name":"Senior Sergeant","exp_required":24750,"reward_type":"c","reward_amount":1},{"name":"First Sergeant","exp_required":27878,"reward_type":"c","reward_amount":1},{"name":"Master Sergeant","exp_required":31162,"reward_type":"c","reward_amount":1},{"name":"Sergeant Major","exp_required":34610,"reward_type":"c","reward_amount":1},{"name":"Major","exp_required":38230,"reward_type":"c","reward_amount":1},{"name":"Centurion","exp_required":42031,"reward_type":"c","reward_amount":1},{"name":"Legionnaire","exp_required":46022,"reward_type":"c","reward_amount":1},{"name":"Gladiator","exp_required":50213,"reward_type":"c","reward_amount":1},{"name":"Champion","exp_required":54614,"reward_type":"c","reward_amount":1},{"name":"Lieutenant General","exp_required":59235,"reward_type":"c","reward_amount":1},{"name":"General","exp_required":64087,"reward_type":"c","reward_amount":1},{"name":"Colonel","exp_required":69182,"reward_type":"c","reward_amount":1},{"name":"Lieutenant Commander","exp_required":74532,"reward_type":"c","reward_amount":1},{"name":"Commander","exp_required":80150,"reward_type":"c","reward_amount":1},{"name":"Marshal","exp_required":86049,"reward_type":"c","reward_amount":1},{"name":"Field Marshal","exp_required":92243,"reward_type":"c","reward_amount":1},{"name":"Grand Marshal","exp_required":98747,"reward_type":"c","reward_amount":1},{"name":"Paladin","exp_required":105576,"reward_type":"c","reward_amount":1},{"name":"Corporal","exp_required":112746,"reward_type":"c","reward_amount":1},{"name":"Admiral","exp_required":120275,"reward_type":"c","reward_amount":1},{"name":"Commodore","exp_required":128180,"reward_type":"c","reward_amount":1},{"name":"Battlemaster","exp_required":136480,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":145195,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":154346,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":163955,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":174044,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":184637,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":195760,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":207439,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":219702,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":232578,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":246098,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":260294,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":275200,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":290851,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":307285,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":324541,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":342660,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":361685,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":381661,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":402636,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":424660,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":447785,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":472066,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":497561,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":524331,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":552440,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":581954,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":612944,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":645484,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":679651,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":715526,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":756782,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":804226,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":858787,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":921532,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":993689,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1076670,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1172098,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1281840,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1408043,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1553176,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1720079,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":1912017,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2132746,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2386584,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2678498,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3014199,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3400255,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":3844219,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":4354778,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":4941921,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":5617135,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":6393631,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":7286601,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":8313517,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":9494470,"reward_type":"c","reward_amount":1},{"name":"Conqueror","exp_required":2016089205,"reward_type":"c","reward_amount":1}],"honor_levels":[{"id":1,"points":0,"rank":"Peasant with Spear"},{"id":2,"points":50,"rank":"Count's Squire"},{"id":3,"points":100,"rank":"Troll Slayer"},{"id":4,"points":150,"rank":"Baron's Knight"},{"id":5,"points":200,"rank":"Captain of Duke's Army"},{"id":6,"points":250,"rank":"Kingdom's Protector"},{"id":7,"points":300,"rank":"Citadel's Protector"},{"id":8,"points":350,"rank":"Spearmen's Commander"},{"id":9,"points":400,"rank":"Archery Lord"},{"id":10,"points":500,"rank":"Master Warlord"},{"id":11,"points":600,"rank":"Swords' Master"},{"id":12,"points":700,"rank":"Head of the Cavalry"},{"id":13,"points":800,"rank":"Great Lord of Tactics"},{"id":14,"points":900,"rank":"Siege's Master"},{"id":15,"points":1000,"rank":"Elite King's Warlord"}],"neighbor_assists":[{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! Some trolls are attacking my villagers!","action":"Click OKAY to eliminate the trolls","notification":"helped to eliminate the trolls"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! Some of my fighters got sick and I need them for the battle!","action":"Click OKAY to heal sick fighters","notification":"helped to heal sick fighters"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! A heavy storm has damaged my houses!","action":"Click OKAY to repair damaged houses","notification":"helped to repair damaged houses"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! We ran out of water and our villagers are thirsty!","action":"Click OKAY to provide some water","notification":"provided you some water"},{"reward":{"coins":50,"cash":0,"xp":15},"rnd":0,"task":"Help! A little villager girl is lost and her mum can't find her!","action":"Click OKAY to find the little villager girl","notification":"helped to find the little villager girl"}],"town_prices":[{"coins":100000,"cash":20,"level":15},{"coins":300000,"cash":20,"level":25},{"coins":550000,"cash":20,"level":35},{"coins":1000000,"cash":20,"level":45}],"map_prices":[{"coins":100000,"cash":20,"level":15},{"coins":300000,"cash":20,"level":25},{"coins":550000,"cash":20,"level":35},{"coins":1000000,"cash":20,"level":45}],"findable_items":[{"id":1,"title":"Clown","description":"You've found a sad Clown on your park. Share it with your friends to find a new home for him!","coins":100},{"id":2,"title":"Little Boy","description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100},{"id":3,"title":"Little Girl","description":"A little child got lost in your Park. Share it with your friends to find his parents!","coins":100},{"id":4,"title":"Teddy Bear","description":"You've found a Teddy Bear on your Park. Share it with your friends to find his owner!","coins":100},{"id":5,"title":"Budget","description":"Ohh, it seems somebody lost his wallet! Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":6,"title":"Bolso","description":"Ohh, a girl lost her Handbag on your Park!! Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":7,"title":"Globo","description":"A little child lost his balloon !! Help him to find it !!","coins":100},{"id":8,"title":"Llaves","description":"Ohh, One of your visitors lost his keys on your Park. Find his owner sharing it with your friends. A reward is given!!","coins":100},{"id":9,"title":"Gorra","description":"A teenager visitor lost his Cup!! On sunny days it's indispensable. Give the cup back by sharing it with your friends !!","coins":100},{"id":10,"title":"Movil","description":"Ohh, an old man lost his Handy on your park. Share it with your friends to find the owner !!","coins":100}],"missions":[{"id":2,"title":"Train villager","hint":"","description":"You need villagers to collect resources. Click on your Town Hall and then on the TRAIN button at the bottom panel.","reward":10},{"id":3,"title":"Send villager to farm land","hint":"","description":"Your farm land needs villagers to produce food. First click on a villager and then click on the farm land.","reward":10},{"id":4,"title":"Collect food","hint":"","description":"When the food is ready to be collected an icon appears. Click on it to get the resources!","reward":10},{"id":5,"title":"Cut trees and get wood","hint":"","description":"You got food, but you'll also need wood. Click on a villager and the click again on a tree. The villager will automatically cut all surrounding trees!","reward":10},{"id":6,"title":"Move mouse wheel to zoom","hint":"","description":"Rotate the mouse wheel or click and drag the slider at the lower right of the screen to zoom in\/out. It will help you to spot buildings or units!","reward":10},{"id":7,"title":"Build another farm land","hint":"","description":"Farm lands are essential to increase your empire because they provide you with food. Go to BUILD > Buildings > Resources and place another farm land.","reward":12},{"id":8,"title":"Build another house","hint":"","description":"Villagers and warriors live in houses! The more houses you build, the more units you can train. Go to BUILD > Buildings > Houses and place a House I.","reward":14},{"id":9,"title":"Build barracks","hint":"","description":"You'll need an army for coming battles! Click on the 'Build' button, select the 'Attack' category and finally click on the Barracks I building.","reward":16},{"id":10,"title":"Train 3 Spearmen","hint":"","description":"Start building your army with some spearmen. Click on the barracks building, and then click on the TRAIN button at the lower interface. Repeat this 3 times.","reward":18},{"id":11,"title":"Train 2 villagers","hint":"","description":"Click on the Town Hall and then on the Train button at the lower interface. Do this twice to train two villagers.","reward":20},{"id":12,"title":"Build mill","hint":"","description":"Mills will provide you with food, like farm lands. Go to BUILD > Buildings > Resources to build a mill.","reward":22},{"id":13,"title":"Send villager to mill","hint":"","description":"Mills don't work alone! They need villagers. Select a villager and click on the mill to put him in.","reward":24},{"id":14,"title":"Select food on mill","hint":"","description":"Choose one of the options to start producing the quantity of food you want!","reward":26},{"id":15,"title":"Put another villager on mill","hint":"","description":"Increase your food outcome adding another villager to your mill! (if you don't have any villagers available, you can train them at your Town Hall)","reward":28},{"id":16,"title":"Get villager out of mill","hint":"","description":"If you don't have resources to train villagers, you can get them out your buildings. Click on your mill and then click on a villager portrait at the lower interface to get it out of your mill.","reward":30},{"id":17,"title":"Extract 3 Gold","hint":"","description":"Gold will make you more powerful! It is used to train the best units. Select a villager and click on a gold vein (Explore the map to find gold veins)","reward":32},{"id":18,"title":"Select with double click","hint":"","description":"Double click 1 spearman to select the 3 at one, and move them near your Town Hall fountain. Double-clicking is very useful!","reward":34},{"id":19,"title":"Kill 3 trolls","hint":"","description":"Click on the Square Tool at the lower right of interface, and click and drag to select your units. (You can also use , it's easier and faster!). Then attack 3 trolls.","reward":36},{"id":20,"title":"Build sheep ranch","hint":"","description":"Sheeps are funny... and tasty! But they need a sheep ranch! Build one going to BUILD > Buildings > Resources. It will provide you with some food!","reward":38},{"id":21,"title":"Capture sheep","hint":"","description":"Ok! If you already got a sheep ranch, now go for some sheeps. Select a villager and click on a sheep to capture it.","reward":40},{"id":22,"title":"Send sheep to ranch","hint":"","description":"If you already captured a sheep with a villager, select the sheep and send it to the ranch!","reward":42},{"id":23,"title":"Collect sheep ranch","hint":"","description":"When a sheep ranch is ready to collect (you will see a food icon), click on it!","reward":44},{"id":24,"title":"Build 3 more farm lands","hint":"","description":"Build 3 more farm lands to feed your soldiers! Remember you can train villagers at your Town Hall and then direct them towards your farms to produce more food simultaneously.","reward":46},{"id":25,"title":"Collect 5 farm lands","hint":"","description":"Collect 5 farm lands. Important: Farm lands needs wood to be rebuilded, try to have always some on your inventory (see stats at the upper left of the screen).","reward":48},{"id":26,"title":"Build 4 more houses","hint":"","description":"Build 4 more houses to increase your population limit. (BUILD > Buildings > Houses)","reward":52},{"id":27,"title":"Build gold mine","hint":"","description":"Gold can also be obtained from gold mines, buy you can only own one. Go to Buildings > Resources and build it now!","reward":54},{"id":28,"title":"Put villager on gold mine","hint":"","description":"Gold mines need villagers to extract the gold. Bring one of them to the mine (if you don't have any villager available, remember to create them at your Town Hall).","reward":56},{"id":29,"title":"Build Archery","hint":"","description":"An archery will allow you to train archer infantry. Archers have a longer range than normal infantry. You can find the Archery in the Attack section of the BUILD menu.","reward":58},{"id":30,"title":"Train 3 Light Archers","hint":"","description":"Train 3 light archers at your archery! Remember, click the archery an then click the train button at the bottom.","reward":60},{"id":31,"title":"Kill 5 more trolls","hint":"","description":"It's time to kill trolls! Select your units with the SQUARE TOOL at the bottom right OR directly with a double click. Then click on an evil troll to attack him!","reward":62},{"id":32,"title":"Build 5 decorations","hint":"","description":"It's not all about battling! Put some decorations to your empire to make it more beautiful! Go to BUILD > Decorations and place 5 of them.","reward":64},{"id":33,"title":"Put name to empire","hint":"","description":"Every empire has a name! Put a name to yours too! Click at your empire name at the top right corner.","reward":66},{"id":34,"title":"Cut 10 trees","hint":"","description":"Click on a villager and click on a tree to cut it. If the tree is near a group of trees, the villager will cut them all automatically!","reward":68},{"id":35,"title":"Collect 10 stones","hint":"","description":"Stone is very important to build your defensive structures! Use your villagers to collect 10 stone!","reward":70},{"id":36,"title":"Build 2 towers near Town Hall","hint":"","description":"Build 2 towers near your Town Hall to protect it from your enemies. It's your most important building! (BUILD > Defense)","reward":72},{"id":37,"title":"Build wall","hint":"","description":"Build a row of 20 Wall I in the lower left border of your empire to start creating a defensive wall! Go to BUILD > Defense > Walls.","reward":74},{"id":38,"title":"Move wall","hint":"","description":"Choose a Wall I and then Move it with the Move option on the interface (directional cross icon).","reward":76},{"id":39,"title":"Build stables I","hint":"","description":"Your army needs cavalry! Build an stable to train light knights. (BUILD > Attack)","reward":78},{"id":40,"title":"Train 3 Light Knights","hint":"","description":"You'll need more warriors before facing your first real battle! Train 3 light knights at your new Stables I!","reward":80},{"id":41,"title":"Select unit with Square Tool","hint":"","description":"Choose multiple units with the Square Tool at the lower right of the interface (you can also use the bar, is much faster!)","reward":82},{"id":42,"title":"Kill all trolls","hint":"","description":"Kill all trolls in your empire! You can check how many of them are left on the counter at the lower right of the screen. Try to destroy their towers first!","reward":84},{"id":43,"title":"Rescue Princess!","hint":"","description":"When you finish with all the trolls, free the Princess and get the treasure!","reward":150},{"id":44,"title":"Visit #0#!","hint":"","description":"Click on the portrait of #0# on the lower interface and see how beautiful an empire can look like!","reward":88},{"id":45,"title":"Build lumber mill \/ Put peasant","hint":"","description":"Build a lumber mill and put a villager in to start producing wood! (You can find it at BUILD > Buildings > Resources).","reward":90},{"id":46,"title":"Select wood option","hint":"","description":"Choose one of the options to start producing the quantity of wood you want!","reward":92},{"id":47,"title":"Put another villager on lumber mill","hint":"","description":"Increase your wood outcome adding another villager to your lumber mill! (if you don't have available villagers on your map, remember you can train them on your Town Hall)","reward":94},{"id":48,"title":"Build cow ranch","hint":"","description":"Build a cow ranch to hold your cows. (BUILD > Buildings > Resources)","reward":96},{"id":49,"title":"Put cow on ranch","hint":"","description":"Bring a cow into the cow ranch to start producing some food.","reward":98},{"id":50,"title":"Build Market","hint":"","description":"Build a Market to buy and sell resources! (Market is at BUILD > Buildings > Miscellaneous)","reward":100},{"id":51,"title":"Recruit Friend Market","hint":"","description":"Recruit a friend to help you on the opening of your fabulous Market!","reward":102},{"id":52,"title":"Spend 1 cash","hint":"","description":"Cash is useful to buy units, buildings, friends for social buildings, etc. Make yourself a gift and spend 1 cash in what you wish!","reward":104},{"id":53,"title":"Open Market","hint":"","description":"Once you have filled up your Market with friends, click on the Open building to open it and be able to use it!","reward":106},{"id":54,"title":"Check collections","hint":"","description":"Click on the gift icon at the lower right of the screen, then click on the Trophy icon. If you complete these collections you can get unique warriors and items!","reward":108},{"id":55,"title":"Get Daily Bonus 3 days","hint":"","description":"Play 3 days in a row and click on the Daily Bonus bag at the left of the screen to get extra gold!","reward":150},{"id":56,"title":"Reach 40 population","hint":"","description":"Reach 40 of population. It will be a sign of your empire expansion!","reward":112},{"id":57,"title":"Harvest 10 Gold veins","hint":"","description":"Get 10 gold veins to increase your resource account, soon you'll need to use it!","reward":114},{"id":58,"title":"Build Stone Mine I","hint":"","description":"Stone is very necessary to build defensive buildings. Build a Stone Mine to start producing this needful resource! (BUILD > Buildings > Resources)","reward":116},{"id":59,"title":"Attack 1 player","hint":"","description":"Attacking other players provides much gold and xp! Click on the WORLD icon (blue) at the top, then click on the Attack button of a player. Read the Battle Help before starting!","reward":118},{"id":60,"title":"Defensive Strategy","hint":"","description":"Click on the WORLD button (blue icon on top right) and then click on the OPTIONS button at the top of the screen. Select the 'My defensive strategy' button and choose your units behavior.","reward":120},{"id":61,"title":"Collect mill","hint":"","description":"Pick up the food your mill produced to feed your troops!","reward":122},{"id":62,"title":"Collect lumber mill","hint":"","description":"Pick up the wood your lumber mill produced to keep building stuff!","reward":124},{"id":63,"title":"Collect stone mine","hint":"","description":"Pick up the stone your stone mine produced to keep building more defensive structures!","reward":126},{"id":64,"title":"Collect gold mine","hint":"","description":"Pick up the gold your gold mine produced to keep building more defensive structures!","reward":128},{"id":65,"title":"Get 200 stone in Market","hint":"","description":"Get 200 stone units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the stone icon.","reward":130},{"id":66,"title":"Get 100 wood in Market","hint":"","description":"Get 100 wood units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the wood icon.","reward":132},{"id":67,"title":"Attack 1 friend!","hint":"","description":"Click on the WORLD word in one of your friends portrait (if you can't see it, first click on the Assist word and come back to your empire) and attack him. For once he'll forgive you! =P","reward":134},{"id":68,"title":"Check Attacks","hint":"","description":"Click on the WORLD button (blue) and then click on the BATTLE RESULTS button at the top of the screen. Then check your attacks and who attacked you!","reward":136},{"id":69,"title":"Build house II","hint":"","description":"Houses II allow you to put in more people! Build one or update a House I clicking on one and using the UPGRADE option at the lower interface.","reward":138},{"id":70,"title":"Store decoration","hint":"","description":"Click on a decoration and then click again on the STORE icon at the lower interface. You can retrieve your decoration (or sell it) clicking on BUILD > Storage.","reward":140},{"id":71,"title":"Build\/Open Eagles I","hint":"","description":"Eagles allow you to spy your enemy before attacking him! Build one and hire friends to open it! (BUILD > Buildings > Miscellaneous)","reward":142},{"id":72,"title":"Sell 100 wood","hint":"","description":"Sell 100 wood units in the Market. Click on the Sell button to get gold in exchange!","reward":144},{"id":73,"title":"Expand 2 Acres","hint":"","description":"Click on a FOR SALE post on your empire to buy land and continue your expansion!","reward":146},{"id":74,"title":"Build Workshop I","hint":"","description":"Build a workshop I to build rams and be able to destroy doors of enemies' fortifications (BUILD > Attack).","reward":148},{"id":75,"title":"Free 3 archers","hint":"","description":"Free the 3 archers kidnapped by trolls! (daily mission)","reward":150},{"id":76,"title":"Kill 5 Devious trolls","hint":"","description":"Kill 5 Devious Trolls. They are implied in the complot to destroy your empire!","reward":152},{"id":77,"title":"Coordinated Attack","hint":"","description":"Send 5 archers to attack the same tower, and afterwards send your melee units against the same tower!","reward":154},{"id":78,"title":"Use Eagle","hint":"","description":"Click on the world icon at the upper part and then on the SPY button on any player to spy his empire!","reward":156},{"id":79,"title":"Defeat two players","hint":"","description":"Defeat two players (including your friends!) to get gold... and glory!","reward":158},{"id":80,"title":"Build Harbor","hint":"","description":"Build a Harbor (Buildings > Miscellaneous), invite your friends and click on the OPEN button to explore the seas!","reward":160},{"id":81,"title":"Check the map","hint":"","description":"Once your Harbor is open, click on it and then press the Let's Sail button to see the map!","reward":162},{"id":82,"title":"Complete Mysterious Isle on 1 star","hint":"","description":"Use the Harbor to travel to Mysterious Isle and retrieve the treasure that the trolls stole to your ancestors! Complete Mysterious Island (1 star).","reward":164},{"id":83,"title":"Upgrade Barracks II","hint":"","description":"Upgrade your Barracks II to train stronger units! (Buildings > Attack or UPGRADE button in Barracks I interface)","reward":166},{"id":84,"title":"Train 3 Swordsmen","hint":"","description":"Train 3 Swordsmen in your Barracks II... you'll need them soon!","reward":168},{"id":85,"title":"Sail in another way","hint":"","description":"Access the map in another way: click on the world icon on top and then click on the ship surrounding the island.","reward":170},{"id":86,"title":"Complete Unknown Isle (1 star)","hint":"","description":"Unknown Isle is a cold, hostile place, but in the loot that the Ravager Trolls protect lies hidden a nice amount of gold! Complete Unknown Isle (1 star).","reward":172},{"id":87,"title":"Build 2 tower II","hint":"","description":"Build two Tower II in your empire. You will get rid of enemies faster! (BUILD > Defense)","reward":174},{"id":88,"title":"Build 20 Wall II","hint":"","description":"Build 20 Wall II in the lower left row of your 1st acre (BUILD > Defense). You can also upgrade the Wall I you already have if you click on one wall and then click UPGRADE on the lower interface.","reward":176},{"id":89,"title":"Build 2 Pumpkin Crop","hint":"","description":"Build 2 Pumpkin Crop to obtain more food.","reward":178},{"id":90,"title":"Invoke allies","hint":"","description":"Build an Allies Building and get 9 allies to open it!","reward":180},{"id":91,"title":"Upgrade to Archery II","hint":"","description":"Upgrade you Archery to train better archers! (Buildings > Attack)","reward":182},{"id":93,"title":"Rescue Kidnapped Soldiers","hint":"","description":"The trolls have kidnapped some soldiers! Free them! (daily mission)","reward":186},{"id":94,"title":"Defeat 3 players","hint":"","description":"Prove yourself and defeat 3 players... including your friends!","reward":188},{"id":95,"title":"Build Mill II","hint":"","description":"Build the Mill II to increase food production.","reward":190},{"id":96,"title":"Recruit 6 friends for Mill II","hint":"","description":"Recruit 6 friends to open the mill.","reward":192},{"id":97,"title":"Hire all villagers in Mill II","hint":"","description":"Hire all villagers in your new mill to take full advantage of it!","reward":194},{"id":98,"title":"8 hours Mill","hint":"","description":"Leave the mill collecting for 8 hours.","reward":196},{"id":99,"title":"Upgrade Market","hint":"","description":"Upgrade your Market to Market II to buy or sell more resources.","reward":198},{"id":100,"title":"Build 8 towers","hint":"","description":"Build 8 towers in your empire... the trolls will attack soon and you must protect yourself!","reward":200},{"id":101,"title":"Extinguish fire","hint":"","description":"If the trolls set fire to buildings of your empire, click on a villager and then click again on the fire to extinguish it!","reward":202},{"id":102,"title":"Help a friend","hint":"","description":"Visit a friend and help him to collect as many resources as you can!","reward":204},{"id":103,"title":"Build Prize Building","hint":"","description":"Build a Prize building and get allies to obtain fabulous special units! (Buildings > Miscellaneous)","reward":206},{"id":104,"title":"Get recruitment prize","hint":"","description":"Tell 3 friends to help you get a fantastic special unit on your Prize Building!","reward":208},{"id":105,"title":"Build Traning Stables","hint":"","description":"Build the Training Stables to improve the mobility of your units!","reward":210},{"id":106,"title":"Capture a horse and...","hint":"","description":"Capture a horse with a villager or warrior and take it to the Training Stables.","reward":212},{"id":107,"title":"Lead Swordsman to Stables...","hint":"","description":"Once you have put a horse, lead a Swordsman to the Training Stables to turn him into a medium knight!","reward":214},{"id":108,"title":"Complete Mysterious Isle (2 stars)","hint":"","description":"Complete Mysterious Isle on 2 stars to obtain much more gold and XP!","reward":216},{"id":109,"title":"Upgrade Town Hall","hint":"","description":"Upgrade your Town Hall. Select it and click on UPGRADE at the bottom part of the interface.","reward":218},{"id":110,"title":"Train 2 villagers","hint":"","description":"Train 2 villagers in your new Town Hall. Now they will run as fast as a hare!","reward":220},{"id":111,"title":"Upgrade Stables","hint":"","description":"Upgrade Stables to Stables II to train heavier mounted units!","reward":222},{"id":112,"title":"Train 3 Medium Knights","hint":"","description":"Train 3 Medium Knights... You're getting stronger every day!","reward":224},{"id":113,"title":"Get Treasure Chest!","hint":"","description":"Get the Treasure Chest, defended by the trolls! (Daily mission)","reward":226},{"id":114,"title":"Build Allies Market","hint":"","description":"Build the Allies Market so your friends can send you free resources! (Buildings > Miscellaneous)","reward":228},{"id":115,"title":"Get wood Allies Market","hint":"","description":"Tell your friends to help you and get at least 500 units of wood in the allies market!","reward":230},{"id":116,"title":"Undiscovered Isle (1 star)","hint":"","description":"Discover the secrets of the Undiscovered Isle (1 star). Beware of the evil skeletons!","reward":232},{"id":117,"title":"Build Gold Mine II","hint":"","description":"The more gold the better! Build a Gold Mine II to increase the production.","reward":234},{"id":118,"title":"Put 4 villagers in Gold Mine II","hint":"","description":"Take the most out of the Gold Mine II adding 4 villagers to it.","reward":236},{"id":119,"title":"Build Treasure Mine","hint":"","description":"Need help to complete the collections? Build a Treasure Mine to get one item EACH DAY!","reward":238},{"id":120,"title":"Collect object in Treasure Mine","hint":"","description":"Collect the surprise item in the Treasure Mine (lapse of 24h. since the last picked up gift).","reward":240},{"id":121,"title":"Build Workshop II","hint":"","description":"Build a Workshop II to enjoy a high damage weapon: \u00a1scorpions! (BUILD > Attack)","reward":242},{"id":122,"title":"Open Workshop II","hint":"","description":"Tell your friends to help you open the Workshop II... scorpions wreak havoc against enemy towers!","reward":244},{"id":123,"title":"Build 3 Scorpions","hint":"","description":"Build 3 scorpions in the Workshop II and get ready for the last stage of the process!","reward":246},{"id":124,"title":"Destroy 1 tower with Scorpions","hint":"","description":"When the next troll camp appears, destroy one tower with a group of 3 Scorpions... notice that weak enemy towers don't have enough range to destroy your scorpions!","reward":248},{"id":125,"title":"Build Tower III","hint":"","description":"Build a Tower III to protect yourself better against incoming attacks!","reward":250},{"id":126,"title":"Build Altar of Heroes","hint":"","description":"Build an Altar of Heroes to purchase powerful special units!","reward":252},{"id":127,"title":"Get a hero","hint":"","description":"Get a hero in the Altar of Heroes to help you defeat your enemies more easily! (Click on the GET HERO button)","reward":254},{"id":128,"title":"Kill Axethrower","hint":"","description":"Kill an Axethrower. These depictable beings won't hesitate to kill your units from the distance!","reward":256},{"id":129,"title":"Rescue villagers","hint":"","description":"Rescue the villagers captured by trolls! They would do the same for you! (daily mission)","reward":258},{"id":130,"title":"Put a hero on your map","hint":"","description":"Play 5 days in a row and get your special unit. To put your hero on the map, go to BUILD > STORAGE.","reward":260},{"id":131,"title":"Save the penguins!","hint":"","description":"Go to Arctic Isle (1 star) and save the penguins... Beware, a big beast is waiting for you!","reward":262},{"id":132,"title":"Fight against two player from your same level","hint":"","description":"Fight against two players from your same level and show up your skills! you don't need to win, but must finish the combat!","reward":264},{"id":133,"title":"Build Lumber Mill II","hint":"","description":"Build a Lumber Mill II to produce more wood!","reward":266},{"id":134,"title":"Put 4 villager into Lumber Mill II","hint":"","description":"Put 4 villagers into the Lumber Mill II to increase its production outcome!","reward":268},{"id":135,"title":"Build Small Refuge","hint":"","description":"Build a Small Refuge and before logging out put in 2 of your most valuable units so other players don't destroy them!","reward":270},{"id":136,"title":"Build Big Church","hint":"","description":"Invoke heavenly powers and build a Big Church to raise your population limit. (BUILD > Wonders)","reward":272},{"id":137,"title":"More Ravager Trolls!","hint":"","description":"Trolls hid more treasures yet, and this time they have doubled its number to protect it! Complete Unknown Isle on 2 stars!","reward":274},{"id":138,"title":"Build Barracks III","hint":"","description":"Build a Barracks III to train the renowned Long Swordsman!","reward":276},{"id":139,"title":"Train 3 Long Swordsman","hint":"","description":"Train 3 Long Swordsman, they will help you defeat your enemies more quickly!","reward":278},{"id":140,"title":"Upgrade to Eagles II","hint":"","description":"Upgrade to Eagles II so your eagles have more life and can explore more enemy terrain!","reward":280},{"id":141,"title":"Build Heroes Grave","hint":"","description":"Build a Heroes Grave to have the chance of resurrecting your lost special units!","reward":282},{"id":142,"title":"Liberate Prisoner Troll","hint":"","description":"Liberate the Prisoner Troll. He never bent his knee against the evil behavior of his tribe and has always tried to be a good troll!","reward":284},{"id":143,"title":"Kill 1 Boar Rider","hint":"","description":"Kill 1 Boar Rider! This mounted beast won't dare to kill your fighters when you are not watching!","reward":286},{"id":144,"title":"Thrice Trolls!","hint":"","description":"Complete Mysterious Isle on 3 stars and defeat all the evil trolls!","reward":288},{"id":145,"title":"Build Stone Mine II","hint":"","description":"Build a Stone Mine II to keep producing more stone for the welfare of your Empire!","reward":290},{"id":146,"title":"Build 20 Wall III","hint":"","description":"Build 20 Wall III in the bottom left row or upgrade your current walls there. This way your enemies will have a hard time trying to put their foot on your empire!","reward":292},{"id":147,"title":"Build Cow Ranch II","hint":"","description":"Build Cow Ranch II\u2026 if the meat is tasty now, it will be tastier with this improvement!","reward":294},{"id":148,"title":"Lead a cow to ranch","hint":"","description":"Lead a cow to the ranch to get a good portion of food!","reward":296},{"id":149,"title":"Build Round Table","hint":"","description":"Build a Round Table so your allies can help you getting incredible bonuses!","reward":298},{"id":150,"title":"Put 4 allies to Round Table","hint":"","description":"Recruit 4 allies to the Round Table to get the first prize!","reward":300},{"id":151,"title":"Destroy 2 Troll Towers III","hint":"","description":"Destroy 2 Troll Towers III and let those ugly beasts know who rules this empire!!","reward":302},{"id":152,"title":"Rescue Prince Arthur!","hint":"","description":"Prince Arthur has been kidnapped by evil trolls! Save him before it's too late!","reward":304},{"id":153,"title":"Build Archery II","hint":"","description":"Build an Archery III to train lethal Heavy Archers!","reward":306},{"id":154,"title":"Train 3 heavy archers","hint":"","description":"Train 3 heavy archers. You'll be more dreaded by your enemies!","reward":308},{"id":155,"title":"Build Temple","hint":"","description":"Build a Temple to obtain more gold resources!","reward":310},{"id":156,"title":"Avenge Ancestors","hint":"","description":"Trolls conquered this island and killed all its human dwellers. Avenge your ancestors and conquer Emergent Isle (1 star)!!","reward":312},{"id":157,"title":"Update House II","hint":"","description":"Update 4 House I to House II to put more citizens in!","reward":314},{"id":158,"title":"Expand 3 acres","hint":"","description":"Expand 3 acres","reward":316},{"id":159,"title":"Open Church","hint":"","description":"Open a Church so you can train healers!","reward":318},{"id":160,"title":"Train 3 healers","hint":"","description":"Train 3 healers so they can heal your units during the combat!","reward":320},{"id":161,"title":"Attack 2 player more level","hint":"","description":"Attack 2 players of more level than yours and show them who's the best!","reward":322},{"id":162,"title":"Free the wells","hint":"","description":"Trolls have cut the water supply! Kill them to retrieve control of the wells!","reward":324},{"id":163,"title":"Build Stable III","hint":"","description":"Build a Stable III to be able to train the dreaded heavy knights!","reward":326},{"id":164,"title":"Save Healers","hint":"","description":"Save the captive healers from trolls' hands! They will join your army afterwards!","reward":328},{"id":165,"title":"Complete Misty Isle on 1 star","hint":"","description":"Visit Misty Isle (1 star) and destroy the Town Hall of your Viking enemies before they come to conquer your land!","reward":330},{"id":166,"title":"Complete Unknown Isle 3 stars","hint":"","description":"Visit Unknown Isle (3 stars) and let Ravager Trolls know who has the power!","reward":332},{"id":167,"title":"Build 3 eggplant farms","hint":"","description":"Build 3 eggplant farms to increase your food outcome!","reward":334},{"id":168,"title":"Build 1 wall door","hint":"","description":"Build 1 wall door so your units can come in and out of your empire easily and securely!","reward":336},{"id":169,"title":"Build Academy","hint":"","description":"Build an Academy (Buildings > Investigation) to train your villagers to go faster and pile up more resources to gather!","reward":338},{"id":170,"title":"Build workshop III","hint":"","description":"Build a Workshop III to be able to build destructive catapults!","reward":340},{"id":171,"title":"Sacrifice unit","hint":"","description":"Build a sacrifice altar and sacrifice a unit to get part of the resources back to your inventory.","reward":342},{"id":172,"title":"Free 4 stone mines!","hint":"","description":"Free the 4 stone mines from trolls control! This resource is basic for your survival! (daily mission)","reward":344},{"id":173,"title":"Complete Undiscovered Isle 2 stars","hint":"","description":"Visit the Undiscovered Isle (2 stars) and kill all the skeletons that have spawned to end with the undead menace!","reward":346},{"id":174,"title":"Build Mill III","hint":"","description":"Build a Mill III to increase your food outcome even more!","reward":348},{"id":175,"title":"Build 2 Tower IV","hint":"","description":"Build 2 Tower IV to destroy your enemies almost with no hassles!","reward":350},{"id":176,"title":"Open Cathedral","hint":"","description":"Open a Cathedral to train hypnotist monks! They are very powerful!","reward":352},{"id":177,"title":"Convert enemy with a monk","hint":"","description":"Convert an enemy using a monk. Afterwards you can control that enemy for your purposes!","reward":354},{"id":178,"title":"Build Nursery","hint":"","description":"Build a Nursery to help animals to breed.","reward":356},{"id":179,"title":"Put 2 horses inside","hint":"","description":"Put 2 horses inside and wait for getting your new horse! You can produce as many as you need!","reward":358},{"id":180,"title":"Complete Dune Isle on 1 star","hint":"","description":"Visit Dune Isle (1 star) and destroy the Golden Hall where the treacherous Mummy lives. Take care with Anubis servants!","reward":360},{"id":181,"title":"Build Gold Mine III","hint":"","description":"Build a Gold Mine III to increase your gold resources!","reward":362},{"id":182,"title":"Put 6 villagers inside","hint":"","description":"Put 6 villagers inside your new gold mine to make it work at its fullest.","reward":364},{"id":184,"title":"Build 2 Archer Knight","hint":"","description":"Train 2 Archer Knights to increase the speed of your range units!","reward":368},{"id":185,"title":"Rescue the captured allies","hint":"","description":"Rescue the captured allies by the trolls before they kill them!","reward":370},{"id":186,"title":"Build a Zeppelin Tower","hint":"","description":"Build a Zeppelin Tower to fly over the Eastern Sea and visit more isles!!","reward":372},{"id":187,"title":"Update Town Hall to Town Hall III","hint":"","description":"Update Town Hall to Town Hall III. Your villagers will go as faster as the best runner!","reward":374},{"id":188,"title":"Train 2 villagers III","hint":"","description":"Train 2 villagers III and try their super speed","reward":376},{"id":189,"title":"Update the Market to Market III","hint":"","description":"Update the Market to Market III to deal with more resources with each transaction.","reward":378},{"id":190,"title":"Build 10 walls IV","hint":"","description":"Build 10 walls IV on the left bottom row of your empire 1rst acre.","reward":380},{"id":191,"title":"Complete Arctic Isle 2 stars","hint":"","description":"Visit the Arctic Isle (2 stars) and pay a visit to your 'friend' the Yeti to save the penguins\u2026 take care, he has called for help!","reward":382},{"id":192,"title":"Free the captured animals","hint":"","description":"Free the animals closed in the cage, they are suffering!","reward":384},{"id":193,"title":"Build Workshop IV","hint":"","description":"Build the Workshop IV to be able to build cannons! Woo hoo!!","reward":386},{"id":194,"title":"Train 3 cannons","hint":"","description":"Train 3 cannons\u2026 and try them on your enemies when you wish!","reward":388},{"id":195,"title":"Heal a damaged unit.","hint":"","description":"Build the Healing Spring and heal a damaged unit after a battle. This tree is miraculous!","reward":390},{"id":196,"title":"Build a Cow Ranch III","hint":"","description":"Build a Cow Ranch III to increase your food outcome. Cows won't like it, but your empire's survival depends on it!!","reward":392},{"id":197,"title":"Build a Lumber Mill III","hint":"","description":"Build a Lumber Mill III to increase your wood outcome!","reward":394},{"id":198,"title":"Complete the Emergent Isle 2 stars","hint":"","description":"Visit the Emergent Isle (2 stars) and try to get the treasure protected by the trolls. Beware, now they are much more dangerous!","reward":396},{"id":199,"title":"Build Barracks IV","hint":"","description":"Build a Barracks IV to train Powerful Swordsmen! Your enemies will be terrified now!","reward":398},{"id":200,"title":"Train 3 swordsmen IV","hint":"","description":"Train 3 swordsmen IV and show your enemies some sword skill lessons!","reward":400},{"id":201,"title":"Build 2 carrot farms","hint":"","description":"Build 2 carrot farms to increase your food outcome. Your warriors are not rabbits, but they also like carrots!","reward":402},{"id":202,"title":"Build Forestry Academy","hint":"","description":"Build a Forestry Academy and your villagers will cut trees faster than any professional woodcutter!","reward":404},{"id":203,"title":"Open a Stone Mine III","hint":"","description":"Open a Stone Mine III to increase your stone resources.","reward":406},{"id":204,"title":"Build Mechanics","hint":"","description":"Build a Mechanics building. You can train Engineers to repair siege weapons!","reward":408},{"id":205,"title":"Free the Siege Weapons!","hint":"","description":"Free the Siege Weapons seized by the trolls! Why the hell they steal them if they don't know how to use them?","reward":410},{"id":206,"title":"Build Archery IV","hint":"","description":"Build an Archery IV to train Powerful Archers. If you started to be dreaded by your enemies, many will now run away from you!","reward":412},{"id":207,"title":"Train 3 Powerful Archers","hint":"","description":"Train 3 Powerful Archers and let them know how piercing are your new arrows!","reward":414},{"id":208,"title":"Build Eagles III","hint":"","description":"Build an Eagles III to breed stronger eagles!","reward":416},{"id":209,"title":"Explore the Skeleton Statue","hint":"","description":"Explore the Skeleton Statue and discover its hidden secret! (daily mission)","reward":418},{"id":210,"title":"Complete the Desert Isle on 1 star","hint":"","description":"Visit the Desert Isle (1 star) and kill all the trolls. Beware, a great peril looms under the sands\u2026","reward":420},{"id":211,"title":"Build House IV","hint":"","description":"Build a House IV to be able to put more population in.","reward":422},{"id":212,"title":"Open a Fire Workshop","hint":"","description":"Open a Fire Workshop to be able to build fire cannons! Super Whoo Hoo!","reward":424},{"id":213,"title":"Build Minery Academy","hint":"","description":"Build a Minery Academy so your villager learn to collect gold and stone faster.","reward":426},{"id":214,"title":"Open Mill IV","hint":"","description":"Open a Mill IV to increase your food outcome. Your warriors are always hungry!","reward":428},{"id":215,"title":"Build Stables IV","hint":"","description":"Build a Stables IV to train Powerful Knights. You are now stronger than ever!","reward":430},{"id":216,"title":"Train 3 Knights","hint":"","description":"Train 3 Powerful Knights and invite your enemies to eat dust!","reward":432},{"id":217,"title":"Build a Blacksmith","hint":"","description":"Build a Blacksmith so melee, ranged and mounted troops spend less resources to be trained! That's really good news!!","reward":434},{"id":218,"title":"Build 5 Towers IV","hint":"","description":"Build 5 Towers IV to improve your empire defenses. Put them strategically and they will badly hurt your enemies, promised!","reward":436},{"id":219,"title":"Build 10 Walls V","hint":"","description":"Build 10 Walls V on the lower left row of your empire to improve you defensive structures.","reward":438},{"id":220,"title":"Build a Weather Machine","hint":"","description":"Build a Weather Machine to be able to change the landscape at your will! That's magic, baby!!","reward":440},{"id":221,"title":"Build 2 watermelon Farms","hint":"","description":"Build 2 watermelon Farms to increase your food outcome. Eating fruit is very healthy, but you already know that!","reward":442},{"id":222,"title":"Update Town Hall IV","hint":"","description":"Update the Town Hall IV. If your villagers were really fast, now they will almost fly!","reward":444},{"id":223,"title":"Build Lumber Mill IV","hint":"","description":"Build a Lumber Mill IV to increase your wood outcome.","reward":446},{"id":224,"title":"Build the Tavern","hint":"","description":"Build a Tavern and you'll increase your maximum population capacity by 10 units\u2026 people that go to the Tavern don't need any home to live in!","reward":448},{"id":225,"title":"Build Wizardry Academy!","hint":"","description":"Build the Wizardry Academy to be able to cast spells! The power to destroy that the Spell Book gives you is immeasurable! (You'll see the Spell Book in your next game session)","reward":450},{"id":226,"title":"Expand to 4 acres","hint":"","description":"Expand the territory of your empire to 4 acres and show who the real king of Social Empires is!","reward":452},{"id":227,"title":"Defeat the Dragon!","hint":"","description":"Visit Nest Isle (1 star) and defeat the Furious Dragon! Take care, is very powerful!","reward":454},{"id":1008,"title":"Take care of the Dragon Egg!","hint":"","description":"Click on the Dragon Breeding Nest, and click again on the ENTER button at the lower interface. Now press the 'Take Care' button to take care of the Dragon Egg!","reward":14},{"id":1,"title":"Build farm land","hint":"","description":"A farm land provides food to your empire. Go to the BUILD menu and place a farm land near your Town Hall!","reward":10},{"id":92,"title":"Train 8 Medium Archer","hint":"","description":"Train 8 Medium Archer... the danger is imminent!","reward":184},{"id":183,"title":"Build Archery Stables","hint":"","description":"Build Archery Stables to train medium archer knights!","reward":366}],"offer_packs":[{"id":1,"position":22,"cost_cash":25,"gold":5000,"stone":5000,"food":5000,"wood":5000,"xp":500,"items":[27,550,555],"mana":0,"enabled":1,"pack_type":0},{"id":2,"position":21,"cost_cash":35,"gold":0,"stone":0,"food":0,"wood":0,"xp":750,"items":[199,199,369,369,384,384,214,214],"mana":0,"enabled":0,"pack_type":0},{"id":3,"position":20,"cost_cash":25,"gold":0,"stone":0,"food":0,"wood":0,"xp":500,"items":[152,553,554,555,556,557],"mana":0,"enabled":1,"pack_type":0},{"id":4,"position":19,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":625,"items":[241,268,388,577,578,607],"mana":0,"enabled":0,"pack_type":0},{"id":5,"position":18,"cost_cash":20,"gold":0,"stone":0,"food":0,"wood":0,"xp":400,"items":[575,575,575,575,502,502,568,568,568,568,541,541,541,541,541,540,540,540,540,540,539,539,539,539,539],"mana":0,"enabled":1,"pack_type":0},{"id":6,"position":17,"cost_cash":50,"gold":0,"stone":0,"food":0,"wood":0,"xp":900,"items":[608,608,608,608,608,609,609,609,609,609,610,610,610,610,610,569,569,414],"mana":0,"enabled":1,"pack_type":0},{"id":7,"position":16,"cost_cash":60,"gold":25000,"stone":25000,"food":25000,"wood":25000,"xp":1000,"items":[618,469],"mana":50,"enabled":1,"pack_type":0},{"id":8,"position":15,"cost_cash":100,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[630,631],"mana":0,"enabled":0,"pack_type":0},{"id":9,"position":14,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":800,"items":[[469,35],[56,70],[414,90],[642,100]],"mana":0,"enabled":0,"pack_type":1},{"id":10,"position":13,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":800,"items":[[57,35],[472,70],[652,90],[638,100]],"mana":0,"enabled":0,"pack_type":1},{"id":11,"position":12,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[60,35],[662,70],[660,90],[651,100]],"mana":0,"enabled":1,"pack_type":1},{"id":12,"position":11,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[649,684,650],[651,638,694,661,683],[687,643,655,635,615,646,629]],"mana":0,"enabled":0,"pack_type":2},{"id":13,"position":10,"cost_cash":150,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[638,651,698,710],"mana":0,"enabled":0,"pack_type":0},{"id":14,"position":9,"cost_cash":200,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[638,651,698,710],"mana":0,"enabled":0,"pack_type":0},{"id":15,"position":8,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[649,695,684],[709,710,698,712,707,706,660,612,641],[679,623,687,621,643,629]],"mana":0,"enabled":0,"pack_type":2},{"id":16,"position":7,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":17,"position":6,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"mana":0,"enabled":0,"pack_type":2},{"id":18,"position":5,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[708,695,723],[713,709,717,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":19,"position":4,"cost_cash":30,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[702,654,724,711],[647,577,614,646,628],[648,621,613,578,612]],"mana":0,"enabled":0,"pack_type":2},{"id":20,"position":3,"cost_cash":125,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[550,652,683,706,712,727],"mana":0,"enabled":0,"pack_type":0},{"id":21,"position":2,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1500,"items":[550,652,683,706,712,727],"mana":0,"enabled":0,"pack_type":0},{"id":22,"position":1,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[723,714,744],[722,745,741,727,712,707,716,719,660],[612,641,623,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":23,"position":1,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[744,736,758],[724,755,644,702,745,700,647,742],[711,648,641,765,687,621,643]],"mana":0,"enabled":0,"pack_type":2},{"id":24,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,758,714],[757,713,724],[642,709,711]],"mana":0,"enabled":0,"pack_type":2},{"id":25,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,708,736],[723,714,769],[695,710,651]],"mana":0,"enabled":0,"pack_type":2},{"id":26,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[758,775,777],[776,753,700,773,770,754,774,755],[711,648,641,742,687,733,752]],"mana":0,"enabled":0,"pack_type":2},{"id":27,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,723,785],[775,815,650,762,792,757,772,794],[817,786,769,773,768,774,742]],"mana":0,"enabled":0,"pack_type":2},{"id":28,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[798,793,785],[775,776,756,762,792,755,772,794],[749,786,813,773,814,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":29,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[826,793,830],[828,829,776,762,792,831,772,806],[796,787,813,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":30,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[847,785,830],[744,788,776,755,791,831,772,806],[771,787,849,807,820,781,637]],"mana":0,"enabled":0,"pack_type":2},{"id":31,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[846,847,758],[856,829,828,788,755,827,791,746],[781,771,717,849,702,850,637]],"mana":0,"enabled":0,"pack_type":2},{"id":32,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[853,766,846],[764,815,829,737,827,752,631,746],[716,683,702,787,850,717,854]],"mana":0,"enabled":0,"pack_type":2},{"id":33,"position":1,"cost_cash":45,"gold":0,"stone":0,"food":0,"wood":0,"xp":750,"items":[1360,1361,1358,1359],"mana":0,"enabled":1,"pack_type":0},{"id":34,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":35,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[862,853,826],[828,776,829,762,792,831,755,806],[796,787,868,807,820,774,782]],"mana":0,"enabled":0,"pack_type":2},{"id":36,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[875,862,798],[775,788,776,762,791,831,772,815],[786,771,876,807,813,781,637]],"mana":0,"enabled":0,"pack_type":2},{"id":37,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[875,847,723],[856,829,828,788,757,794,791,815],[781,771,890,786,711,876,637]],"mana":0,"enabled":0,"pack_type":2},{"id":38,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[785,847,793],[830,788,776,792,831,772,791,829],[796,787,807,784,774,849,782]],"mana":0,"enabled":0,"pack_type":2},{"id":39,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[798,847,766],[830,884,778,792,831,879,745,896],[765,770,807,769,801,814,789]],"mana":5,"enabled":0,"pack_type":2},{"id":40,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[758,798,826],[1299,815,778,897,884,762,776,896],[765,770,871,784,861,820,789]],"mana":5,"enabled":0,"pack_type":2},{"id":41,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[766,777,826],[830,897,856,792,831,776,886,829],[771,637,861,790,816,769,774]],"mana":5,"enabled":0,"pack_type":2},{"id":42,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[846,777,723],[775,884,788,897,786,772,753,896],[683,637,850,2035,725,869,774]],"mana":5,"enabled":0,"pack_type":2},{"id":43,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,847,846],[830,2019,1299,788,776,801,772,667],[683,2008,2014,765,849,770,810]],"mana":5,"enabled":0,"pack_type":2},{"id":44,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,785],[2042,2022,1299,884,776,815,762,742],[2008,796,871,868,765,769,537]],"mana":5,"enabled":0,"pack_type":2},{"id":45,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,847,777],[2019,788,897,792,884,757,794,745],[765,770,879,849,756,790,821]],"mana":5,"enabled":0,"pack_type":2},{"id":46,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,826,793],[2022,2053,897,886,806,757,2008,745],[762,2020,879,820,799,814,711]],"mana":5,"enabled":0,"pack_type":2},{"id":47,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,798],[2059,2042,2053,772,2067,776,886,742],[765,813,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":48,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,798],[830,2073,2052,772,2067,2008,742,724],[828,2014,796,868,810,654,774]],"mana":5,"enabled":0,"pack_type":2},{"id":49,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,847],[2055,2042,2066,896,776,2059,886,753],[757,2017,770,683,811,892,779]],"mana":5,"enabled":0,"pack_type":2},{"id":50,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,847,777],[2060,2059,2066,2035,896,2053,886,831],[772,2024,717,727,811,849,779]],"mana":5,"enabled":0,"pack_type":2},{"id":51,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,777],[2055,830,2053,772,806,776,886,742],[762,790,771,892,810,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":52,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2043,891,793],[2099,2042,772,788,2067,757,742,717],[762,814,683,892,756,709,821]],"mana":5,"enabled":0,"pack_type":2},{"id":53,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,2043,846],[2056,2055,884,828,2067,757,2008,717],[776,2014,2066,683,2044,709,642]],"mana":5,"enabled":0,"pack_type":2},{"id":54,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2039,2016,891],[2099,897,2052,2055,772,886,880,724],[828,2017,2066,796,2040,753,650]],"mana":5,"enabled":0,"pack_type":2},{"id":55,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,891,798],[2099,2042,2052,2055,2059,886,880,829],[831,2024,722,796,892,753,544]],"mana":5,"enabled":0,"pack_type":2},{"id":56,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,862,847],[2114,897,884,792,2067,881,2011,724],[762,868,2029,849,799,654,544]],"mana":5,"enabled":0,"pack_type":2},{"id":57,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,777],[2102,2055,2114,2042,896,880,886,742],[828,757,879,2017,796,892,650]],"mana":5,"enabled":0,"pack_type":2},{"id":58,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2039,846,785],[2102,830,2042,815,896,2047,886,776],[828,762,2008,2040,771,850,717]],"mana":5,"enabled":0,"pack_type":2},{"id":59,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,777],[2101,2060,2053,772,2067,776,886,742],[765,790,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":60,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2043,891,846],[2099,2144,897,2055,772,2052,880,724],[828,2044,2066,796,892,753,650]],"mana":5,"enabled":0,"pack_type":2},{"id":61,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,847,777],[2019,788,897,792,884,757,794,745],[765,770,879,849,756,790,821]],"mana":5,"enabled":0,"pack_type":2},{"id":62,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2023,826,793],[2022,2053,897,886,806,757,2008,745],[762,2020,879,820,799,814,711]],"mana":5,"enabled":0,"pack_type":2},{"id":63,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2037,891,798],[2059,2042,2053,772,2067,776,886,742],[765,813,771,892,799,654,711]],"mana":5,"enabled":0,"pack_type":2},{"id":64,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2013,862,798],[830,2073,2052,772,2067,2008,742,724],[828,2014,796,868,810,654,774]],"mana":5,"enabled":0,"pack_type":2},{"id":65,"position":0,"cost_cash":60,"gold":0,"stone":0,"food":0,"wood":0,"xp":1000,"items":[[2016,891,847],[2055,2042,2066,896,776,2059,886,753],[757,2017,770,683,811,892,779]],"mana":5,"enabled":1,"pack_type":2}],"images":{"470_maravilla_popup.jpg":"en","agregar-juego.jpg":"","aguila2.jpg":"","aldeana-regalos.png":"","alert_allies.jpg":"","alert_human_camp.jpg":"","alert_magic.jpg":"","alert_ship.jpg":"","alert_ship2.jpg":"","alert_troll_camp.jpg":"","alert_zep.jpg":"","alert_zep2.jpg":"","aliadosprisionerospopup.jpg":"","antimatter_evildemon.jpg":"en","ataque_ganado.jpg":"","ataque_perdido.jpg":"","BahamutSupremeInvocationTemple.swf":"","barca.jpg":"","barco.jpg":"","barril.png":"","bg_quest_progress_ship1.jpg":"","bg_quest_progress_ship2.jpg":"","bg_quest_progress_ship3.jpg":"","boss2_end.jpg":"","boss2_ini.jpg":"","b_1.png":"","b_10.png":"","b_11.png":"","b_12.png":"","b_13.png":"","b_14.png":"","b_15.png":"","b_2.png":"","b_3.png":"","b_4.png":"","b_5.png":"","b_6.png":"","b_7.png":"","b_8.png":"","b_9.png":"","caballotroyano.png":"","caja200.png":"","catapultaspresas_SCREEN.jpg":"","CESPED.jpg":"","CIVorks2.jpg":"en","cofre.png":"","collectibles.png":"","collectibles_new.png":"","collect_f0.jpg":"","collect_f1.jpg":"","collect_f2.jpg":"","collect_f3.jpg":"","collect_g0.jpg":"","collect_g1.jpg":"","collect_g2.jpg":"","collect_g3.jpg":"","COLLECT_GEMS.jpg":"","collect_s0.jpg":"","collect_s1.jpg":"","collect_s2.jpg":"","collect_s3.jpg":"","collect_w0.jpg":"","collect_w1.jpg":"","collect_w2.jpg":"","collect_w3.jpg":"","conquer_the_world.png":"en","DESIERTO.jpg":"","dragonmuenfadao.jpg":"","dragonmuerto.jpg":"","dragonNestInactive.jpg":"","dragonRiderProgress1.swf":"","dragonRiderProgress2.swf":"","dragonRiderProgress3.swf":"","dragonsattack.jpg":"","dragon_limit.jpg":"en","estatuaesqueletopopup.jpg":"","expand.png":"en","flag.png":"","ganas_defensa.jpg":"","goal_001.jpg":"","goal_002.jpg":"","goal_003.jpg":"","goal_004.jpg":"","goal_005.jpg":"","goal_006.jpg":"","goal_007.jpg":"","goal_008.jpg":"","goal_008_.jpg":"","goal_009.jpg":"","goal_010.jpg":"","goal_011.jpg":"","goal_012.jpg":"","goal_013.jpg":"","goal_014.jpg":"","goal_015.jpg":"","goal_016.jpg":"","goal_017.jpg":"","goal_018.jpg":"","goal_019.jpg":"","goal_020.jpg":"","goal_021.jpg":"","goal_023.jpg":"","goal_024.jpg":"","goal_025.jpg":"","goal_026.jpg":"","goal_027.jpg":"","goal_028.jpg":"","goal_029.jpg":"","goal_030.jpg":"","goal_031.jpg":"","goal_032.jpg":"","goal_033.jpg":"","goal_034.jpg":"","goal_035.jpg":"","goal_036.jpg":"","goal_037.jpg":"","goal_038.jpg":"","goal_039.jpg":"","goal_040.jpg":"","goal_041.jpg":"","goal_042.jpg":"","goal_043.jpg":"","goal_044.jpg":"","goal_045.jpg":"","goal_046.jpg":"","goal_047.jpg":"","goal_048.jpg":"","goal_049.jpg":"","goal_050.jpg":"","goal_051.jpg":"","goal_052.jpg":"","goal_053.jpg":"","goal_054.jpg":"","goal_055.jpg":"","goal_056.jpg":"","goal_057.jpg":"","goal_058.jpg":"","goal_059.jpg":"","goal_060.jpg":"","goal_061.jpg":"","goal_062.jpg":"","goal_063.jpg":"","goal_064.jpg":"","goal_065.jpg":"","goal_066.jpg":"","goal_067.jpg":"","goal_068.jpg":"","goal_069.jpg":"","goal_070.jpg":"","goal_071.jpg":"","goal_072.jpg":"","goal_073.jpg":"","goal_074.jpg":"","goal_075.jpg":"","goal_076.jpg":"","goal_077.jpg":"","goal_078.jpg":"","goal_079.jpg":"","goal_080.jpg":"","goal_081.jpg":"","goal_082.jpg":"","goal_083.jpg":"","goal_084.jpg":"","goal_085.jpg":"","goal_086.jpg":"","goal_087.jpg":"","goal_088.jpg":"","goal_089.jpg":"","goal_090.jpg":"","goal_091.jpg":"","goal_092.jpg":"","goal_093.jpg":"","goal_094.jpg":"","goal_095.jpg":"","goal_096.jpg":"","goal_097.jpg":"","goal_098.jpg":"","goal_099.jpg":"","goal_100.jpg":"","gods_1.jpg":"","gods_2.jpg":"","gods_3.jpg":"","gods_4.jpg":"","gods_5.jpg":"","gods_6.jpg":"","gods_7.jpg":"","healersprisioneraspopup.jpg":"","help_dragon_nest.jpg":"","help_island_image.jpg":"","human-defeated.png":"","install.jpg":"en","island_location.png":"","jaulaanimal_SCREEN.jpg":"","jinete.png":"","kidnapped.png":"","llibre.png":"","magic_black_hole.jpg":"","magic_crack.jpg":"","magic_dragon.jpg":"","magic_enlarge.jpg":"","magic_fire.jpg":"","magic_frozen.jpg":"","magic_full_limit.jpg":"","magic_golem.jpg":"","magic_heal.jpg":"","magic_lightning.jpg":"","magic_poison.jpg":"","magic_range_increaser.jpg":"","magic_shield.jpg":"","magic_speed_increaser.jpg":"","magic_stone.jpg":"","magic_yeti.jpg":"","mago_altar.png":"","mapa1.jpg":"","mapa2.jpg":"","mapa3.jpg":"","mapa4.jpg":"","mapa5.jpg":"","minapiedracandado_SCREEN.jpg":"","MINERAL.jpg":"","molinollamaspopup.jpg":"","monsterNestInactive.jpg":"","morocco_dealer.png":"","motivation1.jpg":"","motivation2.jpg":"","news_aceite.jpg":"en","news_angel2.jpg":"en","news_angeles.jpg":"en","news_atlantis.jpg":"en","news_atlantis2.jpg":"en","news_barco.jpg":"en","news_bossdrac.jpg":"en","news_catedral.jpg":"en","news_cementerio.jpg":"en","news_civ.jpg":"en","news_criadero.jpg":"en","news_demonio.jpg":"en","news_egypt.jpg":"en","news_elefante.jpg":"en","news_elfos.jpg":"en","news_elfos2.jpg":"en","news_fortress.jpg":"en","news_heroes.jpg":"en","news_inferno.jpg":"en","news_kamirino.jpg":"en","news_magic.jpg":"en","news_map.jpg":"en","news_mitologic_3.jpg":"en","news_mitologic_4.jpg":"en","news_mummy.jpg":"en","news_mummy2.jpg":"en","news_myth.jpg":"en","news_neptune.jpg":"en","news_newangel.jpg":"en","news_newtowers.jpg":"en","news_odin.jpg":"en","news_pack.jpg":"en","news_paladin.jpg":"en","news_recruit.jpg":"en","news_squad2.jpg":"en","news_supreme.jpg":"en","news_tiempo.jpg":"en","news_tierv.jpg":"en","news_torrehielo.jpg":"en","news_torremovil.jpg":"en","news_tower_2.jpg":"en","news_trolls.jpg":"en","news_trolls_discount.jpg":"en","news_tsunami.jpg":"en","news_vikingos.jpg":"en","news_warehouse.jpg":"en","news_watertower.jpg":"en","news_watertower2.jpg":"en","news_wonders.jpg":"en","news_world.jpg":"en","news_zepelin.jpg":"en","new_2hard.jpg":"en","new_470maravilla.jpg":"en","new_635_ent.jpg":"en","new_bahamut_riders.jpg":"en","new_bestciv2_4.jpg":"en","new_bestciv2_5.jpg":"en","new_bestciv2_6.jpg":"en","new_bestciv2_7.jpg":"en","new_bestciv3_1.jpg":"en","new_bestciv3_2.jpg":"en","new_bestciv3_3.jpg":"en","new_bestciv3_4.jpg":"en","new_bestciv3_5.jpg":"en","new_bestcivs2.jpg":"en","new_bestcivs2_2.jpg":"en","new_bestcivs2_3.jpg":"en","new_boss2.jpg":"en","new_castledragon.jpg":"en","new_civelv.jpg":"en","new_civelv2.jpg":"en","new_civelv3.jpg":"en","new_civelv4.jpg":"en","new_civelv5.jpg":"en","new_civglad.jpg":"en","new_civglad2.jpg":"en","new_civglad3.jpg":"en","new_civglad4.jpg":"en","new_civglad5.jpg":"en","new_civglad6.jpg":"en","new_civglad7.jpg":"en","new_civork1.jpg":"en","new_civork3.jpg":"en","new_civork4.jpg":"en","new_civork5.jpg":"en","new_decos.jpg":"en","new_dragonrider.jpg":"en","new_dragon_riders.jpg":"en","new_elitearmy.jpg":"en","new_gods.jpg":"en","new_gods2.jpg":"en","new_halloween.jpg":"en","new_halloween2.jpg":"en","new_hardcore.jpg":"en","new_hardgods.jpg":"en","new_lanza.jpg":"en","new_lanza2.jpg":"en","new_monday.jpg":"en","new_multiciv.jpg":"en","new_multiciv1.jpg":"en","new_multiciv2.jpg":"en","new_multiciv3.jpg":"en","new_multiciv4.jpg":"en","new_myth2.jpg":"en","new_myth5.jpg":"en","new_myth6.jpg":"en","new_myth6b.jpg":"en","new_myth7.jpg":"en","new_necro1.jpg":"en","new_necro2.jpg":"en","new_necro3.jpg":"en","new_necro4.jpg":"en","new_necro5.jpg":"en","new_necro_feature.jpg":"en","new_nestmonster.jpg":"en","new_newmagics.jpg":"en","new_pharaohs.jpg":"en","new_pharaohs2.jpg":"en","new_pharaohs3.jpg":"en","new_pharaohs4.jpg":"en","new_punisherknight.jpg":"en","new_supreme.jpg":"en","new_survival.jpg":"en","new_tiger.jpg":"en","new_time.jpg":"en","new_tourney.jpg":"en","new_trex.jpg":"en","NIEVE.jpg":"","nino_00.png":"","nino_01.png":"","nino_02.png":"","nino_03.png":"","nino_04.png":"","nino_05.png":"","nino_06.png":"","nino_07.png":"","nino_08.png":"","nino_09.png":"","nino_10.png":"","nino_11.png":"","nino_12.png":"","nino_13.png":"","nino_14.png":"","nino_15.png":"","nino_16.png":"","nino_17.png":"","nino_18.png":"","nino_19.png":"","nino_20.png":"","nino_21.png":"","nino_22.png":"","nino_23.png":"","nino_24.png":"","NoGiftsIcon.png":"","nubes.jpg":"","offer_pack_1.png":"en","offer_pack_10.png":"en","offer_pack_11.png":"en","offer_pack_12.png":"en","offer_pack_13.png":"en","offer_pack_14.png":"en","offer_pack_15.png":"en","offer_pack_16.png":"en","offer_pack_17.png":"en","offer_pack_18.png":"en","offer_pack_19.png":"en","offer_pack_2.png":"en","offer_pack_20.png":"en","offer_pack_21.png":"en","offer_pack_22.png":"en","offer_pack_23.png":"en","offer_pack_24.png":"en","offer_pack_25.png":"en","offer_pack_26.png":"en","offer_pack_27.png":"en","offer_pack_28.png":"en","offer_pack_29.png":"en","offer_pack_3.png":"en","offer_pack_30.png":"en","offer_pack_31.png":"en","offer_pack_32.png":"en","offer_pack_33.png":"en","offer_pack_34.png":"en","offer_pack_35.png":"en","offer_pack_36.png":"en","offer_pack_37.png":"en","offer_pack_38.png":"en","offer_pack_39.png":"en","offer_pack_4.png":"en","offer_pack_40.png":"en","offer_pack_41.png":"en","offer_pack_42.png":"en","offer_pack_43.png":"en","offer_pack_44.png":"en","offer_pack_45.png":"en","offer_pack_46.png":"en","offer_pack_47.png":"en","offer_pack_48.png":"en","offer_pack_49.png":"en","offer_pack_5.png":"en","offer_pack_50.png":"en","offer_pack_51.png":"en","offer_pack_52.png":"en","offer_pack_53.png":"en","offer_pack_54.png":"en","offer_pack_55.png":"en","offer_pack_56.png":"en","offer_pack_57.png":"en","offer_pack_58.png":"en","offer_pack_59.png":"en","offer_pack_6.png":"en","offer_pack_60.png":"en","offer_pack_61.png":"en","offer_pack_62.png":"en","offer_pack_63.png":"en","offer_pack_64.png":"en","offer_pack_65.png":"en","offer_pack_7.png":"en","offer_pack_8.png":"en","offer_pack_9.png":"en","oveja.png":"","pierdes_defensa.jpg":"","popupDragonProgress1.swf":"","popupDragonProgress2.swf":"","popupDragonProgress3.swf":"","popupDragonProgress4.swf":"","popupDragonProgress5.swf":"","popupDragonProgress6.swf":"","popupMonsterProgress1.swf":"","popupMonsterProgress2.swf":"","popupMonsterProgress3.swf":"","popupMonsterProgress4.swf":"","pop_up5_sueno2.jpg":"","pop_up_nieve.jpg":"","prev_magic_black_hole.jpg":"","prev_magic_crack.jpg":"","prev_magic_dragon.jpg":"","prev_magic_enlarge.jpg":"","prev_magic_fire.jpg":"","prev_magic_frozen.jpg":"","prev_magic_full_limit.jpg":"","prev_magic_golem.jpg":"","prev_magic_heal.jpg":"","prev_magic_poison.jpg":"","prev_magic_range_increaser.jpg":"","prev_magic_shield.jpg":"","prev_magic_speed_increaser.jpg":"","prev_magic_stone.jpg":"","prev_magic_yeti.jpg":"","princess.png":"","princess2.png":"","principecolgado.png":"","prisonarchers.png":"","prisontroll.png":"","quests_manager_img1.jpg":"","quests_manager_img2.jpg":"","quests_manager_img3.jpg":"","quests_manager_img4.jpg":"","quests_manager_img5.jpg":"","quests_manager_img_1.jpg":"","quests_manager_img_2.jpg":"","quests_manager_img_3.jpg":"","quests_manager_img_4.jpg":"","quests_manager_img_5.jpg":"","quests_manager_img_6.jpg":"","quests_manager_img_7.jpg":"","quest_allies.jpg":"","quest_altar_azteca.jpg":"","quest_arbolvida.jpg":"","quest_archers.jpg":"","quest_atlantes_tesoro.jpg":"","quest_balrog.jpg":"","quest_cages.jpg":"","quest_chinos_dragones.jpg":"","quest_chinos_fuegos.jpg":"","quest_cleopatra.jpg":"","quest_egypt_golem.jpg":"","quest_egypt_sarcofago.jpg":"","quest_ent.jpg":"","quest_healers.jpg":"","quest_kidnapped.jpg":"","quest_magos.jpg":"","quest_map.png":"","quest_mill.jpg":"","quest_portales.jpg":"","quest_prince.jpg":"","quest_princess.jpg":"","quest_rockdriller.jpg":"","quest_siege.jpg":"","quest_stone_mine.jpg":"","quest_treasure.jpg":"","quest_troll.jpg":"","quest_undead.jpg":"","quest_vibora.jpg":"","quest_vikingos_cerveza.jpg":"","quest_villagers.jpg":"","quest_yeti_negro.jpg":"","recruitprize_556.jpg":"","recruitprize_569.jpg":"","recruitprize_602.jpg":"","recruitprize_603.jpg":"","recruitprize_606.jpg":"","rockdriller_start.jpg":"","rockdriller_win.jpg":"","SELVA.jpg":"","ship.png":"","ship2.png":"","SURVIVAL_DESIERTO.jpg":"","SURVIVAL_MINERAL.jpg":"","SURVIVAL_NIEVE.jpg":"","SURVIVAL_NUBES.jpg":"","SURVIVAL_SELVA.jpg":"","TESORO.jpg":"","thumbprincess.jpg":"","thumbrey.jpg":"","totem.png":"","tournament_friends.jpg":"","tournament_weekly_cash.jpg":"","tournament_weekly_gold.jpg":"","townHuman.png":"","townTroll.png":"","troll_civ.png":"en","trols.png":"","trolsentado.png":"","vaca.png":"","victoryYETI.jpg":"","villagers.png":"","vs-nivel1.jpg":"","vs-nivel2.jpg":"","vs-nivel3.jpg":"","vs-nivel4.jpg":"","vs-nivel5.jpg":"","vs-nivel6.jpg":"","vs-nivel7.jpg":"","weekly_tournament_bot1.png":"","weekly_tournament_bot2.png":"","weekly_tournament_bot3.png":"","win-golem.jpg":"","zeppelin.jpg":""},"social_items":[{"id":6,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"},{"id":16,"worker_cost":2,"workers":"Geologist,Miner"},{"id":18,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner,Supervisor"},{"id":23,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer"},{"id":24,"worker_cost":2,"workers":"Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl"},{"id":49,"worker_cost":2,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":50,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":185,"worker_cost":4,"workers":"Veterinary,Trainer,Waterboy,Assistant,Supervisor"},{"id":189,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"},{"id":202,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic"},{"id":212,"worker_cost":3,"workers":"Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl,Prayer boy,Prayer girl"},{"id":216,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist,Supervisor,Boss"},{"id":224,"worker_cost":3,"workers":"Captain,Cabin boy,Helmsman"},{"id":234,"worker_cost":3,"workers":"1st Ally,2nd Ally,3rd Ally,4th Ally,5th Ally,6th Ally,7th Ally,8th Ally,9th Ally"},{"id":266,"worker_cost":2,"workers":"+125,+125,+125,+125,+125,+125,+125,+125"},{"id":299,"worker_cost":5,"workers":"Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway"},{"id":301,"worker_cost":2,"workers":"Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"},{"id":318,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner"},{"id":320,"worker_cost":2,"workers":"Cartographer,Geologist,Engineer,Miner,Supervisor"},{"id":335,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer"},{"id":337,"worker_cost":2,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":338,"worker_cost":3,"workers":"Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"},{"id":343,"worker_cost":3,"workers":"Captain,Grummet,Helmsman,Boatswain,Sailor,Engineer,Cook,Skipper,Traveller,Stowaway"},{"id":344,"worker_cost":5,"workers":"Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway,Engineer,Assistant"},{"id":346,"worker_cost":2,"workers":"Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"},{"id":349,"worker_cost":4,"workers":"Veterinary,Trainer,Waterboy,Assistant,Supervisor"},{"id":352,"worker_cost":2,"workers":"+125,+125,+125,+125,+125,+125,+125,+125"},{"id":362,"worker_cost":2,"workers":"Shaman,Farseer,Altar boy, Altar Girl,Follower boy,Follower Girl,Card reader,Voodoo Doll,Incense Boy,Incense Girl"},{"id":387,"worker_cost":0,"workers":"New Recruit,New Recruit,New Recruit"},{"id":389,"worker_cost":0,"workers":"1,2,3,4,5,6,7,8"},{"id":470,"worker_cost":0,"workers":"New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit"}],"globals":{"MARKET_BASE_COSTS":{"w":100,"s":150,"f":100},"MARKET_INCREMENT":0.02,"MARKET_SELL_PERCENTAGE":0.75,"MARKET_MAX_INCREMENTS":200,"MARKET_MAX_DECREMENTS":25,"MARKET_PERIOD_HOURS":20,"EXCHANGE_CASH":5,"EXCHANGE_GOLD":2500,"COLLECTION_REWARDS":[0,176,177,178,179,180,551,546,544,552,553,206,207,208,209,124,561,562,563,564,565,875,853,1410],"COLLECTION_PRICES":"DEPRECATED","HEROES":[533,534,535,550,554,555,556,557],"COLLECT_BUILDINGS_SUBCAT_FUNCS":[511,124,121],"ATTACKS_PERIOD_HOURS":6,"ATTACKS_PERIOD_MAX":3,"ASSIST_REWARD_GOLD":10,"ASSIST_REWARD_XP":3,"RESURRECT_COST_MULT":500,"LIMITED_EDITION_EXPIRATION":"2012-09-14","ALLIES_BUILDING":234,"SUBCAT_FARMS":122,"ALLIES_MARKET":266,"ALLIES_MARKET_INCREMENTAL_COLLECT":{"w":125,"s":125,"f":125,"g":125},"ALLIES_MARKET_INITIAL_COLLECT":{"w":125,"s":125,"f":125,"g":125},"ENERGY_COSTS":{"15":4,"30":8,"60":15},"COST_UNLOCK_SKIN":20,"ALLIES_MARKET_TROLLS":352,"COLLECT_HELP_SECONDS":3600,"NEWFRIENDS_REWARD_ID_UNIT":"603.1,606.2,569.2,556.1,602.1","NEWFRIENDS_REWARD_DESCRIPTION":"615,616,617,618,619","NEWS_IMAGE":"DEPRECATED","NEWS_STORE":"DEPRECATED","NEWFRIENDS_REWARD_SCALE_UNIT":"0.9,1.1,1.1,1.1,0.8","ROUND_TABLE":389,"MAX_FEEDS_ROUND_TABLE":60,"RECRUITMENT_PRIZE":387,"MAX_GOLD_ASSAULT":20000,"EXPIRABLE_UNITS":[615],"RESURRECTABLE_UNITS":{"533":"533","534":"534","535":"535","550":"550","554":"554","555":"555","556":"556","557":"557","553":"550","565":"557"},"COST_MANA_GOLD":20000,"COST_MANA_CASH":1,"ISLE_ORDER":["100000006","100000007","100000008","100000002","100000012","100000021","100000022","100000003","100000028","100000014","100000013","100000020","100000015","100000019","100000018","100000023","100000011","100000033","100000041","100000042","100000043","100000044","100000045","100000046","100000047","100000090","100000091","100000092"],"UNIT_ENLARGE_DURATION":30000,"NUM_SPELL_USES_LVL2":25,"NUM_SPELL_USES_LVL3":50,"MANA_PER_PURCHASE":5,"START_LEVEL_MANA_REWARD":36,"MANA_REWARD_PER_LEVEL":2,"SHOW_GRATS_PACK":0,"MAX_GOLD_QUEST":25000,"POPULATION_WONDER_ID":470,"POPULATION_INCREASE":10,"POPULATION_INCREASE_QTY":5,"COLLECT_VARIABLE_IDS":[5,6,7,202,13,14,15,203,16,17,18,204,77,78,79,205],"ANIMALS_PER_DAY":20,"SPEED_HACK_CONTROL":0,"SURVIVAL_UNLOCK_MAP_CASH":[0,0,0,20,30],"SURVIVAL_WAIT_HOURS_MAP_REPEAT":1,"SURVIVAL_BUY_LIVE_CASH":3,"SURVIVAL_HOURS_LIVE_REGENERATE":3,"PVP_BUY_TERRITORY_CASH":5,"PVP_BUY_ISLAND_CASH":30,"WAREHOUSE_CAPACITIES":[50,100,150,200,250,300,350,400,450,500,550,600,650,700,750,800,850,900,950,1000],"WAREHOUSE_CAPACITY_INCREASE_PRICE":[0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50],"WAREHOUSE_CAPACITY_INCREASE_PRICE_SINGLE":2,"WAREHOUSE_MAX_CAPACITY":1000,"SPAWN_MOROCCO_DEALER":1,"TOURNAMENT_MAX_NUMBER_COMPLEX_UNITS":10,"TOURNAMENT_UNITS_NOT_ALLOWED":[762,683,716,765,791,735,569,879,2007,2003,2145],"TOURNAMENT_ACTIVATED":1,"SPAWN_MENVSWOMEN_ADVERTISING":1,"NEWS_ITEM":[{"news_image":"new_bestciv3_5.jpg","news_store":"12.121.0"},{"news_image":"new_punisherknight.jpg","news_store":"12.121.0"},{"news_image":"new_gods2.jpg","news_store":"gods"},{"news_image":"new_2hard.jpg","news_store":""},{"news_image":"new_hardgods.jpg","news_store":"godsquests"},{"news_image":"new_decos.jpg","news_store":"2.45.0"},{"news_image":"new_supreme.jpg","news_store":"1.13.0"},{"news_image":"new_newmagics.jpg","news_store":"1.13.0"},{"news_image":"new_hardcore.jpg","news_store":null},{"news_image":"new_bahamut_riders.jpg","news_store":"1.13.0"}],"DRAGONS":{"649":{"rider":"1","tamedId":"832"},"684":{"rider":"1","tamedId":"833"},"695":{"rider":"1","tamedId":"834"},"708":{"rider":"1","tamedId":"835"},"714":{"rider":"1","tamedId":"836"},"723":{"rider":"1","tamedId":"837"},"736":{"rider":"2","tamedId":"838"},"758":{"rider":"2","tamedId":"839"},"766":{"rider":"2","tamedId":"840"},"777":{"rider":"2","tamedId":"841"},"785":{"rider":"2","tamedId":"842"},"793":{"rider":"2","tamedId":"843"},"798":{"rider":"3","tamedId":"844"},"826":{"rider":"3","tamedId":"845"},"847":{"rider":"3","tamedId":"851"},"846":{"rider":"3","tamedId":"852"},"853":{"rider":"3","tamedId":"855"},"862":{"rider":"3","tamedId":"864"},"875":{"rider":"3","tamedId":"877"},"888":{"rider":"3","tamedId":"889"},"891":{"rider":"3","tamedId":"893"},"2000":{"rider":"3","tamedId":"2002"},"2013":{"rider":"3","tamedId":"2015"},"2016":{"rider":"3","tamedId":"2018"},"2023":{"rider":"3","tamedId":"2026"},"2037":{"rider":"3","tamedId":"2038"},"2043":{"rider":"3","tamedId":"2045"},"2039":{"rider":"3","tamedId":"2041"},"2048":{"rider":"3","tamedId":"2050"},"2057":{"rider":"3","tamedId":"2058"},"2063":{"rider":"3","tamedId":"2065"},"2069":{"rider":"3","tamedId":"2071"},"2121":{"rider":"3","tamedId":"2123"},"2129":{"rider":"3","tamedId":"2131"},"2132":{"rider":"3","tamedId":"2134"},"2140":{"rider":"3","tamedId":"2142"},"2171":{"rider":"3","tamedId":"2173"},"2174":{"rider":"3","tamedId":"2176"}},"DRAGON_RIDERS":{"1":{"unlockLevel":35,"steps":5,"stepCost":15},"2":{"unlockLevel":40,"steps":6,"stepCost":15},"3":{"unlockLevel":45,"steps":7,"stepCost":15}},"MONDAY_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"PRICE_COMPLETE_GOAL":2,"HEAVY_SIEGE_COST_CASH":20,"POLICY_FILES":["https:\/\/fbcdn-profile-a.akamaihd.net","http:\/\/profile.ak.fbcdn.net\/","https:\/\/s-assets.tp-cdn.com"],"CASH_WONDER":1299,"MAX_GOLD_HARDCORE_QUEST":30000,"DART_COST_CASH":20,"ACTIVATE_DRAGON_NEST_CASH":50,"ACTIVATE_DRAGON_NEST_GOLD":100000,"ACTIVATE_MONSTER_NEST_CASH":50,"ACTIVATE_MONSTER_NEST_GOLD":100000,"PERCENT_UNITS_RECOVERED_ATTACKER_L9":95,"PERCENT_UNITS_RECOVERED_ATTACKER_L9_MD":65,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15":75,"PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15_MD":55,"PERCENT_UNITS_RECOVERED_ATTACKER_L16":50,"PERCENT_UNITS_RECOVERED_ATTACKER_L16_MD":30,"PERCENT_UNITS_RECOVERED_DEFENDER":95,"PERCENT_UNITS_RECOVERED_DEFENDER_MD":75,"PERCENT_UNITS_RECOVERED_BOSS":70,"PERCENT_UNITS_RECOVERED_BOSS_MD":50,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND":60,"PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND_MD":30,"PERCENT_UNITS_RECOVERED_ISLE":60,"PERCENT_UNITS_RECOVERED_ISLE_MD":30,"DAILY_BONUS_CONFIG":[{"qty":250,"type":"g"},{"qty":1,"type":"hero"},{"qty":1,"type":"c"},{"qty":1,"type":"hero"},{"qty":3,"type":"c"}],"DAILY_BONUS_CONFIG_HEROES":[555,554,534,533,550,557,535,556],"DRAGON_NEST_FEED_CASH":1,"DRAGON_NEST_TAKE_CARE_CASH":1,"MONSTER_NEST_FEED_CASH":1,"MONSTER_NEST_TAKE_CARE_CASH":1,"MONDAY_BONUS_UNITS":[784,699,761,644,863],"COMEBACK_BONUS_REWARDS":[{"type":"g","value":2500},{"type":"u","value":0},{"type":"c","value":5}],"COMEBACK_BONUS_UNITS":[768,712],"TIME_MACHINE":[{"hours":0.5,"price":2},{"hours":1,"price":4},{"hours":4,"price":12},{"hours":8,"price":25},{"hours":12,"price":40},{"hours":24,"price":75}],"ID_BUILDING_LEVELUP_STATUE":1478,"REWARD_QUESTS_CHAPTERS_MULTIPLIER":0.3,"QUESTS_MIN_LEVELS":{"100000046":40,"100000047":40},"UNLOCKED_FOREVER_QUESTS":["100000090","100000091","100000092"],"MAX_GOLD_GOD_QUEST":35000,"MAX_XP_QUEST":7500,"MAX_XP_GOD_QUEST":8500},"magics":[{"id":2,"name":"Fire Havoc","description":"A fire tempest hits the battlefield. More effective against units.","mana":5,"area":"[5,7,9]","level":35,"gold":1000,"cash":35,"img_name":"magic_fire","target":2},{"id":3,"name":"Ultimate Hail","description":"Hundreds of boulders fall from the sky. More effective against buildings.","mana":7,"area":"[5,7,9]","level":45,"gold":60000,"cash":55,"img_name":"magic_stone","target":2},{"id":4,"name":"Deadly Frostbite","description":"Units are dead frozen, unable to move or attack for some time.","mana":5,"area":"[5,7,9]","level":43,"gold":15000,"cash":35,"img_name":"magic_frozen","target":2},{"id":5,"name":"Sacred Rain","description":"A healing rain pours over wounded units and replenishes their life.","mana":3,"area":"[5,7,9]","level":36,"gold":10000,"cash":38,"img_name":"magic_heal","target":1},{"id":6,"name":"Golem's Wrath","description":"A powerful Stone Golem ally is summoned on the battlefield.","mana":15,"area":"[1,1,1]","level":40,"gold":25000,"cash":45,"img_name":"magic_golem","target":0},{"id":7,"name":"Hell Abyss","description":"Earth crumbles and swallows small units and buildings for life.","mana":10,"area":"[5,7,9]","level":38,"gold":15000,"cash":40,"img_name":"magic_crack","target":2},{"id":8,"name":"Poisonous Flood","description":"A poisonous flood infects units and deals damage over time. Higher levels infect nearby targets.","mana":10,"area":"[5,7,9]","level":43,"gold":10000,"cash":30,"img_name":"magic_poison","target":2},{"id":9,"name":"Ether Shield","description":"A shield made of solid ether absorbs some damage inflicted to your units.","mana":6,"area":"[5,7,9]","level":38,"gold":50000,"cash":40,"img_name":"magic_shield","target":1},{"id":10,"name":"Yeti's Trail","description":"An abominable Yeti is summoned, wrecking havoc on enemy units.","mana":8,"area":"[1,1,1]","level":45,"gold":70000,"cash":60,"img_name":"magic_yeti","target":0},{"id":11,"name":"Age of Colossus","description":"Your units increase in size and deal more damage for some time.","mana":8,"area":"[5,7,9]","level":40,"gold":25000,"cash":45,"img_name":"magic_enlarge","target":1},{"id":12,"name":"Summon Dragon","description":"Summons a powerful Dragon to assist you on the battle.","mana":18,"area":"[1,1,1]","level":53,"gold":300000,"cash":80,"img_name":"magic_dragon","target":0},{"id":13,"name":"Instant Limit","description":"Instantly fills up the Limit Bar of your units.","mana":14,"area":"[5,7,9]","level":49,"gold":250000,"cash":70,"img_name":"magic_full_limit","target":0},{"id":14,"name":"2x Speed","description":"Doubles the movement speed of your units.","mana":10,"area":"[5,7,9]","level":47,"gold":150000,"cash":60,"img_name":"magic_speed_increaser","target":0},{"id":15,"name":"2x Range","description":"Doubles the attack range of your units.","mana":12,"area":"[5,7,9]","level":47,"gold":200000,"cash":60,"img_name":"magic_range_increaser","target":0},{"id":16,"name":"Black Hole","description":"Swallows enemies and buildings during certain amount of time.","mana":16,"area":"[5,7,9]","level":49,"gold":300000,"cash":80,"img_name":"magic_black_hole","target":0}],"units_collections_categories":{"1":{"category_id":1,"category_lang_id":1055,"units":[509,510,511,539,608],"rewards":608,"cost":1,"costs":null,"position":5},"2":{"category_id":2,"category_lang_id":1056,"units":[516,517,518,540,609],"rewards":609,"cost":1,"costs":null,"position":10},"3":{"category_id":3,"category_lang_id":1057,"units":[572,515,573,574],"rewards":574,"cost":2,"costs":null,"position":15},"4":{"category_id":4,"category_lang_id":1058,"units":[512,513,514,541,610],"rewards":610,"cost":2,"costs":null,"position":20},"5":{"category_id":5,"category_lang_id":1060,"units":[569,570,502,576],"rewards":576,"cost":3,"costs":null,"position":25},"6":{"category_id":6,"category_lang_id":1090,"units":[603,643,687,575],"rewards":575,"cost":5,"costs":[5,7,9,5],"position":30},"7":{"category_id":7,"category_lang_id":1091,"units":[635,654,615,623],"rewards":623,"cost":15,"costs":[20,25,15,15],"position":35},"33":{"category_id":33,"category_lang_id":1141,"units":[719,721],"rewards":721,"cost":15,"costs":[15,20],"position":40},"61":{"category_id":61,"category_lang_id":1431,"units":[872,894,886,896,883],"rewards":872,"cost":100,"costs":[260,250,240,250,245],"position":42},"8":{"category_id":8,"category_lang_id":1062,"units":[553,652,683,706],"rewards":706,"cost":10,"costs":[10,12,14,16],"position":45},"34":{"category_id":34,"category_lang_id":1142,"units":[712,727,771,796],"rewards":796,"cost":10,"costs":[18,20,22,24],"position":50},"9":{"category_id":9,"category_lang_id":1063,"units":[507,508,560,563],"rewards":563,"cost":5,"costs":[5,5,5,5],"position":55},"10":{"category_id":10,"category_lang_id":1065,"units":[519,520,521,522,568],"rewards":568,"cost":5,"costs":null,"position":60},"11":{"category_id":11,"category_lang_id":1216,"units":[544,631,642,537,641],"rewards":641,"cost":25,"costs":[20,25,30,25,30],"position":65},"12":{"category_id":12,"category_lang_id":1068,"units":[533,534,535,554],"rewards":554,"cost":6,"costs":null,"position":70},"13":{"category_id":13,"category_lang_id":1069,"units":[555,556,557],"rewards":557,"cost":9,"costs":null,"position":75},"14":{"category_id":14,"category_lang_id":1092,"units":[660,661,694],"rewards":694,"cost":25,"costs":null,"position":80},"15":{"category_id":15,"category_lang_id":1070,"units":[525,526,527,596],"rewards":596,"cost":5,"costs":[5,6,7,8],"position":85},"16":{"category_id":16,"category_lang_id":1071,"units":[529,547,530,531,589],"rewards":589,"cost":10,"costs":[10,12,14,14],"position":90},"17":{"category_id":17,"category_lang_id":1072,"units":[590,591,592,604,605],"rewards":605,"cost":15,"costs":[10,16,18,16,16],"position":95},"18":{"category_id":18,"category_lang_id":1073,"units":[585,586,587,588],"rewards":588,"cost":10,"costs":null,"position":100},"19":{"category_id":19,"category_lang_id":1074,"units":[606,607],"rewards":607,"cost":10,"costs":null,"position":105},"20":{"category_id":20,"category_lang_id":1075,"units":[577,578],"rewards":578,"cost":10,"costs":null,"position":110},"21":{"category_id":21,"category_lang_id":1076,"units":[612,613,614],"rewards":614,"cost":10,"costs":null,"position":115},"22":{"category_id":22,"category_lang_id":1077,"units":[619,620,621,622],"rewards":622,"cost":10,"costs":null,"position":120},"23":{"category_id":23,"category_lang_id":1078,"units":[626,627,628,629],"rewards":629,"cost":15,"costs":[15,15,18,20],"position":125},"24":{"category_id":24,"category_lang_id":1079,"units":[632,633,634],"rewards":634,"cost":15,"costs":[18,15,15],"position":130},"25":{"category_id":25,"category_lang_id":1081,"units":[644,645,646,647,648],"rewards":648,"cost":30,"costs":[35,30,30,40,35],"position":135},"26":{"category_id":26,"category_lang_id":1082,"units":[699,701,702,703,700],"rewards":700,"cost":30,"costs":[35,30,40,30,35],"position":140},"27":{"category_id":27,"category_lang_id":1083,"units":[704,705,711,715,724],"rewards":724,"cost":30,"costs":[30,30,40,35,40],"position":145},"28":{"category_id":28,"category_lang_id":1084,"units":[649,684,695,708,723],"rewards":723,"cost":100,"costs":[100,100,110,120,130],"position":150},"39":{"category_id":39,"category_lang_id":1147,"units":[714,736,758,766,785],"rewards":766,"cost":100,"costs":[140,150,160,170,180],"position":155},"47":{"category_id":47,"category_lang_id":1243,"units":[777,793,798,826,830],"rewards":777,"cost":100,"costs":[190,200,210,220,230],"position":160},"55":{"category_id":55,"category_lang_id":1328,"units":[847,846,862],"rewards":847,"cost":240,"costs":[240,240,240],"position":165},"29":{"category_id":29,"category_lang_id":1064,"units":[638,651,698,710,725],"rewards":725,"cost":35,"costs":[35,37,39,41,43],"position":190},"46":{"category_id":46,"category_lang_id":1240,"units":[768,769,784,790,813],"rewards":769,"cost":35,"costs":[45,47,49,51,53],"position":195},"52":{"category_id":52,"category_lang_id":1296,"units":[814,820,849],"rewards":820,"cost":35,"costs":[55,57,59],"position":196},"30":{"category_id":30,"category_lang_id":1087,"units":[655,662],"rewards":662,"cost":5,"costs":null,"position":210},"31":{"category_id":31,"category_lang_id":1088,"units":[561,562],"rewards":562,"cost":10,"costs":null,"position":215},"32":{"category_id":32,"category_lang_id":1089,"units":[637,653,707,650,709],"rewards":709,"cost":75,"costs":[75,80,85,85,85],"position":220},"40":{"category_id":40,"category_lang_id":1148,"units":[716,717,741,742,745],"rewards":745,"cost":75,"costs":[75,80,85,75,85],"position":225},"44":{"category_id":44,"category_lang_id":1217,"units":[770,776,757,772,762,782],"rewards":782,"cost":75,"costs":[75,85,85,90,85],"position":230},"57":{"category_id":57,"category_lang_id":1331,"units":[829,831],"rewards":831,"cost":100,"costs":[100,110],"position":231},"35":{"category_id":35,"category_lang_id":1143,"units":[729,730,731,732,733],"rewards":733,"cost":30,"costs":[30,30,30,35,30],"position":235},"36":{"category_id":36,"category_lang_id":1144,"units":[735,738,746],"rewards":746,"cost":30,"costs":[35,35,50],"position":240},"41":{"category_id":41,"category_lang_id":1149,"units":[713,722,737],"rewards":737,"cost":75,"costs":[75,80,85],"position":245},"37":{"category_id":37,"category_lang_id":1145,"units":[748,749,750,751,752],"rewards":752,"cost":40,"costs":[70,50,40,40,45],"position":250},"38":{"category_id":38,"category_lang_id":1146,"units":[755,753,754,778,828],"rewards":775,"cost":75,"costs":[85,75,75,90,95],"position":255},"42":{"category_id":42,"category_lang_id":1218,"units":[781,773,764,765,792],"rewards":792,"cost":75,"costs":[80,75,75,85,80],"position":260},"43":{"category_id":43,"category_lang_id":1219,"units":[759,760,761,779,774],"rewards":774,"cost":60,"costs":null,"position":265},"45":{"category_id":45,"category_lang_id":1239,"units":[786,787,788,789,780,778],"rewards":778,"cost":75,"costs":[85,85,80,75,75],"position":270},"48":{"category_id":48,"category_lang_id":1264,"units":[809,808,797,802,818],"rewards":795,"cost":60,"costs":null,"position":275},"49":{"category_id":49,"category_lang_id":1265,"units":[811,810,799,794,801],"rewards":794,"cost":75,"costs":[75,80,75,85,80],"position":280},"50":{"category_id":50,"category_lang_id":1292,"units":[803,805,807,812,795],"rewards":807,"cost":75,"costs":[75,80,85,85,75],"position":285},"51":{"category_id":51,"category_lang_id":1293,"units":[815,816,817,806,821],"rewards":806,"cost":75,"costs":[85,80,75,90,75],"position":290},"54":{"category_id":54,"category_lang_id":1327,"units":[827,825],"rewards":827,"cost":75,"costs":[85,60],"position":295},"53":{"category_id":53,"category_lang_id":1330,"units":[744,775,856],"rewards":778,"cost":75,"costs":[80,85,90],"position":300},"58":{"category_id":58,"category_lang_id":1400,"units":[867,866,869,897,860],"rewards":867,"cost":90,"costs":[80,90,90,100,110],"position":310},"59":{"category_id":59,"category_lang_id":1401,"units":[879,884],"rewards":884,"cost":120,"costs":[120,130],"position":315},"62":{"category_id":62,"category_lang_id":1500,"units":[2005,2006,2007,2008,2009],"rewards":2009,"cost":100,"costs":[35,35,70,90,60],"position":320},"63":{"category_id":63,"category_lang_id":1502,"units":[2010,2011,2012,2019,2020],"rewards":2019,"cost":150,"costs":[70,100,55,125,90],"position":325},"64":{"category_id":64,"category_lang_id":1505,"units":[2021,2022,2036],"rewards":2022,"cost":150,"costs":[90,125,130],"position":330}},"level_ranking_reward":[{"level":50,"cash":1,"units":{"640":1,"117":1}},{"level":49,"cash":1,"units":{"553":1}},{"level":48,"cash":1,"units":{"629":1}},{"level":47,"cash":1,"units":{"703":1}},{"level":46,"cash":1,"units":{"612":1}},{"level":45,"cash":1,"units":{"647":1,"119":1}},{"level":44,"cash":1,"units":{"633":1}},{"level":43,"cash":1,"units":null},{"level":42,"cash":1,"units":{"632":1}},{"level":41,"cash":1,"units":null},{"level":40,"cash":1,"units":null},{"level":39,"cash":1,"units":{"518":1}},{"level":38,"cash":1,"units":{"560":1}},{"level":37,"cash":1,"units":{"556":1}},{"level":36,"cash":1,"units":{"608":1}},{"level":35,"cash":1,"units":{"603":1,"123":1}},{"level":34,"cash":1,"units":{"540":1}},{"level":33,"cash":1,"units":{"565":1}},{"level":32,"cash":1,"units":{"534":1}},{"level":31,"cash":1,"units":{"507":1}},{"level":30,"cash":1,"units":{"655":1,"124":1}},{"level":29,"cash":1,"units":{"573":1}},{"level":28,"cash":1,"units":{"578":1}},{"level":27,"cash":1,"units":{"555":1}},{"level":26,"cash":1,"units":{"541":1}},{"level":25,"cash":1,"units":{"643":1,"128":1}},{"level":23,"cash":1,"units":{"574":1}},{"level":22,"cash":1,"units":{"633":1}},{"level":21,"cash":1,"units":{"606":1}},{"level":20,"cash":1,"units":{"615":1,"126":1}},{"level":19,"cash":1,"units":{"620":1}},{"level":24,"cash":1,"units":{"577":1}},{"level":18,"cash":1,"units":{"627":1}},{"level":17,"cash":1,"units":{"652":1}},{"level":16,"cash":1,"units":{"623":1}},{"level":15,"cash":1,"units":{"638":1,"121":1}},{"level":14,"cash":1,"units":{"662":1}},{"level":13,"cash":1,"units":{"644":1}},{"level":12,"cash":1,"units":{"683":1}},{"level":11,"cash":1,"units":{"626":1}},{"level":10,"cash":1,"units":{"651":10,"122":1}},{"level":9,"cash":1,"units":{"699":1}},{"level":8,"cash":1,"units":{"646":1}},{"level":7,"cash":1,"units":{"706":1}},{"level":6,"cash":1,"units":{"686":10}},{"level":5,"cash":1,"units":{"660":1,"575":10}},{"level":4,"cash":1,"units":{"661":1}},{"level":3,"cash":1,"units":{"694":1}},{"level":2,"cash":1,"units":{"712":1}},{"level":1,"cash":1,"units":{"650":1,"686":10}}],"tournament_type":{"1":{"id":1,"name":"NEWBIES","resource_type":"g","cost":500,"prize":[{"g":1500,"u":{"662":1}},{"g":1500,"u":{"729":1}},{"g":1500,"u":{"699":1}},{"g":1500,"u":{"712":1}},{"g":1500,"u":{"751":1}}],"num_players":4,"duration":24,"picture":"vs-nivel1.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"2":{"id":2,"name":"ADVANCED","resource_type":"c","cost":15,"prize":[{"c":30,"u":{"831":1}},{"c":30,"u":{"755":1}},{"c":30,"u":{"745":1}},{"c":30,"u":{"861":1}},{"c":30,"u":{"786":1}}],"num_players":4,"duration":24,"picture":"vs-nivel2.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"3":{"id":3,"name":"BEGINNERS","resource_type":"g","cost":2000,"prize":[{"g":6000,"u":{"771":1}},{"g":6000,"u":{"795":1}},{"g":6000,"u":{"711":1}},{"g":6000,"u":{"753":1}},{"g":6000,"u":{"749":1}}],"num_players":4,"duration":24,"picture":"vs-nivel3.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"4":{"id":4,"name":"PROFESSIONAL","resource_type":"c","cost":30,"prize":[{"c":60,"u":{"737":1}},{"c":60,"u":{"736":1}},{"c":60,"u":{"764":1}},{"c":60,"u":{"829":1}},{"c":60,"u":{"714":1}}],"num_players":4,"duration":24,"picture":"vs-nivel4.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"5":{"id":5,"name":"AMATEURS","resource_type":"g","cost":5000,"prize":[{"g":15000,"u":{"814":1}},{"g":15000,"u":{"867":1}},{"g":15000,"u":{"782":1}},{"g":15000,"u":{"768":1}},{"g":15000,"u":{"784":1}}],"num_players":4,"duration":24,"picture":"vs-nivel5.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"6":{"id":6,"name":"THE BEST","resource_type":"c","cost":50,"prize":[{"c":100,"u":{"847":1}},{"c":100,"u":{"793":1}},{"c":100,"u":{"884":1}},{"c":100,"u":{"766":1}},{"c":100,"u":{"826":1}}],"num_players":4,"duration":24,"picture":"vs-nivel6.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"7":{"id":7,"name":"MID-LEVEL","resource_type":"g","cost":15000,"prize":[{"g":45000,"u":{"749":1}},{"g":45000,"u":{"748":1}},{"g":45000,"u":{"722":1}},{"g":45000,"u":{"803":1}},{"g":45000,"u":{"789":1}}],"num_players":4,"duration":24,"picture":"vs-nivel7.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":0,"weekly_opponent":null},"8":{"id":8,"name":"WEEKLY GOLD","resource_type":"g","cost":500,"prize":[{"g":100000,"u":{"847":1}},{"g":75000,"u":{"777":1}},{"g":50000,"u":{"766":1}},{"g":25000,"u":{"766":1}},{"g":15000,"u":{"758":1}},{"g":10000,"u":{"736":1}},{"g":5000,"u":{"714":1}},{"g":5000,"u":{"695":1}},{"g":5000,"u":{"684":1}},{"g":5000,"u":{"649":1}}],"num_players":4,"duration":24,"picture":"tournament_weekly_gold.jpg","min_level":0,"map_id":100000040,"weekly_tournaments":7,"weekly_opponent":{"10000001":{"user_name":"Bot 1","picture":"weekly_tournament_bot1.png","xp":1256,"level":15,"country":"ES","team":[643,643,643,649,684,684,649,643,643,643,638,638,638,638,638,651,651,651,651,651]},"10000002":{"user_name":"Bot 2","picture":"weekly_tournament_bot2.png","xp":1256,"level":15,"country":"ES","team":[752,752,752,695,714,714,695,752,752,752,749,749,749,749,749,724,724,724,724,724]},"10000003":{"user_name":"Bot 3","picture":"weekly_tournament_bot3.png","xp":1256,"level":15,"country":"ES","team":[745,745,744,736,708,708,736,744,745,745,781,781,781,781,781,754,754,754,754,754]}}}},"darts_items":[{"id":1,"start_date":"2012-01-31 23:00:00","items":[735,849,687,683,633,774],"extra_item":837},{"id":2,"start_date":"2012-02-05 23:00:00","items":[641,820,661,652,632,552],"extra_item":835},{"id":3,"start_date":"2012-02-12 23:00:00","items":[642,814,660,727,721,555],"extra_item":838},{"id":4,"start_date":"2012-02-19 23:00:00","items":[724,813,635,712,654,564],"extra_item":834},{"id":5,"start_date":"2012-02-26 23:00:00","items":[732,790,694,706,645,577],"extra_item":836},{"id":6,"start_date":"2012-03-04 23:00:00","items":[706,719,533,609,532,577],"extra_item":838},{"id":7,"start_date":"2012-03-11 23:00:00","items":[655,699,534,730,627,572],"extra_item":834},{"id":8,"start_date":"2012-03-18 23:00:00","items":[725,771,560,537,563,515],"extra_item":836},{"id":9,"start_date":"2012-03-25 23:00:00","items":[712,774,610,779,576,620],"extra_item":837},{"id":10,"start_date":"2012-04-01 23:00:00","items":[555,554,564,619,507,535],"extra_item":833},{"id":11,"start_date":"2012-04-08 23:00:00","items":[702,727,618,578,551,573],"extra_item":839},{"id":12,"start_date":"2012-04-15 23:00:00","items":[663,647,759,552,508,540],"extra_item":832},{"id":13,"start_date":"2012-04-22 23:00:00","items":[700,825,614,575,573,513],"extra_item":835},{"id":14,"start_date":"2012-04-29 23:00:00","items":[514,627,628,688,796,555],"extra_item":833},{"id":15,"start_date":"2012-05-06 23:00:00","items":[572,535,550,633,749,647],"extra_item":766},{"id":16,"start_date":"2012-05-13 23:00:00","items":[620,563,701,648,825,727],"extra_item":835},{"id":17,"start_date":"2012-05-20 23:00:00","items":[515,507,651,629,554,655],"extra_item":777},{"id":18,"start_date":"2012-05-27 23:00:00","items":[508,646,539,731,615,663],"extra_item":837},{"id":19,"start_date":"2012-06-03 23:00:00","items":[576,573,645,574,556,712],"extra_item":785},{"id":20,"start_date":"2012-06-10 23:00:00","items":[513,540,626,687,603,725],"extra_item":839},{"id":21,"start_date":"2012-06-17 23:00:00","items":[751,573,622,541,719,623],"extra_item":793},{"id":22,"start_date":"2012-06-24 23:00:00","items":[514,703,628,644,702,555],"extra_item":841},{"id":23,"start_date":"2012-07-01 23:00:00","items":[628,535,652,633,749,768],"extra_item":793},{"id":24,"start_date":"2012-07-08 23:00:00","items":[574,802,662,648,825,771],"extra_item":840},{"id":25,"start_date":"2012-07-15 23:00:00","items":[633,507,651,704,699,655],"extra_item":798},{"id":26,"start_date":"2012-07-22 23:00:00","items":[508,551,539,731,882,663],"extra_item":839},{"id":27,"start_date":"2012-07-29 23:00:00","items":[783,573,750,574,774,712],"extra_item":826},{"id":28,"start_date":"2012-08-05 23:00:00","items":[539,540,626,759,603,790],"extra_item":838},{"id":29,"start_date":"2012-08-12 23:00:00","items":[751,573,622,609,719,854],"extra_item":837},{"id":30,"start_date":"2012-08-19 23:00:00","items":[577,535,609,533,719,706],"extra_item":785},{"id":31,"start_date":"2012-08-26 23:00:00","items":[572,627,730,534,699,655],"extra_item":839},{"id":32,"start_date":"2012-09-02 23:00:00","items":[515,563,537,560,771,725],"extra_item":847},{"id":33,"start_date":"2012-09-09 23:00:00","items":[],"extra_item":0}],"iphone_missions":{"1":{"missionGroupId":1,"icon":"..\/img\/iPhone\/missions\/desert.png","background":"..\/img\/iPhone\/missions\/desert_background.png","harbourIid":0,"name":"Lost Sands","rank":1,"rankUpUnitsGived":[730,779,865,626,733,629,652],"missions":{"1":{"missionId":1,"name":"Anubis God","totalSteps":3,"currentStep":0,"stepEnergy":5,"itemsRequired":[],"reward":[{"qtyMin":40,"qtyMax":50,"type":"g"},{"qty":2,"type":"x"}],"lootUnits":[612,613,614],"lootChance":10},"2":{"missionId":2,"name":"The Hyksos","totalSteps":3,"currentStep":0,"stepEnergy":10,"itemsRequired":[{"item_id":509,"quantity":3}],"reward":[{"qtyMin":80,"qtyMax":100,"type":"g"},{"qty":3,"type":"x"}],"lootUnits":[577,578,607],"lootChance":20},"3":{"missionId":3,"name":"The Evil Mummy","totalSteps":4,"currentStep":0,"stepEnergy":10,"itemsRequired":[{"item_id":509,"quantity":5}],"reward":[{"qtyMin":90,"qtyMax":110,"type":"g"},{"qty":5,"type":"x"}],"lootUnits":[614,615,616],"lootChance":10},"4":{"missionId":4,"name":"Neptune","totalSteps":5,"currentStep":0,"stepEnergy":15,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":1}],"reward":[{"qtyMin":120,"qtyMax":150,"type":"g"},{"qty":7,"type":"x"}],"lootUnits":[619,620,623],"lootChance":10},"5":{"missionId":5,"name":"Detestable Ra","totalSteps":6,"currentStep":0,"stepEnergy":15,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":3}],"reward":[{"qtyMin":70,"qtyMax":80,"type":"w"},{"qty":10,"type":"x"}],"lootUnits":[603,718,535],"lootChance":10},"6":{"missionId":6,"name":"The Ruler Priest","totalSteps":7,"currentStep":0,"stepEnergy":20,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5}],"reward":[{"qtyMin":180,"qtyMax":200,"type":"g"},{"qty":12,"type":"x"}],"lootUnits":[603,533,535],"lootChance":10},"7":{"missionId":7,"name":"The Sphynx","totalSteps":8,"currentStep":0,"stepEnergy":20,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":3}],"reward":[{"qtyMin":190,"qtyMax":220,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[626,606,618],"lootChance":10},"8":{"missionId":8,"name":"Big Pyramid","totalSteps":9,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":509,"quantity":5},{"item_id":516,"quantity":5},{"item_id":512,"quantity":5}],"reward":[{"qtyMin":230,"qtyMax":250,"type":"f"},{"qty":18,"type":"x"}],"lootUnits":[628,638,539],"lootChance":10},"9":{"missionId":9,"name":"Sacrifice Ritual","totalSteps":10,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":509,"quantity":7},{"item_id":516,"quantity":5},{"item_id":512,"quantity":7}],"reward":[{"qtyMin":240,"qtyMax":260,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[652,608,662],"lootChance":10},"10":{"missionId":10,"name":"The Greek BIG BOSS","totalSteps":10,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":509,"quantity":9},{"item_id":516,"quantity":7},{"item_id":512,"quantity":7},{"item_id":519,"quantity":3}],"reward":[{"qtyMin":300,"qtyMax":320,"type":"g"},{"qty":22,"type":"x"}],"lootUnits":[687,698,540],"lootChance":10}}},"2":{"missionGroupId":2,"icon":"..\/img\/iPhone\/missions\/forest.png","background":"..\/img\/iPhone\/missions\/forest_background.png","harbourIid":50005,"name":"Britania","rank":1,"rankUpUnitsGived":[651,701,750,683,729,2005,702],"missions":{"1":{"missionId":1,"name":"Willy Wallace","totalSteps":3,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":510,"quantity":7}],"reward":[{"qtyMin":350,"qtyMax":380,"type":"g"},{"qty":10,"type":"x"}],"lootUnits":[612,628,614],"lootChance":10},"2":{"missionId":2,"name":"Skirt Issues","totalSteps":3,"currentStep":0,"stepEnergy":25,"itemsRequired":[{"item_id":510,"quantity":10}],"reward":[{"qtyMin":375,"qtyMax":400,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[622,578,607],"lootChance":10},"3":{"missionId":3,"name":"Camelot path","totalSteps":4,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":510,"quantity":15}],"reward":[{"qtyMin":420,"qtyMax":440,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[614,520,616],"lootChance":10},"4":{"missionId":4,"name":"Round Table","totalSteps":5,"currentStep":0,"stepEnergy":30,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":5}],"reward":[{"qtyMin":215,"qtyMax":225,"type":"w"},{"qty":30,"type":"x"}],"lootUnits":[619,627,623],"lootChance":10},"5":{"missionId":5,"name":"Lady's Lake","totalSteps":6,"currentStep":0,"stepEnergy":35,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":10}],"reward":[{"qtyMin":500,"qtyMax":525,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[603,719,535],"lootChance":10},"6":{"missionId":6,"name":"Sacred Sword","totalSteps":7,"currentStep":0,"stepEnergy":35,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15}],"reward":[{"qtyMin":510,"qtyMax":540,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[751,533,535],"lootChance":10},"7":{"missionId":7,"name":"The Holy Grial","totalSteps":8,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":5}],"reward":[{"qtyMin":580,"qtyMax":600,"type":"f"},{"qty":60,"type":"x"}],"lootUnits":[502,606,618],"lootChance":10},"8":{"missionId":8,"name":"Druids Council","totalSteps":9,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":510,"quantity":20},{"item_id":517,"quantity":15},{"item_id":513,"quantity":10}],"reward":[{"qtyMin":600,"qtyMax":620,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[628,683,539],"lootChance":10},"9":{"missionId":9,"name":"Finding herbs","totalSteps":10,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15}],"reward":[{"qtyMin":675,"qtyMax":680,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[779,608,662],"lootChance":10},"10":{"missionId":10,"name":"Free Nessy","totalSteps":10,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":510,"quantity":25},{"item_id":517,"quantity":15},{"item_id":513,"quantity":15},{"item_id":520,"quantity":5}],"reward":[{"qtyMin":750,"qtyMax":800,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[687,706,540],"lootChance":10}}},"3":{"missionGroupId":3,"icon":"..\/img\/iPhone\/missions\/snow.png","background":"..\/img\/iPhone\/missions\/snow_background.png","harbourIid":50011,"name":"North Kingdom","rank":1,"rankUpUnitsGived":[769,648,704,866,712,2027,749],"missions":{"1":{"missionId":1,"name":"Winter is coming","totalSteps":3,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":511,"quantity":10}],"reward":[{"qtyMin":760,"qtyMax":800,"type":"g"},{"qty":15,"type":"x"}],"lootUnits":[802,613,614],"lootChance":10},"2":{"missionId":2,"name":"Ice Lake","totalSteps":3,"currentStep":0,"stepEnergy":40,"itemsRequired":[{"item_id":511,"quantity":15}],"reward":[{"qtyMin":780,"qtyMax":800,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[577,712,607],"lootChance":10},"3":{"missionId":3,"name":"Cold Mountain","totalSteps":4,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":511,"quantity":20}],"reward":[{"qtyMin":880,"qtyMax":900,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[557,615,616],"lootChance":10},"4":{"missionId":4,"name":"Penguin runaway","totalSteps":5,"currentStep":0,"stepEnergy":45,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":5}],"reward":[{"qtyMin":440,"qtyMax":450,"type":"w"},{"qty":40,"type":"x"}],"lootUnits":[619,870,623],"lootChance":10},"5":{"missionId":5,"name":"Alpine Trolls","totalSteps":6,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":10}],"reward":[{"qtyMin":950,"qtyMax":1000,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[603,718,508],"lootChance":10},"6":{"missionId":6,"name":"Avalanche","totalSteps":7,"currentStep":0,"stepEnergy":50,"itemsRequired":[{"item_id":511,"quantity":20},{"item_id":518,"quantity":15}],"reward":[{"qtyMin":980,"qtyMax":1000,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[603,721,535],"lootChance":10},"7":{"missionId":7,"name":"Frozen Cave","totalSteps":8,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":7}],"reward":[{"qtyMin":1100,"qtyMax":1200,"type":"f"},{"qty":80,"type":"x"}],"lootUnits":[768,606,618],"lootChance":10},"8":{"missionId":8,"name":"White Forest","totalSteps":9,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":15},{"item_id":514,"quantity":12}],"reward":[{"qtyMin":1150,"qtyMax":1200,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[628,825,539],"lootChance":10},"9":{"missionId":9,"name":"Let it snow","totalSteps":10,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":511,"quantity":25},{"item_id":518,"quantity":20},{"item_id":514,"quantity":15}],"reward":[{"qtyMin":1380,"qtyMax":1400,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[652,651,662],"lootChance":10},"10":{"missionId":10,"name":"Yeti's Patriarch","totalSteps":10,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":511,"quantity":30},{"item_id":518,"quantity":25},{"item_id":514,"quantity":20},{"item_id":521,"quantity":10}],"reward":[{"qtyMin":1450,"qtyMax":1500,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[652,698,540],"lootChance":10}}},"4":{"missionGroupId":4,"icon":"..\/img\/iPhone\/missions\/japan.png","background":"..\/img\/iPhone\/missions\/japan_background.png","harbourIid":50022,"name":"Oriental War","rank":1,"rankUpUnitsGived":[790,655,771,721,732,715,822],"missions":{"1":{"missionId":1,"name":"Samurai Path","totalSteps":3,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":603,"quantity":15}],"reward":[{"qtyMin":1450,"qtyMax":1500,"type":"g"},{"qty":20,"type":"x"}],"lootUnits":[612,613,554],"lootChance":10},"2":{"missionId":2,"name":"Cherry Blossom","totalSteps":3,"currentStep":0,"stepEnergy":60,"itemsRequired":[{"item_id":603,"quantity":20}],"reward":[{"qtyMin":1480,"qtyMax":1500,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[705,578,607],"lootChance":10},"3":{"missionId":3,"name":"Hidden Village","totalSteps":4,"currentStep":0,"stepEnergy":65,"itemsRequired":[{"item_id":603,"quantity":25}],"reward":[{"qtyMin":1500,"qtyMax":1600,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[614,729,616],"lootChance":10},"4":{"missionId":4,"name":"Fireworks night","totalSteps":5,"currentStep":0,"stepEnergy":65,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":10}],"reward":[{"qtyMin":750,"qtyMax":800,"type":"w"},{"qty":50,"type":"x"}],"lootUnits":[619,620,623],"lootChance":10},"5":{"missionId":5,"name":"The Shogunate","totalSteps":6,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":15}],"reward":[{"qtyMin":1600,"qtyMax":1700,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[750,718,535],"lootChance":10},"6":{"missionId":6,"name":"Kung Fu lessons","totalSteps":7,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20}],"reward":[{"qtyMin":1650,"qtyMax":1700,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[603,533,761],"lootChance":10},"7":{"missionId":7,"name":"Seven Swords","totalSteps":8,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":10}],"reward":[{"qtyMin":1800,"qtyMax":1900,"type":"f"},{"qty":100,"type":"x"}],"lootUnits":[797,606,618],"lootChance":10},"8":{"missionId":8,"name":"Katana Forge","totalSteps":9,"currentStep":0,"stepEnergy":75,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":20},{"item_id":540,"quantity":15}],"reward":[{"qtyMin":1850,"qtyMax":1900,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[628,635,539],"lootChance":10},"9":{"missionId":9,"name":"Dragon Mountain","totalSteps":10,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20}],"reward":[{"qtyMin":1900,"qtyMax":2000,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[652,608,629],"lootChance":10},"10":{"missionId":10,"name":"The Ocher Ninja","totalSteps":10,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":603,"quantity":25},{"item_id":539,"quantity":25},{"item_id":540,"quantity":20},{"item_id":541,"quantity":10}],"reward":[{"qtyMin":1950,"qtyMax":2000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[699,698,540],"lootChance":10}}},"5":{"missionGroupId":5,"icon":"..\/img\/iPhone\/missions\/mineral.png","background":"..\/img\/iPhone\/missions\/mineral_background.png","harbourIid":50023,"name":"Ancient Greece","rank":1,"rankUpUnitsGived":[813,663,796,643,694,661,635],"missions":{"1":{"missionId":1,"name":"Spartan meeting","totalSteps":3,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":568,"quantity":20}],"reward":[{"qtyMin":2000,"qtyMax":2100,"type":"g"},{"qty":30,"type":"x"}],"lootUnits":[612,648,614],"lootChance":10},"2":{"missionId":2,"name":"This is madness","totalSteps":3,"currentStep":0,"stepEnergy":70,"itemsRequired":[{"item_id":568,"quantity":25}],"reward":[{"qtyMin":2050,"qtyMax":2100,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[644,578,607],"lootChance":10},"3":{"missionId":3,"name":"Olympia crisis","totalSteps":4,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":568,"quantity":30}],"reward":[{"qtyMin":2300,"qtyMax":2400,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[614,663,616],"lootChance":10},"4":{"missionId":4,"name":"Zeus request","totalSteps":5,"currentStep":0,"stepEnergy":80,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":15}],"reward":[{"qtyMin":1100,"qtyMax":1200,"type":"w"},{"qty":60,"type":"x"}],"lootUnits":[655,620,623],"lootChance":10},"5":{"missionId":5,"name":"Scylla's crossing","totalSteps":6,"currentStep":0,"stepEnergy":90,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":20}],"reward":[{"qtyMin":2600,"qtyMax":2700,"type":"g"},{"qty":80,"type":"x"}],"lootUnits":[603,647,535],"lootChance":10},"6":{"missionId":6,"name":"Temple run","totalSteps":7,"currentStep":0,"stepEnergy":90,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25}],"reward":[{"qtyMin":2650,"qtyMax":2700,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[603,533,700],"lootChance":10},"7":{"missionId":7,"name":"Pan's Flute","totalSteps":8,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":15}],"reward":[{"qtyMin":2900,"qtyMax":3000,"type":"f"},{"qty":125,"type":"x"}],"lootUnits":[626,774,618],"lootChance":10},"8":{"missionId":8,"name":"Colossus' shadow","totalSteps":9,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":20}],"reward":[{"qtyMin":2950,"qtyMax":3000,"type":"g"},{"qty":150,"type":"x"}],"lootUnits":[749,638,539],"lootChance":10},"9":{"missionId":9,"name":"Row of the Titans","totalSteps":10,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":857,"quantity":25}],"reward":[{"qtyMin":2975,"qtyMax":3000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[652,702,662],"lootChance":10},"10":{"missionId":10,"name":"The Thunderbirds","totalSteps":10,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":608,"quantity":30},{"item_id":50031,"quantity":25},{"item_id":541,"quantity":25},{"item_id":662,"quantity":15}],"reward":[{"qtyMin":2990,"qtyMax":3100,"type":"g"},{"qty":200,"type":"x"}],"lootUnits":[687,660,540],"lootChance":10}}},"6":{"missionGroupId":6,"icon":"..\/img\/iPhone\/missions\/mountain.png","background":"..\/img\/iPhone\/missions\/mountain_background.png","harbourIid":50024,"name":"Mountain","rank":1,"rankUpUnitsGived":[814,700,711,754,867,872,765],"missions":{"1":{"missionId":1,"name":"The ascent","totalSteps":3,"currentStep":0,"stepEnergy":100,"itemsRequired":[{"item_id":609,"quantity":25}],"reward":[{"qtyMin":3400,"qtyMax":3500,"type":"g"},{"qty":40,"type":"x"}],"lootUnits":[612,752,614],"lootChance":10},"2":{"missionId":2,"name":"Vertical limit","totalSteps":3,"currentStep":0,"stepEnergy":120,"itemsRequired":[{"item_id":609,"quantity":30}],"reward":[{"qtyMin":4100,"qtyMax":4200,"type":"g"},{"qty":50,"type":"x"}],"lootUnits":[795,578,607],"lootChance":10},"3":{"missionId":3,"name":"Cliffhanger","totalSteps":4,"currentStep":0,"stepEnergy":140,"itemsRequired":[{"item_id":609,"quantity":35}],"reward":[{"qtyMin":4700,"qtyMax":4900,"type":"g"},{"qty":60,"type":"x"}],"lootUnits":[614,661,616],"lootChance":10},"4":{"missionId":4,"name":"Crumbling","totalSteps":5,"currentStep":0,"stepEnergy":150,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":20}],"reward":[{"qtyMin":2400,"qtyMax":2600,"type":"w"},{"qty":80,"type":"x"}],"lootUnits":[715,620,623],"lootChance":10},"5":{"missionId":5,"name":"127 hours","totalSteps":6,"currentStep":0,"stepEnergy":160,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":25}],"reward":[{"qtyMin":5400,"qtyMax":5600,"type":"g"},{"qty":100,"type":"x"}],"lootUnits":[603,724,535],"lootChance":10},"6":{"missionId":6,"name":"To the top","totalSteps":7,"currentStep":0,"stepEnergy":170,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30}],"reward":[{"qtyMin":5700,"qtyMax":5950,"type":"g"},{"qty":125,"type":"x"}],"lootUnits":[603,533,789],"lootChance":10},"7":{"missionId":7,"name":"The conquest","totalSteps":8,"currentStep":0,"stepEnergy":180,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":20}],"reward":[{"qtyMin":6150,"qtyMax":6300,"type":"f"},{"qty":150,"type":"x"}],"lootUnits":[756,606,618],"lootChance":10},"8":{"missionId":8,"name":"Rocks & dust","totalSteps":9,"currentStep":0,"stepEnergy":200,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":25}],"reward":[{"qtyMin":6800,"qtyMax":7000,"type":"g"},{"qty":175,"type":"x"}],"lootUnits":[628,764,539],"lootChance":10},"9":{"missionId":9,"name":"Going down","totalSteps":10,"currentStep":0,"stepEnergy":220,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30}],"reward":[{"qtyMin":7500,"qtyMax":7700,"type":"g"},{"qty":200,"type":"x"}],"lootUnits":[799,608,662],"lootChance":10},"10":{"missionId":10,"name":"The Third Man","totalSteps":10,"currentStep":0,"stepEnergy":250,"itemsRequired":[{"item_id":609,"quantity":40},{"item_id":662,"quantity":30},{"item_id":857,"quantity":30},{"item_id":610,"quantity":20}],"reward":[{"qtyMin":8500,"qtyMax":8750,"type":"g"},{"qty":250,"type":"x"}],"lootUnits":[742,698,540],"lootChance":10}}}},"iphone_config":{"BANNERS":[{"url":"img\/iPhone\/banners\/test_banner.jpg","link":"link"}],"APP_RATED_CASH":5,"SPECIAL_BUILDS_MODIFIERS_VALUES":{"Blacksmith":{"50006":5,"50012":15,"50025":20,"50026":25,"50027":30},"University":{"50008":5,"50014":15,"50028":20,"50029":25,"50030":30},"Townhall":{"50001":2,"50007":4,"50015":6,"50018":9,"50019":12},"Oracle":{"50010":5},"Embassy":{"50003":50,"50009":100,"50016":150,"50020":200,"50021":250}},"UNIT_COLLECT_WONDERS":{"49992":[661,555,534,533]},"ALLOWED_REQUEST_TYPES":["gift","spe_gift","hire","help_collect","potion"],"APP_RATED_MAIN_SCREEN_ENABLED":1,"NEWS_EN":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"NEWS_ES":["new_adventures.png","new_bahamutNest.png","new_barrack.png","new_battle.png"],"DEFAULT_MAX_PVP_ATTACKS":3,"PVP_OPPONENT_DEFENCE_DIVISOR":2,"TOWERS_LIMIT_BY_LEVEL":5,"PVP_ALGORITHM_PERCENTAGE_ALTER":20,"PVP_MAX_PERCENTAGE_OPPONENT_LOST":10,"NOT_ENOUGH_ENERGY_ATTACKS_POPUP_LEVEL":1,"PVP_ATTACK_RELOAD_TIME":300,"PVP_XP_WIN":2,"PVP_MIN_RESOURCES_MULT_LESS_10":25,"PVP_MAX_RESOURCES_MULT_LESS_10":50,"PVP_MIN_RESOURCES_MULT_GREATER_10":25,"PVP_MAX_RESOURCES_MULT_GREATER_10":100,"PVP_AND_ENERGY_REFILL_COST":5,"PVP_GIVE_GOLD_PROBABILITY":30,"PVP_GIVE_FOOD_PROBABILITY":30,"PVP_GIVE_WOOD_PROBABILITY":30,"PVP_GIVE_STONE_PROBABILITY":10,"INITIAL_MAX_ARMY_SIZE":25,"ARMY_SIZE_BY_LEVEL":5,"ARMY_SIZE_BY_FRIEND":20,"MAX_FRIENDS_FOR_ARMY_SIZE":10,"GOAL_LEVELS":{"1":3,"6":4,"10":5},"MINIMUM_GIFT_INTERVAL":86400,"MINIMUM_REFILL_NOTIFICATION_TIME":300,"MAXIMUM_COLLECT_NOTIFICATION_BY_DAY":6,"RESOURCE_NOTIFICATION_MAXIMUM_GROUP_TIME":3600,"DRAGON_NOTIFICATION_MAXIMUM_GROUP_TIME":21600,"MISS_YOU_NOTIFICATION_TIME":[86400,259200,604800],"MAXIMUM_PVP_NOTIFICATION_BY_DAY":2,"MAXIMUM_GIFT_NOTIFICATION_BY_DAY":5,"GIFTS":[635,694,702,752,867,866,796,661,754,683,784,863,768,2005,2027,727,771,774,623,556],"MAXIMUM_COLLECT_REMINDER_NOTIFICATIONS":2,"MAXIMUM_DRAGON_REMINDER_NOTIFICATIONS":3,"MAXIMUM_ENERGY_ATTACKS_REMINDER_NOTIFICATIONS":4,"COLLECT_REMINDER_INTERVAL":3600,"DRAGON_REMINDER_INTERVAL":3600,"ENERGY_ATTACKS_REMINDER_INTERVAL":3600,"FACEBOOK_LOGIN_REMINDER_INTERVAL":5,"INCREASE_POPULATION_LIMIT_COST":5,"INCREASE_POPULATION_LIMIT_AMOUNT":50,"AFTER_LOSING_PVP_UNITS":{"736":[15,50],"758":[15,50],"777":[15,50],"785":[15,50],"793":[15,50],"798":[15,50],"847":[15,50],"888":[15,50],"891":[15,50],"2000":[15,50],"2013":[15,50],"2016":[15,50],"766":[15,50],"2037":[15,50],"2039":[15,50],"2043":[15,50],"2048":[15,50],"2063":[15,50],"2069":[15,50],"2121":[15,50]},"AFTER_LOSING_PVP_UNITS_POPUP_BY_SES":1,"RATE_WITH_REWARD":0,"RATE_ON_PVP_INTERVAL":20},"iphone_goals":[{"goalId":"1","stepId":"1","name":"Complete Anubis God Adventure","goalDescription":"Complete Anubis God Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"1_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-1","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"2","stepId":"1","name":"Attack 2 players and win","goalDescription":"Attack 2 players and win the battle to earn resources and xp!","goalHintImage":"2_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"2","itemId":"win","title":"You Attacked","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"3","stepId":"1","name":"Complete The Hyksos Adventure","goalDescription":"Complete The Hyksos Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"3_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-2","title":"You completed","category":"","reward":[{"s":100}],"FBUsers":"1"},{"goalId":"4","stepId":"1","name":"Complete Neptune Adventure","goalDescription":"Complete Neptune Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"4_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-4","title":"You completed","category":"","reward":[{"s":100}],"FBUsers":"1"},{"goalId":"5","stepId":"1","name":"Build Archery I","goalDescription":"Build Archery I. It will allow you to train Light Archer.","goalHintImage":"5_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"41","title":"","category":"barrack","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"6","stepId":"1","name":"Train 5 more Light Archers","goalDescription":"Train 5 more Light Archers. The more you train, the more powerful your army will be!","goalHintImage":"6_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"516","title":"You trained","category":"","reward":[{"f":100}],"FBUsers":"1"},{"goalId":"7","stepId":"1","name":"Complete Detestable Ra Adventure","goalDescription":"Complete Detestable Ra Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"7_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-5","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"8","stepId":"1","name":"Attack 3 players and win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalHintImage":"8_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"3","itemId":"win","title":"You Attacked","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"9","stepId":"1","name":"Build Mill I","goalDescription":"Build Mill I. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"9_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"5","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"10","stepId":"1","name":"Select time for Mill I","goalDescription":"Select work time for Mill I to start producing food.","goalHintImage":"10_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"5","title":"","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"11","stepId":"1","name":"Build Gold Mine I","goalDescription":"Build Gold Mine I. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"11_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"13","title":"","category":"resourceManager","reward":[{"g":100}],"FBUsers":"0"},{"goalId":"12","stepId":"1","name":"Select time for Gold Mine I","goalDescription":"Select work time for Gold Mine I to start producing gold.","goalHintImage":"12_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"13","title":"","category":"","reward":[{"w":500}],"FBUsers":"1"},{"goalId":"13","stepId":"1","name":"Build Stables I","goalDescription":"Build Stables I. It will allow you to train Light Knight.","goalHintImage":"13_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"44","title":"","category":"barrack","reward":[{"f":700}],"FBUsers":"1"},{"goalId":"14","stepId":"1","name":"Train 5 more Light Knights","goalDescription":"Train 5 more Light Knights. The more you train, the more powerful your army will be!","goalHintImage":"14_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"512","title":"You trained","category":"","reward":[{"s":150}],"FBUsers":"1"},{"goalId":"15","stepId":"1","name":"Complete Sphinx Adventure","goalDescription":"Complete Sphinx Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"15_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-7","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"16","stepId":"1","name":"Attack 3 players and win","goalDescription":"Attack 3 players and win the battle to earn resources and xp!","goalHintImage":"16_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"3","itemId":"win","title":"You Attacked","category":"","reward":[{"u":620}],"FBUsers":"1"},{"goalId":"17","stepId":"1","name":"Collect Gold Mine I","goalDescription":"Collect gold from Gold Mine I.","goalHintImage":"17_goalhint.png","goalNotificationType":"Collect Resource","totalQuantity":"1","itemId":"13","title":"","category":"","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"18","stepId":"1","name":"Build Lumber Mill I","goalDescription":"Build Lumber Mill I. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"18_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"77","title":"","category":"resourceManager","reward":[{"g":150}],"FBUsers":"0"},{"goalId":"19","stepId":"1","name":"Build Stone Mine I","goalDescription":"Build Stone Mine I. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"19_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"16","title":"","category":"resourceManager","reward":[{"w":500}],"FBUsers":"0"},{"goalId":"20","stepId":"1","name":"Build Town Hall I","goalDescription":"Build Town Hall I and increase your number of attacks in Battles mode from 3 to 5.","goalHintImage":"20_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50001","title":"","category":"special","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"21","stepId":"1","name":"Build Workshop I","goalDescription":"Build Workshop I. It will allow you to train Ram.","goalHintImage":"21_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"48","title":"","category":"barrack","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"22","stepId":"1","name":"Train 3 more Ram","goalDescription":"Train 3 more Ram. The more you train, the more powerful your army will be!","goalHintImage":"22_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"3","itemId":"519","title":"You trained","category":"","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"23","stepId":"1","name":"Attack 5 players and win","goalDescription":"Attack 5 players and win the battle to earn resources and xp!","goalHintImage":"23_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"5","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"24","stepId":"1","name":"Complete Big Pyramid Adventure","goalDescription":"Complete Big Pyramid on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"24_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-8","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"25","stepId":"1","name":"Build Barracks II","goalDescription":"Build Barracks II. It will allow you to train Swordsmen.","goalHintImage":"25_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"39","title":"","category":"barrack","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"26","stepId":"1","name":"Train 5 more Swordsman","goalDescription":"Train 5 more Swordsman. The more you train, the more powerful your army will be!","goalHintImage":"26_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"510","title":"You trained","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"27","stepId":"1","name":"Invite friends","goalDescription":"Invite your friends by Facebook option to Mobile Social Empires. More friends more fun!","goalHintImage":"27_goalhint.png","goalNotificationType":"Invite Friend","totalQuantity":"1","itemId":"","title":"","category":"","reward":[{"u":759}],"FBUsers":"1"},{"goalId":"28","stepId":"1","name":"Build Chicken Ranch","goalDescription":"Build Chicken Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"28_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49999","title":"","category":"resourceManager","reward":[{"f":100}],"FBUsers":"1"},{"goalId":"29","stepId":"1","name":"Collect Resources 4 times","goalDescription":"Collect any of your resources 4 times.","goalHintImage":"29_goalhint.png","goalNotificationType":"Collect Resource","totalQuantity":"4","itemId":"","title":"You collected","category":"","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"30","stepId":"1","name":"Increase Your Army Size to 50","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 50.","goalHintImage":"30_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"5","itemId":"50","title":"Current army","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"31","stepId":"1","name":"Complete Sacrifice Ritual Adventure","goalDescription":"Complete Sacrifice Ritual Adventure on the Lost Sands harbour to earn resources and cool new units!","goalHintImage":"31_goalhint.png","goalNotificationType":"Complete Mission","totalQuantity":"1","itemId":"1-9","title":"You completed","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"32","stepId":"1","name":"Attack 6 players and win","goalDescription":"Attack 6 players and win the battle to earn resources and xp!","goalHintImage":"32_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"6","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"33","stepId":"1","name":"Rate the Application","goalDescription":"Give us your opinion and rate Mobile Social Empires!","goalHintImage":"33_goalhint.png","goalNotificationType":"Rate App","totalQuantity":"0","itemId":"","title":"","category":"","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"34","stepId":"1","name":"Build Archery II","goalDescription":"Build Archery II. It will allow you to train Medium Archer.","goalHintImage":"34_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"42","title":"","category":"barrack","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"35","stepId":"1","name":"Train 5 more Medium Archers","goalDescription":"Train 5 more Medium Archers. You can train them if you have Archery II. The more you train, the more powerful your army will be!","goalHintImage":"35_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"517","title":"You trained","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"36","stepId":"1","name":"Build Embassy I","goalDescription":"Build Embassy I and increase your energy in Adventures from 200 to 250.","goalHintImage":"36_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50003","title":"","category":"special","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"37","stepId":"1","name":"Build Wood Wall","goalDescription":"Build Wood Wall to protect your Empire better.","goalHintImage":"37_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49987","title":"","category":"defense","reward":[{"g":150}],"FBUsers":"1"},{"goalId":"38","stepId":"1","name":"Complete all Lost Sands Adventures","goalDescription":"Complete all Lost Sands Adventures and begin rank 2.","goalHintImage":"38_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"1","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"39","stepId":"1","name":"Build Harbour I","goalDescription":"Build Harbour I. It will unlock new a localization called Britania. It will allow you to do more Adventures.","goalHintImage":"39_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50005","title":"","category":"special","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"40","stepId":"1","name":"Build Mill II","goalDescription":"Build Mill II. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"40_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"6","title":"","category":"resourceManager","reward":[{"g":250}],"FBUsers":"0"},{"goalId":"41","stepId":"1","name":"Attack 7 players and win","goalDescription":"Attack 7 players and win the battle to earn resources and xp!","goalHintImage":"41_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"7","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"42","stepId":"1","name":"Build Heroes Hall","goalDescription":"Build Heroes Hall. It will give you good units. Every time you collect it you will get one of these four: Barbarian, Willy Wallace, Prince Arthur and Warrior Princess.","goalHintImage":"42_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49992","title":"","category":"wonder","reward":[{"f":150}],"FBUsers":"1"},{"goalId":"43","stepId":"1","name":"Build Stables II","goalDescription":"Build Stables II. It will allow you to train Medium Knight.","goalHintImage":"43_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"45","title":"","category":"barrack","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"44","stepId":"1","name":"Train 5 more Medium Knights","goalDescription":"Train 5 more Medium Knights. The more you train, the more powerful your army will be!","goalHintImage":"44_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"513","title":"You trained","category":"","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"45","stepId":"1","name":"Build Blacksmith I","goalDescription":"Build Blacksmith I. It will provide you +5% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"45_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50006","title":"","category":"special","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"46","stepId":"1","name":"Build Town Hall II","goalDescription":"Build Town Hall II and increase your number of attacks in Battles mode from 5 to 7.","goalHintImage":"46_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50007","title":"","category":"special","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"47","stepId":"1","name":"Build Gold Mine II","goalDescription":"Build Gold Mine II. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"47_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"14","title":"","category":"resourceManager","reward":[{"f":250}],"FBUsers":"0"},{"goalId":"48","stepId":"1","name":"Attack 8 players and win","goalDescription":"Attack 8 players and win the battle to earn resources and xp!","goalHintImage":"48_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"8","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"49","stepId":"1","name":"Upgrade your wall to Reenforced Wall","goalDescription":"Upgrade Your Empire wall to Reenforced Wall to protect it better.","goalHintImage":"49_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49988","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"50","stepId":"1","name":"Build University I","goalDescription":"Build University I. It will provide you +5% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"50_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50008","title":"","category":"special","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"51","stepId":"1","name":"Build Workshop II","goalDescription":"Build Workshop II. It will allow you to train Scorpions.","goalHintImage":"51_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49","title":"","category":"barrack","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"52","stepId":"1","name":"Train 10 more Scorpion","goalDescription":"Train 10 more Scorpions. The more you train, the more powerful your army will be!","goalHintImage":"52_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"520","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"53","stepId":"1","name":"Increase Your Army Size to 80","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 80.","goalHintImage":"53_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"80","itemId":"80","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"54","stepId":"1","name":"Complete all Britania Adventures","goalDescription":"Complete all Britania and begin rank 2.","goalHintImage":"54_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"2","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"55","stepId":"1","name":"Build Lumber Mill II","goalDescription":"Build Lumber Mill II. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"55_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"78","title":"","category":"resourceManager","reward":[{"f":250}],"FBUsers":"0"},{"goalId":"56","stepId":"1","name":"Attack 10 players and win","goalDescription":"Attack 10 players and win the battle to earn resources and xp!","goalHintImage":"56_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"10","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"57","stepId":"1","name":"Build Pig Ranch","goalDescription":"Build Pig Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"57_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49998","title":"","category":"resourceManager","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"58","stepId":"1","name":"Build Embassy II","goalDescription":"Build Embassy II and increase your energy in Adventures from 250 to 300.","goalHintImage":"58_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50009","title":"","category":"special","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"59","stepId":"1","name":"Build Barracks III","goalDescription":"Build Barracks III. It will allow you to train Long Swordsmen.","goalHintImage":"59_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"40","title":"","category":"barrack","reward":[{"f":250}],"FBUsers":"1"},{"goalId":"60","stepId":"1","name":"Train 10 more Long Swordsmen","goalDescription":"Train 10 more Long Swordsman. The more you train, the more powerful your army will be!","goalHintImage":"60_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"5","itemId":"511","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"61","stepId":"1","name":"Build Stone Mine II","goalDescription":"Build Stone Mine II. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"61_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"17","title":"","category":"resourceManager","reward":[{"g":300}],"FBUsers":"0"},{"goalId":"62","stepId":"1","name":"Upgrade your wall to Stone Wall","goalDescription":"Upgrade Your Empire wall to Stone Wall to protect it better.","goalHintImage":"62_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49989","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"63","stepId":"1","name":"Attack 12 players and win","goalDescription":"Attack 12 players and win the battle to earn resources and xp!","goalHintImage":"63_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"12","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"64","stepId":"1","name":"Build Archery III","goalDescription":"Build Archery III. It will allow you to train Heavy Archer.","goalHintImage":"64_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"43","title":"","category":"barrack","reward":[{"f":300}],"FBUsers":"1"},{"goalId":"65","stepId":"1","name":"Train 10 more Heavy Archers","goalDescription":"Train 10 more Heavy Archers. You can train them if you have Archery III. The more you train, the more powerful your army will be!","goalHintImage":"65_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"518","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"66","stepId":"1","name":"Build Harbour II","goalDescription":"Build Harbour II. It will unlock new a localization called North Kingdom. It will allow you to do more Adventures.","goalHintImage":"66_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50011","title":"","category":"special","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"67","stepId":"1","name":"Build Blacksmith II","goalDescription":"Build Blacksmith II. It provides you +15% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"67_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50012","title":"","category":"special","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"68","stepId":"1","name":"Build Stables III","goalDescription":"Build Stables III. It will allow you to train Heavy Knight.","goalHintImage":"68_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"46","title":"","category":"barrack","reward":[{"f":300}],"FBUsers":"1"},{"goalId":"69","stepId":"1","name":"Train 15 more Heavy Knights","goalDescription":"Train 15 more Heavy Knights. The more you train, the more powerful your army will be!","goalHintImage":"69_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"514","title":"You trained","category":"","reward":[{"g":300}],"FBUsers":"1"},{"goalId":"70","stepId":"1","name":"Attack 14 players and win","goalDescription":"Attack 14 players and win the battle to earn resources and xp!","goalHintImage":"70_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"14","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"71","stepId":"1","name":"Build a Magnificent Castle","goalDescription":"Build a Magnificent Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"71_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"1231","title":"","category":"defense","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"72","stepId":"1","name":"Build Buey Ranch","goalDescription":"Build Buey Ranch. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"72_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49997","title":"","category":"resourceManager","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"73","stepId":"1","name":"Increase Your Army Size to 125","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 125.","goalHintImage":"73_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"125","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"74","stepId":"1","name":"Build University II","goalDescription":"Build University II. It will provide you +15% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"74_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50014","title":"","category":"special","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"75","stepId":"1","name":"Build Workshop III","goalDescription":"Build Workshop III. It will allow you to train Catapults.","goalHintImage":"75_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50","title":"","category":"barrack","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"76","stepId":"1","name":"Train 10 more Catapult","goalDescription":"Train 10 more Catapult. The more you train, the more powerful your army will be!","goalHintImage":"76_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"521","title":"You trained","category":"","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"77","stepId":"1","name":"Build Town Hall III","goalDescription":"Build Town Hall III and increase your number of attacks in Battles mode from 7 to 9.","goalHintImage":"77_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50015","title":"","category":"special","reward":[{"u":702}],"FBUsers":"1"},{"goalId":"78","stepId":"1","name":"Attack 16 players and win","goalDescription":"Attack 16 players and win the battle to earn resources and xp!","goalHintImage":"78_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"16","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"79","stepId":"1","name":"Complete all North Kingdom Adventures","goalDescription":"Complete all North Kingdom Adventures and begin rank 2.","goalHintImage":"79_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"3","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"80","stepId":"1","name":"Build Mill III","goalDescription":"Build Mill III. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"80_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"7","title":"","category":"resourceManager","reward":[{"g":350}],"FBUsers":"0"},{"goalId":"81","stepId":"1","name":"Select time for Mill III","goalDescription":"Select work time for Mill III to start producing food.","goalHintImage":"81_goalhint.png","goalNotificationType":"Activate Collect Resource","totalQuantity":"1","itemId":"7","title":"","category":"","reward":[{"f":350}],"FBUsers":"1"},{"goalId":"82","stepId":"1","name":"Build 5 Towers IV","goalDescription":"Build 5 Towers IV to protect Your Empire better.","goalHintImage":"82_goalhint.png","goalNotificationType":"Build","totalQuantity":"5","itemId":"32","title":"You built","category":"defense","reward":[{"g":350}],"FBUsers":"1"},{"goalId":"83","stepId":"1","name":"Build Gold Mine III","goalDescription":"Build Gold Mine III. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"83_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"15","title":"","category":"resourceManager","reward":[{"f":350}],"FBUsers":"0"},{"goalId":"84","stepId":"1","name":"Build Archery Stables","goalDescription":"Build Archery Stables. It will allow you to train Medium Archer Knight.","goalHintImage":"84_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"47","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"85","stepId":"1","name":"Train 10 more Medium Archer Knight","goalDescription":"Train 10 more Medium Archer Knight. The more you train, the more powerful your army will be!","goalHintImage":"85_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"10","itemId":"515","title":"You trained","category":"","reward":[{"f":400}],"FBUsers":"1"},{"goalId":"86","stepId":"1","name":"Attack 18 players and win","goalDescription":"Attack 18 players and win the battle to earn resources and xp!","goalHintImage":"86_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"18","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"87","stepId":"1","name":"Build a Wizard's Castle","goalDescription":"Build a Wizard's Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"87_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"181","title":"","category":"defense","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"88","stepId":"1","name":"Upgrade your wall to Steel Wall","goalDescription":"Upgrade Your Empire wall to Steel Wall to protect it better.","goalHintImage":"88_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49990","title":"","category":"defense","reward":[{"u":749}],"FBUsers":"1"},{"goalId":"89","stepId":"1","name":"Build Workshop IV","goalDescription":"Build Workshop IV. It will allow you to train Cannons.","goalHintImage":"89_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"51","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"90","stepId":"1","name":"Train 15 more Cannons","goalDescription":"Train 15 more Cannons. The more you train, the more powerful your army will be!","goalHintImage":"90_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"522","title":"You trained","category":"","reward":[{"f":400}],"FBUsers":"1"},{"goalId":"91","stepId":"1","name":"Build Embassy III","goalDescription":"Build Embassy III and increase your energy in Adventures from 300 to 350.","goalHintImage":"91_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50016","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"92","stepId":"1","name":"Build Lumber Mill III","goalDescription":"Build Lumber Mill III. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"92_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"79","title":"","category":"resourceManager","reward":[{"f":400}],"FBUsers":"0"},{"goalId":"93","stepId":"1","name":"Increase Your Army Size to 150","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 150.","goalHintImage":"93_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"150","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"94","stepId":"1","name":"Build Harbour III","goalDescription":"Build Harbour III. It will unlock new a localization called Oriental War. It will allow you to do more Adventures.","goalHintImage":"94_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50022","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"95","stepId":"1","name":"Build Barracks IV","goalDescription":"Build Barracks IV. It will allow you to train Powerful Swordsmen.","goalHintImage":"95_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"136","title":"","category":"barrack","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"96","stepId":"1","name":"Train 25 more Powerful Swordmen","goalDescription":"Train 25 more Powerful Swordmen. The more you train, the more powerful your army will be!","goalHintImage":"96_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"539","title":"You trained","category":"","reward":[{"u":721}],"FBUsers":"1"},{"goalId":"97","stepId":"1","name":"Build Blacksmith III","goalDescription":"Build Blacksmith III. It will provide you +20% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"97_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50025","title":"","category":"special","reward":[{"g":400}],"FBUsers":"1"},{"goalId":"98","stepId":"1","name":"Build Stone Mine III","goalDescription":"Build Stone Mine III. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"98_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"18","title":"","category":"resourceManager","reward":[{"f":400}],"FBUsers":"0"},{"goalId":"99","stepId":"1","name":"Build Archery IV","goalDescription":"Build Archery IV. It will allow you to train Powerful Archers.","goalHintImage":"99_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"137","title":"","category":"barrack","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"100","stepId":"1","name":"Train 20 more Powerful Archers","goalDescription":"Train 20 more Powerful Archers. The more you train, the more powerful your army will be!","goalHintImage":"100_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"540","title":"You trained","category":"","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"101","stepId":"1","name":"Attack 20 players and win","goalDescription":"Attack 20 players and win the battle to earn resources and xp!","goalHintImage":"101_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"20","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"102","stepId":"1","name":"Build University III","goalDescription":"Build University. It will provide you +20% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"102_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50028","title":"","category":"special","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"103","stepId":"1","name":"Build Fire Workshop","goalDescription":"Build Fire Workshop. It will allow you to train Fire Cannons.","goalHintImage":"103_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"216","title":"","category":"barrack","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"104","stepId":"1","name":"Train 15 more Fire Cannons","goalDescription":"Train 15 more Fire Cannons. The more you train, the more powerful your army will be!","goalHintImage":"104_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"568","title":"You trained","category":"","reward":[{"u":715}],"FBUsers":"1"},{"goalId":"105","stepId":"1","name":"Complete all Oriental War Adventures","goalDescription":"Complete all Oriental War Adventures and begin rank 2.","goalHintImage":"105_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"4","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"106","stepId":"1","name":"Build Town Hall IV","goalDescription":"Build Town Hall IV and increase your number of attacks in Battles mode from 9 to 12.","goalHintImage":"106_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50018","title":"","category":"special","reward":[{"c":1}],"FBUsers":"1"},{"goalId":"107","stepId":"1","name":"Build Stables IV","goalDescription":"Build Stables IV. It will allow you to train Powerful Knight.","goalHintImage":"107_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"138","title":"","category":"barrack","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"108","stepId":"1","name":"Train 25 more Powerful Knights","goalDescription":"Train 25 more Powerful Knights. The more you train, the more powerful your army will be!","goalHintImage":"108_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"541","title":"You trained","category":"","reward":[{"f":500}],"FBUsers":"1"},{"goalId":"109","stepId":"1","name":"Build Mill IV","goalDescription":"Build Mill IV. It will provide you with food resources. Resources allow you to grow up faster!","goalHintImage":"109_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"202","title":"","category":"resourceManager","reward":[{"g":500}],"FBUsers":"0"},{"goalId":"110","stepId":"1","name":"Build Embassy IV","goalDescription":"Build Embassy IV and increase your energy in Adventures from 350 to 400.","goalHintImage":"110_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50020","title":"","category":"special","reward":[{"g":500}],"FBUsers":"1"},{"goalId":"111","stepId":"1","name":"Attack 22 players and win","goalDescription":"Attack 22 players and win the battle to earn resources and xp!","goalHintImage":"111_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"22","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"112","stepId":"1","name":"Upgrade your wall to Royal Wall","goalDescription":"Upgrade Your Empire wall to Royal Wall to protect it better.","goalHintImage":"112_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49991","title":"","category":"defense","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"113","stepId":"1","name":"Build Elephants Barracks","goalDescription":"Build Elephants Barracks. It will allow you to train Elephant Riders.","goalHintImage":"113_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49996","title":"","category":"barrack","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"114","stepId":"1","name":"Train 15 more Elephant Riders","goalDescription":"Train 15 more Elephant Riders. The more you train, the more powerful your army will be!","goalHintImage":"114_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"15","itemId":"603","title":"You trained","category":"","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"115","stepId":"1","name":"Build Lumber Mill IV","goalDescription":"Build Lumber Mill IV. It will provide you with wood resources. Resources allow you to grow up faster!","goalHintImage":"115_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"205","title":"","category":"resourceManager","reward":[{"g":600}],"FBUsers":"0"},{"goalId":"116","stepId":"1","name":"Build a Legendary Castle","goalDescription":"Build a Legendary Castle. Defense structures help you to protect your base against enemy attacks.","goalHintImage":"116_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"1230","title":"","category":"defense","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"117","stepId":"1","name":"Build Ninja Barracks","goalDescription":"Build Ninja Barracks. It will allow you to train Black Ninjas.","goalHintImage":"117_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49995","title":"","category":"barrack","reward":[{"f":600}],"FBUsers":"1"},{"goalId":"118","stepId":"1","name":"Train 20 more Black Ninjas","goalDescription":"Train 20 more Black Ninjas. The more you train, the more powerful your army will be!","goalHintImage":"118_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"50031","title":"You trained","category":"","reward":[{"g":600}],"FBUsers":"1"},{"goalId":"119","stepId":"1","name":"Build Harbour IV","goalDescription":"Build Harbour IV. It will unlock new a localization called Ancient Greece. It will allow you to do more Adventures.","goalHintImage":"119_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50023","title":"","category":"special","reward":[{"u":694}],"FBUsers":"1"},{"goalId":"120","stepId":"1","name":"Build Barracks V","goalDescription":"Build Barracks V. It will allow you to train Royal Swordsmen.","goalHintImage":"120_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"390","title":"","category":"barrack","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"121","stepId":"1","name":"Increase Your Army Size to 175","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 175.","goalHintImage":"121_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"175","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"122","stepId":"1","name":"Train 25 more Royal Swordsmen","goalDescription":"Train 25 more Royal Swordsmen. The more you train, the more powerful your army will be!","goalHintImage":"122_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"608","title":"You trained","category":"","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"123","stepId":"1","name":"Attack 24 players and win","goalDescription":"Attack 24 players and win the battle to earn resources and xp!","goalHintImage":"123_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"24","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"124","stepId":"1","name":"Build Blacksmith IV","goalDescription":"Build Blacksmith IV. It will provide you +25% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"124_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50026","title":"","category":"special","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"125","stepId":"1","name":"Build Gold Mine IV","goalDescription":"Build Gold Mine IV. It will provide you with gold resources. Resources allow you to grow up faster!","goalHintImage":"125_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"203","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"126","stepId":"1","name":"Build University IV","goalDescription":"Build University IV. It will provide you +25% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"126_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50029","title":"","category":"special","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"127","stepId":"1","name":"Build Troll Barracks","goalDescription":"Build Troll Barracks. It will allow you to train Troll Archers.","goalHintImage":"127_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49994","title":"","category":"barrack","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"128","stepId":"1","name":"Train 20 more Troll Archers","goalDescription":"Train 20 more Troll Archers. The more you train, the more powerful your army will be!","goalHintImage":"128_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"857","title":"You trained","category":"","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"129","stepId":"1","name":"Build Winged Knight Barracks","goalDescription":"Build Winged Knight Barracks. It will allow you to train Winged Knights.","goalHintImage":"129_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"49993","title":"","category":"barrack","reward":[{"g":750}],"FBUsers":"1"},{"goalId":"130","stepId":"1","name":"Train 20 more Winged Knights","goalDescription":"Train 20 more Winged Knights. The more you train, the more powerful your army will be!","goalHintImage":"130_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"20","itemId":"662","title":"You trained","category":"","reward":[{"f":750}],"FBUsers":"1"},{"goalId":"131","stepId":"1","name":"Complete all Ancient Greece Adventures","goalDescription":"Complete all Ancient Greece Adventures and begin rank 2.","goalHintImage":"131_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"5","title":"Completed adventures","category":"","reward":[{"f":200}],"FBUsers":"1"},{"goalId":"132","stepId":"1","name":"Build Stone Mine IV","goalDescription":"Build Stone Mine IV. It will provide you with stone resources. Resources allow you to grow up faster!","goalHintImage":"132_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"204","title":"","category":"resourceManager","reward":[{"c":1}],"FBUsers":"0"},{"goalId":"133","stepId":"1","name":"Build Archery V","goalDescription":"Build Archery V. It will allow you to train Royal Archers.","goalHintImage":"133_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"391","title":"","category":"barrack","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"134","stepId":"1","name":"Train 25 more Royal Archers","goalDescription":"Train 25 more Royal Archers. The more you train, the more powerful your army will be!","goalHintImage":"134_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"609","title":"You trained","category":"","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"135","stepId":"1","name":"Attack 30 players and win","goalDescription":"Attack 30 players and win the battle to earn resources and xp!","goalHintImage":"135_goalhint.png","goalNotificationType":"Attack Player","totalQuantity":"30","itemId":"win","title":"You Attacked","category":"","reward":[{"g":200}],"FBUsers":"1"},{"goalId":"136","stepId":"1","name":"Build Town Hall V","goalDescription":"Build Town Hall V and increase your number of attacks in Battles mode from 12 to 15.","goalHintImage":"136_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50019","title":"","category":"special","reward":[{"u":711}],"FBUsers":"1"},{"goalId":"137","stepId":"1","name":"Build Harbour V","goalDescription":"Build Harbour V. It will unlock new a localization called Mountain. It will allow you to do more Adventures.","goalHintImage":"137_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50024","title":"","category":"special","reward":[{"u":789}],"FBUsers":"1"},{"goalId":"138","stepId":"1","name":"Build Blacksmith V","goalDescription":"Build Blacksmith V. It will provide you +30% attack damage. The higher the upgrade, the more the attack damage.","goalHintImage":"138_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50027","title":"","category":"special","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"139","stepId":"1","name":"Build Stables V","goalDescription":"Build Stables V. It will allow you to train Royal Knights.","goalHintImage":"139_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"392","title":"","category":"barrack","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"140","stepId":"1","name":"Train 25 more Royal Knights","goalDescription":"Train 25 more Royal Knights. The more you train, the more powerful your army will be!","goalHintImage":"140_goalhint.png","goalNotificationType":"Unit Trained","totalQuantity":"25","itemId":"610","title":"You trained","category":"","reward":[{"f":1000}],"FBUsers":"1"},{"goalId":"141","stepId":"1","name":"Increase Your Army Size to 250","goalDescription":"Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 250.","goalHintImage":"141_goalhint.png","goalNotificationType":"Army Size","totalQuantity":"10","itemId":"250","title":"You trained","category":"","reward":[{"g":250}],"FBUsers":"1"},{"goalId":"142","stepId":"1","name":"Build University V","goalDescription":"Build University V. It will provide you +30% defense stats. The higher the upgrade, the more the defense stats.","goalHintImage":"142_goalhint.png","goalNotificationType":"Build","totalQuantity":"1","itemId":"50030","title":"","category":"special","reward":[{"g":1000}],"FBUsers":"1"},{"goalId":"143","stepId":"1","name":"Complete all Mountain Adventures","goalDescription":"Complete all Mountain Adventures and begin rank 2.","goalHintImage":"143_goalhint.png","goalNotificationType":"Complete Mission Group","totalQuantity":"1","itemId":"6","title":"Completed adventures","category":"","reward":[{"f":1000}],"FBUsers":"1"}]}
\ No newline at end of file
diff --git a/config/main.json b/config/main.json
deleted file mode 100644
index 1be7c47..0000000
--- a/config/main.json
+++ /dev/null
@@ -1,102863 +0,0 @@
-{
- "localization_strings": [
- {
- "id": 1,
- "name": "TUTORIAL_INTRO_TITULO",
- "text": "Welcome to your Empire!"
- },
- {
- "id": 2,
- "name": "TUTORIAL_INTRO_LECCION",
- "text": "Hi, I'm #0#! I'm here to show you how to manage your Empire.\n\nLet's get started!"
- },
- {
- "id": 3,
- "name": "TUTORIAL_AYTO_TITULO",
- "text": "Select townhall"
- },
- {
- "id": 4,
- "name": "TUTORIAL_AYTO_LECCION",
- "text": "This is your Town Hall. It will let you train villagers.\n\nTo select the Town Hall, click on it."
- },
- {
- "id": 5,
- "name": "TUTORIAL_ALDEANO_TITULO",
- "text": "Train a villager"
- },
- {
- "id": 6,
- "name": "TUTORIAL_ALDEANO_LECCION",
- "text": "The bottom panel will show the available actions.\n\nClick on the villager button to begin training a villager."
- },
- {
- "id": 7,
- "name": "TUTORIAL_SELECCIONAR_ALDEANO_TITULO",
- "text": "Select the villager"
- },
- {
- "id": 8,
- "name": "TUTORIAL_SELECCIONAR_ALDEANO_LECCION",
- "text": "Well done! You have trained a villager.\n\nSelect it using the mouse!"
- },
- {
- "id": 9,
- "name": "TUTORIAL_MOVER_ALDEANO_TITULO",
- "text": "Move the villager"
- },
- {
- "id": 10,
- "name": "TUTORIAL_MOVER_ALDEANO_LECCION",
- "text": "When you select a unit, you can move it by clicking on the desired place of the map.\n\nTry it, click on the selected area!"
- },
- {
- "id": 11,
- "name": "TUTORIAL_ARBOL_TITULO",
- "text": "Collect a tree"
- },
- {
- "id": 12,
- "name": "TUTORIAL_ARBOL_LECCION",
- "text": "Villagers perform collecting tasks!\n\nClick on a tree to cut it!"
- },
- {
- "id": 13,
- "name": "TUTORIAL_ESPERA_TITULO",
- "text": "Wait"
- },
- {
- "id": 14,
- "name": "TUTORIAL_ESPERA_LECCION",
- "text": "It will only take a few seconds... :)"
- },
- {
- "id": 15,
- "name": "TUTORIAL_RECOLECCION_TITULO",
- "text": "Collect the wood"
- },
- {
- "id": 16,
- "name": "TUTORIAL_RECOLECCION_LECCION",
- "text": "When the cutting has finished, click on the resource to pick up the wood."
- },
- {
- "id": 17,
- "name": "TUTORIAL_CONSTRUIR_TITULO",
- "text": "Building"
- },
- {
- "id": 18,
- "name": "TUTORIAL_CONSTRUIR_LECCION",
- "text": "Well done! Now I will show you how to create buildings. First, click the BUILD button."
- },
- {
- "id": 19,
- "name": "TUTORIAL_CASA_TITULO",
- "text": "Select house"
- },
- {
- "id": 20,
- "name": "TUTORIAL_CASA_LECCION",
- "text": "The next step is to select the desired building. Choose \"House I\"."
- },
- {
- "id": 21,
- "name": "TUTORIAL_COLOCAR_TITULO",
- "text": "Place the house"
- },
- {
- "id": 22,
- "name": "TUTORIAL_COLOCAR_LECCION",
- "text": "Now click on the terrain to choose the placement of the house. The construction will begin!"
- },
- {
- "id": 23,
- "name": "TUTORIAL_CABALLERO_TITULO",
- "text": "Select the knight"
- },
- {
- "id": 24,
- "name": "TUTORIAL_CABALLERO_LECCION",
- "text": "Well done! You are ready for your first battle.\n\nClick on this knight to select it!"
- },
- {
- "id": 25,
- "name": "TUTORIAL_ATACAR_TITULO",
- "text": "Attack the trol"
- },
- {
- "id": 26,
- "name": "TUTORIAL_ATACAR_LECCION",
- "text": "Trolls are your enemies! Defeat them or they will eliminate you!\n\nClick on the troll to attack him!"
- },
- {
- "id": 27,
- "name": "TUTORIAL_BATALLA_TITULO",
- "text": "Wait for the battle"
- },
- {
- "id": 28,
- "name": "TUTORIAL_BATALLA_LECCION",
- "text": "The units are attacking each other right now. The bars over them show their life. Don't worry, they are just weak trolls!"
- },
- {
- "id": 29,
- "name": "TUTORIAL_ENHORABUENA_TITULO",
- "text": "Congratulations!"
- },
- {
- "id": 30,
- "name": "TUTORIAL_ENHORABUENA_LECCION",
- "text": "\nVery good! Now you're ready to build the biggest Social Empire on Facebook! Good luck!!"
- },
- {
- "id": 31,
- "name": "TUTORIAL_EI",
- "text": "EIIII"
- },
- {
- "id": 32,
- "name": "TUTORIAL_EDIFICIO",
- "text": "Building"
- },
- {
- "id": 33,
- "name": "TUTORIAL_CASA",
- "text": "Select house"
- },
- {
- "id": 34,
- "name": "TUTORIAL_COLOCAR",
- "text": "Place the house"
- },
- {
- "id": 35,
- "name": "TUTORIAL_ARTURO",
- "text": "click King Arthur"
- },
- {
- "id": 36,
- "name": "TUTORIAL_OK2",
- "text": "click ok twice"
- },
- {
- "id": 37,
- "name": "TUTORIAL_AYTO",
- "text": "click townhall"
- },
- {
- "id": 38,
- "name": "TUTORIAL_ALDEANO",
- "text": "Train a villager"
- },
- {
- "id": 39,
- "name": "TUTORIAL_FLECHA",
- "text": "Arrow points the villager"
- },
- {
- "id": 40,
- "name": "TUTORIAL_GRANJA",
- "text": "Select farm"
- },
- {
- "id": 41,
- "name": "TUTORIAL_ESPERAR",
- "text": "Wait for a villager to collect"
- },
- {
- "id": 42,
- "name": "TUTORIAL_LISTO",
- "text": "Ready for collecting"
- },
- {
- "id": 43,
- "name": "TUTORIAL_OK5",
- "text": "Click ok 5 times"
- },
- {
- "id": 44,
- "name": "TUTORIAL_SELECCIONA_ALDEANO",
- "text": "Select peon"
- },
- {
- "id": 45,
- "name": "TUTORIAL_ARBOL",
- "text": "Click tree"
- },
- {
- "id": 46,
- "name": "MISC_SEGURO",
- "text": "Are you sure?"
- },
- {
- "id": 47,
- "name": "MISC_FAVOR",
- "text": "Do you want to accept the favor?"
- },
- {
- "id": 48,
- "name": "STORE_EDIFICIO_EXP",
- "text": "#0# exp"
- },
- {
- "id": 49,
- "name": "STORE_EDIFICIO_NIVEL",
- "text": "Requires: Level #0#"
- },
- {
- "id": 50,
- "name": "STORE_EDIFICIO_LIMITE",
- "text": "LIMITED #0# DAYS LEFT"
- },
- {
- "id": 51,
- "name": "STORE_EDIFICIO_REFUERZOS",
- "text": "\n\nAllows you to get reinforcements from your allies!"
- },
- {
- "id": 52,
- "name": "STORE_EDIFICIO_DESBLOQUEO",
- "text": "Unlock cost: #0# cash"
- },
- {
- "id": 53,
- "name": "STORE_EDIFICIO_SACRIFICIO",
- "text": "\n\nSacrifice a unit and obtain some resources back"
- },
- {
- "id": 54,
- "name": "STORE_EDIFICIO_TESORO",
- "text": "\n\nDiscovers a collectible item every day"
- },
- {
- "id": 55,
- "name": "STORE_EDIFICIO_ESTABLO",
- "text": "\n\nAllows you to convert swordmans and archers to mounted units."
- },
- {
- "id": 56,
- "name": "STORE_EDIFICIO_CRIADERO",
- "text": "\n\nPut two animals inside to make them breed."
- },
- {
- "id": 57,
- "name": "STORE_EDIFICIO_ZEPPELIN",
- "text": "\n\nAllows you to build a zeppelin to explore the Ancient Sea!"
- },
- {
- "id": 58,
- "name": "STORE_EDIFICIO_BARCO",
- "text": "\n\nAllows you to build a ship to explore the Great Sea!"
- },
- {
- "id": 59,
- "name": "STORE_EDIFICIO_COLISEO",
- "text": "\n\nAllows your villagers to move faster and to queue more resources to gather."
- },
- {
- "id": 60,
- "name": "STORE_EDIFICIO_ESTATUA",
- "text": "\n\nThe statue increases your limit of 3 attacks per day to 4."
- },
- {
- "id": 61,
- "name": "STORE_EDIFICIO_MINA",
- "text": "\n\nAllows your villagers to mine gold and stone very fast."
- },
- {
- "id": 62,
- "name": "STORE_EDIFICIO_SERRADERO",
- "text": "\n\nAllows your villagers to cut down trees very fast."
- },
- {
- "id": 63,
- "name": "STORE_EDIFICIO_MERCADO_ALIADOS",
- "text": "\n\nAllows you to collect the resource you desire with the aid of your allies."
- },
- {
- "id": 64,
- "name": "STORE_EDIFICIO_MAQUINA_DEL_TIEMPO",
- "text": "\n\nAllows to change the terrain theme of your map!"
- },
- {
- "id": 65,
- "name": "STORE_EDIFICIO_RECLUTAMIENTO_ALIADOS",
- "text": "\n\nAllows you to obtain powerful units through new recruits!"
- },
- {
- "id": 66,
- "name": "STORE_EDIFICIO_MESA_REDONDA",
- "text": "\n\nAllows you to obtain rewards through friends aid!"
- },
- {
- "id": 67,
- "name": "STORE_EDIFICIO_HECHICERIA",
- "text": "\n\nAllows you to learn and cast magic spells!"
- },
- {
- "id": 68,
- "name": "STORE_EDIFICIO_MARAVILLA_SOCIAL",
- "text": "\n\nRaises your population limit up to 50 more units!"
- },
- {
- "id": 69,
- "name": "STORE_EDIFICIO_DESCONOCIDO",
- "text": "\n\nCASE NOT FOUND!"
- },
- {
- "id": 70,
- "name": "STORE_EDIFICIO_IGLESIA_1",
- "text": "Healers can restore the health of your units"
- },
- {
- "id": 71,
- "name": "STORE_EDIFICIO_CATEDRAL",
- "text": "Monks convert enemy units to your units"
- },
- {
- "id": 72,
- "name": "STORE_EDIFICIO_IGLESIA",
- "text": "Healers can restore the health of your units"
- },
- {
- "id": 73,
- "name": "STORE_EDIFICIO_TALLER",
- "text": "Engineers repair siege weapons"
- },
- {
- "id": 74,
- "name": "STORE_EDIFICIO_DEMOLICION",
- "text": "Kamikazes explode and harm all nearby units and buildings"
- },
- {
- "id": 75,
- "name": "STORE_EDIFICIO_ELEFANTE",
- "text": "Elephants stomp the ground to stun nearby opponents"
- },
- {
- "id": 76,
- "name": "STORE_EDIFICIO_CUARTEL1",
- "text": "Anubis Avatar creates 2 shadows of himself to annihilate the enemy!"
- },
- {
- "id": 77,
- "name": "STORE_EDIFICIO_TAMBORILERO",
- "text": "The drums inspire your troops making them attack faster!"
- },
- {
- "id": 78,
- "name": "STORE_EDIFICIO_RINOCERONTE",
- "text": "Rhinos charge their enemies and make them fly away"
- },
- {
- "id": 79,
- "name": "STORE_EDIFICIO_TORRE_MOVIL",
- "text": "Defensive tower that can move. You can use it in attacks"
- },
- {
- "id": 80,
- "name": "STORE_EDIFICIO_PIRAMIDE",
- "text": "Use Mummy's 4 special attacks to defeat your enemies"
- },
- {
- "id": 81,
- "name": "STORE_EDIFICIO_TORRE_HIELO",
- "text": "Freezes enemy units for a time. While frozen, enemy units cannot move or attack."
- },
- {
- "id": 82,
- "name": "STORE_EDIFICIO_TORRE_AGUA",
- "text": "Unleashes waves of water to throw away incoming enemies."
- },
- {
- "id": 83,
- "name": "STORE_EDIFICIO_FORTALEZA_1",
- "text": "Entrench archers inside to increase attack power!"
- },
- {
- "id": 84,
- "name": "STORE_EDIFICIO_TORRE_ACEITE",
- "text": "Puts a barrier of flaming oil in front of it. The oil sets enemies in flames."
- },
- {
- "id": 85,
- "name": "STORE_EDIFICIO_HEROES_ALTAR",
- "text": "\n\nAllows you to acquire special heroes!"
- },
- {
- "id": 86,
- "name": "STORE_EDIFICIO_HEROES_CEMENTERIO",
- "text": "\n\n\nAllows you to revive your lost heroes."
- },
- {
- "id": 87,
- "name": "STORE_EDIFICIO_MARAVILLA",
- "text": "\n\nThis wonder increases the #0# population limit by #1#"
- },
- {
- "id": 88,
- "name": "AUX_ATERRIZANDO",
- "text": "Landing..."
- },
- {
- "id": 89,
- "name": "AUX_RECOLECTANDO",
- "text": "Collecting..."
- },
- {
- "id": 90,
- "name": "AUX_ACEPTAR",
- "text": "Accept"
- },
- {
- "id": 91,
- "name": "AUX_ACELERAR",
- "text": "Hurry Up?"
- },
- {
- "id": 92,
- "name": "AUX_ABSORBER",
- "text": "#0# absorbed\n"
- },
- {
- "id": 93,
- "name": "AUX_PUNTOS",
- "text": "points"
- },
- {
- "id": 94,
- "name": "AUX_EXP",
- "text": "XP: #0#"
- },
- {
- "id": 95,
- "name": "AUX_FUERA_DE_RANGO",
- "text": "Giant mummy"
- },
- {
- "id": 96,
- "name": "AUX_ENTRENANDO",
- "text": "Training..."
- },
- {
- "id": 97,
- "name": "AUX_CONSTRUYENDO",
- "text": "Constructing"
- },
- {
- "id": 98,
- "name": "AUX_MODIFICADOR_HORA",
- "text": "#0# hour"
- },
- {
- "id": 99,
- "name": "AUX_CARGANDO_TU_IMPERIO",
- "text": "Loading your Empire..."
- },
- {
- "id": 100,
- "name": "AUX_CARGANDO_IMPERIO",
- "text": "Loading Empire..."
- },
- {
- "id": 101,
- "name": "AUX_CARGANDO_EDIFICIOS",
- "text": "Loading Empire Buildings..."
- },
- {
- "id": 102,
- "name": "AUX_NO_ESTA_LISTO",
- "text": "Not ready yet!"
- },
- {
- "id": 103,
- "name": "AUX_RECOMPENSA",
- "text": "Reward"
- },
- {
- "id": 104,
- "name": "AUX_MAS_ATAQUES",
- "text": "More attacks in"
- },
- {
- "id": 105,
- "name": "AUX_ATAQUES_RESTANTES",
- "text": "Attacks left"
- },
- {
- "id": 106,
- "name": "AUX_COMIDA",
- "text": "food"
- },
- {
- "id": 107,
- "name": "AUX_MADERA",
- "text": "wood"
- },
- {
- "id": 108,
- "name": "AUX_PIEDRA",
- "text": "stone"
- },
- {
- "id": 109,
- "name": "EXPANSION_COST",
- "text": "Cost: #0#"
- },
- {
- "id": 110,
- "name": "EXPANSION_FALTAN_VECINOS",
- "text": "YOU NEED #0# MORE NEIGHBORS TO \nPURCHASE THIS EXPANSION WITH GOLD!"
- },
- {
- "id": 111,
- "name": "EXPANSION_CABECERA",
- "text": "Buy your #0# expansion with:"
- },
- {
- "id": 112,
- "name": "MENU_VECINOS",
- "text": "Neighbors"
- },
- {
- "id": 113,
- "name": "MENU_CASAS",
- "text": "Houses and resources"
- },
- {
- "id": 114,
- "name": "MENU_DECORACIONES",
- "text": "Decorations"
- },
- {
- "id": 115,
- "name": "MENU_DEFENSAS",
- "text": "Defenses"
- },
- {
- "id": 116,
- "name": "MENU_EJERCITO",
- "text": "Army"
- },
- {
- "id": 117,
- "name": "MENU_EXPANSION",
- "text": "Expand"
- },
- {
- "id": 118,
- "name": "MENU_REGALOS",
- "text": "Gifts and Storage"
- },
- {
- "id": 119,
- "name": "MENU_MARAVILLAS",
- "text": "Wonders"
- },
- {
- "id": 120,
- "name": "TOOLTIP_ORO",
- "text": "Gold"
- },
- {
- "id": 121,
- "name": "TOOLTIP_CASH",
- "text": "Cash"
- },
- {
- "id": 122,
- "name": "TOOLTIP_TROFEOS",
- "text": "Trophies"
- },
- {
- "id": 123,
- "name": "TOOLTIP_FALTA_POCO",
- "text": "Coming Soon"
- },
- {
- "id": 124,
- "name": "TOOLTIP_MUSICA",
- "text": "Music"
- },
- {
- "id": 125,
- "name": "TOOLTIP_EFECTOS_SONIDO",
- "text": "Sound Effects"
- },
- {
- "id": 126,
- "name": "TOOLTIP_FOTOS",
- "text": "Take Photos: Coming soon ..."
- },
- {
- "id": 127,
- "name": "TOOLTIP_PANTALLA_COMPLETA",
- "text": "Toggle Fullscreen"
- },
- {
- "id": 128,
- "name": "TOOLTIP_CALIDAD",
- "text": "Toggle Quality"
- },
- {
- "id": 129,
- "name": "TOOLTIP_VOLVER",
- "text": "Come back faster"
- },
- {
- "id": 130,
- "name": "TOOLTIP_TE_GUSTA",
- "text": "Do you like the Game?"
- },
- {
- "id": 131,
- "name": "TOOLTIP_MULTI",
- "text": "Multi-Tool"
- },
- {
- "id": 132,
- "name": "TOOLTIP_ELIMINAR",
- "text": "Remove Tool"
- },
- {
- "id": 133,
- "name": "TOOLTIP_INVITACIONES_AMIGOS",
- "text": "You have 20 friend invites to send today"
- },
- {
- "id": 134,
- "name": "TOOLTIP_REGALOS",
- "text": "You have 20 gifts to send to friends today"
- },
- {
- "id": 135,
- "name": "TOOLTIP_RECOLECTAR",
- "text": "Collection Tool"
- },
- {
- "id": 136,
- "name": "TOOLTIP_TIENDA",
- "text": "Store"
- },
- {
- "id": 137,
- "name": "TOOLTIP_REGALOS_ALMACEN",
- "text": "Gifts \/ Storage"
- },
- {
- "id": 138,
- "name": "TOOLTIP_CAMBIAR_NOMBRE",
- "text": "Change Empire Name"
- },
- {
- "id": 139,
- "name": "TOOLTIP_LUCHA",
- "text": "Fight against other empires"
- },
- {
- "id": 140,
- "name": "TOOLTIP_TE_GUSTA_ESTE",
- "text": "Do you like this Game?"
- },
- {
- "id": 141,
- "name": "TOOLTIP_BONO_DIARIO",
- "text": "Get your daily Bonus!"
- },
- {
- "id": 142,
- "name": "TOOLTIP_GANAR_ORO",
- "text": "Add gold to the game"
- },
- {
- "id": 143,
- "name": "TOOLTIP_CONQUISTA",
- "text": "Conquer the World"
- },
- {
- "id": 144,
- "name": "TOOLTIP_RECURSO_COMIDA",
- "text": "Food: Used to feed units"
- },
- {
- "id": 145,
- "name": "TOOLTIP_RECURSO_MADERA",
- "text": "Wood: Used to build basic constructions"
- },
- {
- "id": 146,
- "name": "TOOLTIP_RECURSO_PIEDRA",
- "text": "Stone: Used to build defensive constructions"
- },
- {
- "id": 147,
- "name": "TOOLTIP_RECURSO_ORO",
- "text": "Gold: Used to pay military units"
- },
- {
- "id": 148,
- "name": "TOOLTIP_REGALOS_VECINOS",
- "text": "Send New Gifts To Your Neighbors"
- },
- {
- "id": 149,
- "name": "TOOLTIP_INVITACIONES",
- "text": "You have 20 invites to send today"
- },
- {
- "id": 150,
- "name": "TOOLTIP_XP_GANADO",
- "text": "XP gained"
- },
- {
- "id": 151,
- "name": "TOOLTIP_HONOR_GANADO",
- "text": "Honor gained"
- },
- {
- "id": 152,
- "name": "TOOLTIP_ORO_GANADO",
- "text": "Gold gained"
- },
- {
- "id": 153,
- "name": "AVISO_REGALO_FACCION",
- "text": "You can't use gifts of the opposite faction"
- },
- {
- "id": 154,
- "name": "AVISO_POCO_NIVEL_PARA_CONQUISTAR",
- "text": "\nYour empire is too small to conquer the world. Reach level #0# to unlock the world explorer."
- },
- {
- "id": 155,
- "name": "AVISO_COLECCION_FACCION",
- "text": "\n\nYou cannot access the collections from this faction"
- },
- {
- "id": 156,
- "name": "AVISO_GRIMORIO_TITULO",
- "text": "Spellbook available!"
- },
- {
- "id": 157,
- "name": "AVISO_GRIMORIO_DESCRIPCION",
- "text": "You have unlocked the spellbook!\nNow you can learn and cast powerful spells!\nYou will find the book in the bottom left of the screen."
- },
- {
- "id": 158,
- "name": "AVISO_TOPE_UNIDADES",
- "text": "\nYou can't have more units of this kind."
- },
- {
- "id": 159,
- "name": "AVISO_TOPE_POBLACION",
- "text": "\nYou have reached the maximum population."
- },
- {
- "id": 160,
- "name": "AVISO_TOPE_ALOJAMIENTO",
- "text": "\nYou can't accommodate more population. Build more houses."
- },
- {
- "id": 161,
- "name": "AVISO_NIVEL_MEJORAR",
- "text": "\nYou need to be level #0# to upgrade this building."
- },
- {
- "id": 162,
- "name": "AVISO_SIN_MADERA_GRANJA",
- "text": "\nOh no! You don't have enough wood to rebuild the farm!"
- },
- {
- "id": 163,
- "name": "AVISO_MUELLE_TITULO",
- "text": "Dock operative!"
- },
- {
- "id": 164,
- "name": "AVISO_MUELLE_DESCRIPCION",
- "text": "Click in the Harbour to sail through the Great Sea!"
- },
- {
- "id": 165,
- "name": "AVISO_ZEPPELIN_TITULO",
- "text": "Zeppelin operative!"
- },
- {
- "id": 166,
- "name": "AVISO_ZEPPELIN_DESCRIPCION",
- "text": "Click in the Zeppelin Tower to fly through the Ancient Sea!"
- },
- {
- "id": 167,
- "name": "AVISO_SIN_AYUDAS",
- "text": "\n No more assists available! \n Come back tomorrow!"
- },
- {
- "id": 168,
- "name": "AVISO_TOPE_TORRES",
- "text": "You can only have #0# towers in your empire for every expansion you own."
- },
- {
- "id": 169,
- "name": "AVISO_BOCADILLOS",
- "text": "\nSpeech bubbles enabled!\n\nEnjoy freak!"
- },
- {
- "id": 170,
- "name": "AVISO_SANGRE",
- "text": "\nBlood mode enabled!\n\nYou were asking for it.. freak!"
- },
- {
- "id": 171,
- "name": "AVISO_PACK_COMPRADO",
- "text": "Congratulations!\nYou acquired the pack!\n\nCheck your store"
- },
- {
- "id": 172,
- "name": "AVISO_PACK_FALTA_DINERO",
- "text": "You don't have enough cash to get the pack. Do you want to get some cash?"
- },
- {
- "id": 173,
- "name": "AVISO_UNIDAD_UNICA",
- "text": "\nYou can't have two of this unit at the same time."
- },
- {
- "id": 174,
- "name": "AVISO_SUFICIENTE_ORO",
- "text": "Oh no! You don't have enough gold! Would you like to get some more?"
- },
- {
- "id": 175,
- "name": "AVISO_SUFICIENTE_CASH",
- "text": "Oh no! You don't have enough cash! Would you like to get some more?"
- },
- {
- "id": 176,
- "name": "AVISO_SUFICIENTE_COMIDA",
- "text": "\nYou don't have enough food!\nGet food from farms, mills and ranchs."
- },
- {
- "id": 177,
- "name": "AVISO_SUFICIENTE_MADERA",
- "text": "\nYou don't have enough wood!\nHarvest more trees."
- },
- {
- "id": 178,
- "name": "AVISO_SUFICIENTE_PIEDRA",
- "text": "\nYou don't have enough stone!\nHarvest more stone veins."
- },
- {
- "id": 179,
- "name": "AVISO_REFRESCO",
- "text": "Sorry, the are some problems. Try to refresh the game."
- },
- {
- "id": 180,
- "name": "AVISO_NAVEGAR_SIN_TROPAS",
- "text": "\nYou don't have any troop to set sail!"
- },
- {
- "id": 181,
- "name": "AVISO_TORRE_ZEPPELIN",
- "text": "\nYou need a Zeppelin Tower to build the zeppelin and fill it with crew!"
- },
- {
- "id": 182,
- "name": "AVISO_VOLAR_SIN_TROPAS",
- "text": "\nYou don't have any troop to fly!"
- },
- {
- "id": 183,
- "name": "AVISO_MERCADO_AGOTADO",
- "text": "\nMarket resources have been exhausted. Come back in 24 hours to trade more!"
- },
- {
- "id": 184,
- "name": "AVISO_MERCANCIA_AGOTADA",
- "text": "You don't have enough wood to sell!"
- },
- {
- "id": 185,
- "name": "AVISO_JUGADOR_NO_ENCONTRADO",
- "text": "\nCouldn't find player"
- },
- {
- "id": 186,
- "name": "AVISO_SERVICIO_NO_DISPONIBLE",
- "text": "\nCouldn't use the service"
- },
- {
- "id": 187,
- "name": "AVISO_DEMASIADOS_POSTS",
- "text": "\n\nYou have sent enough posts today"
- },
- {
- "id": 188,
- "name": "AVISO_BARCO_SIN_MUELLE",
- "text": "\nYou can't land with the boat.\nBuild a harbour to construct a bigger ship and carry your army!"
- },
- {
- "id": 189,
- "name": "AVISO_QUEST_BLOQUEADA",
- "text": "\nYou have not unlocked this mission yet!"
- },
- {
- "id": 190,
- "name": "AVISO_QUEST_GASTADA",
- "text": "\nEach island can only be played every 4 hours"
- },
- {
- "id": 191,
- "name": "TIMER_PROXIMA_RECOLECCION",
- "text": "Next Collection"
- },
- {
- "id": 192,
- "name": "TIMER_RECOLECCION_LISTA",
- "text": "Ready to Collect!"
- },
- {
- "id": 193,
- "name": "TIMER_CAMPAMENTO_ENEMIGO",
- "text": "Enemy Camp"
- },
- {
- "id": 194,
- "name": "TIMER_EJERCITO_ENEMIGO",
- "text": "Enemy's army"
- },
- {
- "id": 195,
- "name": "UNIT_MOMIA_ESCARABAJOS",
- "text": "Scarabs"
- },
- {
- "id": 196,
- "name": "UNIT_MOMIA_TORNADO",
- "text": "Tornado"
- },
- {
- "id": 197,
- "name": "UNIT_MOMIA_ACEITE",
- "text": "Oil spillage"
- },
- {
- "id": 198,
- "name": "UNIT_MOMIA_GIGANTE",
- "text": "Giant mummy"
- },
- {
- "id": 199,
- "name": "UNIT_MOMIA_EXPIRADO",
- "text": "My time has gone!..."
- },
- {
- "id": 200,
- "name": "UNIT_NEPTUNO_PULPO",
- "text": "Octopus"
- },
- {
- "id": 201,
- "name": "UNIT_NEPTUNO_HURACAN",
- "text": "Hurricane"
- },
- {
- "id": 202,
- "name": "UNIT_NEPTUNO_OLAS",
- "text": "Neptune's waves"
- },
- {
- "id": 203,
- "name": "UNIT_NEPTUNO_GIGANTE",
- "text": "Giant Neptune"
- },
- {
- "id": 204,
- "name": "UNIT_NOMBRE_CAMPESINO_HUMANO",
- "text": "Villager #0#"
- },
- {
- "id": 205,
- "name": "UNIT_NOMBRE_CAMPESINO_TROLL",
- "text": "Peasant #0#"
- },
- {
- "id": 206,
- "name": "SPELL_CRACK_DESCRIPCION",
- "text": "Area: #0#x#1#"
- },
- {
- "id": 207,
- "name": "SPELL_ENLARGE_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Duration: #2#s"
- },
- {
- "id": 208,
- "name": "SPELL_FIREBALL_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Damage: #2#+#3#"
- },
- {
- "id": 209,
- "name": "SPELL_FORCESHIELD_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Lasts: #2#s \/ DMG reduction: #3#%"
- },
- {
- "id": 210,
- "name": "SPELL_HEALINGRAIN_DESCRIPCION_1",
- "text": "Area: #0#x#1# \/ Lasts: #2#"
- },
- {
- "id": 211,
- "name": "SPELL_HEALINGRAIN_DESCRIPCION_2",
- "text": "Area: #0#x#1# \/ Lasts: #2#+#3#"
- },
- {
- "id": 212,
- "name": "SPELL_ICEBALL_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Damage: #2# \/ Freeze Time: #3#s"
- },
- {
- "id": 213,
- "name": "SPELL_POISON_DESCRIPCION_1",
- "text": "Area: #0#x#1# \/ Damage: #2#"
- },
- {
- "id": 214,
- "name": "SPELL_POISON_DESCRIPCION_2",
- "text": "Area: #0#x#1# \/ Damage: #2# + infects #3# nearby"
- },
- {
- "id": 215,
- "name": "SPELL_STONERAIN_DESCRIPCION",
- "text": "Area: #0#x#1# \/ Damage: #2#"
- },
- {
- "id": 216,
- "name": "SPELL_SUMMON_DESCRIPCION",
- "text": "Life: #0#"
- },
- {
- "id": 217,
- "name": "SPELL_ESTADO_APRENDIDO",
- "text": "learned"
- },
- {
- "id": 218,
- "name": "SPELL_ESTADO_DISPONIBLE",
- "text": "available"
- },
- {
- "id": 219,
- "name": "SPELL_ESTADO_BLOQUEADO",
- "text": "locked"
- },
- {
- "id": 220,
- "name": "ERROR_GENERICO",
- "text": "Oh no! An error occurred! Press ok to refresh the page and keep playing!"
- },
- {
- "id": 221,
- "name": "ERROR_SYNC",
- "text": "Oh no! Things must no longer be in sync! Press ok to refresh the page and keep playing!"
- },
- {
- "id": 222,
- "name": "ERROR_TIMEOUT",
- "text": "Oh no! The connection with the server was lost! Press ok to refresh the page and keep playing!"
- },
- {
- "id": 223,
- "name": "ERROR_EXPIRADO",
- "text": "Oh no! Your session has expired! Press ok to refresh the page and keep playing!"
- },
- {
- "id": 224,
- "name": "ERROR_INFO",
- "text": "We're experiencing problems with our servers, please check back later."
- },
- {
- "id": 225,
- "name": "ERROR_CONEXION_1",
- "text": "We're experiencing problems with our servers, please check back later. 1"
- },
- {
- "id": 226,
- "name": "ERROR_CONEXION_2",
- "text": "We're experiencing problems with our servers, please check back later. 2"
- },
- {
- "id": 227,
- "name": "ERROR_DEFECTO",
- "text": "There is a problem. Please try reloading."
- },
- {
- "id": 228,
- "name": "ERROR_SYNC_2",
- "text": "Oh no! Things must not be in sync any more! Refresh the page to keep playing!"
- },
- {
- "id": 229,
- "name": "APRILFOOLS_QUEJA_1",
- "text": "We hate chopping trees!"
- },
- {
- "id": 230,
- "name": "APRILFOOLS_QUEJA_2",
- "text": "No more picking under the sun!"
- },
- {
- "id": 231,
- "name": "APRILFOOLS_QUEJA_3",
- "text": "Stop abusing us!"
- },
- {
- "id": 232,
- "name": "APRILFOOLS_QUEJA_4",
- "text": "We deserve higher wages!"
- },
- {
- "id": 233,
- "name": "APRILFOOLS_QUEJA_5",
- "text": "We need holidays!"
- },
- {
- "id": 234,
- "name": "APRILFOOLS_QUEJA_6",
- "text": "Respect our rights!"
- },
- {
- "id": 235,
- "name": "MES_ABR_ENERO",
- "text": "Jan"
- },
- {
- "id": 236,
- "name": "MES_ABR_FEBRERO",
- "text": "Feb"
- },
- {
- "id": 237,
- "name": "MES_ABR_MARZO",
- "text": "Mar"
- },
- {
- "id": 238,
- "name": "MES_ABR_ABRIL",
- "text": "Apr"
- },
- {
- "id": 239,
- "name": "MES_ABR_MAYO",
- "text": "May"
- },
- {
- "id": 240,
- "name": "MES_ABR_JUNIO",
- "text": "Jun"
- },
- {
- "id": 241,
- "name": "MES_ABR_JULIO",
- "text": "Jul"
- },
- {
- "id": 242,
- "name": "MES_ABR_AGOSTO",
- "text": "Aug"
- },
- {
- "id": 243,
- "name": "MES_ABR_SEPTIEMBRE",
- "text": "Sep"
- },
- {
- "id": 244,
- "name": "MES_ABR_OCTUBRE",
- "text": "Oct"
- },
- {
- "id": 245,
- "name": "MES_ABR_NOVIEMBRE",
- "text": "Nov"
- },
- {
- "id": 246,
- "name": "MES_ABR_DICIEMBRE",
- "text": "Dec"
- },
- {
- "id": 247,
- "name": "CONTADOR_ENEMIGOS_VIVOS_SINGULAR",
- "text": "1 enemy alive"
- },
- {
- "id": 248,
- "name": "CONTADOR_ENEMIGOS_VIVOS_PLURAL",
- "text": "#0# enemies alive"
- },
- {
- "id": 249,
- "name": "CONTADOR_GEMAS_SINGULAR",
- "text": "#0# gem left"
- },
- {
- "id": 250,
- "name": "CONTADOR_GEMAS_SINGULAR_ESPIA",
- "text": "#0# gem"
- },
- {
- "id": 251,
- "name": "CONTADOR_GEMAS_PLURAL",
- "text": "#0# gems left"
- },
- {
- "id": 252,
- "name": "CONTADOR_GEMAS_PLURAL_ESPIA",
- "text": "#0# gems"
- },
- {
- "id": 253,
- "name": "CONTADOR_OBJETIVOS_SINGULAR",
- "text": "#0# target left"
- },
- {
- "id": 254,
- "name": "CONTADOR_OBJETIVOS_SINGULAR_ESPIA",
- "text": "#0# target"
- },
- {
- "id": 255,
- "name": "CONTADOR_OBJETIVOS_PLURAL",
- "text": "#0# targets left"
- },
- {
- "id": 256,
- "name": "CONTADOR_OBJETIVOS_PLURAL_ESPIA",
- "text": "#0# targets"
- },
- {
- "id": 257,
- "name": "INFO_COSECHA",
- "text": "Select a villager and click this resource to harvest it"
- },
- {
- "id": 258,
- "name": "INFO_REGENERACION",
- "text": "Wait for the resource to regenerate"
- },
- {
- "id": 259,
- "name": "INFO_COFRE",
- "text": "Defeat all enemies to open the Chest!"
- },
- {
- "id": 260,
- "name": "INFO_PRINCESA",
- "text": "Defeat all enemies to rescue the Princess!"
- },
- {
- "id": 261,
- "name": "INFO_ALDEANOS",
- "text": "Defeat all enemies to rescue your Villagers!"
- },
- {
- "id": 262,
- "name": "INFO_ARQUEROS",
- "text": "Defeat all enemies to rescue the Rangers!"
- },
- {
- "id": 263,
- "name": "INFO_TROLL",
- "text": "Defeat all enemies to liberate the Troll!"
- },
- {
- "id": 264,
- "name": "INFO_SOLDADOS",
- "text": "Defeat all enemies to rescue your Soldiers!"
- },
- {
- "id": 265,
- "name": "INFO_ARTURO",
- "text": "Defeat all enemies to rescue Prince Arthur!"
- },
- {
- "id": 266,
- "name": "INFO_EXTINGUIR",
- "text": "Get water from the 3 Water Wells to extinguish the fire!"
- },
- {
- "id": 267,
- "name": "INFO_CURANDEROS",
- "text": "Defeat all enemies to rescue your Healers!"
- },
- {
- "id": 268,
- "name": "INFO_ALIADOS",
- "text": "Defeat all enemies to rescue your Allies!"
- },
- {
- "id": 269,
- "name": "INFO_ASEDIO",
- "text": "Defeat all enemies to rescue the siege machines!"
- },
- {
- "id": 270,
- "name": "INFO_ESTATUA_ESQUELETO",
- "text": "A great skeleton statue."
- },
- {
- "id": 271,
- "name": "INFO_GEMA_PODER",
- "text": "Defeat all nearby enemies to safely activate this device!"
- },
- {
- "id": 272,
- "name": "INFO_PINGUINOS",
- "text": "Defeat all nearby enemies to get the key and free the penguins!"
- },
- {
- "id": 273,
- "name": "INFO_POZO",
- "text": "Defeat all nearby enemies to get water from the well!"
- },
- {
- "id": 274,
- "name": "INFO_PIEDRA",
- "text": "Defeat all nearby enemies to get the stone!"
- },
- {
- "id": 275,
- "name": "INFO_ANIMALES",
- "text": "Defeat all nearby enemies to rescue the animals!"
- },
- {
- "id": 276,
- "name": "INFO_ESTATUA_MISTERIOSA",
- "text": "A mysterious skeleton statue"
- },
- {
- "id": 277,
- "name": "INFO_GEMAS_ALTAR",
- "text": "Put the 4 gems in the altar!"
- },
- {
- "id": 278,
- "name": "INFO_LLAVES",
- "text": "Get the 4 keys to open the door!"
- },
- {
- "id": 279,
- "name": "INFO_ESPIAR",
- "text": "Now you can spy your enemies through the world explorer.\n"
- },
- {
- "id": 280,
- "name": "INFO_ESPIAR_AGUILAS",
- "text": "Your eagles have #0# health."
- },
- {
- "id": 281,
- "name": "INFO_HOSPITAL",
- "text": "Heals nearby units when they are not in combat."
- },
- {
- "id": 282,
- "name": "INFO_HERRERO",
- "text": "Allows you to reduce the cost of your footman, archers and mounted troops by #0#%."
- },
- {
- "id": 283,
- "name": "INFO_UNIVERSIDAD",
- "text": "Allows you to reduce the cost of producing siege engines by #0#%."
- },
- {
- "id": 284,
- "name": "INFO_HECHICERIA",
- "text": "Browse and learn magic spells"
- },
- {
- "id": 285,
- "name": "INFO_MUELLE",
- "text": "Now you can sail through the Great Sea!"
- },
- {
- "id": 286,
- "name": "INFO_AERODROMO",
- "text": "Now you can fly through the Ancient Sea!"
- },
- {
- "id": 287,
- "name": "INFO_ASERRADERO",
- "text": "Your villagers are now trained to cut down trees very fast."
- },
- {
- "id": 288,
- "name": "INFO_MINEROS",
- "text": "Your villagers are now trained to mine gold and stone very fast."
- },
- {
- "id": 289,
- "name": "INFO_ATLETAS",
- "text": "Your villagers are now trained to run faster and to queue #0# additional resources."
- },
- {
- "id": 290,
- "name": "INFO_ESTATUA_LIDERAZGO",
- "text": "The statue increases your limit of 3 attacks per day to 4."
- },
- {
- "id": 291,
- "name": "INFO_CORRAL_OVEJAS",
- "text": "Put sheeps inside to produce food"
- },
- {
- "id": 292,
- "name": "INFO_CORRAL_VACAS",
- "text": "Put cows inside to produce food"
- },
- {
- "id": 293,
- "name": "INFO_CORRAL_JABALIS",
- "text": "Put boars inside to produce food"
- },
- {
- "id": 294,
- "name": "INFO_CORRAL_CABALLOS",
- "text": "Put horses inside to allow soldiers to mount them"
- },
- {
- "id": 295,
- "name": "INFO_POBLACION",
- "text": "Provides you with population"
- },
- {
- "id": 296,
- "name": "INFO_ALIMENTACION",
- "text": "Provides you with food regularly"
- },
- {
- "id": 297,
- "name": "INFO_COLECCIONABLE",
- "text": "Discovers a collectible item every day"
- },
- {
- "id": 298,
- "name": "INFO_MATADERO",
- "text": "Sacrifice a unit and obtain some resources back"
- },
- {
- "id": 299,
- "name": "INFO_CRIADERO",
- "text": "Put a pair of the same animal to make them breed"
- },
- {
- "id": 300,
- "name": "INFO_BUNKER",
- "text": "Put units inside to protect them from player assaults"
- },
- {
- "id": 301,
- "name": "INFO_DANYO_ATAQUE",
- "text": "Attack Damage"
- },
- {
- "id": 302,
- "name": "INFO_RETARDO_ATAQUE",
- "text": "Attack Delay"
- },
- {
- "id": 303,
- "name": "INFO_RANGO_ATAQUE",
- "text": "Attack Range"
- },
- {
- "id": 304,
- "name": "INFO_VELOCIDAD_UNIDAD",
- "text": "Unit Speed"
- },
- {
- "id": 305,
- "name": "INFO_CAPACIDAD_POBLACION",
- "text": "Population Capacity"
- },
- {
- "id": 306,
- "name": "INFO_LIMIT_RECOLECCION_SINGULAR",
- "text": "They can collect #0# tree in a row"
- },
- {
- "id": 307,
- "name": "INFO_LIMIT_RECOLECCION_PLURAL",
- "text": "They can collect #0# trees in a row"
- },
- {
- "id": 308,
- "name": "INFO_CAPACIDAD",
- "text": "CAPACITY #0#\/#1#"
- },
- {
- "id": 309,
- "name": "INFO_CONFIRMAR_VENTA",
- "text": "Do you really want to sell this for #0# #1#?"
- },
- {
- "id": 310,
- "name": "INFO_ORO_SINGULAR",
- "text": "gold"
- },
- {
- "id": 311,
- "name": "INFO_ORO_PLURAL",
- "text": "golds"
- },
- {
- "id": 312,
- "name": "INFO_COMIDA_SINGULAR",
- "text": "unit of food"
- },
- {
- "id": 313,
- "name": "INFO_COMIDA_PLURAL",
- "text": "units of food"
- },
- {
- "id": 314,
- "name": "INFO_MADERA_SINGULAR",
- "text": "unit of wood"
- },
- {
- "id": 315,
- "name": "INFO_MADERA_PLURAL",
- "text": "units of wood"
- },
- {
- "id": 316,
- "name": "INFO_PIEDRA_SINGULAR",
- "text": "unit of stone"
- },
- {
- "id": 317,
- "name": "INFO_PIEDRA_PLURAL",
- "text": "units of stone"
- },
- {
- "id": 318,
- "name": "INFO_CASH_SINGULAR",
- "text": "cash"
- },
- {
- "id": 319,
- "name": "INFO_CASH_PLURAL",
- "text": "cash"
- },
- {
- "id": 320,
- "name": "COLECCION_MISTERIOS_ARENA",
- "text": "Mysteries of the Sand"
- },
- {
- "id": 321,
- "name": "COLECCION_VIEJO_BAUL",
- "text": "Ye Olde Chest"
- },
- {
- "id": 322,
- "name": "COLECCION_PODER_FLOR",
- "text": "Flower Power"
- },
- {
- "id": 323,
- "name": "COLECCION_TOQUE_RENACIMIENTO",
- "text": "A Renaissance Touch"
- },
- {
- "id": 324,
- "name": "COLECCION_DESCUBRIMIENTO_ANTIGUO",
- "text": "An Ancient Discovery"
- },
- {
- "id": 325,
- "name": "COLECCION_AMENAZA_CAZADORA",
- "text": "The Hunting Threat"
- },
- {
- "id": 326,
- "name": "COLECCION_DESCUBRIMIENTO_ARTICO",
- "text": "An Arctic Discovery"
- },
- {
- "id": 327,
- "name": "COLECCION_VIAJE_NEVADO",
- "text": "Snow Journeys"
- },
- {
- "id": 328,
- "name": "COLECCION_APARICION_DIABOLICA",
- "text": "The Diabolic Appearance"
- },
- {
- "id": 329,
- "name": "COLECCION_FRAGANCIA_MAGICA",
- "text": "Scent of Magic"
- },
- {
- "id": 330,
- "name": "COLECCION_TRAMPA_MORTAL",
- "text": "A Mortal Trap"
- },
- {
- "id": 331,
- "name": "COLECCION_CIRCULO_VIDA",
- "text": "The Circle of Life"
- },
- {
- "id": 332,
- "name": "COLECCION_SENTENCIA_MUERTE",
- "text": "Sentence of Death"
- },
- {
- "id": 333,
- "name": "COLECCION_ATRAPADO_OSCURIDAD",
- "text": "Trapped in Darkness"
- },
- {
- "id": 334,
- "name": "COLECCION_TRIBUTO_HEROE",
- "text": "Hero Tribute"
- },
- {
- "id": 335,
- "name": "COLECCION_AMIGO_TROLL",
- "text": "Troll's best friend"
- },
- {
- "id": 336,
- "name": "COLECCION_BOLA_PELO",
- "text": "Little ball of fur"
- },
- {
- "id": 337,
- "name": "COLECCION_HUESOS",
- "text": "Bare Bones"
- },
- {
- "id": 338,
- "name": "COLECCION_ALIADO_MONSTRUOSO",
- "text": "A Monstruous Ally"
- },
- {
- "id": 339,
- "name": "COLECCION_SONIDO_BOSQUE",
- "text": "Sound of the Forest"
- },
- {
- "id": 340,
- "name": "COLECCION_JEROGLIFO_EGIPCIO",
- "text": "Egyptian Hieroglyph"
- },
- {
- "id": 341,
- "name": "COLECCION_MASCARA_FARAON",
- "text": "The Pharaon Mask"
- },
- {
- "id": 342,
- "name": "COLECCION_VIEJA_CERAMICA",
- "text": "Old Ceramics"
- },
- {
- "id": 343,
- "name": "COLECCION_PAPIRO_ESCRITO",
- "text": "Written Papyrus"
- },
- {
- "id": 344,
- "name": "COLECCION_ESTATUILLA_HORUS",
- "text": "Horus Statuette"
- },
- {
- "id": 345,
- "name": "COLECCION_SUPERFICIE_MADERA",
- "text": "Wooden Surface"
- },
- {
- "id": 346,
- "name": "COLECCION_TABLA_CURVA",
- "text": "Curved Plank"
- },
- {
- "id": 347,
- "name": "COLECCION_CERRADURA_ORO",
- "text": "Golden Lock"
- },
- {
- "id": 348,
- "name": "COLECCION_MAPA_TESORO",
- "text": "Treasure Map"
- },
- {
- "id": 349,
- "name": "COLECCION_CLAVOS_LARGOS",
- "text": "Large Nails"
- },
- {
- "id": 350,
- "name": "COLECCION_ROSA_ROJA",
- "text": "Red Rose"
- },
- {
- "id": 351,
- "name": "COLECCION_GIRASOL",
- "text": "Sunflower"
- },
- {
- "id": 352,
- "name": "COLECCION_LIRIO_BLANCO",
- "text": "White Lily"
- },
- {
- "id": 353,
- "name": "COLECCION_GERANIO_AZUL",
- "text": "Blue Geranium"
- },
- {
- "id": 354,
- "name": "COLECCION_FERTILIZANTE",
- "text": "Soil Fertilizer"
- },
- {
- "id": 355,
- "name": "COLECCION_REMACHE_ORO",
- "text": "Golden Rivet"
- },
- {
- "id": 356,
- "name": "COLECCION_ESTATUA_ORO",
- "text": "Golden Statue"
- },
- {
- "id": 357,
- "name": "COLECCION_COLUMNA_SOLIDA",
- "text": "Solid Column"
- },
- {
- "id": 358,
- "name": "COLECCION_LADRILLO_DECORADO",
- "text": "Intricate Brick"
- },
- {
- "id": 359,
- "name": "COLECCION_AGUA_PURA",
- "text": "Pure Water"
- },
- {
- "id": 360,
- "name": "COLECCION_PIEL_MARRON",
- "text": "Brown Fur"
- },
- {
- "id": 361,
- "name": "COLECCION_COLMILLO_MARFIL",
- "text": "Ivory Tusk"
- },
- {
- "id": 362,
- "name": "COLECCION_BLOQUE_HIELO",
- "text": "Ice Block"
- },
- {
- "id": 363,
- "name": "COLECCION_ANTIGUO_CACAHUETE",
- "text": "Ancient Peanut"
- },
- {
- "id": 364,
- "name": "COLECCION_HUELLA_FOSSIL",
- "text": "Fossil Footprint"
- },
- {
- "id": 365,
- "name": "COLECCION_PULSERA_CUERO",
- "text": "Leather Bracers"
- },
- {
- "id": 366,
- "name": "COLECCION_COLMILLO_GRANDE",
- "text": "Large Fang"
- },
- {
- "id": 367,
- "name": "COLECCION_ARNES_CUERO",
- "text": "Leather Harness"
- },
- {
- "id": 368,
- "name": "COLECCION_CASCO_CORNUDO",
- "text": "Horns Helmet"
- },
- {
- "id": 369,
- "name": "COLECCION_HACHA_AFILADA",
- "text": "Sharp Axe"
- },
- {
- "id": 370,
- "name": "COLECCION_AGUA_FRIA",
- "text": "Cold Water"
- },
- {
- "id": 371,
- "name": "COLECCION_PESCADO_MALOLIENTE",
- "text": "Smelly Fish"
- },
- {
- "id": 372,
- "name": "COLECCION_IGLU_SOLIDO",
- "text": "Solid Igloo"
- },
- {
- "id": 373,
- "name": "COLECCION_BOLA_NIEVE",
- "text": "Snowball"
- },
- {
- "id": 374,
- "name": "COLECCION_HUEVO_ENTERO",
- "text": "Unhatched Egg"
- },
- {
- "id": 375,
- "name": "COLECCION_PIEL_AZUL",
- "text": "Blue Pelt"
- },
- {
- "id": 376,
- "name": "COLECCION_COLMILLO_AFILADO",
- "text": "Sharp Tusk"
- },
- {
- "id": 377,
- "name": "COLECCION_PIEL_BLANCA",
- "text": "White Fur"
- },
- {
- "id": 378,
- "name": "COLECCION_CUERNO_PARTIDO",
- "text": "Chipped Horn"
- },
- {
- "id": 379,
- "name": "COLECCION_GARRA_GIGANTE",
- "text": "Giant Claw"
- },
- {
- "id": 380,
- "name": "COLECCION_BOTAS_ORO",
- "text": "Golden boots"
- },
- {
- "id": 381,
- "name": "COLECCION_CINTURON_CALAVERA",
- "text": "Skull Belt"
- },
- {
- "id": 382,
- "name": "COLECCION_PENDIENTE_ORO",
- "text": "Golden Earring"
- },
- {
- "id": 383,
- "name": "COLECCION_COLETA_NEGRA",
- "text": "Black Ponytail"
- },
- {
- "id": 384,
- "name": "COLECCION_CIMITARRA",
- "text": "Scimitar"
- },
- {
- "id": 385,
- "name": "COLECCION_GORRO_TELA",
- "text": "Cloth Hat"
- },
- {
- "id": 386,
- "name": "COLECCION_TUNICA_TELA",
- "text": "Cloth Tunic"
- },
- {
- "id": 387,
- "name": "COLECCION_BASTON_MADERA",
- "text": "Wooden rod"
- },
- {
- "id": 388,
- "name": "COLECCION_BARBA_BLANCA",
- "text": "White Beard"
- },
- {
- "id": 389,
- "name": "COLECCION_LIBRO_HECHIZOS",
- "text": "Magic Spellbook"
- },
- {
- "id": 390,
- "name": "COLECCION_BARRO_SUCIO",
- "text": "Filthy Mud"
- },
- {
- "id": 391,
- "name": "COLECCION_ROCA_SUCIA",
- "text": "Dirty Rock"
- },
- {
- "id": 392,
- "name": "COLECCION_SAPO_MARRON",
- "text": "Brown Toad"
- },
- {
- "id": 393,
- "name": "COLECCION_PIRANYA_CANIBAL",
- "text": "Cannibal Piranha"
- },
- {
- "id": 394,
- "name": "COLECCION_COCODRILO_FEROZ",
- "text": "Ferocious Crocodile"
- },
- {
- "id": 395,
- "name": "COLECCION_ESTATUA_DELICADA",
- "text": "Delicate Statue"
- },
- {
- "id": 396,
- "name": "COLECCION_RAICES_FUERTES",
- "text": "Strong Roots"
- },
- {
- "id": 397,
- "name": "COLECCION_RAMA_PEQUENYA",
- "text": "Small Branch"
- },
- {
- "id": 398,
- "name": "COLECCION_HOJAS_ROSAS",
- "text": "Pink Leaves"
- },
- {
- "id": 399,
- "name": "COLECCION_SEMILLAS_VIDA",
- "text": "Life Seeds"
- },
- {
- "id": 400,
- "name": "COLECCION_GRILLETES_MADERA",
- "text": "Wooden Shackles"
- },
- {
- "id": 401,
- "name": "COLECCION_PLANCHAS_FUERTES",
- "text": "Strong Planks"
- },
- {
- "id": 402,
- "name": "COLECCION_CESTO_MIMBRE",
- "text": "Wicker Basket"
- },
- {
- "id": 403,
- "name": "COLECCION_CUERDA_FUERTE",
- "text": "Strong Rope"
- },
- {
- "id": 404,
- "name": "COLECCION_HOJA_GUILLOTINA",
- "text": "Guillotine Blade"
- },
- {
- "id": 405,
- "name": "COLECCION_CERRADURA_HIERRO",
- "text": "Iron Lock"
- },
- {
- "id": 406,
- "name": "COLECCION_BARRA_HIERRO",
- "text": "Iron Bar"
- },
- {
- "id": 407,
- "name": "COLECCION_CADENAS_HIERRO",
- "text": "Iron Chains"
- },
- {
- "id": 408,
- "name": "COLECCION_GRILLETES_HIERRO",
- "text": "Iron Shackles"
- },
- {
- "id": 409,
- "name": "COLECCION_TRAJE_PRESO",
- "text": "Prisoner Suit"
- },
- {
- "id": 410,
- "name": "COLECCION_PEDESTAL_PIEDRA",
- "text": "Stone Pedestal"
- },
- {
- "id": 411,
- "name": "COLECCION_PIERNAS_PIEDRA",
- "text": "Stone Legs"
- },
- {
- "id": 412,
- "name": "COLECCION_PECHO_PIEDRA",
- "text": "Stone Chest"
- },
- {
- "id": 413,
- "name": "COLECCION_CABEZA_PIEDRA",
- "text": "Stone Head"
- },
- {
- "id": 414,
- "name": "COLECCION_ESPADA_PIEDRA",
- "text": "Stone Sword"
- },
- {
- "id": 415,
- "name": "COLECCION_COLGANTE_ROJO",
- "text": "Red Necklace"
- },
- {
- "id": 416,
- "name": "COLECCION_HUESO_RICO",
- "text": "Tasty Bone"
- },
- {
- "id": 417,
- "name": "COLECCION_PELO_MARRON",
- "text": "Brown Fur"
- },
- {
- "id": 418,
- "name": "COLECCION_GLOBO_ROJO",
- "text": "Red Balloon"
- },
- {
- "id": 419,
- "name": "COLECCION_GORRO_PILOTO",
- "text": "Pilot Bonnet"
- },
- {
- "id": 420,
- "name": "COLECCION_COLGANTE_MONO",
- "text": "Cute Necklace"
- },
- {
- "id": 421,
- "name": "COLECCION_LATA_ATUN",
- "text": "Tuna Can"
- },
- {
- "id": 422,
- "name": "COLECCION_PELO_AZUL",
- "text": "Blue Fur"
- },
- {
- "id": 423,
- "name": "COLECCION_CASCABEL_PEQUENYO",
- "text": "Small Sleighbell"
- },
- {
- "id": 424,
- "name": "COLECCION_BOLA_LANA",
- "text": "Wool Ball"
- },
- {
- "id": 425,
- "name": "COLECCION_HUESO_CARNE",
- "text": "Fleshy Bone"
- },
- {
- "id": 426,
- "name": "COLECCION_ESPADA_OXIDADA",
- "text": "Rusty Sword"
- },
- {
- "id": 427,
- "name": "COLECCION_YELMO_PODRIDO",
- "text": "Rotten Skullcap"
- },
- {
- "id": 428,
- "name": "COLECCION_ESCUDO_DANYADO",
- "text": "Shriveled Shield"
- },
- {
- "id": 429,
- "name": "COLECCION_CALAVERA_MALVADA",
- "text": "Evil Skull"
- },
- {
- "id": 430,
- "name": "COLECCION_HOMBRERA_CUERO",
- "text": "Leather Shoulderpad"
- },
- {
- "id": 431,
- "name": "COLECCION_YELMO_ESPELUZNANTE",
- "text": "Eerie Helmet"
- },
- {
- "id": 432,
- "name": "COLECCION_BRAZALETES_REFORZADOS",
- "text": "Reinforced Bracers"
- },
- {
- "id": 433,
- "name": "COLECCION_MANDIBULAS_HUESO",
- "text": "Bone Jaws"
- },
- {
- "id": 434,
- "name": "COLECCION_MARTILLO_PUNTA",
- "text": "Spiked Hammer"
- },
- {
- "id": 435,
- "name": "COLECCION_ARCO_LARGO",
- "text": "Long Bow"
- },
- {
- "id": 436,
- "name": "COLECCION_DIADEMA_ORO",
- "text": "Golden Diadem"
- },
- {
- "id": 437,
- "name": "COLECCION_FLECHA_AFILADA",
- "text": "Sharp Arrow"
- },
- {
- "id": 438,
- "name": "COLECCION_CARCAJ_CUERO",
- "text": "Leather Quiver"
- },
- {
- "id": 439,
- "name": "COLECCION_OCARINA_MADERA",
- "text": "Wooden Ocarina"
- },
- {
- "id": 440,
- "name": "POPUP_REPINTAR_OK",
- "text": "Click OKAY to repaint it."
- },
- {
- "id": 441,
- "name": "POPUP_REPINTAR_DESCRIPCION",
- "text": "This paint on this building is getting faded."
- },
- {
- "id": 442,
- "name": "POPUP_TOPE_EDIFICIOS",
- "text": "You've reached the limit of #0# for your Empire"
- },
- {
- "id": 443,
- "name": "POPUP_TOPE_EDIFICIOS_TIER",
- "text": "You'll be able to build the next tier of #0# when you reach the appropiate level"
- },
- {
- "id": 444,
- "name": "POPUP_MISION_OBJETIVO",
- "text": "Goal #0#"
- },
- {
- "id": 445,
- "name": "POPUP_MISION_COMPLETADO",
- "text": "(Completed #0#\/#1#)"
- },
- {
- "id": 446,
- "name": "POPUP_ATAQUE_VICTORIA",
- "text": "YOU WON"
- },
- {
- "id": 447,
- "name": "POPUP_ATAQUE_DERROTA",
- "text": "YOU LOST"
- },
- {
- "id": 448,
- "name": "POPUP_EDIFICIO_ENHORABUENA",
- "text": "Congratulations on your #0#!"
- },
- {
- "id": 449,
- "name": "POPUP_COMPRAR_ASALTO_TIEMPO",
- "text": "#0#h #1#min"
- },
- {
- "id": 450,
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR_ATAQUES",
- "text": "BUY ATTACKS"
- },
- {
- "id": 451,
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR_ESPIONAJES",
- "text": "BUY SPIES"
- },
- {
- "id": 452,
- "name": "POPUP_COMPRAR_ASALTO_ATAQUES",
- "text": "attacks"
- },
- {
- "id": 453,
- "name": "POPUP_COMPRAR_ASALTO_ESPIONAJES",
- "text": "spies"
- },
- {
- "id": 454,
- "name": "POPUP_COMPRAR_ASALTO_SIN_ACCIONES",
- "text": "You don't have more #0#,\n"
- },
- {
- "id": 455,
- "name": "POPUP_COMPRAR_ASALTO_RECARGA",
- "text": "you will get 3 more in #0#\n\n"
- },
- {
- "id": 456,
- "name": "POPUP_COMPRAR_ASALTO_COMPRAR",
- "text": "Do you want to buy #0# extra #1#?"
- },
- {
- "id": 457,
- "name": "POPUP_COMPRAR_ASALTO_PRECIO",
- "text": "#0# #1# = #2#"
- },
- {
- "id": 458,
- "name": "POPUP_COMPRAR_ORO",
- "text": "#0# cash"
- },
- {
- "id": 459,
- "name": "POPUP_HEROES_RANGER",
- "text": "The hard trained ranger, fast and lethal from far away!"
- },
- {
- "id": 460,
- "name": "POPUP_HEROES_XENA",
- "text": "She can slash multiple trolls with her whirlwind attack!"
- },
- {
- "id": 461,
- "name": "POPUP_HEROES_ARTURO",
- "text": "Prince of the Empire, casts a powerful fire from his blade!"
- },
- {
- "id": 462,
- "name": "POPUP_HEROES_MERLIN",
- "text": "A powerful wizard that strikes his foes with lightning!"
- },
- {
- "id": 463,
- "name": "POPUP_HEROES_VALKIRIA",
- "text": "She strikes fiercely and heals nearby units in the heat of battle!"
- },
- {
- "id": 464,
- "name": "POPUP_HEROES_WALLACE",
- "text": "His powerful roar inspires courage to nearby allies!"
- },
- {
- "id": 465,
- "name": "POPUP_HEROES_THOR",
- "text": "Smashes back his foes with his mighty lightning hammer!"
- },
- {
- "id": 466,
- "name": "POPUP_HEROES_ALTOELFO",
- "text": "Uses the ancient triplication technique to hunt the enemy!"
- },
- {
- "id": 467,
- "name": "POPUP_NIVEL_TITULO",
- "text": "LEVEL #0#!"
- },
- {
- "id": 468,
- "name": "POPUP_NIVEL_CONFIRMACION",
- "text": "You've reached #0# rank"
- },
- {
- "id": 469,
- "name": "POPUP_NIVEL_HEADER_2",
- "text": "You can now buy:"
- },
- {
- "id": 470,
- "name": "POPUP_NIVEL_HEADER_3",
- "text": "Level reward:"
- },
- {
- "id": 471,
- "name": "POPUP_NIVEL_FOOTER",
- "text": "YEAH! Share your success with your friends!"
- },
- {
- "id": 472,
- "name": "POPUP_ASALTO_PREPARANDO_ESPIONAJE",
- "text": "Preparing To SPY"
- },
- {
- "id": 473,
- "name": "POPUP_ASALTO_LISTO_ESPIONAJE",
- "text": "Your Eagle is ready to spy Enemy"
- },
- {
- "id": 474,
- "name": "POPUP_ASALTO_EMPEZAR_ESPIONAJE",
- "text": "Start Spying"
- },
- {
- "id": 475,
- "name": "POPUP_ASALTO_AYUDA_TITULO",
- "text": "Battle Help"
- },
- {
- "id": 476,
- "name": "POPUP_ASALTO_AYUDA_TEXTO",
- "text": "\u00b7 The objective is to destroy the Town Hall of your enemy. If you do so, you will receive a reward!\n \u00b7 All of your Army goes to the battle.\n \u00b7 On the \"Battle Menu\" button you'll see the status of the battle.\n \u00b7 Once the battle is finished, most of your dead soldiers will resurrect on your empire!"
- },
- {
- "id": 477,
- "name": "POPUP_ASALTO_ARMADA_LISTA",
- "text": "Your Army is ready!\n\n Destroy the Town Hall to WIN the battle!"
- },
- {
- "id": 478,
- "name": "POPUP_ASALTO_TITULO",
- "text": "GOING TO BATTLE"
- },
- {
- "id": 479,
- "name": "POPUP_ASALTO_MAPA_HEADER",
- "text": "Select the starting position of your army"
- },
- {
- "id": 480,
- "name": "POPUP_QUEST_YETI",
- "text": "Rescue the penguins and defeat the evil Yeti!"
- },
- {
- "id": 481,
- "name": "POPUP_QUEST_GUSANO",
- "text": "Find the braziers and defeat the hidden menace!"
- },
- {
- "id": 482,
- "name": "POPUP_QUEST_CARGANDO",
- "text": "Loading World"
- },
- {
- "id": 483,
- "name": "POPUP_QUEST_EXPLORA",
- "text": "Explore the world and discover the Missions!"
- },
- {
- "id": 484,
- "name": "POPUP_QUEST_SIN_MUELLE",
- "text": "You will need a harbour to invade the islands!"
- },
- {
- "id": 485,
- "name": "POPUP_QUEST_BARCO",
- "text": "Your ship is ready"
- },
- {
- "id": 486,
- "name": "POPUP_QUEST_ZEPPELIN",
- "text": "Your Zeppelin is ready"
- },
- {
- "id": 487,
- "name": "POPUP_QUEST_TROLLS",
- "text": "Defeat the trolls to win the chest!"
- },
- {
- "id": 488,
- "name": "POPUP_QUEST_ESQUELETOS",
- "text": "Defeat the skeletons to win the chest!"
- },
- {
- "id": 489,
- "name": "POPUP_QUEST_CHINOS",
- "text": "Defeat the chinese to win the chest!"
- },
- {
- "id": 490,
- "name": "POPUP_QUEST_AZTECAS",
- "text": "Defeat the aztecs to win the chest!"
- },
- {
- "id": 491,
- "name": "POPUP_QUEST_HUMANOS",
- "text": "Defeat the Humans to win the chest!"
- },
- {
- "id": 492,
- "name": "POPUP_QUEST_HEROES",
- "text": "Defeat the Heroes to win the chest!"
- },
- {
- "id": 493,
- "name": "POPUP_QUEST_KAMIKAZES",
- "text": "Use your kamikazes to destroy the Town Hall!"
- },
- {
- "id": 494,
- "name": "POPUP_QUEST_VIKINGOS",
- "text": "Defeat the vikings to win!"
- },
- {
- "id": 495,
- "name": "POPUP_QUEST_ATLANTES",
- "text": "Defeat the atlantis tribe to win!"
- },
- {
- "id": 496,
- "name": "POPUP_QUEST_EGIPCIOS",
- "text": "Defeat the egyptians to win!"
- },
- {
- "id": 497,
- "name": "POPUP_QUEST_HUEVO",
- "text": "You find a huge egg.."
- },
- {
- "id": 498,
- "name": "POPUP_QUEST_ELIGE_DIFICULTAD",
- "text": "Choose difficulty"
- },
- {
- "id": 499,
- "name": "POPUP_QUEST_DIFICULTAD",
- "text": "Difficulty"
- },
- {
- "id": 500,
- "name": "POPUP_QUEST_COMPLETAR",
- "text": "Complete the quest with #0# to unlock"
- },
- {
- "id": 501,
- "name": "POPUP_QUEST_ESTRELLA_1",
- "text": "1 star"
- },
- {
- "id": 502,
- "name": "POPUP_QUEST_ESTRELLA_2",
- "text": "2 stars"
- },
- {
- "id": 503,
- "name": "POPUP_NUEVO_DIARIO_ORO",
- "text": "#0# gold"
- },
- {
- "id": 504,
- "name": "POPUP_NUEVO_DIARIO_HEROE",
- "text": "1 Hero!"
- },
- {
- "id": 505,
- "name": "POPUP_NUEVO_DIARIO_GANADO",
- "text": "You won #0# gold!"
- },
- {
- "id": 506,
- "name": "POPUP_NUEVO_DIARIO_GANADO_HEROE",
- "text": "You won a hero!"
- },
- {
- "id": 507,
- "name": "POPUP_JUGADOR_HOY",
- "text": "Today at #0#:#1#"
- },
- {
- "id": 508,
- "name": "POPUP_JUGADOR_AYER",
- "text": "Yesterday at #0#:#1#"
- },
- {
- "id": 509,
- "name": "POPUP_JUGADOR_HACE",
- "text": "#0# days ago"
- },
- {
- "id": 510,
- "name": "POPUP_JUGADOR_NUNCA",
- "text": "n\/a"
- },
- {
- "id": 511,
- "name": "POPUP_RAZA_TITULO_CIUDAD",
- "text": "SELECT TOWN"
- },
- {
- "id": 512,
- "name": "POPUP_RAZA_NIVEL_TROLL",
- "text": "\nYou have to reach level #0# to unlock the Troll Race."
- },
- {
- "id": 513,
- "name": "POPUP_RECLUTAMIENTO_RECOMPENSA",
- "text": "Get reward"
- },
- {
- "id": 514,
- "name": "POPUP_RECLUTAMIENTO_RECLUTAS_LISTOS",
- "text": "All your new recruits are ready! Get your reward!"
- },
- {
- "id": 515,
- "name": "POPUP_RECLUTAMIENTO_RECLUTA",
- "text": "Recruit!"
- },
- {
- "id": 516,
- "name": "POPUP_RECLUTAMIENTO_INVITA_AMIGOS",
- "text": "Invite 3 new friends and get Special Units for free!"
- },
- {
- "id": 517,
- "name": "POPUP_RECLUTAMIENTO_AMIGO",
- "text": "Get a friend!"
- },
- {
- "id": 518,
- "name": "POPUP_RECLUTAMIENTO_ALDEANO",
- "text": "Villager"
- },
- {
- "id": 519,
- "name": "POPUP_RESURRECCION_TITULO",
- "text": "Heroes' Graveyard"
- },
- {
- "id": 520,
- "name": "POPUP_RESURRECCION_DESCRIPCION",
- "text": "This building allows you to revive your dead heroes"
- },
- {
- "id": 521,
- "name": "POPUP_RESURRECCION_RESUCITAR",
- "text": "Resurrect"
- },
- {
- "id": 522,
- "name": "POPUP_EDIFICIO_ALIADOS",
- "text": "Get allies"
- },
- {
- "id": 523,
- "name": "POPUP_EDIFICIO_REFUERZOS",
- "text": "All your allies are ready! Get your reinforcements!"
- },
- {
- "id": 524,
- "name": "POPUP_EDIFICIO_ABRIR",
- "text": "Open Building"
- },
- {
- "id": 525,
- "name": "POPUP_EDIFICIO_PERSONAL",
- "text": "All your staff is ready! You can now open your #0#!"
- },
- {
- "id": 526,
- "name": "POPUP_EDIFICIO_CONTRATAR",
- "text": "Hire Friends"
- },
- {
- "id": 527,
- "name": "POPUP_EDIFICIO_TROPAS_ALIADAS",
- "text": "This building needs to be filled with troops of your allies."
- },
- {
- "id": 528,
- "name": "POPUP_EDIFICIO_CONTRATAR_AMIGOS",
- "text": "Hire your friends to work in your #0#."
- },
- {
- "id": 529,
- "name": "POPUP_FEED_COMPLETADO",
- "text": "Completed!"
- },
- {
- "id": 530,
- "name": "POPUP_FEED_RECOMPENSA",
- "text": "Get rewards!"
- },
- {
- "id": 531,
- "name": "POPUP_TESORO_TITULO",
- "text": "Next enemy camp"
- },
- {
- "id": 532,
- "name": "POPUP_TESORO_DESCRIPCION",
- "text": "There have been spotted more enemies in the surroundings. They should arrive at your kingdom in 4 hours"
- },
- {
- "id": 533,
- "name": "POPUP_UNLOCK",
- "text": "Do you want to unlock #0# early?"
- },
- {
- "id": 534,
- "name": "POPUP_UNLOCK_LBLUNLOCK",
- "text": "Cost to unlock:"
- },
- {
- "id": 535,
- "name": "POPUP_METEO_PRADERA",
- "text": "Grassy Meadows"
- },
- {
- "id": 536,
- "name": "POPUP_METEO_DESIERTO",
- "text": "Sunny Desert"
- },
- {
- "id": 537,
- "name": "POPUP_METEO_ESTEPA",
- "text": "Snowy Plains"
- },
- {
- "id": 538,
- "name": "POPUP_METEO_MONTANYA",
- "text": "Rocky Mountains"
- },
- {
- "id": 539,
- "name": "POPUP_METEO_JUNGLA",
- "text": "Lush Jungle"
- },
- {
- "id": 540,
- "name": "POPUP_GRIMORIO_PAGINA",
- "text": "page #0# \/ #1#"
- },
- {
- "id": 541,
- "name": "POPUP_TUTORIAL_PAGINA",
- "text": "#0# of #1#"
- },
- {
- "id": 542,
- "name": "QUEST_DESIERTO",
- "text": "Desert Mission"
- },
- {
- "id": 543,
- "name": "QUEST_ARTICO",
- "text": "Arctic Mission"
- },
- {
- "id": 544,
- "name": "QUEST_GUSANO",
- "text": "Rockdriller Mission"
- },
- {
- "id": 545,
- "name": "QUEST_MISTERIOSA",
- "text": "Mysterious Island"
- },
- {
- "id": 546,
- "name": "QUEST_DESCONOCIDA",
- "text": "Unknown Island"
- },
- {
- "id": 547,
- "name": "QUEST_NO_DESCUBIERTA",
- "text": "Undiscovered Island"
- },
- {
- "id": 548,
- "name": "QUEST_EMERGENTE",
- "text": "Emergent Island"
- },
- {
- "id": 549,
- "name": "QUEST_BARCO",
- "text": "SHIP"
- },
- {
- "id": 550,
- "name": "QUEST_ZEPPELIN",
- "text": "ZEPPELIN"
- },
- {
- "id": 551,
- "name": "QUEST_MOLINO",
- "text": "Burning Mill"
- },
- {
- "id": 552,
- "name": "QUEST_CURANDEROS",
- "text": "Captive Healers"
- },
- {
- "id": 553,
- "name": "QUEST_ANIMALES",
- "text": "Caged Animals"
- },
- {
- "id": 554,
- "name": "QUEST_ESQUELETOS",
- "text": "Skeleton Menace"
- },
- {
- "id": 555,
- "name": "QUEST_CHINOS",
- "text": "Chinese Island"
- },
- {
- "id": 556,
- "name": "QUEST_AZTECAS",
- "text": "Aztec Island"
- },
- {
- "id": 557,
- "name": "QUEST_HUMANOS",
- "text": "Humans Island"
- },
- {
- "id": 558,
- "name": "QUEST_HEROES",
- "text": "Heroes Island"
- },
- {
- "id": 559,
- "name": "QUEST_MITICA",
- "text": "Mythical Island"
- },
- {
- "id": 560,
- "name": "QUEST_NUBLADA",
- "text": "Misty Island"
- },
- {
- "id": 561,
- "name": "QUEST_DUNAS",
- "text": "Dune Island"
- },
- {
- "id": 562,
- "name": "QUEST_NIDO",
- "text": "Nest Island"
- },
- {
- "id": 563,
- "name": "QUEST_PELIGROSA",
- "text": "Dangerous Island"
- },
- {
- "id": 564,
- "name": "QUEST_GOLEM_GEMAS",
- "text": "Gems to activate"
- },
- {
- "id": 565,
- "name": "QUEST_GUSANO_BRASEROS",
- "text": "#0# braziers to activate"
- },
- {
- "id": 566,
- "name": "QUEST_YETI_LLAVES",
- "text": "Keys to activate"
- },
- {
- "id": 567,
- "name": "QUEST_YETI_FALTAN",
- "text": "#0# keys left"
- },
- {
- "id": 568,
- "name": "QUEST_CIVILIZACION_ENEMIGOS",
- "text": "Enemy targets left"
- },
- {
- "id": 569,
- "name": "QUEST_CIVILIZACION_HQ_SINGULAR",
- "text": "1 Town Hall"
- },
- {
- "id": 570,
- "name": "QUEST_CIVILIZACION_HQ_PLURAL",
- "text": "#0# Town Halls"
- },
- {
- "id": 571,
- "name": "QUEST_HEROES_VIVOS_SINGULAR",
- "text": "1 hero alive"
- },
- {
- "id": 572,
- "name": "QUEST_HEROES_VIVOS_PLURAL",
- "text": "#0# heroes alive"
- },
- {
- "id": 573,
- "name": "QUEST_TROLLS_VIVOS",
- "text": "Alive trolls"
- },
- {
- "id": 574,
- "name": "QUEST_TROLLS_VIVOS_SINGULAR",
- "text": "1 troll alive"
- },
- {
- "id": 575,
- "name": "QUEST_TROLLS_VIVOS_PLURAL",
- "text": "#0# trolls alive"
- },
- {
- "id": 576,
- "name": "QUEST_ESQUELETOS_VIVOS",
- "text": "Remaining skeletons"
- },
- {
- "id": 577,
- "name": "QUEST_ESQUELETOS_VIVOS_SINGULAR",
- "text": "1 skeleton remaining"
- },
- {
- "id": 578,
- "name": "QUEST_ESQUELETOS_VIVOS_PLURAL",
- "text": "#0# skeletons remaining"
- },
- {
- "id": 579,
- "name": "QUEST_BARCO_REQUISITO",
- "text": "Level #0# required to access this zone"
- },
- {
- "id": 580,
- "name": "ASALTO_REFUERZOS_TITULO",
- "text": "Reinforcements arrive!"
- },
- {
- "id": 581,
- "name": "ASALTO_REFUERZOS_DESCRIPCION",
- "text": "Reinforcements are coming to your town to help you defeat your enemies.\nWait for them and rescue the princess!"
- },
- {
- "id": 582,
- "name": "ASALTO_CAPITAN_H_ASEDIO_1",
- "text": "Siege engines! Attack!"
- },
- {
- "id": 583,
- "name": "ASALTO_CAPITAN_T_ASEDIO_1",
- "text": "Machinez, GO!"
- },
- {
- "id": 584,
- "name": "ASALTO_CAPITAN_H_ASEDIO_2",
- "text": "First squad! Attack!"
- },
- {
- "id": 585,
- "name": "ASALTO_CAPITAN_T_ASEDIO_2",
- "text": "You group, Attack!"
- },
- {
- "id": 586,
- "name": "ASALTO_CAPITAN_H_ASEDIO_3",
- "text": "Second squad! Attack!"
- },
- {
- "id": 587,
- "name": "ASALTO_CAPITAN_T_ASEDIO_3",
- "text": "Iz 'ur tourn, Kill 'em all!"
- },
- {
- "id": 588,
- "name": "ASALTO_CAPITAN_H_RETIRADA",
- "text": "Retreat!"
- },
- {
- "id": 589,
- "name": "ASALTO_CAPITAN_T_RETIRADA",
- "text": "We lozin', we back!"
- },
- {
- "id": 590,
- "name": "ASALTO_CAPITAN_H_MASTODONTES",
- "text": "You go now, NO MERCY!!"
- },
- {
- "id": 591,
- "name": "ASALTO_CAPITAN_T_MASTODONTES",
- "text": "GO ON MORE BIG BOY'z!"
- },
- {
- "id": 592,
- "name": "ASALTO_CAPITAN_H_PREPARADOS_1",
- "text": "Everybody prepared!"
- },
- {
- "id": 593,
- "name": "ASALTO_CAPITAN_T_PREPARADOS_1",
- "text": "U ready cabbageheadz?"
- },
- {
- "id": 594,
- "name": "ASALTO_CAPITAN_H_PREPARADOS_2",
- "text": "Get ready!"
- },
- {
- "id": 595,
- "name": "ASALTO_CAPITAN_T_PREPARADOS_2",
- "text": "Zmell'em, they Afraid!"
- },
- {
- "id": 596,
- "name": "ASALTO_ALDEANO_H_1",
- "text": "THEY ARE COMING! HELP! HELP!"
- },
- {
- "id": 597,
- "name": "ASALTO_ALDEANO_H_2",
- "text": "PLEASE, HURRY UP!"
- },
- {
- "id": 598,
- "name": "ASALTO_ALDEANO_H_3",
- "text": "BE READY FOR THE BATTLE!"
- },
- {
- "id": 599,
- "name": "ASALTO_ALDEANO_H_4",
- "text": "HELP, HELP!"
- },
- {
- "id": 600,
- "name": "ASALTO_ALDEANO_T_1",
- "text": "LOTZ OF 'EM"
- },
- {
- "id": 601,
- "name": "ASALTO_ALDEANO_T_2",
- "text": "HELP POOR TROLL, HELP"
- },
- {
- "id": 602,
- "name": "ASALTO_ALDEANO_T_3",
- "text": "WAR IZ COMIN"
- },
- {
- "id": 603,
- "name": "ASALTO_ALDEANO_T_4",
- "text": "HELP, HELP!"
- },
- {
- "id": 604,
- "name": "ASALTO_CARRO_DESPEDIDA",
- "text": "Glad to help you!"
- },
- {
- "id": 605,
- "name": "AUX_OK",
- "text": "OK"
- },
- {
- "id": 606,
- "name": "AUX_SKIP",
- "text": "Skip"
- },
- {
- "id": 607,
- "name": "AUX_COMPRAR",
- "text": "Buy"
- },
- {
- "id": 608,
- "name": "AUX_VENDER",
- "text": "sell"
- },
- {
- "id": 609,
- "name": "AUX_COMPARTIR",
- "text": "Share!"
- },
- {
- "id": 610,
- "name": "AUX_SI",
- "text": "YES"
- },
- {
- "id": 611,
- "name": "AUX_NO",
- "text": "NO"
- },
- {
- "id": 612,
- "name": "AUX_GUARDAR",
- "text": "Save"
- },
- {
- "id": 613,
- "name": "AUX_CANCELAR",
- "text": "Cancel"
- },
- {
- "id": 614,
- "name": "POPUP_NOMBRE_TITULO",
- "text": "NAME YOUR EMPIRE"
- },
- {
- "id": 615,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_1",
- "text": "1x Elephant Rider: Stomp your enemies and daze them with the powerful Elephant Rider!"
- },
- {
- "id": 616,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_2",
- "text": "2x Vikings: Smash your foes with this legendary Vikings!"
- },
- {
- "id": 617,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_3",
- "text": "2x Monks: Convert enemy units into yours with the Monks!"
- },
- {
- "id": 618,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_4",
- "text": "1x Thor: Strike your foes with the power of thunder!"
- },
- {
- "id": 619,
- "name": "NEWFRIENDS_REWARD_DESCRIPTION_5",
- "text": "1x Mobile Tower: Bring the power of a tower wherever you want!"
- },
- {
- "id": 620,
- "name": "POPUP_AYUDA_AMIGO",
- "text": "Wants to help you!"
- },
- {
- "id": 621,
- "name": "POPUP_MISION_TITULO",
- "text": "Goal INFO"
- },
- {
- "id": 622,
- "name": "AUX_REPETIR",
- "text": "repeat #0# times"
- },
- {
- "id": 623,
- "name": "AUX_AYUDA",
- "text": "HELP!"
- },
- {
- "id": 624,
- "name": "AUX_OBJETIVOS",
- "text": "Goals"
- },
- {
- "id": 625,
- "name": "POPUP_MISION_OTORGA_RECOMPENSA",
- "text": "MISSION #0# COMPLETED! #1# gold reward"
- },
- {
- "id": 626,
- "name": "POPUP_MOTIVACION_TITULO_INTRO",
- "text": "Welcome to Social Empires"
- },
- {
- "id": 627,
- "name": "POPUP_MOTIVACION_CUERPO_INTRO",
- "text": "Welcome to the best adventure in Facebook!\nIn Social Empires you will have to..."
- },
- {
- "id": 628,
- "name": "POPUP_MOTIVACION_PIE_INTRO",
- "text": "Good Luck!"
- },
- {
- "id": 629,
- "name": "POPUP_MOTIVACION_MENSAJE_1",
- "text": "Build your Kingdom"
- },
- {
- "id": 630,
- "name": "POPUP_MOTIVACION_MENSAJE_2",
- "text": "Defeat your Enemies!"
- },
- {
- "id": 631,
- "name": "POPUP_MOTIVACION_MENSAJE_3",
- "text": "Save your Princess!"
- },
- {
- "id": 632,
- "name": "POPUP_MOTIVACION_TITULO_OUTRO",
- "text": "Good Job!"
- },
- {
- "id": 633,
- "name": "POPUP_MOTIVACION_CUERPO_OUTRO",
- "text": "In order to advance it is very important to follow King Arthur's Goals"
- },
- {
- "id": 634,
- "name": "POPUP_MOTIVACION_PIE_OUTRO",
- "text": "Keep it up!\nYou will soon be rescuing your Princess!"
- },
- {
- "id": 635,
- "name": "POPUP_MISION_NUEVA_MISION",
- "text": "New Mission!"
- },
- {
- "id": 636,
- "name": "POPUP_MISION_OBTEN_RECOMPENSA",
- "text": "Get Reward!"
- },
- {
- "id": 637,
- "name": "POPUP_MISION_OBTEN_RECOMPENSA_AHORA",
- "text": "Get Reward Now!"
- },
- {
- "id": 638,
- "name": "AUX_MAS_INFO",
- "text": "+INFO"
- },
- {
- "id": 639,
- "name": "AUX_NUEVO",
- "text": "NEW"
- },
- {
- "id": 640,
- "name": "POPUP_ATAQUE_TITULO",
- "text": "Battle Results"
- },
- {
- "id": 641,
- "name": "POPUP_ATAQUE_PIE",
- "text": "(showing only last 10 attacks)"
- },
- {
- "id": 642,
- "name": "POPUP_ATAQUE_FECHA",
- "text": "Date"
- },
- {
- "id": 643,
- "name": "POPUP_ATAQUE_OPONENTE",
- "text": "Opponent"
- },
- {
- "id": 644,
- "name": "POPUP_ATAQUE_RESULTADO",
- "text": "Result"
- },
- {
- "id": 645,
- "name": "POPUP_ATAQUE_ORO",
- "text": "Gold"
- },
- {
- "id": 646,
- "name": "POPUP_ATAQUE_INFORME_TITULO",
- "text": "Attacked!"
- },
- {
- "id": 647,
- "name": "POPUP_ATAQUE_INFORME_CUERPO",
- "text": "Someone attacked your empire while you where out!"
- },
- {
- "id": 648,
- "name": "POPUP_ATAQUE_INFORME_PIE",
- "text": "Check the results and avenge yourself!"
- },
- {
- "id": 649,
- "name": "POPUP_ATAQUE_ACABADO_TITULO",
- "text": "Battle Result"
- },
- {
- "id": 650,
- "name": "POPUP_ATAQUE_ACABADO_UNIDADES_VIVAS",
- "text": "Units Alive"
- },
- {
- "id": 651,
- "name": "POPUP_ATAQUE_ACABADO_UNIDADES_MUERTAS",
- "text": "Units Dead"
- },
- {
- "id": 652,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS",
- "text": "Results"
- },
- {
- "id": 653,
- "name": "POPUP_ATAQUE_ACABADO_TU_EJERCITO",
- "text": "Your Army"
- },
- {
- "id": 654,
- "name": "POPUP_ATAQUE_ACABADO_SU_EJERCITO",
- "text": "Enemy Army"
- },
- {
- "id": 655,
- "name": "POPUP_ATAQUE_ACABADO_TUS_PERDIDAS",
- "text": "Your units lost"
- },
- {
- "id": 656,
- "name": "POPUP_ATAQUE_ACABADO_SIN_BAJAS",
- "text": "- No units lost -"
- },
- {
- "id": 657,
- "name": "POPUP_ATAQUE_ACABADO_GANANCIAS",
- "text": "You won:"
- },
- {
- "id": 658,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_BUENA",
- "text": "Good Battle! Destroy the Town Hall to win!"
- },
- {
- "id": 659,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PERDIDAS",
- "text": "You are losing a lot of units!"
- },
- {
- "id": 660,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_GANAS",
- "text": "You win!"
- },
- {
- "id": 661,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PIERDES",
- "text": "You lost!"
- },
- {
- "id": 662,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_DEFENDISTE",
- "text": "Your defense resisted!"
- },
- {
- "id": 663,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_CAISTE",
- "text": "Your defense has fallen!"
- },
- {
- "id": 664,
- "name": "POPUP_ATAQUE_ACABADO_RESULTADOS_PACIFISTA",
- "text": "You haven't killed anyone yet"
- },
- {
- "id": 665,
- "name": "POPUP_ATAQUE_ACABADO_ENHORABUENA",
- "text": "Congratulations! Share it with your friends!"
- },
- {
- "id": 666,
- "name": "POPUP_ATAQUE_ACABADO_CONDOLENCIAS",
- "text": "Sorry! Try it another time!"
- },
- {
- "id": 667,
- "name": "POPUP_ATAQUE_ACABADO_ACABAR",
- "text": "Do you want to quit the battle?"
- },
- {
- "id": 668,
- "name": "POPUP_ATAQUE_GUARDANDO",
- "text": "Saving Results ..."
- },
- {
- "id": 669,
- "name": "AUX_ATACANTE",
- "text": "Attacker"
- },
- {
- "id": 670,
- "name": "AUX_DEFENSOR",
- "text": "Defender"
- },
- {
- "id": 671,
- "name": "AUX_MUNDO_ENEMIGO",
- "text": "Go to Enemy's World"
- },
- {
- "id": 672,
- "name": "POPUP_OPCIONES_BATALLA_TITULO",
- "text": "OPTIONS"
- },
- {
- "id": 673,
- "name": "POPUP_OPCIONES_BATALLA_EJERCITO",
- "text": "My Army"
- },
- {
- "id": 674,
- "name": "POPUP_OPCIONES_BATALLA_ESTRATEGIA",
- "text": "My Defensive Strategy"
- },
- {
- "id": 675,
- "name": "POPUP_OPCIONES_BATALLA_CABECERA",
- "text": "Select Your Defensive Strategy to defend your empire from other player attacks."
- },
- {
- "id": 676,
- "name": "POPUP_OPCIONES_BATALLA_DEFENSIVA",
- "text": "Defensive"
- },
- {
- "id": 677,
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA",
- "text": "Mid Defensive"
- },
- {
- "id": 678,
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA",
- "text": "Mid Aggressive"
- },
- {
- "id": 679,
- "name": "POPUP_OPCIONES_BATALLA_AGRESIVA",
- "text": "Aggressive"
- },
- {
- "id": 680,
- "name": "POPUP_OPCIONES_BATALLA_DEFENSIVA_DESCRIPCION",
- "text": "All your units will hold position until approached. They will stop chasing the enemy and return to their original position in a while after the clash."
- },
- {
- "id": 681,
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_DEFENSIVA_DESCRIPCION",
- "text": "All your units will hold position until a siege engine hits, then all ranged units will go and crush it."
- },
- {
- "id": 682,
- "name": "POPUP_OPCIONES_BATALLA_MEDIO_AGRESIVA_DESCRIPCION",
- "text": "All your units will hold positions until the enemy hits. Then part of your army that equals to the enemy troops will go and chase them."
- },
- {
- "id": 683,
- "name": "POPUP_OPCIONES_BATALLA_AGRESIVA_DESCRIPCION",
- "text": "All your units will attack the siege engines right from the start and will return to the empire only when all are destroyed."
- },
- {
- "id": 684,
- "name": "POPUP_OPCIONES_BATALLA_UNIDADES",
- "text": "Units"
- },
- {
- "id": 685,
- "name": "POPUP_EDIFICIO_COMPARTE_AMIGOS",
- "text": "Share your new item with your friends!"
- },
- {
- "id": 686,
- "name": "AUX_ENHORABUENA",
- "text": "Congratulations!"
- },
- {
- "id": 687,
- "name": "AUX_INTERCAMBIAR",
- "text": "EXCHANGE"
- },
- {
- "id": 688,
- "name": "POPUP_COMPRAR_ORO_TITULO",
- "text": "SOCIAL EMPIRES BANK"
- },
- {
- "id": 689,
- "name": "POPUP_COMPRAR_ORO_CABECERA",
- "text": "Exchange your cash for gold!"
- },
- {
- "id": 690,
- "name": "AUX_COMPRAR_CASH",
- "text": "Buy with cash"
- },
- {
- "id": 691,
- "name": "POPUP_COMPRAR_MANA_TITULO",
- "text": "Wizard's Resources Bank"
- },
- {
- "id": 692,
- "name": "POPUP_COMPRAR_MANA_CABECERA",
- "text": "Get some mana\nto unleash your power!"
- },
- {
- "id": 693,
- "name": "POPUP_COLECCION_COMPARTE_AMIGOS",
- "text": "Share your new gift with your friends!"
- },
- {
- "id": 694,
- "name": "POPUP_COLECCIONES_TITULO",
- "text": "Collections"
- },
- {
- "id": 695,
- "name": "POPUP_COLECCIONES_RECLAMAR_RECOMPENSA",
- "text": "Claim reward"
- },
- {
- "id": 696,
- "name": "POPUP_COLECCIONES_COMPLETAR_POR",
- "text": "Complete for"
- },
- {
- "id": 697,
- "name": "AUX_COLECCION",
- "text": "Collection"
- },
- {
- "id": 698,
- "name": "AUX_COMPLETADO",
- "text": "COMPLETED!"
- },
- {
- "id": 699,
- "name": "POPUP_CAMPAMENTO_TITULO",
- "text": "All enemies defeated!"
- },
- {
- "id": 700,
- "name": "POPUP_CAMPAMENTO_CABECERA_1",
- "text": "You have beaten all"
- },
- {
- "id": 701,
- "name": "POPUP_CAMPAMENTO_CABECERA_2",
- "text": "ENEMIES!"
- },
- {
- "id": 702,
- "name": "POPUP_CAMPAMENTO_PIE_PRINCESA",
- "text": "Now save your PRINCESS!\nClick on her!"
- },
- {
- "id": 703,
- "name": "POPUP_CAMPAMENTO_PIE_ARQUEROS",
- "text": "Now save the ARCHERS!\nClick on them!"
- },
- {
- "id": 704,
- "name": "POPUP_CAMPAMENTO_PIE_SOLDADOS",
- "text": "Now rescue your SOLDIERS!\nClick on them!"
- },
- {
- "id": 705,
- "name": "POPUP_CAMPAMENTO_PIE_TESORO",
- "text": "Now go for the TREASURE!\nClick on it!"
- },
- {
- "id": 706,
- "name": "POPUP_CAMPAMENTO_PIE_ALDEANOS",
- "text": "Now rescue your VILLAGERS!\nClick on them!"
- },
- {
- "id": 707,
- "name": "POPUP_CAMPAMENTO_PIE_TROLL",
- "text": "Now liberate the TROLL!\nClick on him!"
- },
- {
- "id": 708,
- "name": "POPUP_CAMPAMENTO_PIE_PRINCIPE",
- "text": "Now rescue your PRINCE!\nClick on him!"
- },
- {
- "id": 709,
- "name": "POPUP_CAMPAMENTO_PIE_FUEGO",
- "text": "Now extinguish the FIRE!\nClick on it!"
- },
- {
- "id": 710,
- "name": "POPUP_CAMPAMENTO_PIE_CURANDEROS",
- "text": "Now rescue your HEALERS!\nClick on them!"
- },
- {
- "id": 711,
- "name": "POPUP_CAMPAMENTO_PIE_PIEDRA",
- "text": "Now get the STONE!\nClick on it!"
- },
- {
- "id": 712,
- "name": "POPUP_CAMPAMENTO_PIE_ALIADOS",
- "text": "Now rescue your ALLIES!\nClick on them!"
- },
- {
- "id": 713,
- "name": "POPUP_CAMPAMENTO_PIE_ANIMALES",
- "text": "Now rescue the ANIMALS!\nClick on the cages!"
- },
- {
- "id": 714,
- "name": "POPUP_CAMPAMENTO_PIE_ASEDIO",
- "text": "Now rescue the SIEGE!\nClick on them!"
- },
- {
- "id": 715,
- "name": "POPUP_CAMPAMENTO_PIE_ESTATUA",
- "text": "Now destroy the SKELETONS!\nClick on the statue!"
- },
- {
- "id": 716,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA",
- "text": "Princess Kidnapped!"
- },
- {
- "id": 717,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS",
- "text": "Archers in danger!"
- },
- {
- "id": 718,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS",
- "text": "Soldiers kidnapped!"
- },
- {
- "id": 719,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TESORO",
- "text": "A Treasure Appeared!"
- },
- {
- "id": 720,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS",
- "text": "Villagers missing!"
- },
- {
- "id": 721,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TROLL",
- "text": "Chained Troll!"
- },
- {
- "id": 722,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE",
- "text": "Prince kidnapped!"
- },
- {
- "id": 723,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_FUEGO",
- "text": "Mill in flames!"
- },
- {
- "id": 724,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS",
- "text": "Captive Healers!"
- },
- {
- "id": 725,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA",
- "text": "Stone Mines!"
- },
- {
- "id": 726,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS",
- "text": "Captured Allies!"
- },
- {
- "id": 727,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES",
- "text": "Captured animals!"
- },
- {
- "id": 728,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO",
- "text": "Captured Siege!"
- },
- {
- "id": 729,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA",
- "text": "Creepy statues!"
- },
- {
- "id": 730,
- "name": "POPUP_MISION_CAMPAMENTO_C1_PRINCESA",
- "text": "The enemies kidnapped your"
- },
- {
- "id": 731,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ARQUEROS",
- "text": "The enemies have tied a group of"
- },
- {
- "id": 732,
- "name": "POPUP_MISION_CAMPAMENTO_C1_SOLDADOS",
- "text": "The enemies have taken some of your"
- },
- {
- "id": 733,
- "name": "POPUP_MISION_CAMPAMENTO_C1_TESORO",
- "text": "Suddenly appeared a"
- },
- {
- "id": 734,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ALDEANOS",
- "text": "The enemies have taken your"
- },
- {
- "id": 735,
- "name": "POPUP_MISION_CAMPAMENTO_C1_TROLL",
- "text": "It has been spotted a prisoner"
- },
- {
- "id": 736,
- "name": "POPUP_MISION_CAMPAMENTO_C1_PRINCIPE",
- "text": "The trolls have taken hostage"
- },
- {
- "id": 737,
- "name": "POPUP_MISION_CAMPAMENTO_C1_FUEGO",
- "text": "The trolls are burning a"
- },
- {
- "id": 738,
- "name": "POPUP_MISION_CAMPAMENTO_C1_CURANDEROS",
- "text": "The trolls have captured"
- },
- {
- "id": 739,
- "name": "POPUP_MISION_CAMPAMENTO_C1_PIEDRA",
- "text": "The enemies are protecting some"
- },
- {
- "id": 740,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ALIADOS",
- "text": "The enemies have captured some"
- },
- {
- "id": 741,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ANIMALES",
- "text": "There are some mysterious"
- },
- {
- "id": 742,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ASEDIO",
- "text": "The enemies have chained"
- },
- {
- "id": 743,
- "name": "POPUP_MISION_CAMPAMENTO_C1_ESTATUA",
- "text": "There are some creepy"
- },
- {
- "id": 744,
- "name": "POPUP_MISION_CAMPAMENTO_C2_PRINCESA",
- "text": "PRINCESS!"
- },
- {
- "id": 745,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ARQUEROS",
- "text": "ARCHERS!"
- },
- {
- "id": 746,
- "name": "POPUP_MISION_CAMPAMENTO_C2_SOLDADOS",
- "text": "SOLDIERS!"
- },
- {
- "id": 747,
- "name": "POPUP_MISION_CAMPAMENTO_C2_TESORO",
- "text": "TREASURE!"
- },
- {
- "id": 748,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ALDEANOS",
- "text": "VILLAGERS!"
- },
- {
- "id": 749,
- "name": "POPUP_MISION_CAMPAMENTO_C2_TROLL",
- "text": "TROLL!"
- },
- {
- "id": 750,
- "name": "POPUP_MISION_CAMPAMENTO_C2_PRINCIPE",
- "text": "PRINCE ARTHUR!"
- },
- {
- "id": 751,
- "name": "POPUP_MISION_CAMPAMENTO_C2_FUEGO",
- "text": "MILL!"
- },
- {
- "id": 752,
- "name": "POPUP_MISION_CAMPAMENTO_C2_CURANDEROS",
- "text": "HEALERS!"
- },
- {
- "id": 753,
- "name": "POPUP_MISION_CAMPAMENTO_C2_PIEDRA",
- "text": "STONE MINES!"
- },
- {
- "id": 754,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ALIADOS",
- "text": "ALLIES!"
- },
- {
- "id": 755,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ANIMALES",
- "text": "ANIMAL CAGES!"
- },
- {
- "id": 756,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ASEDIO",
- "text": "SIEGE MACHINES!"
- },
- {
- "id": 757,
- "name": "POPUP_MISION_CAMPAMENTO_C2_ESTATUA",
- "text": "SKELETON STATUES!"
- },
- {
- "id": 758,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCESA",
- "text": "Slay all the enemies to rescue her!"
- },
- {
- "id": 759,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS",
- "text": "Help them by defeating the enemies!"
- },
- {
- "id": 760,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS",
- "text": "Hurry up or the enemies will kill them!"
- },
- {
- "id": 761,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TESORO",
- "text": "Defeat all the enemies to get it!"
- },
- {
- "id": 762,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS",
- "text": "Save them from the enemies!"
- },
- {
- "id": 763,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TROLL",
- "text": "Help him obtain his freedom!"
- },
- {
- "id": 764,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE",
- "text": "Slay the trolls and rescue Prince Arthur!"
- },
- {
- "id": 765,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_FUEGO",
- "text": "Get water from the wells to\nextinguish the fire!"
- },
- {
- "id": 766,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS",
- "text": "Save them from the trolls!"
- },
- {
- "id": 767,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PIEDRA",
- "text": "Slay the enemies to reclaim the stone!"
- },
- {
- "id": 768,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALIADOS",
- "text": "Help them to escape the enemies!"
- },
- {
- "id": 769,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ANIMALES",
- "text": "Slay the trolls to open them!"
- },
- {
- "id": 770,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ASEDIO",
- "text": "Recover them from the enemies!"
- },
- {
- "id": 771,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ESTATUA",
- "text": "Go to investigate them!"
- },
- {
- "id": 772,
- "name": "POPUP_EXPANSION_CABECERA_1",
- "text": "Your empire has"
- },
- {
- "id": 773,
- "name": "POPUP_EXPANSION_CABECERA_2",
- "text": "GROWN!"
- },
- {
- "id": 774,
- "name": "POPUP_EXPANSION_PIE",
- "text": "Share your expansion with your friends !"
- },
- {
- "id": 775,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCESA",
- "text": "Princess Rescued!"
- },
- {
- "id": 776,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ARQUEROS",
- "text": "Archers rescued!"
- },
- {
- "id": 777,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_SOLDADOS",
- "text": "Soldiers rescued!"
- },
- {
- "id": 778,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_TESORO",
- "text": "Treasure Found!"
- },
- {
- "id": 779,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALDEANOS",
- "text": "Villagers rescued!"
- },
- {
- "id": 780,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_TROLL",
- "text": "Troll rescued!"
- },
- {
- "id": 781,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PRINCIPE",
- "text": "Prince rescued!"
- },
- {
- "id": 782,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_FUEGO",
- "text": "Mill saved!"
- },
- {
- "id": 783,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_CURANDEROS",
- "text": "Healers rescued!"
- },
- {
- "id": 784,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_PIEDRA",
- "text": "Stone acquired!"
- },
- {
- "id": 785,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ALIADOS",
- "text": "Allies Rescued!"
- },
- {
- "id": 786,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ANIMALES",
- "text": "Animals uncaged!"
- },
- {
- "id": 787,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ASEDIO",
- "text": "Siege retrieved!"
- },
- {
- "id": 788,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_ESTATUA",
- "text": "Statues explored!"
- },
- {
- "id": 789,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_EL",
- "text": "You have rescued the"
- },
- {
- "id": 790,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_ENCUENTRAS_EL",
- "text": "You have found the"
- },
- {
- "id": 791,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS",
- "text": "You have rescued"
- },
- {
- "id": 792,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_SALVAS",
- "text": "You have saved the"
- },
- {
- "id": 793,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RESCATAS_TU",
- "text": "You have rescued your"
- },
- {
- "id": 794,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_RECUPERAS",
- "text": "You have recovered the"
- },
- {
- "id": 795,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_DERROTADO",
- "text": "You have defeated the"
- },
- {
- "id": 796,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_C1_PIEDRA",
- "text": "You have obtained stone from"
- },
- {
- "id": 797,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCESA",
- "text": "She joins your army to fight with you!"
- },
- {
- "id": 798,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ARQUEROS",
- "text": "They are really grateful and join your army!"
- },
- {
- "id": 799,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_SOLDADOS",
- "text": "Now they will join your army!"
- },
- {
- "id": 800,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_TESORO",
- "text": "Share it with your friends!"
- },
- {
- "id": 801,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ALDEANOS",
- "text": "They will work hard for you!"
- },
- {
- "id": 802,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_TROLL",
- "text": "He is so grateful that joins your army!"
- },
- {
- "id": 803,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PRINCIPE",
- "text": "He will join your ranks and fight for you!"
- },
- {
- "id": 804,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_FUEGO",
- "text": "Share it with your friends!"
- },
- {
- "id": 805,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_CURANDEROS",
- "text": "Share it with your friends!"
- },
- {
- "id": 806,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_PIEDRA",
- "text": "Share it with your friends!"
- },
- {
- "id": 807,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ALIADOS",
- "text": "Share it with your friends!"
- },
- {
- "id": 808,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ANIMALES",
- "text": "Share it with your friends!"
- },
- {
- "id": 809,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ASEDIO",
- "text": "Share it with your friends!"
- },
- {
- "id": 810,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_ESTATUA",
- "text": "Share it with your friends!"
- },
- {
- "id": 811,
- "name": "POPUP_HEROES_TITULO",
- "text": "Altar of Heroes"
- },
- {
- "id": 812,
- "name": "POPUP_HEROES_PIE",
- "text": "This building allows you to invoke powerful heroes"
- },
- {
- "id": 813,
- "name": "POPUP_HEROES_COMPRAR_HEROE",
- "text": "Get Hero!"
- },
- {
- "id": 814,
- "name": "POPUP_HURRY_UP_TITULO",
- "text": "WORK IN PROGRESS"
- },
- {
- "id": 815,
- "name": "POPUP_HURRY_UP_HEADER_2",
- "text": "You can take the following actions"
- },
- {
- "id": 816,
- "name": "POPUP_HURRY_UP_OPTION_1",
- "text": "Ask your friends to help you speed up"
- },
- {
- "id": 817,
- "name": "POPUP_HURRY_UP_OPTION_2",
- "text": "Pay to finish the work instantly"
- },
- {
- "id": 818,
- "name": "POPUP_HURRY_UP_OPTION_SEPARATOR",
- "text": "OR"
- },
- {
- "id": 819,
- "name": "POPUP_INSTALL_TITLE",
- "text": "Tutorial complete!"
- },
- {
- "id": 820,
- "name": "POPUP_LOST_TITLE_DISCOVERY",
- "text": "Discovery!"
- },
- {
- "id": 821,
- "name": "POPUP_LOST_HEADER_1",
- "text": "You have found a"
- },
- {
- "id": 822,
- "name": "POPUP_LOST_HEADER_1B",
- "text": "You have found an"
- },
- {
- "id": 823,
- "name": "POPUP_LOST_INJURED_COW",
- "text": "INJURED COW!"
- },
- {
- "id": 824,
- "name": "POPUP_LOST_COW_FOOTER",
- "text": "Tell your friends to adopt it!"
- },
- {
- "id": 825,
- "name": "POPUP_LOST_INJURED_SHEEP",
- "text": "INJURED SHEEP!"
- },
- {
- "id": 826,
- "name": "POPUP_LOST_SHEEP_FOOTER",
- "text": "Tell your friends to adopt it!"
- },
- {
- "id": 827,
- "name": "POPUP_LOST_LONELY_KNIGHT",
- "text": "LONELY KNIGHT!!"
- },
- {
- "id": 828,
- "name": "POPUP_LOST_LONELY_FOOTER",
- "text": "Tell your friends to \nadd him to their army!!"
- },
- {
- "id": 829,
- "name": "POPUP_LOST_TROJAN_HORSE",
- "text": "TROJAN HORSE!!!"
- },
- {
- "id": 830,
- "name": "POPUP_LOST_TROJAN_FOOTER",
- "text": "Give this present to \nsome of your friends!"
- },
- {
- "id": 831,
- "name": "POPUP_LOST_MYST_CRATE",
- "text": "MYSTERIOUS CRATE"
- },
- {
- "id": 832,
- "name": "POPUP_LOST_MYST_FOOTER",
- "text": "Share its contents \nwith your friends!"
- },
- {
- "id": 833,
- "name": "POPUP_LOST_BARREL",
- "text": "MEAD BARREL"
- },
- {
- "id": 834,
- "name": "POPUP_LOST_BARREL_FOOTER",
- "text": "Have some drinks with your friends!"
- },
- {
- "id": 835,
- "name": "POPUP_LOST_INJURED_TROLL",
- "text": "INJURED TROLL!"
- },
- {
- "id": 836,
- "name": "POPUP_LOST_TROLL_FOOTER",
- "text": "Tell your friends to adopt it!"
- },
- {
- "id": 837,
- "name": "POPUP_LOST_GOLDEN_TOTEM",
- "text": "GOLDEN TOTEM!"
- },
- {
- "id": 838,
- "name": "POPUP_LOST_TOTEM_FOOTER",
- "text": "Give this present to \nsome of your friends!"
- },
- {
- "id": 839,
- "name": "POPUP_MARKET_FOOTER",
- "text": "Trades left today:"
- },
- {
- "id": 840,
- "name": "POPUP_NEWS_TITLE",
- "text": "Daily News"
- },
- {
- "id": 841,
- "name": "POPUP_NEWS_SEC_HINTS",
- "text": "Hints & Tips:"
- },
- {
- "id": 842,
- "name": "POPUP_NEWS_SEC_LATEST",
- "text": "Latest News"
- },
- {
- "id": 843,
- "name": "POPUP_NEWS_SPECIAL_OFFERS",
- "text": "Specials Offers & Packs"
- },
- {
- "id": 844,
- "name": "POPUP_PROFILE_TITLE",
- "text": "Player Profile"
- },
- {
- "id": 845,
- "name": "POPUP_PROFILE_LBL_LEVEL",
- "text": "Level:"
- },
- {
- "id": 846,
- "name": "POPUP_PROFILE_LBL_RANK",
- "text": "Rank:"
- },
- {
- "id": 847,
- "name": "POPUP_PROFILE_LBL_EMPNAME",
- "text": "Empire's name:"
- },
- {
- "id": 848,
- "name": "POPUP_PROFILE_LBL_VICTORIAS",
- "text": "Victories:"
- },
- {
- "id": 849,
- "name": "POPUP_PROFILE_LBL_DERROTAS",
- "text": "\/ Defeats:"
- },
- {
- "id": 850,
- "name": "POPUP_PROFILE_LBL_LASTCONN",
- "text": "Last connected:"
- },
- {
- "id": 851,
- "name": "POPUP_PROFILE_LBL_COUNTRY",
- "text": "Country:"
- },
- {
- "id": 852,
- "name": "POPUP_PROFILE_LBL_HONOR",
- "text": "Honor Points:"
- },
- {
- "id": 853,
- "name": "POPUP_QUESTEND_TITLE",
- "text": "Mission result"
- },
- {
- "id": 854,
- "name": "POPUP_QUESTEND_HEADER_1",
- "text": "GOLD & XP COLLECTED"
- },
- {
- "id": 855,
- "name": "POPUP_QUESTEND_BUT_RESULTS",
- "text": "Results"
- },
- {
- "id": 856,
- "name": "POPUP_QUESTEND_BUT_USAVED",
- "text": "Your units lost"
- },
- {
- "id": 857,
- "name": "POPUP_QUESTEND_MESSAGE1_WIN",
- "text": "Congratulations! Share it with your friends!"
- },
- {
- "id": 858,
- "name": "POPUP_QUESTEND_MESSAGE1_LOSE",
- "text": "Sorry! Try it another time!"
- },
- {
- "id": 859,
- "name": "POPUP_QUESTEND_MESSAGE2",
- "text": "Do you want to finalize the battle?"
- },
- {
- "id": 860,
- "name": "POPUP_QUESTEND_CHECK_REWARD",
- "text": "Check your reward in the store!"
- },
- {
- "id": 861,
- "name": "POPUP_QUESTEND_GOLEM_DEFEATED",
- "text": "You defeated the Golem!"
- },
- {
- "id": 862,
- "name": "POPUP_QUESTEND_YETI_DEFEATED",
- "text": "You defeated the Yeti!"
- },
- {
- "id": 863,
- "name": "POPUP_QUESTEND_ROCKDRILLER_DEFEATED",
- "text": "You defeated the Rockdriller!"
- },
- {
- "id": 864,
- "name": "POPUP_QUESTEND_EGG_DEFEATED",
- "text": "You made someone angry! \nComing soon!"
- },
- {
- "id": 865,
- "name": "POPUP_QUESTEND_NO_CASUALTIES",
- "text": "- No units lost"
- },
- {
- "id": 866,
- "name": "POPUP_QUESTEND_WIN",
- "text": "You win!"
- },
- {
- "id": 867,
- "name": "POPUP_QUESTEND_LOSE",
- "text": "You haven't finished yet!"
- },
- {
- "id": 868,
- "name": "POPUP_QUESTEND_UNFINISHED",
- "text": "You haven't finished yet!"
- },
- {
- "id": 869,
- "name": "POPUP_RECOVER_TITLE",
- "text": "Field Hospital"
- },
- {
- "id": 870,
- "name": "POPUP_RECRUITMENT_TITLE",
- "text": "Recruitment"
- },
- {
- "id": 871,
- "name": "POPUP_RESOURCE_TITLE",
- "text": "Allies Market"
- },
- {
- "id": 872,
- "name": "POPUP_RESOURCE_HEADER",
- "text": "Select the resource you want to acquire"
- },
- {
- "id": 873,
- "name": "POPUP_YOUR_ARMY_TITLE",
- "text": "MY ARMY"
- },
- {
- "id": 874,
- "name": "POPUP_NEWTOWN2_FOOTER",
- "text": "Now yow can start your empire!\n Share it with your friends!"
- },
- {
- "id": 875,
- "name": "EXPAND_BUTTON_CAPTION",
- "text": "Click on the Buy Now sign to expand your Town."
- },
- {
- "id": 876,
- "name": "NEWCAMP_BUTTON_CAPTION",
- "text": "Compete against other players and conquer the world. Level 6 Required!"
- },
- {
- "id": 877,
- "name": "TROLLCAMP_BUTTON_CAPTION",
- "text": "Play with a whole new empire with the troll civilization!"
- },
- {
- "id": 878,
- "name": "STORE_ICON_BUILDINGS",
- "text": "Buildings"
- },
- {
- "id": 879,
- "name": "STORE_ICON_DECORATIONS",
- "text": "Decorations"
- },
- {
- "id": 880,
- "name": "STORE_ICON_DEFENSE",
- "text": "Defense"
- },
- {
- "id": 881,
- "name": "STORE_ICON_ATTACK",
- "text": "Attack"
- },
- {
- "id": 882,
- "name": "STORE_ICON_EXPAND",
- "text": "Expand"
- },
- {
- "id": 883,
- "name": "STORE_ICON_STORAGE",
- "text": "Storage"
- },
- {
- "id": 884,
- "name": "STORE_ICON_WONDERS",
- "text": "Wonders"
- },
- {
- "id": 885,
- "name": "STORE_ICON_NEWS",
- "text": "News"
- },
- {
- "id": 886,
- "name": "EXPLORATIONS_LOADING_WORLD",
- "text": "LOADING WORLD\u2026"
- },
- {
- "id": 887,
- "name": "AUX_OPEN_STORE",
- "text": "Go to Store"
- },
- {
- "id": 888,
- "name": "AUX_BUY_FOR",
- "text": "Buy for:"
- },
- {
- "id": 889,
- "name": "INFOPOPUP_MARAVILLA_RECURSOS",
- "text": "A wonder gives you a high quantity of resources."
- },
- {
- "id": 890,
- "name": "INFOPOPUP_DEFENSIVE",
- "text": "Defensive structure"
- },
- {
- "id": 891,
- "name": "INFOPOPUP_TRAIN",
- "text": "Allows you to train:"
- },
- {
- "id": 892,
- "name": "INFOPOPUP_TRADE",
- "text": "You can trade resources here. Higher levels allow to trade higher amounts."
- },
- {
- "id": 893,
- "name": "INFOPOPUP_REDUCE_COST",
- "text": "Allows you to reduce the cost of your footman, archers and mounted troops."
- },
- {
- "id": 894,
- "name": "INFOPOPUP_ANIMALS_FOOD",
- "text": "Put animals inside to produce food"
- },
- {
- "id": 895,
- "name": "INFOPOPUP_VILLAGERS",
- "text": "Put villagers inside to produce resources"
- },
- {
- "id": 896,
- "name": "INFOPOPUP_HOUSE",
- "text": "Houses increases your population for having more units"
- },
- {
- "id": 897,
- "name": "INFOPOPUP_RESOURCES",
- "text": "Provides you with resources periodically."
- },
- {
- "id": 898,
- "name": "INFOPOPUP_EAGLES",
- "text": "Allows you to spy your enemies. \nHigher levels give more eagle health"
- },
- {
- "id": 899,
- "name": "POPUP_PACK_TITLE",
- "text": "Purchase Pack"
- },
- {
- "id": 900,
- "name": "POPUP_PACK_SUBTITLE",
- "text": "Purchase this pack?"
- },
- {
- "id": 901,
- "name": "POPUP_MISTERY_TITLE",
- "text": "Mistery Box Pack"
- },
- {
- "id": 902,
- "name": "POPUP_MISTERY_SUBTITLE",
- "text": "You can get one of the following!\nTest your luck!"
- },
- {
- "id": 903,
- "name": "POPUP_MISTERY_RARE",
- "text": "Rare"
- },
- {
- "id": 904,
- "name": "POPUP_MISTERY_UNCOMMON",
- "text": "Uncommon"
- },
- {
- "id": 905,
- "name": "POPUP_MISTERY_COMMON",
- "text": "Common"
- },
- {
- "id": 906,
- "name": "POPUP_GOTPACK_TITLE",
- "text": "Congratulations!"
- },
- {
- "id": 907,
- "name": "POPUP_GOTPACK_SUBTITLE",
- "text": "You got #0#!\nCheck the Store!"
- },
- {
- "id": 908,
- "name": "POPUP_FAV_TITLE",
- "text": "Add Favourite"
- },
- {
- "id": 909,
- "name": "POPUP_FAV_TEXT",
- "text": "Add Social Empires in your favourites!"
- },
- {
- "id": 910,
- "name": "POPUP_GOAL_COMPLETED",
- "text": "You have completed the mission:"
- },
- {
- "id": 911,
- "name": "TUTORIAL_HOST_NAME_MALE",
- "text": "Arthur"
- },
- {
- "id": 912,
- "name": "TUTORIAL_HOST_NAME_FEMALE",
- "text": "Guinevere"
- },
- {
- "id": 913,
- "name": "POPUP_QUESTEND_DRAGON_DEFEATED",
- "text": "You defeated Crimson Scale!"
- },
- {
- "id": 914,
- "name": "POPUP_QUEST_DRAGON",
- "text": "Defeat the dragon!"
- },
- {
- "id": 916,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_GOLEM",
- "text": "The dangerous Golden Golem!"
- },
- {
- "id": 917,
- "name": "POPUP_MISION_CAMPAMENTO_C1_GOLEM",
- "text": "Evil forces have sent a"
- },
- {
- "id": 918,
- "name": "POPUP_MISION_CAMPAMENTO_C2_GOLEM",
- "text": "GOLDEN GOLEM to your empire!"
- },
- {
- "id": 919,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_GOLEM",
- "text": "A dangerous Golden Golem kidnapped an Anubis Avatar! Help the egyptian warriors to save him!"
- },
- {
- "id": 920,
- "name": "POPUP_CAMPAMENTO_TITULO_GOLEM",
- "text": "Golden Golem down!"
- },
- {
- "id": 921,
- "name": "POPUP_CAMPAMENTO_CABECERA_1_GOLEM",
- "text": "You defeated the"
- },
- {
- "id": 922,
- "name": "POPUP_CAMPAMENTO_CABECERA_2_GOLEM",
- "text": "Golden Golem!"
- },
- {
- "id": 923,
- "name": "POPUP_CAMPAMENTO_PIE_GOLEM",
- "text": "Now rescue the Anubis Avatar! Click on the refuge!"
- },
- {
- "id": 924,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_GOLEM",
- "text": "Golden Golem down!"
- },
- {
- "id": 925,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_GOLEM",
- "text": "As reward to save his life, the Anubis Avatar will join your ranks!"
- },
- {
- "id": 926,
- "name": "QUEST_YETI_NEGRO",
- "text": "Danger! BLACK YETI spotted!"
- },
- {
- "id": 927,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_YETI_NEGRO",
- "text": "Black Yeti spotted!"
- },
- {
- "id": 928,
- "name": "POPUP_MISION_CAMPAMENTO_C1_YETI_NEGRO",
- "text": "Viking explorers found a"
- },
- {
- "id": 929,
- "name": "POPUP_MISION_CAMPAMENTO_C2_YETI_NEGRO",
- "text": "BLACK YETI!"
- },
- {
- "id": 930,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_YETI_NEGRO",
- "text": "Viking explorers have spotted a Black Yeti! Help them to defeat it!"
- },
- {
- "id": 931,
- "name": "POPUP_CAMPAMENTO_TITULO_YETI_NEGRO",
- "text": "BLACK YETI!"
- },
- {
- "id": 932,
- "name": "POPUP_CAMPAMENTO_CABECERA_1_YETI_NEGRO",
- "text": "You and your viking friends smashed the"
- },
- {
- "id": 933,
- "name": "POPUP_CAMPAMENTO_CABECERA_2_YETI_NEGRO",
- "text": "BLACK YETI!"
- },
- {
- "id": 934,
- "name": "POPUP_CAMPAMENTO_PIE_YETI_NEGRO",
- "text": "Viking explorers have spotted a Black Yeti! Help them to defeat it!"
- },
- {
- "id": 935,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_YETI_NEGRO",
- "text": "Black Yeti defeated!"
- },
- {
- "id": 936,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_YETI_NEGRO",
- "text": "An axe viking will join your ranks as a token of gratitude for your help!"
- },
- {
- "id": 937,
- "name": "QUEST_VIBORA_GIGANTE",
- "text": "Neptune gets mad!"
- },
- {
- "id": 938,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_VIBORA_GIGANTE",
- "text": "Neptune gets mad!"
- },
- {
- "id": 939,
- "name": "POPUP_MISION_CAMPAMENTO_C1_VIBORA_GIGANTE",
- "text": "Neptune has summoned a"
- },
- {
- "id": 940,
- "name": "POPUP_MISION_CAMPAMENTO_C2_VIBORA_GIGANTE",
- "text": "GIANT VYPER!"
- },
- {
- "id": 941,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_VIBORA_GIGANTE",
- "text": "Neptune, king of Atlantis, has summoned a Giant Vyper to conquer your empire! Kill it before it's too late!"
- },
- {
- "id": 942,
- "name": "POPUP_CAMPAMENTO_TITULO_VIBORA_GIGANTE",
- "text": "Giant Vyper defeated!"
- },
- {
- "id": 943,
- "name": "POPUP_CAMPAMENTO_CABECERA_1_VIBORA_GIGANTE",
- "text": "You have ended with the"
- },
- {
- "id": 944,
- "name": "POPUP_CAMPAMENTO_CABECERA_2_VIBORA_GIGANTE",
- "text": "GIANT VYPER!"
- },
- {
- "id": 945,
- "name": "POPUP_CAMPAMENTO_PIE_VIBORA_GIGANTE",
- "text": "Congratulations, you vanquished the Giant Vyper! Click on its nest!"
- },
- {
- "id": 946,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_TITULO_VIBORA_GIGANTE",
- "text": "Giant Vyper defeated!"
- },
- {
- "id": 947,
- "name": "POPUP_MISION_CAMPAMENTO_FIN_PIE_VIBORA_GIGANTE",
- "text": "Neptune could not defeat you and returned back to the seas\u2026 plus you've found a dolphin fountain among the nest remains!"
- },
- {
- "id": 948,
- "name": "POPUP_MISION_FIREWORKS_TITULO",
- "text": "The Stolen Fireworks!"
- },
- {
- "id": 949,
- "name": "POPUP_MISION_FIREWORKS_FOOTER",
- "text": "Trolls have stolen the fireworks from a chinese camp when everybody was sleeping! Help them to retrieve it!"
- },
- {
- "id": 950,
- "name": "POPUP_MISION_VIKBEER_TITULO",
- "text": "The Viking's Ale!"
- },
- {
- "id": 951,
- "name": "POPUP_MISION_VIKBEER_FOOTER",
- "text": "Trolls stole the ale barrels from your Vicking friends!\nRetrieve it so they can party again!"
- },
- {
- "id": 952,
- "name": "POPUP_MISION_FIREWORKS_UNIT",
- "text": "WE'LL HELP YOU ON THIS MISSION!"
- },
- {
- "id": 953,
- "name": "POPUP_MISION_VIKBEER_UNIT",
- "text": "ARRR! WE WANT OUR ALE BACK!"
- },
- {
- "id": 954,
- "name": "POPUP_MISION_FIREWORKS_TITULO_END",
- "text": "Fireworks retrieved!"
- },
- {
- "id": 955,
- "name": "POPUP_MISION_VIKBEER_TITULO_END",
- "text": "ALE RETRIEVED!"
- },
- {
- "id": 956,
- "name": "POPUP_MISION_FIREWORKS_FOOTER_END",
- "text": "The chinese warriors are happy again and give you a Dragon Statue to thank you for your help!"
- },
- {
- "id": 957,
- "name": "POPUP_MISION_VIKBEER_FOOTER_END",
- "text": "Vikings are happy again and can continue celebrating! They offer you a Viking Ship to thank you for your help!"
- },
- {
- "id": 958,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCESA_END",
- "text": "PRINCESS RESCUED!"
- },
- {
- "id": 959,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCESA_END",
- "text": "WELL DONE! You rescued the princess! She joins your army to thank you for your help!"
- },
- {
- "id": 960,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ARQUEROS_END",
- "text": "ARCHERS RESCUED!"
- },
- {
- "id": 961,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ARQUEROS_END",
- "text": "WOW! You rescued the three archers! They now join your ranks as a token of gratitude!"
- },
- {
- "id": 962,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_SOLDADOS_END",
- "text": "SOLDIERS RESCUED!"
- },
- {
- "id": 963,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_SOLDADOS_END",
- "text": "YOU ARRIVED ON TIME! You saved the soldiers from being boiled alive!"
- },
- {
- "id": 964,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TESORO_END",
- "text": "TREASURE RETRIEVED!"
- },
- {
- "id": 965,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TESORO_END",
- "text": "VICTORY! You retrieved the treasure stolen by the trolls!"
- },
- {
- "id": 966,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALDEANOS_END",
- "text": "VILLAGERS RESCUED!"
- },
- {
- "id": 967,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALDEANOS_END",
- "text": "VERY WELL! Your rescued the villagers from a certain death!"
- },
- {
- "id": 968,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_TROLL_END",
- "text": "TROLL RESCUED!"
- },
- {
- "id": 969,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_TROLL_END",
- "text": "BRAVO! You managed to save the troll! He will help you now!"
- },
- {
- "id": 970,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PRINCIPE_END",
- "text": "PRINCE RESCUED!"
- },
- {
- "id": 971,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PRINCIPE_END",
- "text": "FANTASTIC! You saved your prince and now your empire can be properly managed again!"
- },
- {
- "id": 972,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_FUEGO_END",
- "text": "WELLS UNDER CONTROL!"
- },
- {
- "id": 973,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_FUEGO_END",
- "text": "AWESOME! You regained control of your wells again an could put off the fire on the fields and mill!"
- },
- {
- "id": 974,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_CURANDEROS_END",
- "text": "HEALERS RESCUED!"
- },
- {
- "id": 975,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_CURANDEROS_END",
- "text": "PERFECT! You rescued the healers, and of them will join your ranks as a token of gratitude!"
- },
- {
- "id": 976,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_PIEDRA_END",
- "text": "MINES UNDER CONTROL!"
- },
- {
- "id": 977,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_PIEDRA_END",
- "text": "VERY WELL! You defeated the trolls and regained control of the stone mines!"
- },
- {
- "id": 978,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ALIADOS_END",
- "text": "ALLIES RESCUED!"
- },
- {
- "id": 979,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ALIADOS_END",
- "text": "BRILLIANT! You rescued your allies and they will help you to fight against the trolls now!"
- },
- {
- "id": 980,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ANIMALES_END",
- "text": "ANIMALS SAVED!"
- },
- {
- "id": 981,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ANIMALES_END",
- "text": "YOU DID IT! You saved the animals and now they are free again!"
- },
- {
- "id": 982,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ASEDIO_END",
- "text": "SIEGE WEAPONS RETRIEVED!"
- },
- {
- "id": 983,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ASEDIO_END",
- "text": "You retrieved the siege weapons and now you can use them against your enemies!"
- },
- {
- "id": 984,
- "name": "POPUP_MISION_CAMPAMENTO_TITULO_ESTATUA_END",
- "text": "MISTERY SOLVED!"
- },
- {
- "id": 985,
- "name": "POPUP_MISION_CAMPAMENTO_PIE_ESTATUA_END",
- "text": "The statues hid treacherous skeletons and you defeat them all!"
- },
- {
- "id": 986,
- "name": "POPUP_MISION_THEMUMMY_TITULO",
- "text": "THE DEATH PARAOH!"
- },
- {
- "id": 987,
- "name": "POPUP_MISION_THEMUMMY_FOOTER",
- "text": "Help the egiptians to retrieve the Gems of Power and prevent evil Anubis Priests from reviving his deceased Paraoh."
- },
- {
- "id": 988,
- "name": "POPUP_MISION_THEMUMMY_TITULO_END",
- "text": "MUMMY DEFEATED!"
- },
- {
- "id": 989,
- "name": "POPUP_MISION_THEMUMMY_FOOTER_END",
- "text": "YES! You killed the mummy! An egyptian joins your ranks to thank you for helping his people!"
- },
- {
- "id": 990,
- "name": "POPUP_MISION_AZTECALTAR_TITULO",
- "text": "THE AZTEC GODS!"
- },
- {
- "id": 991,
- "name": "POPUP_MISION_AZTECALTAR_FOOTER",
- "text": "Take the sheeps and sacrifice them at the altar while you plead Aztec Gods to bring rain to your fields!"
- },
- {
- "id": 992,
- "name": "POPUP_MISION_AZTECALTAR_TITULO_END",
- "text": "Aztec Gods heard your wishes!"
- },
- {
- "id": 993,
- "name": "POPUP_MISION_AZTECALTAR_FOOTER_END",
- "text": "Aztec Gods will take rain to your fields to end with the hunger!"
- },
- {
- "id": 994,
- "name": "POPUP_MISION_ELFOSARBOL_TITULO",
- "text": "NATURE IN DANGER!"
- },
- {
- "id": 995,
- "name": "POPUP_MISION_ELFOSARBOL_FOOTER",
- "text": "Help the Elfs to destroy the infernal sculptures that drain the energy from the Life Trees!"
- },
- {
- "id": 996,
- "name": "POPUP_MISION_ELFOSARBOL_TITULO_END",
- "text": "NATURE SAVED!"
- },
- {
- "id": 997,
- "name": "POPUP_MISION_ELFOSARBOL_FOOTER_END",
- "text": "WELL DONE! You restored the Natural Balance on the woods. 2 Archer Elfs join your ranks as proof of gratitude!"
- },
- {
- "id": 998,
- "name": "POPUP_MISION_ELFOSARBOL_UNIT_SAY",
- "text": "WE ARE AT YOUR ORDERS, for the moment\u2026"
- },
- {
- "id": 999,
- "name": "POPUP_MISION_CHINOSDRAGON_TITULO",
- "text": "Draggies Fury!"
- },
- {
- "id": 1000,
- "name": "POPUP_MISION_CHINOSDRAGON_FOOTER",
- "text": "Three Draggies are wreaking havoc on fields and houses of your empire! Defeat them before they kill somebody!"
- },
- {
- "id": 1001,
- "name": "POPUP_MISION_CHINOSDRAGON_TITULO_END",
- "text": "Draggies Defeated!"
- },
- {
- "id": 1002,
- "name": "POPUP_MISION_CHINOSDRAGON_FOOTER_END",
- "text": "GOOD JOB! You defeated the draggies, but the Furious Dragon fled to Nest Isle! Two grateful Chinese Archers join your ranks!"
- },
- {
- "id": 1003,
- "name": "POPUP_MISION_CHINOSDRAGON_UNIT_SAY",
- "text": "HELP GOOD CHINESE, AND CHINESE WILL REWARD YOU!"
- },
- {
- "id": 1004,
- "name": "POPUP_MISION_CHINOSDRAGON_BOSS_SAY",
- "text": "YOU WON'T DEFEAT ME! I'll be waiting for you on my island...\nIf you dare to come, MUHAHAHA!!"
- },
- {
- "id": 1005,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_TITULO",
- "text": "NEPTUNE IS IN LOVE!"
- },
- {
- "id": 1006,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_FOOTER",
- "text": "\u00a1Neptuno rescued Cleopatra from a shipwreck and now he has fallen in love with her! Help the egiptians to rescue her!"
- },
- {
- "id": 1007,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_TITULO_END",
- "text": "Cleopatra rescued!"
- },
- {
- "id": 1008,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_FOOTER_END",
- "text": "WELL DONE! Neptune has fled to his dwelling in Mythical Isle\u2026 Follow him and defeat his army for good!"
- },
- {
- "id": 1009,
- "name": "POPUP_MISION_NEPTUCLEOPATRA_UNIT_SAY",
- "text": "HELP US TO SAVE OUR QUEEN!"
- },
- {
- "id": 1010,
- "name": "POPUP_MISION_ELFOSENT_TITULO",
- "text": "THE WICKED ENT!"
- },
- {
- "id": 1011,
- "name": "POPUP_MISION_ELFOSENT_FOOTER",
- "text": "The Ent has been bewitched by the Hell followers! Help the elfs to free him from the spell!"
- },
- {
- "id": 1012,
- "name": "POPUP_MISION_ELFOSENT_TITULO_END",
- "text": "ENT FREE!"
- },
- {
- "id": 1013,
- "name": "POPUP_MISION_ELFOSENT_FOOTER_END",
- "text": "You've destroyed the Hell servants and the Ent is now free! As a token of gratitude, and Elf Druid joins your ranks!"
- },
- {
- "id": 1014,
- "name": "POPUP_MISION_ELFOSENT_UNIT_SAY",
- "text": "\u00a1LET'S FREE THE ENT FROM THE DEVIL SPELL!"
- },
- {
- "id": 1015,
- "name": "POPUP_MISION_TESOROATLANTE_TITULO",
- "text": "THE AZTECS TREASURE!"
- },
- {
- "id": 1016,
- "name": "POPUP_MISION_TESOROATLANTE_FOOTER",
- "text": "Help the Aztecs to retrieve their treasures, stolen by the Atlants from the sunken ship of Hernan Cortes!"
- },
- {
- "id": 1017,
- "name": "POPUP_MISION_TESOROATLANTE_TITULO_END",
- "text": "TREASURES RETRIEVED!"
- },
- {
- "id": 1018,
- "name": "POPUP_MISION_TESOROATLANTE_FOOTER_END",
- "text": "HURRAY! You helped the Aztecs to retrieve their treasures and they give you an Aztec Boss sculpture in return for your efforts!"
- },
- {
- "id": 1019,
- "name": "POPUP_MISION_TESOROATLANTE_UNIT_SAY",
- "text": "HELP US TO RETRIEVE OUR TREASURES!"
- },
- {
- "id": 1020,
- "name": "POPUP_MISION_BALROG_TITULO",
- "text": "THE DREADFUL BALROG!"
- },
- {
- "id": 1021,
- "name": "POPUP_MISION_BALROG_FOOTER",
- "text": "The Devil forces have sent the Balrog himself to defeat your empire! Inferno outsiders will join you to defeat him and his army!"
- },
- {
- "id": 1022,
- "name": "POPUP_MISION_BALROG_TITULO_END",
- "text": "BALROG FLED AWAY!"
- },
- {
- "id": 1023,
- "name": "POPUP_MISION_BALROG_FOOTER_END",
- "text": "CONGRATULATIONS! Balrog fled away claiming vengeance! An Inferno outsider will join your ranks to help you detect evil forces!"
- },
- {
- "id": 1024,
- "name": "POPUP_MISION_BALROG_UNIT_SAY",
- "text": "WE'LL HELP YOU TO DEFEAT BALROG!"
- },
- {
- "id": 1025,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_TITULO",
- "text": "THE FOUL WIZARDS!"
- },
- {
- "id": 1026,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_FOOTER",
- "text": "A group of foul wizards stole the Orbs of Power. Retrieve them before the wreak havoc on your empire!"
- },
- {
- "id": 1027,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_TITULO_END",
- "text": "FOUL WIZARDS DEFEATED!"
- },
- {
- "id": 1028,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_FOOTER_END",
- "text": "YOU ARE THE BEST! You retrieved the Orbs of Power and defeated the Foul Wizard. The Red Wizard could be saved from his madness and joins your ranks!"
- },
- {
- "id": 1029,
- "name": "POPUP_MISION_MAGOSCORRUPTOS_UNIT_SAY",
- "text": "WIZARDSLOCOS DEFEATED!"
- },
- {
- "id": 1030,
- "name": "POPUP_MISION_PERFORARROCAS_TITULO",
- "text": "HELP! THE ROCKDRILLER IS HERE!"
- },
- {
- "id": 1031,
- "name": "POPUP_MISION_PERFORARROCAS_FOOTER",
- "text": "Help the Aztec warriors to defeat the ROCKDRILLER! Destroy the Serpent sculptures to get it out of its hole!"
- },
- {
- "id": 1032,
- "name": "POPUP_MISION_PERFORARROCAS_TITULO_END",
- "text": "THE ROCKDRILLER FLED!"
- },
- {
- "id": 1033,
- "name": "POPUP_MISION_PERFORARROCAS_FOOTER_END",
- "text": "YOU DID IT! The Rockdriller fled to Mineral Isle and now your empire is save! The aztec warriors join your ranks as token of their gratitude!"
- },
- {
- "id": 1034,
- "name": "POPUP_MISION_PERFORARROCAS_UNIT_SAY",
- "text": "LET'S DEFEAT IT!"
- },
- {
- "id": 1035,
- "name": "POPUP_MISION_DEMONPORTAL_TITULO",
- "text": "THE DEMONIC PORTALS!"
- },
- {
- "id": 1036,
- "name": "POPUP_MISION_DEMONPORTAL_FOOTER",
- "text": "Some Demonic Portals have appeared in you empire! Kill the demons that crossed and destroy all the doors!"
- },
- {
- "id": 1037,
- "name": "POPUP_MISION_DEMONPORTAL_TITULO_END",
- "text": "PORTALS DESTROYED!"
- },
- {
- "id": 1038,
- "name": "POPUP_MISION_DEMONPORTAL_FOOTER_END",
- "text": "GREAT! You defeated all demons and destroyed the portals! Your empire is now save!"
- },
- {
- "id": 1039,
- "name": "POPUP_SUPER_MISTERY_TITLE",
- "text": "Super Mistery Box Pack"
- },
- {
- "id": 1040,
- "name": "POPUP_SUPER_MISTERY_HEADER",
- "text": "#0# Possible Prizes"
- },
- {
- "id": 1041,
- "name": "POPUP_SUPER_MISTERY_HEADER_DONE",
- "text": "CONGRATULATIONS!, You won:"
- },
- {
- "id": 1042,
- "name": "POPUP_SUPER_MISTERY_FOOTER",
- "text": "You will find your prizes in your storage!"
- },
- {
- "id": 1043,
- "name": "POPUP_SUPER_MISTERY_GRANTED",
- "text": "Rare Prize Guaranteed!"
- },
- {
- "id": 1044,
- "name": "POPUP_QUEST_INFO_TITLE",
- "text": "CHAPTER #0#"
- },
- {
- "id": 1045,
- "name": "POPUP_CEMENTERIO_TITULO",
- "text": "Graveyard"
- },
- {
- "id": 1046,
- "name": "POPUP_CEMENTERIO_DESCRIPCION",
- "text": "Here you can revive your units you've lost in battles!"
- },
- {
- "id": 1047,
- "name": "POPUP_CEMENTERIO_SIN_MUERTOS",
- "text": "You have no dead units!"
- },
- {
- "id": 1048,
- "name": "POPUP_CEMENTERIO_AVAILABLE",
- "text": "Available"
- },
- {
- "id": 1049,
- "name": "POPUP_CEMENTERIO_POCIONES",
- "text": "Resurrect potions"
- },
- {
- "id": 1050,
- "name": "POPUP_CEMENTERIO_RESUCITAR_POR",
- "text": "Resurrect for"
- },
- {
- "id": 1051,
- "name": "AUX_PEDIR",
- "text": "Ask for"
- },
- {
- "id": 1052,
- "name": "TOOLTIP_ASK_ACHIEVEMENTS",
- "text": "more achievements"
- },
- {
- "id": 1053,
- "name": "POPUP_ALL_UNITS_TITLE",
- "text": "Unit collection"
- },
- {
- "id": 1054,
- "name": "POPUP_ALL_UNITS_OBTAINED",
- "text": "Obtained units"
- },
- {
- "id": 1055,
- "name": "CATEGORY_SWORDS",
- "text": "SWORDS"
- },
- {
- "id": 1056,
- "name": "CATEGORY_ARCHERS",
- "text": "ARCHERS"
- },
- {
- "id": 1057,
- "name": "CATEGORY_ARCHERS_II",
- "text": "ARCHERS II"
- },
- {
- "id": 1058,
- "name": "CATEGORY_KNIGHTS",
- "text": "KNIGHTS"
- },
- {
- "id": 1059,
- "name": "CATEGORY_KNIGHTS_II",
- "text": "KNIGHTS II"
- },
- {
- "id": 1060,
- "name": "CATEGORY_SUPPORT_UNITS",
- "text": "SUPPORT UNITS"
- },
- {
- "id": 1061,
- "name": "CATEGORY_SPECIAL_COMBAT_UNITS",
- "text": "SPECIAL COMBAT UNITS"
- },
- {
- "id": 1062,
- "name": "CATEGORY_WIZARDS",
- "text": "WIZARDS"
- },
- {
- "id": 1063,
- "name": "CATEGORY_CASTLES",
- "text": "CASTLE UNITS"
- },
- {
- "id": 1064,
- "name": "CATEGORY_DRAGGIES",
- "text": "DRAGGIES"
- },
- {
- "id": 1065,
- "name": "CATEGORY_SIEGE_WEAPONS",
- "text": "SIEGE WEAPONS"
- },
- {
- "id": 1066,
- "name": "CATEGORY_SIEGE_WEAPONS_II",
- "text": "SIEGE WEAPONS II"
- },
- {
- "id": 1067,
- "name": "CATEGORY_MYTH_I",
- "text": "MYTH I"
- },
- {
- "id": 1068,
- "name": "CATEGORY_HEROES",
- "text": "HEROES"
- },
- {
- "id": 1069,
- "name": "CATEGORY_HEROES_II",
- "text": "HEROES II"
- },
- {
- "id": 1070,
- "name": "CATEGORY_TROLLS_I",
- "text": "TROLLS I"
- },
- {
- "id": 1071,
- "name": "CATEGORY_TROLLS_II",
- "text": "TROLLS II"
- },
- {
- "id": 1072,
- "name": "CATEGORY_TROLLS_III",
- "text": "TROLLS III"
- },
- {
- "id": 1073,
- "name": "CATEGORY_TROLL_SIEGE_WEAPONS",
- "text": "TROLL SIEGE WEAPONS"
- },
- {
- "id": 1074,
- "name": "CATEGORY_VIKINGS",
- "text": "VIKINGS"
- },
- {
- "id": 1075,
- "name": "CATEGORY_CHINESE_AZTEC",
- "text": "CHINESE & AZTEC"
- },
- {
- "id": 1076,
- "name": "CATEGORY_EGYPTIANS",
- "text": "EGIPTIANS"
- },
- {
- "id": 1077,
- "name": "CATEGORY_ATLANTIS",
- "text": "ATLANTIS"
- },
- {
- "id": 1078,
- "name": "CATEGORY_ELVES_I",
- "text": "ELVES I"
- },
- {
- "id": 1079,
- "name": "CATEGORY_ELVES_II",
- "text": "ELVES II"
- },
- {
- "id": 1080,
- "name": "CATEGORY_GOLEMS",
- "text": "GOLEMS"
- },
- {
- "id": 1081,
- "name": "CATEGORY_INFERNO",
- "text": "INFERNO"
- },
- {
- "id": 1082,
- "name": "CATEGORY_CELESTIAL",
- "text": "CELESTIAL"
- },
- {
- "id": 1083,
- "name": "CATEGORY_CELESTIAL_II",
- "text": "CELESTIAL II"
- },
- {
- "id": 1084,
- "name": "CATEGORY_DRAGONS",
- "text": "DRAGONS"
- },
- {
- "id": 1085,
- "name": "CATEGORY_BEAST_UNITS",
- "text": "BEAST UNITS"
- },
- {
- "id": 1086,
- "name": "CATEGORY_UNITS_WITHOUT_ATTACKS",
- "text": "UNITS W\/ ATTACKS"
- },
- {
- "id": 1087,
- "name": "CATEGORY_WINGED",
- "text": "WINGED"
- },
- {
- "id": 1088,
- "name": "CATEGORY_PETS",
- "text": "PETS"
- },
- {
- "id": 1089,
- "name": "CATEGORY_MONSTERS",
- "text": "MONSTERS"
- },
- {
- "id": 1090,
- "name": "CATEGORY_SPECIAL_UNITS_I",
- "text": "SPECIAL UNITS I"
- },
- {
- "id": 1091,
- "name": "CATEGORY_SPECIAL_UNITS_II",
- "text": "SPECIAL UNITS II"
- },
- {
- "id": 1092,
- "name": "CATEGORY_HEROES_III",
- "text": "HEROES III"
- },
- {
- "id": 1093,
- "name": "POPUP_CRIADERO_TITULO",
- "text": "Dragon Breeding Nest"
- },
- {
- "id": 1094,
- "name": "POPUP_CRIADERO_PROGRESO",
- "text": "Progress"
- },
- {
- "id": 1095,
- "name": "POPUP_CRIADERO_TERMINADO_EN",
- "text": "Finishes in"
- },
- {
- "id": 1096,
- "name": "POPUP_CRIADERO_AVANZAR_TIEMPO",
- "text": "Speed up for #0#"
- },
- {
- "id": 1097,
- "name": "POPUP_CRIADERO_CUIDAR",
- "text": "Take care"
- },
- {
- "id": 1098,
- "name": "POPUP_CRIADERO_ALIMENTAR",
- "text": "Feed"
- },
- {
- "id": 1099,
- "name": "POPUP_CRIADERO_OBTENER",
- "text": "Get Dragon!"
- },
- {
- "id": 1100,
- "name": "STORE_EDIFICIO_CEMENTERIO",
- "text": "\n\nHere you can revive your units you've lost in battles!"
- },
- {
- "id": 1101,
- "name": "STORE_EDIFICIO_CRIADERO_DRAGON",
- "text": "\n\n\nGrow your own dragons!"
- },
- {
- "id": 1102,
- "name": "POPUP_CRIADERO_TRAINING",
- "text": "Training"
- },
- {
- "id": 1103,
- "name": "POPOVER_FRIEND_BUTTON_VISIT",
- "text": "Visit"
- },
- {
- "id": 1104,
- "name": "POPOVER_FRIEND_BUTTON_ATTACK",
- "text": "Attack"
- },
- {
- "id": 1105,
- "name": "POPOVER_FRIEND_BUTTON_SEND_GIFT",
- "text": "Send gift"
- },
- {
- "id": 1106,
- "name": "TOOLTIP_OFFER_BUTTON",
- "text": "Offer!"
- },
- {
- "id": 1107,
- "name": "POPUP_GRAVEYARD_HELP_TITLE",
- "text": "If you lose units during a combat, you can resurrect them at the Graveyard!"
- },
- {
- "id": 1108,
- "name": "POPUP_GRAVEYARD_HELP_1",
- "text": "A portrait of your dead units and their number is displayed."
- },
- {
- "id": 1109,
- "name": "POPUP_GRAVEYARD_HELP_2",
- "text": "Resurrecting dead units costs half of their original price."
- },
- {
- "id": 1110,
- "name": "POPUP_GRAVEYARD_HELP_3",
- "text": "Click on the right button below the portrait of the unit to resurrect it using gold, food or cash."
- },
- {
- "id": 1111,
- "name": "POPUP_GRAVEYARD_HELP_4",
- "text": "You can also resurrect units with potions."
- },
- {
- "id": 1112,
- "name": "POPUP_GRAVEYARD_HELP_5",
- "text": "Ask your friends to send you potions using the 'Ask For' button at the lower right!"
- },
- {
- "id": 1113,
- "name": "POPUP_GRAVEYARD_HELP_6",
- "text": "Once you have enough potions to resurrect a unit, the left button below the portrait\u00a0(potion)\u00a0will be highlighted."
- },
- {
- "id": 1114,
- "name": "POPUP_GRAVEYARD_HELP_7",
- "text": "Click on the potion button to revive a unit!"
- },
- {
- "id": 1115,
- "name": "POPUP_METEO_NUBES",
- "text": "Cloudy Heaven"
- },
- {
- "id": 1116,
- "name": "POUP_SUPER_MISTERY_CIVILIZATION_TITLE",
- "text": "Pack Civilizations"
- },
- {
- "id": 1117,
- "name": "ISLANDS_PROGRESS",
- "text": "Conquered Territories Progress"
- },
- {
- "id": 1118,
- "name": "ISLANDS_NO_MORE_ATTACKS",
- "text": "You don't have more attacks now"
- },
- {
- "id": 1119,
- "name": "ISLANDS_ATTACKS_LEFT",
- "text": "Attacks:"
- },
- {
- "id": 1120,
- "name": "ISLANDS_SPIES_LEFT",
- "text": "Eagles Left:"
- },
- {
- "id": 1121,
- "name": "ISLANDS_SELECT_ISLAND",
- "text": "Select Island:"
- },
- {
- "id": 1122,
- "name": "ISLANDS_WINNER_FIRST_ISLAND",
- "text": "Amazing!!! You did it!!! You are the King of Social Empires!!!\n\nYou deserve this amazing reward for such legendary victory!!! (Look at BUILD > Storage)"
- },
- {
- "id": 1123,
- "name": "ISLANDS_PROGRESS_NEXT_ISLAND",
- "text": "Congratulations, you defeated all the players on your isle!! You progress to the next one!\n\nYour deed deserves a good prize! (Look at BUILD > Storage)"
- },
- {
- "id": 1124,
- "name": "ISLANDS_HELP_TITLE",
- "text": "HELP"
- },
- {
- "id": 1125,
- "name": "ISLANDS_HELP_TEXT",
- "text": "- Conquer the rest of enemies' empires on your island to progress to the next one!\n- You can also attack players from other islands to get lots of experience and gold!\n- Each time you conquer an Island you earn 1 cash and a unit!\n- Try to make it to Island 1 and win amazing prizes along the way!"
- },
- {
- "id": 1126,
- "name": "QUESTS_ISLANDS_HELP_TITLE",
- "text": ""
- },
- {
- "id": 1127,
- "name": "QUESTS_ISLANDS_HELP_TEXT",
- "text": ""
- },
- {
- "id": 1128,
- "name": "ISLANDS_WINNER_FIRST_ISLAND_TITLE",
- "text": "KING OF THE WORLD!!!"
- },
- {
- "id": 1129,
- "name": "ISLANDS_PROGRESS_NEXT_ISLAND_TITLE",
- "text": "KING OF THE ISLAND!!!"
- },
- {
- "id": 1130,
- "name": "ISLANDS_WAITING",
- "text": "Waiting for more players\u2026Come Back in 5 minutes!"
- },
- {
- "id": 1131,
- "name": "ALERT_NO_MORE_ATTACKS",
- "text": "You don't have more attacks now"
- },
- {
- "id": 1132,
- "name": "BUTTON_REVENGE",
- "text": "Take Revenge!!"
- },
- {
- "id": 1133,
- "name": "POPUP_CRIADERO_MONSTERS_OBTENER",
- "text": "Get Monster!"
- },
- {
- "id": 1134,
- "name": "POPUP_CRIADERO_MONSTERS_TITULO",
- "text": "Monster Breeding Nest"
- },
- {
- "id": 1135,
- "name": "STORE_EDIFICIO_MONSTERS_NEST",
- "text": "\n\n\nBreed your own monsters!"
- },
- {
- "id": 1136,
- "name": "POPUP_QUEST_DRAGON_2",
- "text": "Defeat the Deadly Dragon and his eggs!!"
- },
- {
- "id": 1137,
- "name": "POPUP_QUESTEND_DRAGON2_DEFEATED",
- "text": "You defeated the Deadly Dragon!!"
- },
- {
- "id": 1138,
- "name": "POPUP_UNIT_COLLECTION_COMPLETE_TITLE",
- "text": "Collection Complete!"
- },
- {
- "id": 1139,
- "name": "POPUP_UNIT_COLLECTION_COMPLETE_TEXT",
- "text": "You have completed a collection and here is your reward!"
- },
- {
- "id": 1140,
- "name": "ALERT_UNIT_COLLECTION_COMPLETED",
- "text": "You've completed a Unit Collection! \nGo to Gift > Units to claim yor reward!"
- },
- {
- "id": 1141,
- "name": "CATEGORY_SPECIAL_UNITS_III",
- "text": "SPECIAL UNITS III"
- },
- {
- "id": 1142,
- "name": "CATEGORY_WIZARDS_II",
- "text": "Wizards II"
- },
- {
- "id": 1143,
- "name": "CATEGORY_HALLOWEEN",
- "text": "Halloween"
- },
- {
- "id": 1144,
- "name": "CATEGORY_HALLOWEEN_II",
- "text": "Halloween II"
- },
- {
- "id": 1145,
- "name": "CATEGORY_MYTHOLOGICAL",
- "text": "Mythological"
- },
- {
- "id": 1146,
- "name": "CATEGORY_MYTHOLOGICAL_II",
- "text": "Mythological II"
- },
- {
- "id": 1147,
- "name": "CATEGORY_2HEAD_DRAGONS",
- "text": "Dragons II"
- },
- {
- "id": 1148,
- "name": "CATEGORY_MONSTERS_II",
- "text": "Monsters II"
- },
- {
- "id": 1149,
- "name": "CATEGORY_T_REX",
- "text": "T-Rex"
- },
- {
- "id": 1150,
- "name": "POPUP_SURVIVAL_MODE_TITLE",
- "text": "SURVIVAL MODE!!"
- },
- {
- "id": 1151,
- "name": "POPUP_SURVIVAL_MODE_TEXT",
- "text": "- Protect the central Relic from enemy attacks!\n\n- Resist as much time as possible and win a unit!\n\n- Your army will be made of 30 of your most powerful units!!\n\n- Tip: First defeat the Bosses to stop the 8-direction enemies spawning!\n\n- You won't lose any unit for playing this game mode!! :)\n\n- If you beat the time and win a unit, check your storage to get it!\n\n- Beat your best time, take a picture and send it to our forums!\n\n"
- },
- {
- "id": 1152,
- "name": "SURVIVAL_BEEN_ATTACKED",
- "text": "ENEMIES ARE ATTACKING YOUR RELIC!!!"
- },
- {
- "id": 1153,
- "name": "SURVIVAL_BEEN_DESTROYED",
- "text": "YOUR RELIC HAS BEEN DESTROYED!!!"
- },
- {
- "id": 1154,
- "name": "SURVIVAL_BEST_TIME",
- "text": "Best time: #0#"
- },
- {
- "id": 1155,
- "name": "SURVIVAL_NEXT_LIFE",
- "text": "Next life in #0#"
- },
- {
- "id": 1156,
- "name": "SURVIVAL_SURVIVE_AND_WIN",
- "text": "SURVIVE AND WIN"
- },
- {
- "id": 1157,
- "name": "SURVIVAL_MINUTES",
- "text": "Minutes"
- },
- {
- "id": 1158,
- "name": "SURVIVAL_UNIT",
- "text": "Unit"
- },
- {
- "id": 1159,
- "name": "SURVIVAL_AVAILABLE",
- "text": "Available"
- },
- {
- "id": 1160,
- "name": "SURVIVAL_COMING_SOON",
- "text": "Coming soon"
- },
- {
- "id": 1161,
- "name": "SURVIVAL_MAP1",
- "text": "Corrupted Egypt"
- },
- {
- "id": 1162,
- "name": "SURVIVAL_MAP2",
- "text": "Darklands"
- },
- {
- "id": 1163,
- "name": "SURVIVAL_MAP3",
- "text": "Sieged Heaven"
- },
- {
- "id": 1164,
- "name": "SURVIVAL_MAP4",
- "text": "Frozen Realm"
- },
- {
- "id": 1165,
- "name": "SURVIVAL_MAP5",
- "text": "Lost Land"
- },
- {
- "id": 1166,
- "name": "POPUP_SURVIVAL_SELECT_MAP",
- "text": "SELECT MAP"
- },
- {
- "id": 1167,
- "name": "POPUP_SURVIVAL_BUY_LIFE_FOR",
- "text": "Buy life for"
- },
- {
- "id": 1168,
- "name": "SURVIVAL_RESULT_WIN_TITLE",
- "text": "Good Job!!"
- },
- {
- "id": 1169,
- "name": "SURVIVAL_RESULT_WIN_TEXT",
- "text": "You win a prize!"
- },
- {
- "id": 1170,
- "name": "SURVIVAL_RESULT_LOOSE_TITLE",
- "text": "Try it again"
- },
- {
- "id": 1171,
- "name": "SURVIVAL_RESULT_LOOSE_TEXT",
- "text": "Your survival time was"
- },
- {
- "id": 1172,
- "name": "SURVIVAL_USER_EXIT",
- "text": "Are you sure you want to exit the survival map?"
- },
- {
- "id": 1173,
- "name": "SURVIVAL_MINUTES_REWARD",
- "text": "#0# min."
- },
- {
- "id": 1174,
- "name": "SURVIVAL_UNLOCK_FOR",
- "text": "Unlock for"
- },
- {
- "id": 1175,
- "name": "SURVIVAL_BOSS_COMING",
- "text": "BOSS #0# IS COMING!!!"
- },
- {
- "id": 1176,
- "name": "SURVIVAL_WAVE_COMING",
- "text": "ENEMY WAVE #0# IS COMING!!!"
- },
- {
- "id": 1177,
- "name": "SURVIVAL_BUILDING_INFO",
- "text": "You can enter survival mode!"
- },
- {
- "id": 1178,
- "name": "POPUP_PVP_BUY_TERRITORY_TITLE",
- "text": "Conquer territory"
- },
- {
- "id": 1179,
- "name": "POPUP_PVP_BUY_TERRITORY_TEXT",
- "text": "Doy you want to conquer this territory?"
- },
- {
- "id": 1180,
- "name": "STORE_EDIFICIO_SURVIVAL_ARENA",
- "text": "Allows you to play the Survival Arena mode!"
- },
- {
- "id": 1181,
- "name": "UNIT_WAREHOUSE_HELP_TITLE",
- "text": "THE UNIT WAREHOUSE"
- },
- {
- "id": 1182,
- "name": "UNIT_WAREHOUSE_HELP_TEXT",
- "text": "- Keep you units safe on the warehouse!\n\n- There's no need to sacrifice your units because of lack of space!\n\n- Click on a unit on your map and click on the warehouse to store it.\n\n - Click on a unit portrait to put it again on your map.\n\n - You can buy more space up to 200 slots!!\n\n"
- },
- {
- "id": 1183,
- "name": "STORE_EDIFICIO_WAREHOUSE",
- "text": "This building allows you to store 20 units... and more!!"
- },
- {
- "id": 1184,
- "name": "ERROR_TIME_HACK",
- "text": "Our server has detected an illegal operation. The page will now be refreshed."
- },
- {
- "id": 1185,
- "name": "TOURNAMENT_GAME_MODE",
- "text": "TOURNAMENT"
- },
- {
- "id": 1186,
- "name": "POPUP_LOADING_TOURNAMENT_TITLE",
- "text": "GOING TO TOURNAMENT"
- },
- {
- "id": 1187,
- "name": "POPUP_LOADING_TOURNAMENT_TEXT",
- "text": ""
- },
- {
- "id": 1188,
- "name": "TOURNAMENT_RESULT_WIN_TITLE",
- "text": "YOU WON BY FAR!"
- },
- {
- "id": 1189,
- "name": "TOURNAMENT_RESULT_WIN_TEXT",
- "text": "Congratulations! You scored:"
- },
- {
- "id": 1190,
- "name": "TOURNAMENT_RESULT_LOSE_TITLE",
- "text": "YOU WERE DEFEATED!"
- },
- {
- "id": 1191,
- "name": "TOURNAMENT_RESULT_LOSE_TEXT",
- "text": "You'll have more luck next time!\nYou scored:"
- },
- {
- "id": 1192,
- "name": "TOURNAMENT_ROOM_READY_TEXT",
- "text": "Tournament Ready!"
- },
- {
- "id": 1193,
- "name": "TOURNAMENT_ROOM_READY_HELP",
- "text": "Click on \"Start Tournament\" to begin"
- },
- {
- "id": 1194,
- "name": "TOURNAMENT_RESULTS_LBL_SCORETABLE",
- "text": "Leaderboard"
- },
- {
- "id": 1195,
- "name": "TOURNAMENT_RESULTS_LBL_PLAYEDMATCHES",
- "text": "Played Matches"
- },
- {
- "id": 1196,
- "name": "AUX_SCORE",
- "text": "Score"
- },
- {
- "id": 1197,
- "name": "AUX_ATTACKER_WON",
- "text": "Attacker won"
- },
- {
- "id": 1198,
- "name": "AUX_ATTACKER_LOST",
- "text": "Attacker lost"
- },
- {
- "id": 1199,
- "name": "AUX_START",
- "text": "Start"
- },
- {
- "id": 1200,
- "name": "TOURNAMENT_RESULTS_MRESULT_PENDING",
- "text": "Pending"
- },
- {
- "id": 1201,
- "name": "TOURNAMENT_RESULTS_LBL_TEAM",
- "text": "#0#'s Team"
- },
- {
- "id": 1202,
- "name": "AUX_RESULTS",
- "text": "Results"
- },
- {
- "id": 1203,
- "name": "TOURNAMENT_RESULTS_ENDS_IN",
- "text": "Tournament ends in:"
- },
- {
- "id": 1204,
- "name": "AUX_MATCHES",
- "text": "Matches"
- },
- {
- "id": 1205,
- "name": "TOURNAMENT_MATCHES_TITLE",
- "text": "#0#'s Matches"
- },
- {
- "id": 1206,
- "name": "AUX_TIME",
- "text": "Time"
- },
- {
- "id": 1207,
- "name": "TOURNAMENT_LEVEL",
- "text": "Level #0#"
- },
- {
- "id": 1208,
- "name": "TOURNAMENT_FINISHED",
- "text": "Tournament finished!"
- },
- {
- "id": 1209,
- "name": "TOURNAMENT_LOSE",
- "text": "\n\nSorry, you lost the tournament!\nDon't give up and try again, amazing prizes are awaiting you!"
- },
- {
- "id": 1210,
- "name": "TOURNAMENT_WIN",
- "text": "\n\nCongratulations! You won the tournament!\nSearch your reward in your storage!"
- },
- {
- "id": 1211,
- "name": "YOUR_TEAM",
- "text": "Your Team"
- },
- {
- "id": 1212,
- "name": "TOURNAMENT_YOU_CAN_FIGHT_WITH_20_UNITS",
- "text": "\nYou can select up to 20 units.\n\u00bfAre you sure you want to quit?"
- },
- {
- "id": 1213,
- "name": "TOURNAMENT_YOU_CAN_NOT_ENTER_WITHOUT_UNITS",
- "text": "\nYou can't enter the tournament without any unit.\nChoose your team."
- },
- {
- "id": 1214,
- "name": "TOURNAMENT_YOU_TEAM_HAS_NOT_MAXIUM_UNITS",
- "text": "\n\nYou haven't selected the maximum of units allowed yet.\n\nAre you sure you want to enter the tournament now?"
- },
- {
- "id": 1215,
- "name": "STORE_EDIFICIO_WONDER_CASH",
- "text": "This wonder provides you with 1 cash every day!"
- },
- {
- "id": 1216,
- "name": "CATEGORY_ORIGINAL_BEASTS",
- "text": "Original Beasts"
- },
- {
- "id": 1217,
- "name": "CATEGORY_MONSTERS_III",
- "text": "Monsters III"
- },
- {
- "id": 1218,
- "name": "CATEGORY_MYTHOLOGICAL_III",
- "text": "Mythological III"
- },
- {
- "id": 1219,
- "name": "CATEGORY_MYTHOLOGICAL_IV",
- "text": "Mythological IV"
- },
- {
- "id": 1220,
- "name": "CATEGORY_DRAGONS_II",
- "text": "Dragons II"
- },
- {
- "id": 1221,
- "name": "MOROCCO_DEALER_TITLE",
- "text": "Offer Deals"
- },
- {
- "id": 1222,
- "name": "MOROCCO_DEALER_TEXT",
- "text": "You can bargain this offer!\nBut don't make your dealer angry!"
- },
- {
- "id": 1223,
- "name": "MOROCCO_DEALER_NEGOTIATE_TEXT",
- "text": "Ok, you win! Let's have a discount..."
- },
- {
- "id": 1224,
- "name": "MOROCCO_DEALER_BYE",
- "text": "Dealer says: You are cheating too much!!! Bye!"
- },
- {
- "id": 1225,
- "name": "MOROCCO_DEALER_BTN_NEGOTIATE",
- "text": "Bargain"
- },
- {
- "id": 1226,
- "name": "MOROCCO_DEALER_BTN_BUY",
- "text": "Buy"
- },
- {
- "id": 1227,
- "name": "MOROCCO_DEALER_BTN_NEXT",
- "text": "Next Offer"
- },
- {
- "id": 1228,
- "name": "TOURNAMENT_LEAVE",
- "text": "Leave Tournament"
- },
- {
- "id": 1229,
- "name": "TOURNAMENT_HELP_TITLE",
- "text": "TOURNAMENT HELP"
- },
- {
- "id": 1230,
- "name": "TOURNAMENT_HELP_TEXT",
- "text": "\n\n- You WON'T lose any units for playing this game mode!\n\n- Play against 3 players and win the tournament!\n\n- A tournament will end when all players play all matches or when 24 hours have ellapsed.\n\n- If you win a tournament you'll get fantastic rewards!\n\n- At the moment, these units can't be used in tournament mode: #0#"
- },
- {
- "id": 1231,
- "name": "TOURNAMENT_LEAVE_CONFIRM_TEXT",
- "text": "\n\nAre you sure that you want to quit the tournament?\n\nYou'll lose all battles played..."
- },
- {
- "id": 1232,
- "name": "TOURNAMENT_LEAVE_INSIDE_MATCH_CONFIRM_TEXT",
- "text": "ARE YOU SURE YOU WANT TO RUN AWAY?"
- },
- {
- "id": 1233,
- "name": "TOURNAMENT_MAX_COMPLEX_UNITS",
- "text": "You can't select more than #0# dragons, gods and colossus altogether to play in the tournaments"
- },
- {
- "id": 1234,
- "name": "TOURNAMENT_PLAYER",
- "text": "Player #0#"
- },
- {
- "id": 1235,
- "name": "TOURNAMENT_UNITS_LEFT",
- "text": "UNITS LEFT: #0#"
- },
- {
- "id": 1236,
- "name": "TOURNAMENT_PRIZE",
- "text": "Prize"
- },
- {
- "id": 1237,
- "name": "TOURNAMENT_ENTRY_COST",
- "text": "Entry cost: #0#"
- },
- {
- "id": 1238,
- "name": "POPUP_CRIADERO_NOOBINFO",
- "text": "Press \"take care\" every 6 hours to get a powerful dragon."
- },
- {
- "id": 1239,
- "name": "CATEGORY_MYTHOLOGICAL_V",
- "text": "Mythological V"
- },
- {
- "id": 1240,
- "name": "CATEGORY_DRAGGIES_II",
- "text": "Draggies II"
- },
- {
- "id": 1241,
- "name": "MOROCCO_DEALER_BEFORE",
- "text": "Before:"
- },
- {
- "id": 1242,
- "name": "MOROCCO_DEALER_NOW",
- "text": "Now:"
- },
- {
- "id": 1243,
- "name": "CATEGORY_DRAGONS_III",
- "text": "Dragons III"
- },
- {
- "id": 1244,
- "name": "DRAGON_NEST_HELP_TITLE",
- "text": "THE DRAGON'S NEST HELP"
- },
- {
- "id": 1245,
- "name": "DRAGON_NEST_HELP_TEXT",
- "text": "- Press the 'Take Care' \/ 'Feed' button under the image. Look how the progress bar at the top fills up.\n- Wait until the timer reaches 0:00:00 or press the 'Speed Up' button below to complete the step.\n- Repeat this process 10 times and press the 'Get Dragon!' button to get your dragon!\n- Each time you get a draggy or dragon, you'll unlock the next one on the portrait strip below!\n-Hire friends for multiple speed up progress. The more friends, the more steps you'll progress!"
- },
- {
- "id": 1246,
- "name": "POPUP_NUEVO_DIARIO_CASH",
- "text": "#0# cash"
- },
- {
- "id": 1247,
- "name": "POPUP_NUEVO_DIARIO_GANADO_CASH",
- "text": "You won #0# cash!"
- },
- {
- "id": 1248,
- "name": "POPUP_MEN_VS_WOMEN_DESC",
- "text": "Try out Social Wars today and enjoy some of our exclusive offers!"
- },
- {
- "id": 1249,
- "name": "POPUP_MEN_VS_WOMEN_PLAY",
- "text": "PLAY NOW"
- },
- {
- "id": 1250,
- "name": "POPUP_CRIADERO_NOOBINFO2",
- "text": "Press \"feed\" every 6 hours to get a powerfull dragon."
- },
- {
- "id": 1251,
- "name": "TOURNAMENT_ROOM_FULL",
- "text": "The tournament you are trying to enter is full. Select another tournament."
- },
- {
- "id": 1252,
- "name": "TOURNAMENT_NO_MIN_FRIENDS",
- "text": "You have less than 3 friends in Social Empires. First of all, invite your friends to the game and then create your tournament."
- },
- {
- "id": 1253,
- "name": "TOURNAMENT_SURE_CANCEL",
- "text": "Are you sure you want to cancel the tournament?"
- },
- {
- "id": 1254,
- "name": "TOURNAMENT_NO_SELECTION",
- "text": "You haven't selected any tournament"
- },
- {
- "id": 1255,
- "name": "TOURNAMENT_CANCEL",
- "text": "Cancel Tournament"
- },
- {
- "id": 1256,
- "name": "TOURNAMENT_INVITE_FRIENDS",
- "text": "Invite Friends"
- },
- {
- "id": 1257,
- "name": "TOURNAMENT_YOUR_RANKING_POS",
- "text": "Your ranking position is: #0#"
- },
- {
- "id": 1258,
- "name": "TOURNAMENT_CURRENT_USERS",
- "text": "Current tournament users: #0#"
- },
- {
- "id": 1259,
- "name": "TOURNAMENT_WEEKLY_AVAILABLE",
- "text": "Available on"
- },
- {
- "id": 1260,
- "name": "TOURNAMENT_WEEKLY_ENDS_IN",
- "text": "Ends in"
- },
- {
- "id": 1261,
- "name": "TOURNAMENT_MORE_INFO",
- "text": "+Info"
- },
- {
- "id": 1262,
- "name": "TOURNAMENT_CREATE",
- "text": "Create Tournament"
- },
- {
- "id": 1263,
- "name": "TOURNAMENT_FRIENDS_TOURNAMENT_TITLE",
- "text": "FRIENDS TOURN."
- },
- {
- "id": 1264,
- "name": "CATEGORY_NECRO_I",
- "text": "Necros I"
- },
- {
- "id": 1265,
- "name": "CATEGORY_NECRO_II",
- "text": "Necros II"
- },
- {
- "id": 1266,
- "name": "TOURNAMENT_FRIENDS_TOURNAMENT_INFO",
- "text": "Create your tournament and play vs your friends"
- },
- {
- "id": 1267,
- "name": "POPUP_DRAGON_TAMING_BUTTON_TAME",
- "text": "Ride the Dragon"
- },
- {
- "id": 1268,
- "name": "POPUP_DRAGON_TAMING_BUTTON_TAKE_OUT",
- "text": "Take out"
- },
- {
- "id": 1269,
- "name": "POPUP_RIDER_TRAINING_BUTTON_TRAIN",
- "text": "Train"
- },
- {
- "id": 1270,
- "name": "POPUP_RIDER_TRAINING_BUTTON_GET",
- "text": "Get rider"
- },
- {
- "id": 1271,
- "name": "POPUP_RIDER_TRAINING_TITLE",
- "text": "Dragon Riding"
- },
- {
- "id": 1272,
- "name": "POPUP_RIDER_TRAINING_SELECT",
- "text": "Select a Dragon Rider"
- },
- {
- "id": 1273,
- "name": "POPUP_RIDER_TRAINING_DRAGONS",
- "text": "Dragons for this rider"
- },
- {
- "id": 1274,
- "name": "POPUP_RIDER_TRAINING_NO_DRAGONS",
- "text": ""
- },
- {
- "id": 1275,
- "name": "POPUP_RIDER_TRAINING_PROGRESS",
- "text": "Progress"
- },
- {
- "id": 1276,
- "name": "POPUP_RIDER_TRAINING_RECUPERATED_IN",
- "text": "Recovered in"
- },
- {
- "id": 1277,
- "name": "POPUP_RIDER_TRAINING_RECUPERATE_FOR",
- "text": "Recover Now #0#"
- },
- {
- "id": 1278,
- "name": "POPUP_RIDER_TRAINING_INFO",
- "text": "Complete all the steps of the training to get the Dragon Rider and be able to upgrade your Dragon!"
- },
- {
- "id": 1279,
- "name": "POPUP_DRAGON_TAMING_TITLE",
- "text": "Dragon Taming"
- },
- {
- "id": 1280,
- "name": "POPUP_DRAGON_TAMING_MOUNT",
- "text": "Mount a Rider on a Dragon"
- },
- {
- "id": 1281,
- "name": "POPUP_DRAGON_TAMING_NEED",
- "text": "To mount a dragon with a rider, you have to put both units into this building. You will obtain the dragon with more power."
- },
- {
- "id": 1282,
- "name": "POPUP_DRAGON_TAMING_CLICK_TAME",
- "text": "Click on 'Ride the Dragon' to mount the dragon with the rider."
- },
- {
- "id": 1283,
- "name": "ALERT_DRAGON_RIDER_NOT_MATCHING",
- "text": "Your rider cannot mount this dragon. Check in the Rider Academy which dragons are a good match for him."
- },
- {
- "id": 1284,
- "name": "ALERT_DRAGON_RIDER_INCOMPLETE",
- "text": "Put one dragon and one rider in this building."
- },
- {
- "id": 1285,
- "name": "POPUP_DRAGON_TAMING_HELP",
- "text": "- HOW TO RIDE A DRAGON\n\n\n1. Once you have got your rider in the Rider Academy, select it and put it in the Dragon Riding.\n\n 2. Add your dragon to the Dragon Riding so the Rider can ride it!\n\n3. Remember that the Rider and Dragon must be compatible so the riding can be successfully completed (check the Rider Academy for more details).\n\n4. Once you have both Rider and Dragon in the building, press the 'Ride the Dragon' button to get your super powerful new unit!"
- },
- {
- "id": 1286,
- "name": "POPUP_RIDER_TRAINING_HELP_SELECT",
- "text": "- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n\n 3- You must wait some time before playing again (you also have a button to recover yourself quicker!)\n\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"
- },
- {
- "id": 1287,
- "name": "POPUP_RIDER_TRAINING_HELP_TRAIN",
- "text": "- HOW TO TRAIN A DRAGON RIDER\n\n1. Select the Rider you like (warning: put the mouse over a Rider and you'll see the dragons he can ride below!)\n2. You must demonstrate you are worthy of riding a dragon: complete all the adventures and reach the END! (each time you complete an adventure, your progress bar on top will fill out)\n3. You must wait some time before playing again (you also have a button to recover yourself quicker!)\n4. When you complete the last adventure, press the Get Rider button to get your Dragon Rider!\n5. Once you get your Rider, take it to the Dragon Riding Building! (check the Store)"
- },
- {
- "id": 1290,
- "name": "POPUP_RIDER_TRAINING_GAIN",
- "text": "Dragon gains:"
- },
- {
- "id": 1291,
- "name": "POPUP_RIDER_GAIN",
- "text": "This rider gives your dragon additional #0# attack and #1# health!"
- },
- {
- "id": 1292,
- "name": "CATEGORY_NECRO_III",
- "text": "Necros III"
- },
- {
- "id": 1293,
- "name": "CATEGORY_NECRO_IV",
- "text": "Necros IV"
- },
- {
- "id": 1294,
- "name": "TOURNAMENT_RANKING_PRIZES",
- "text": "Tournament ranking prizes"
- },
- {
- "id": 1295,
- "name": "TOURNAMENT_WEEKLY_INFO_TEXT",
- "text": "\nBeat the AI players and make it to the Worlwide Top 10!!\n\nThe more points you get the better. Don't forget that in case of tie the player with less time played will be above!"
- },
- {
- "id": 1296,
- "name": "CATEGORY_DRAGGIES_III",
- "text": "DRAGGIES III"
- },
- {
- "id": 1297,
- "name": "CATEGORY_MYTHOLOGICAL_VI",
- "text": "Mythological VI"
- },
- {
- "id": 1298,
- "name": "TOURNAMENT_WEEKLY_MINIUM_TIME_TO_PLAY",
- "text": "The weekly tournament is going to end in less than 10 minutes!!!\n\nAre you sure that you want to join the tournament?"
- },
- {
- "id": 1299,
- "name": "ERROR_STOLEN",
- "text": "Connection with server lost. Please refresh."
- },
- {
- "id": 1300,
- "name": "LIMIT_DAMAGE",
- "text": "Fill bar doing damage. When full, press bar to attack."
- },
- {
- "id": 1301,
- "name": "LIMIT_HEAL",
- "text": "Fill bar doing damage. When full, press bar to heal units."
- },
- {
- "id": 1302,
- "name": "LIMIT_STOMP",
- "text": "Fill bar doing damage. When full, press bar to charge."
- },
- {
- "id": 1303,
- "name": "STORE_DOME_PROTECTION",
- "text": "All your units within this dome will receive 50% less damage!!"
- },
- {
- "id": 1304,
- "name": "STORE_DOME_TOWER_ENHANCER",
- "text": "This Tower Enhancer will make surrounding towers shoot 2x faster!!"
- },
- {
- "id": 1305,
- "name": "LIMIT_HELP",
- "text": "- Limit is the most powerful of all attacks.\n- You can only find Limit attack on Dragons con Rider.\n- There are 3 types of Limit: Charge, Ray Attack and Heal. Each dragon with rider uses one of these.\n- Fill the bar button to activate Limit by killing enemies.\n- Once it is activated click on the bar button to unleash the attack.\n- Create your own Limit strategy attacking with different dragons with rider.\n"
- },
- {
- "id": 1306,
- "name": "LIMIT_HELP_TITLE",
- "text": "Limit Attack"
- },
- {
- "id": 1307,
- "name": "TOURNAMENT_NUM_UNITS_HACK_ALERT",
- "text": "Our server has detected an illegal operation."
- },
- {
- "id": 1308,
- "name": "TOURNAMENT_WIN_REWARD_SOON",
- "text": "\n\nCongratulations! You won the tournament!\nYour reward will appear soon in your storage!"
- },
- {
- "id": 1309,
- "name": "CHECK_YOUR_STORAGE",
- "text": "Check your storage!"
- },
- {
- "id": 1310,
- "name": "GET_PRIZE",
- "text": "Get Prize"
- },
- {
- "id": 1311,
- "name": "MONDAY_BONUS_POPUP_TITLE",
- "text": "MONDAY BONUS!"
- },
- {
- "id": 1312,
- "name": "MONDAY_BONUS_POPUP_HEADER",
- "text": "Come back every Monday to get mysterious reward!"
- },
- {
- "id": 1313,
- "name": "MONDAY_BONUS_POPUP_OR",
- "text": "OR"
- },
- {
- "id": 1314,
- "name": "MONDAY_BONUS_POPUP_SELECT",
- "text": "SELECT"
- },
- {
- "id": 1315,
- "name": "MONDAY_BONUS_POPUP_OK",
- "text": "Ok"
- },
- {
- "id": 1316,
- "name": "MONDAY_BONUS_POPUP_FOOTER",
- "text": "You will find your rewards in your storage"
- },
- {
- "id": 1317,
- "name": "MONDAY_BONUS_POPUP_YOUR_REWARD",
- "text": "Your Reward!"
- },
- {
- "id": 1318,
- "name": "MONDAY_BONUS_POPUP_HEADER_MONDAY",
- "text": "Here is your Monday reward!!\nChoose a box and get your mystery reward!!"
- },
- {
- "id": 1319,
- "name": "RELOCATE_CONFIRM",
- "text": "If you go to another island you'll lose your progress in this one, are you sure?"
- },
- {
- "id": 1320,
- "name": "RELOCATE_BUTTON",
- "text": "RELOCATE"
- },
- {
- "id": 1321,
- "name": "POPUP_HEAVY_SIEGE_TITLE",
- "text": "HEAVY SIEGE"
- },
- {
- "id": 1322,
- "name": "POPUP_HEAVY_SIEGE_INFO",
- "text": "Dragons are preparing to attack your empire!"
- },
- {
- "id": 1323,
- "name": "POPUP_HEAVY_SIEGE_ATTACK_NOW",
- "text": "Attack now,\nI'm ready!"
- },
- {
- "id": 1324,
- "name": "POPUP_HEAVY_SIEGE_PAY",
- "text": "Kill All Dragons:\nCost 20"
- },
- {
- "id": 1325,
- "name": "POPUP_HEAVY_SIEGE_WAIT",
- "text": "Not yet, I need reinforcements!"
- },
- {
- "id": 1326,
- "name": "ICON_VIDEOS_TOOLTIP",
- "text": "Watch videos and win XP!"
- },
- {
- "id": 1327,
- "name": "CATEGORY_NECRO_V",
- "text": "Necro V"
- },
- {
- "id": 1328,
- "name": "CATEGORY_DRAGONS_IV",
- "text": "Dragons IV"
- },
- {
- "id": 1329,
- "name": "CATEGORY_DRAGGIES_III",
- "text": "Draggies III"
- },
- {
- "id": 1330,
- "name": "CATEGORY_PHOENIX",
- "text": "Phoenix"
- },
- {
- "id": 1331,
- "name": "CATEGORY_MONSTERS_IV",
- "text": "Monsters IV"
- },
- {
- "id": 1332,
- "name": "DRAGON_HUNTER_NO_DRAGONS_IN_RANGE",
- "text": "NO DRAGONS IN RANGE"
- },
- {
- "id": 1333,
- "name": "QUEST_ENEMIES_ALIVE",
- "text": "Alive enemies"
- },
- {
- "id": 1334,
- "name": "QUEST_ENEMIES_ALIVE_SINGULAR",
- "text": "1 enemy alive"
- },
- {
- "id": 1335,
- "name": "QUEST_ENEMIES_ALIVE_PLURAL",
- "text": "#0# enemies alive"
- },
- {
- "id": 1336,
- "name": "QUEST_HARDCORE1_DESCRIP",
- "text": "Defeat the Celestial Empire!"
- },
- {
- "id": 1337,
- "name": "QUEST_HARDCORE2_DESCRIP",
- "text": "Defeat the Mythological Empire!"
- },
- {
- "id": 1338,
- "name": "QUEST_HARDCORE3_DESCRIP",
- "text": "Defeat the Necro Empire!"
- },
- {
- "id": 1339,
- "name": "QUEST_HARDCORE4_DESCRIP",
- "text": "Defeat the Dragon Empire!"
- },
- {
- "id": 1340,
- "name": "QUEST_HARDCORE5_DESCRIP",
- "text": "Defeat the Monster Empire!"
- },
- {
- "id": 1341,
- "name": "HEAVY_SIEGE_POPUP_PRESENT_TITLE",
- "text": "Dragons killed!"
- },
- {
- "id": 1342,
- "name": "HEAVY_SIEGE_POPUP_PRESENT_TEXT",
- "text": "You will find a new unit on your storage as a reward for your heroic deed..."
- },
- {
- "id": 1343,
- "name": "MONSTER_HUNTER_NO_UNITS_IN_RANGE",
- "text": "No monsters in range"
- },
- {
- "id": 1344,
- "name": "SPELL_SUMMON_DRAGON_DESCRIPTION",
- "text": "Life: #0#"
- },
- {
- "id": 1345,
- "name": "SPELL_FULL_LIMIT_DESCRIPTION",
- "text": "Area: #0#x#1#"
- },
- {
- "id": 1346,
- "name": "SPELL_SPEED_INCREASE_DESCRIPTION",
- "text": "Area: #0#x#1# \/ Duration: #2#s"
- },
- {
- "id": 1347,
- "name": "SPELL_RANGE_INCREASE_DESCRIPTION",
- "text": "Area: #0#x#1# \/ Duration: #2#s"
- },
- {
- "id": 1348,
- "name": "SPELL_BLACK_HOLE_DESCRIPTION",
- "text": "Area: #0#x#1# \/ Duration: #2#s"
- },
- {
- "id": 1349,
- "name": "TITLE_TUTORIAL_DARTS",
- "text": "PLAY DAILY DARTS!"
- },
- {
- "id": 1350,
- "name": "TITLE_DESCRIPTION_DARTS",
- "text": "- You get a free dart every day!\n\n- Pop a balloon to get awesome prizes!\n\n- Collect all units before the time expires to get the Bonus Reward!\n\n- New Game prizes are introduced each week! Find the Darts icon on the game interface."
- },
- {
- "id": 1351,
- "name": "DARTS_COLLECT_FOR_EXTRA",
- "text": "Collect all units to get the Bonus Reward!"
- },
- {
- "id": 1352,
- "name": "DARTS_FREE",
- "text": "FREE!"
- },
- {
- "id": 1353,
- "name": "DARTS_RARE",
- "text": "Rare"
- },
- {
- "id": 1354,
- "name": "DARTS_UNCOMMON",
- "text": "Uncommon"
- },
- {
- "id": 1355,
- "name": "DARTS_COMMON",
- "text": "Common"
- },
- {
- "id": 1356,
- "name": "DARTS_CLICK_ON_PLAY",
- "text": "Pop the balloons and win amazing RARE prizes!"
- },
- {
- "id": 1357,
- "name": "DARTS_BUTTON_PLAY",
- "text": "Play"
- },
- {
- "id": 1358,
- "name": "DARTS_BUTTON_PLAY_FOR",
- "text": "Play again for #0#"
- },
- {
- "id": 1359,
- "name": "DARTS_THROW",
- "text": "Point a balloon and click to throw the dart!"
- },
- {
- "id": 1360,
- "name": "DARTS_YOU_WIN",
- "text": "Congratulations!\nYou've won:"
- },
- {
- "id": 1361,
- "name": "DARTS_GIFT_BOX",
- "text": "Find this unit on your storage!"
- },
- {
- "id": 1362,
- "name": "DARTS_COME_BACK",
- "text": "Come back next week for new prizes!"
- },
- {
- "id": 1363,
- "name": "DARTS_CONGRATS",
- "text": "Congratulations!"
- },
- {
- "id": 1364,
- "name": "DARTS_WIN_EXTRA",
- "text": "Congratulations! You've won this amazing Bonus Reward for completing the collection!"
- },
- {
- "id": 1365,
- "name": "DARTS_FREE_DART_POPUP",
- "text": "You've won a FREE dart! Play Darts now and win amazing RARE prizes!"
- },
- {
- "id": 1366,
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TITLE",
- "text": "SUPREME BAHAMUT LAWS"
- },
- {
- "id": 1367,
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_HELP_TEXT",
- "text": "-GET THE MOST AWESOME DRAGON EVER!!\n\n- Complete all steps to unleash the Supreme Bahamut Dragon.\n\n- Each step takes 48h.\n\n-Complete each step in the order you wish.\n\n"
- },
- {
- "id": 1368,
- "name": "POPUP_BAHAMUT_SUPREME_TEMPLE_SURE_TO_SACRIFICE",
- "text": "Are you sure you want sacrifice the #0#?"
- },
- {
- "id": 1369,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM1",
- "text": "Golden Gem"
- },
- {
- "id": 1370,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM2",
- "text": "Golden Scales"
- },
- {
- "id": 1371,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM3",
- "text": "Golden Dragon Nail"
- },
- {
- "id": 1372,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM4",
- "text": "Golden Feathers"
- },
- {
- "id": 1373,
- "name": "COLECCION_BAHAMUT_GOLDEN_ITEM5",
- "text": "Golden Horns"
- },
- {
- "id": 1374,
- "name": "COLECCION_BAHAMUT_RED_ITEM1",
- "text": "Red Gem"
- },
- {
- "id": 1375,
- "name": "COLECCION_BAHAMUT_RED_ITEM2",
- "text": "Red Scales"
- },
- {
- "id": 1376,
- "name": "COLECCION_BAHAMUT_RED_ITEM3",
- "text": "Dragon Fire"
- },
- {
- "id": 1377,
- "name": "COLECCION_BAHAMUT_RED_ITEM4",
- "text": "Red Spikes"
- },
- {
- "id": 1378,
- "name": "COLECCION_BAHAMUT_RED_ITEM5",
- "text": "Red Horns"
- },
- {
- "id": 1379,
- "name": "COLECCION_BAHAMUT_HEART_ITEM1",
- "text": "Black Gem"
- },
- {
- "id": 1380,
- "name": "COLECCION_BAHAMUT_HEART_ITEM2",
- "text": "Black Scales"
- },
- {
- "id": 1381,
- "name": "COLECCION_BAHAMUT_HEART_ITEM3",
- "text": "Supreme Blood"
- },
- {
- "id": 1382,
- "name": "COLECCION_BAHAMUT_HEART_ITEM4",
- "text": "Red Pearl"
- },
- {
- "id": 1383,
- "name": "COLECCION_BAHAMUT_HEART_ITEM5",
- "text": "Black Spikes"
- },
- {
- "id": 1384,
- "name": "COLECCION_BAHAMUT_RED",
- "text": "Red Bahamut Dragon"
- },
- {
- "id": 1385,
- "name": "COLECCION_BAHAMUT_GOLDEN",
- "text": "Golden Bahamut Dragon"
- },
- {
- "id": 1386,
- "name": "COLECCION_BAHAMUT_HEART",
- "text": "Supreme Heart"
- },
- {
- "id": 1387,
- "name": "TEMPLE_SUPREME_BAHAMUT_DONATE_INFO",
- "text": "Offer this resource."
- },
- {
- "id": 1388,
- "name": "TEMPLE_SUPREME_BAHAMUT_DONATE_BTN",
- "text": "Offering"
- },
- {
- "id": 1389,
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_INFO",
- "text": "Sacrifice a #0#.\nTo get it, first complete needed steps in the Dragon's Nest!"
- },
- {
- "id": 1390,
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BTN",
- "text": "Sacrifice"
- },
- {
- "id": 1391,
- "name": "TEMPLE_SUPREME_BAHAMUT_COLLECT_INFO",
- "text": "Offer the Supreme Heart.\nTo get it, first complete the Supreme Heart collection.\nFind these collection items on Zeppelin Map 3 quests."
- },
- {
- "id": 1392,
- "name": "TEMPLE_SUPREME_BAHAMUT_COLLECT_BTN",
- "text": "Offering"
- },
- {
- "id": 1393,
- "name": "TEMPLE_SUPREME_BAHAMUT_WAIT_NEXT_STEP",
- "text": "Next Step in:"
- },
- {
- "id": 1394,
- "name": "TEMPLE_SUPREME_BAHAMUT_TITLE",
- "text": "Supreme Bahamut Dragon Temple"
- },
- {
- "id": 1395,
- "name": "TEMPLE_SUPREME_BAHAMUT_PROGRESS",
- "text": "Progress"
- },
- {
- "id": 1396,
- "name": "TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_INFO",
- "text": "Click the button to get the Supreme Bahamut Dragon!!"
- },
- {
- "id": 1397,
- "name": "TEMPLE_SUPREME_BAHAMUT_GET_FINAL_DRAGON_BTN",
- "text": "Get Dragon"
- },
- {
- "id": 1398,
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_INFO",
- "text": "Sacrifice the #0#.\nTo get it, first complete the corresponding collection!\nFind these collection items on the last 5 Zeppelin Map Quests."
- },
- {
- "id": 1399,
- "name": "TEMPLE_SUPREME_BAHAMUT_SACRIFICE_BAHAMUT_BTN",
- "text": "Sacrifice"
- },
- {
- "id": 1400,
- "name": "CATEGORY_PHARAOHS_I",
- "text": "Pharaohs I"
- },
- {
- "id": 1401,
- "name": "CATEGORY_PHARAOHS_II",
- "text": "Pharaohs II"
- },
- {
- "id": 1402,
- "name": "CATEGORY_PHARAOHS_III",
- "text": "Pharaohs III"
- },
- {
- "id": 1403,
- "name": "POPUP_SELECT_YOUR_DRAGON_TITLE",
- "text": "FREE DRAGGY!!"
- },
- {
- "id": 1404,
- "name": "POPUP_SELECT_YOUR_DRAGON_SUBTITLE",
- "text": "CONGRATULATIONS!!"
- },
- {
- "id": 1405,
- "name": "POPUP_SELECT_YOUR_DRAGON_INFO",
- "text": "Choose the draggy that will help you on your adventure!"
- },
- {
- "id": 1406,
- "name": "AUX_SELECT",
- "text": "Select"
- },
- {
- "id": 1407,
- "name": "AUX_OR",
- "text": ""
- },
- {
- "id": 1408,
- "name": "POPUP_SELECT_YOUR_DRAGON_2_TITLE",
- "text": "Dragon Nest"
- },
- {
- "id": 1409,
- "name": "POPUP_SELECT_YOUR_DRAGON_2_INFO",
- "text": "Get more dragons in the Dragon Nest!\nEnter Now!!"
- },
- {
- "id": 1410,
- "name": "POPUP_MISSINGTOWNHALL_TITLE",
- "text": "Missing Townhall"
- },
- {
- "id": 1411,
- "name": "POPUP_MISSINGTOWNHALL_DESCRIPTION_ASSAULT",
- "text": "INSTANT VICTORY\n\nThe village you are attacking has no townhall.\n\nThis means you WIN this round automatically!"
- },
- {
- "id": 1412,
- "name": "POPUP_MISSINGTOWNHALL_DESCRIPTION_NORMAL",
- "text": "WARNING\n\nYour village has no townhall.\n\nThis means you will automatically lose if you are attacked by another player"
- },
- {
- "id": 1413,
- "name": "POPUP_INACTIVE_NEST_BTN",
- "text": "Start again. \nCost: #0#"
- },
- {
- "id": 1414,
- "name": "POPUP_INACTIVE_NEST_INFO",
- "text": "To get more eggs and start again select a button below."
- },
- {
- "id": 1415,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_DONE",
- "text": "Resource already offered!"
- },
- {
- "id": 1416,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_DONE",
- "text": "Dragon already sacrified!"
- },
- {
- "id": 1417,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_DONE",
- "text": "Dragon already sacrified!"
- },
- {
- "id": 1418,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_HEART_DONE",
- "text": "Supreme Heart already offered!"
- },
- {
- "id": 1419,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_RESOURCES_OFFER",
- "text": "Offer this resource now!"
- },
- {
- "id": 1420,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_DRAGON_OFFER",
- "text": "Sacrifice the #0# now!"
- },
- {
- "id": 1421,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_BAHAMUT_OFFER",
- "text": "Sacrifice the #0# now!"
- },
- {
- "id": 1422,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_HEART_OFFER",
- "text": "Offer the supreme heart now!"
- },
- {
- "id": 1423,
- "name": "TEMPLE_SUPREME_BAHAMUT_STEP_CANT_DO",
- "text": "You can't do that step!"
- },
- {
- "id": 1424,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TITLE",
- "text": "Congratulations!!"
- },
- {
- "id": 1425,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_POPUP_TEXT",
- "text": "#0# friend\/s accepted helping you to breed the dragon!\n\nClick OK to speed up the progress."
- },
- {
- "id": 1426,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_BTN",
- "text": "Hire friends"
- },
- {
- "id": 1427,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_INFO",
- "text": "Hire new friends to progress faster"
- },
- {
- "id": 1428,
- "name": "POPUP_DRAGONS_HIRE_FRIENDS_TOOLTIP",
- "text": "For each new friend you hire, you will progress 2 steps instantly!"
- },
- {
- "id": 1429,
- "name": "TOOLTIP_STORE_SUPREME",
- "text": "This building allows you to invoke the Supreme Bahamut Dragon."
- },
- {
- "id": 1430,
- "name": "RELOADING_PLAYER_INFO_TEXT",
- "text": "Reloading Gifts"
- },
- {
- "id": 1431,
- "name": "CATEGORY_SPECIAL_UNITS_IV",
- "text": "SPECIAL UNITS IV"
- },
- {
- "id": 1432,
- "name": "ISLANDS_HELP_REWARD_TITLE",
- "text": "CONQUEST ISLAND REWARD"
- },
- {
- "id": 1433,
- "name": "ISLANDS_HELP_REWARD_UNIT",
- "text": "1 Unit!"
- },
- {
- "id": 1434,
- "name": "ICON_COMEBACK2ND3RD_TOOLTIP",
- "text": "Prizes for tomorrow"
- },
- {
- "id": 1435,
- "name": "COMEBACK_BONUS_POPUP_TITLE",
- "text": "WELCOME FREE GIFTS"
- },
- {
- "id": 1436,
- "name": "COMEBACK_BONUS_POPUP_HEADER_READY",
- "text": "Click on one of the gifts and get a FREE reward!"
- },
- {
- "id": 1437,
- "name": "COMEBACK_BONUS_POPUP_HEADER_NOTREADY",
- "text": "Come back tomorrow and get one of the FREE rewards below!!"
- },
- {
- "id": 1438,
- "name": "COMEBACK_BONUS_POPUP_FOOTER",
- "text": "Remember, this bonus only lasts two days!"
- },
- {
- "id": 1439,
- "name": "POPUP_TIME_TITLE",
- "text": "Time Machine"
- },
- {
- "id": 1440,
- "name": "POPUP_TIME_HEADER",
- "text": "Click on a button below to move forwards in time!"
- },
- {
- "id": 1441,
- "name": "POPUP_TIME_MINUTES",
- "text": "POPUP_TIME_MINUTES"
- },
- {
- "id": 1442,
- "name": "POPUP_TIME_HOUR",
- "text": "POPUP_TIME_HOUR"
- },
- {
- "id": 1443,
- "name": "POPUP_TIME_HOURS",
- "text": "POPUP_TIME_HOURS"
- },
- {
- "id": 1444,
- "name": "INFOPOPUP_DRAGONKILLER_CASTLE",
- "text": "Defensive structure with special Plasma ray to fry all kind of dragons"
- },
- {
- "id": 1445,
- "name": "POPUP_ASSAULT_FORCE_RELOAD",
- "text": "Click OK to reload and go to your empire"
- },
- {
- "id": 1446,
- "name": "POPUP_QUEST_FORCE_RELOAD",
- "text": "Click OK to reload and go to your empire"
- },
- {
- "id": 1447,
- "name": "TRAVELLING_FORWARDS",
- "text": "Travelling forwards"
- },
- {
- "id": 1448,
- "name": "TOOLTIP_STORE_TIME_MACHINE",
- "text": "Advances the time of all you buildings, missions and PVP"
- },
- {
- "id": 1449,
- "name": "ALERT_NEW_IPHONE_ITEMS",
- "text": "The items you bought on your
SE iPhone are in
\"Storage > Mobile Storage\" now."
- },
- {
- "id": 1450,
- "name": "POPUP_QUEST_ARMY_TITLE",
- "text": "QUEST ARMY"
- },
- {
- "id": 1451,
- "name": "POPUP_QUEST_ARMY_HEADER",
- "text": "Select your army for this Quest"
- },
- {
- "id": 1452,
- "name": "POPUP_QUEST_ARMY_YOUR_ARMY",
- "text": "Your Army"
- },
- {
- "id": 1453,
- "name": "VALIDATION_MSG_TIME_MACHINE",
- "text": "You need to buy this item before you can use it"
- },
- {
- "id": 1454,
- "name": "POPUP_TEAM_SELECTION_SUBTITLE_1",
- "text": "Selected units"
- },
- {
- "id": 1455,
- "name": "POPUP_TEAM_SELECTION_SUBTITLE_2",
- "text": "Available units"
- },
- {
- "id": 1456,
- "name": "POPUP_TEAM_SELECTION_TITLE",
- "text": "Select your team"
- },
- {
- "id": 1457,
- "name": "POPUP_TIME_MACHINE_HELP_TITLE",
- "text": "Time Machine Help"
- },
- {
- "id": 1458,
- "name": "POPUP_TIME_MACHINE_HELP_TEXT",
- "text": "-Use the Time Machine to travel forward in time!!\n\n-Thus you'll get resources sooner! It also speeds up PvP, Chapters, Quests, Daily Bonus, Dragon Nest, Rider Academy and much more!\n\n-You have 6 different hourglasses, each one travels forward a different amount of time.\n\n-Choose the one you need and press the USE button."
- },
- {
- "id": 1459,
- "name": "STORAGE_SUB_MAIN",
- "text": "Storage \/ Gifts"
- },
- {
- "id": 1460,
- "name": "STORAGE_SUB_IPHONE",
- "text": "Mobile Storage"
- },
- {
- "id": 1461,
- "name": "QUEST_HARDCORE6_DESCRIP",
- "text": "Defeat the Pharaohs Empire!!"
- },
- {
- "id": 1462,
- "name": "QUEST_HARDCORE7_DESCRIP",
- "text": "Defeat the Wicked Imperial Elves!!"
- },
- {
- "id": 1463,
- "name": "QUEST_TEAM_SELECTION_ALERT_1_UNIT",
- "text": "You must choose at least 1 unit"
- },
- {
- "id": 1464,
- "name": "QUEST_TEAM_SELECTION_ALERT_LESS_20_CONFIRM",
- "text": "Are you sure you want to play with less than 20 units?"
- },
- {
- "id": 1465,
- "name": "TOOLTIP_TITAN_GODS",
- "text": "Gods & Titans"
- },
- {
- "id": 1466,
- "name": "GODS_1",
- "text": "The 5 Elemental Gods created and ruled the world of Social Empires and kept peace amongst its dwellers..."
- },
- {
- "id": 1467,
- "name": "GODS_2",
- "text": "... but an unknown Evil force irrupted and many devilish creatures spawned and destroyed whole empires and killed its people..."
- },
- {
- "id": 1468,
- "name": "GODS_3",
- "text": "... After witnessing that, the 5 Elemental Gods decided to descend to the world of Social Empires with their Colossus and help to restore peace again!\n\nHelp them to achieve their goal!"
- },
- {
- "id": 1469,
- "name": "POPUP_NEW_IPHONE_ITEMS_TITLE",
- "text": "WELCOME SE MOBILE"
- },
- {
- "id": 1470,
- "name": "POPUP_SEND_GIFTS_TITLE",
- "text": "Send Gifts"
- },
- {
- "id": 1471,
- "name": "POPUP_SEND_GIFTS_EXPLANATION",
- "text": "Send an awesome Surprise Box to your friends to help them build their empires!"
- },
- {
- "id": 1472,
- "name": "POPUP_SEND_GIFTS_BUTTON",
- "text": "Send Gifts"
- },
- {
- "id": 1473,
- "name": "ICON_MENU_MULTI_TOOL",
- "text": "Multi Tool"
- },
- {
- "id": 1474,
- "name": "ICON_MENU_REMOVE",
- "text": "Remove"
- },
- {
- "id": 1475,
- "name": "ICON_MENU_FAST_COLLECT",
- "text": "Fast Collect"
- },
- {
- "id": 1476,
- "name": "ICON_SQUARE_TOOL",
- "text": "Square Tool"
- },
- {
- "id": 1477,
- "name": "TEXT_SPACE_KEY",
- "text": "space key"
- },
- {
- "id": 1478,
- "name": "ICON_MENU_WORLD_QUEST",
- "text": "Quests"
- },
- {
- "id": 1479,
- "name": "ICON_MENU_WORLD_SURVIVAL",
- "text": "Survival"
- },
- {
- "id": 1480,
- "name": "ICON_MENU_WORLD_TOURNEY",
- "text": "Tourney"
- },
- {
- "id": 1481,
- "name": "ICON_MENU_GIFT_UNITS",
- "text": "Units"
- },
- {
- "id": 1482,
- "name": "ICON_MENU_GIFT_NEWS",
- "text": "News"
- },
- {
- "id": 1483,
- "name": "ICON_MENU_GIFT_COLLECTIONS",
- "text": "Collections"
- },
- {
- "id": 1484,
- "name": "ICON_MENU_GIFT_GIFTS",
- "text": "Gifts"
- },
- {
- "id": 1485,
- "name": "POPUP_NEW_GOAL",
- "text": "Click here!"
- },
- {
- "id": 1486,
- "name": "INFO_EMPIRE_NAME",
- "text": "My Empire"
- },
- {
- "id": 1487,
- "name": "ICON_MENU_GAME_DARTS",
- "text": "Darts"
- },
- {
- "id": 1488,
- "name": "INFO_COST",
- "text": "COST:"
- },
- {
- "id": 1489,
- "name": "BUTTON_SALE_TERRAIN",
- "text": "FOR SALE"
- },
- {
- "id": 1490,
- "name": "BUTTON_CLICK_TO_BUY",
- "text": "Click to Buy"
- },
- {
- "id": 1491,
- "name": "ICON_UPGRADE",
- "text": "Upgrade"
- },
- {
- "id": 1492,
- "name": "POPUP_NEED_ALLIES",
- "text": "Need Allies?"
- },
- {
- "id": 1493,
- "name": "POPUP_GET_ALLIES",
- "text": "Get more allies to earn gold and XP every day \n Get allies now!"
- },
- {
- "id": 1494,
- "name": "QUEST_GOD_ISLAND_1",
- "text": "Defeat all enemies!"
- },
- {
- "id": 1495,
- "name": "QUEST_GOD_ISLAND_2",
- "text": "Defeat all enemies!"
- },
- {
- "id": 1496,
- "name": "STORE_HEAL_UNITS",
- "text": "Heals nearby units when they are not engaged in combat"
- },
- {
- "id": 1497,
- "name": "POPUP_STARTING_QUEST_TITLE",
- "text": "STARTING QUEST"
- },
- {
- "id": 1498,
- "name": "QUEST_GOD_ISLAND_3",
- "text": "Defeat all enemies!"
- },
- {
- "id": 1499,
- "name": "TEAM_SELECTION_WINDOW_REQUIREMENTS_MSG",
- "text": "To enter this quest you need to have at least #0# unit\/s from any of the following categories:\n\n"
- },
- {
- "id": 1500,
- "name": "CATEGORY_IMPERIAL_ELVES_I",
- "text": "IMPERIAL ELVES I"
- },
- {
- "id": 1501,
- "name": "STORAGE_IPHONE_ITEMS",
- "text": "The items you bought on your SE iPhone are in:
Storage -> Mobile Storage"
- },
- {
- "id": 1502,
- "name": "CATEGORY_IMPERIAL_ELVES_II",
- "text": "IMPERIAL ELVES II"
- },
- {
- "id": 1503,
- "name": "GODS_4",
- "text": "After the first epic battle, the Dark Evil God and its Chaos forces resisted ferociously,\nthus the Elemental Gods retreated to gain more power."
- },
- {
- "id": 1504,
- "name": "GODS_5",
- "text": "They summoned the 5 Genesis Gods who helped shaping the world during its creation.\nWith the help of their Colossus, all together will battle back the EVIL!"
- },
- {
- "id": 1505,
- "name": "CATEGORY_IMPERIAL_ELVES_III",
- "text": "IMPERIAL ELVES III"
- }
- ],
- "categories": {
- "1": {
- "id": 1,
- "name": "Village",
- "sub": [
- {
- "id": 11,
- "name": "Houses",
- "parent": 1
- },
- {
- "id": 12,
- "name": "Resources",
- "parent": 1
- },
- {
- "id": 13,
- "name": "Miscellaneous",
- "parent": 1
- },
- {
- "id": 14,
- "name": "Investigation",
- "parent": 1
- }
- ]
- },
- "2": {
- "id": 2,
- "name": "Defense",
- "sub": [
- {
- "id": 21,
- "name": "Turrets",
- "parent": 2
- },
- {
- "id": 22,
- "name": "Walls",
- "parent": 2
- },
- {
- "id": 23,
- "name": "Castles",
- "parent": 2
- },
- {
- "id": 24,
- "name": "Refuges",
- "parent": 2
- }
- ]
- },
- "3": {
- "id": 3,
- "name": "Army",
- "sub": [
- {
- "id": 31,
- "name": "Infantry",
- "parent": 3
- },
- {
- "id": 32,
- "name": "Archers",
- "parent": 3
- },
- {
- "id": 33,
- "name": "Cavalry",
- "parent": 3
- },
- {
- "id": 34,
- "name": "Siege weapons",
- "parent": 3
- },
- {
- "id": 35,
- "name": "Specials",
- "parent": 3
- }
- ]
- },
- "4": {
- "id": 4,
- "name": "Decorations",
- "sub": [
- {
- "id": 41,
- "name": "Trees",
- "parent": 4
- },
- {
- "id": 42,
- "name": "Flowers",
- "parent": 4
- },
- {
- "id": 43,
- "name": "Flags",
- "parent": 4
- },
- {
- "id": 44,
- "name": "Statues",
- "parent": 4
- },
- {
- "id": 45,
- "name": "Others",
- "parent": 4
- }
- ]
- },
- "5": {
- "id": 5,
- "name": "Wonders",
- "sub": [
- {
- "id": 51,
- "name": "Wonders",
- "parent": 5
- }
- ]
- },
- "12": {
- "id": 12,
- "name": "New",
- "sub": [
- {
- "id": 121,
- "name": "Limited Edition",
- "parent": 12
- },
- {
- "id": 122,
- "name": "New",
- "parent": 12
- },
- {
- "id": 123,
- "name": "Specials",
- "parent": 12
- }
- ]
- },
- "0": {
- "sub": [
- {
- "id": 0,
- "name": "All",
- "parent": 0
- }
- ]
- }
- },
- "items": [
- {
- "id": "1",
- "in_store": "1",
- "name": "House I",
- "type": "b",
- "cost": "30",
- "cost_type": "w",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "2",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "casa1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "180",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2",
- "in_store": "1",
- "name": "House II",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "3",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casa2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3",
- "in_store": "1",
- "name": "House III",
- "type": "b",
- "cost": "120",
- "cost_type": "w",
- "xp": "12",
- "groups": "",
- "trains": "0",
- "upgrades_to": "4",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "19",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casa3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "220",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "4",
- "in_store": "1",
- "name": "House IV",
- "type": "b",
- "cost": "500",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "194",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "31",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casa4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "5",
- "in_store": "1",
- "name": "Mill I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "21600",
- "expiration": "0",
- "collect": "250",
- "collect_type": "f",
- "collect_xp": "9",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molino1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "6",
- "in_store": "1",
- "name": "Mill II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "f",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "11",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molino2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "250",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":750}"
- },
- {
- "id": "7",
- "in_store": "1",
- "name": "Mill III",
- "type": "b",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "23",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molino3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":7500}"
- },
- {
- "id": "8",
- "in_store": "1",
- "name": "Pumpkin Crop",
- "type": "b",
- "cost": "120",
- "cost_type": "w",
- "xp": "12",
- "groups": "",
- "trains": "0",
- "upgrades_to": "9",
- "display_order": "11",
- "activation": "32.4",
- "expiration": "0",
- "collect": "25",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "9",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granja1",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "9",
- "in_store": "1",
- "name": "Eggplant Field",
- "type": "b",
- "cost": "180",
- "cost_type": "w",
- "xp": "18",
- "groups": "",
- "trains": "0",
- "upgrades_to": "10",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "3",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "21",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granja2",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "10",
- "in_store": "1",
- "name": "Farm Land",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "200",
- "display_order": "10",
- "activation": "32.4",
- "expiration": "0",
- "collect": "15",
- "collect_type": "f",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "granja3",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "2",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "11",
- "in_store": "1",
- "name": "Sheep Ranch I",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "190",
- "display_order": "16",
- "activation": "90",
- "expiration": "0",
- "collect": "100",
- "collect_type": "f",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "2",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho1_1",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "12",
- "in_store": "1",
- "name": "Cow Ranch I",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "192",
- "display_order": "39",
- "activation": "90",
- "expiration": "0",
- "collect": "150",
- "collect_type": "f",
- "collect_xp": "5",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "5",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho2_1",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "13",
- "in_store": "1",
- "name": "Gold Mine I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "21600",
- "expiration": "0",
- "collect": "200",
- "collect_type": "g",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "4",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaoro1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "14",
- "in_store": "1",
- "name": "Gold Mine II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "21600",
- "expiration": "0",
- "collect": "275",
- "collect_type": "g",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "13",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaoro2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":1250}"
- },
- {
- "id": "15",
- "in_store": "1",
- "name": "Gold Mine III",
- "type": "b",
- "cost": "4500",
- "cost_type": "g",
- "xp": "450",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "21600",
- "expiration": "0",
- "collect": "350",
- "collect_type": "g",
- "collect_xp": "12",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "24",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaoro3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":10000}"
- },
- {
- "id": "16",
- "in_store": "1",
- "name": "Stone Mine I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "30",
- "activation": "21600",
- "expiration": "0",
- "collect": "175",
- "collect_type": "s",
- "collect_xp": "6",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "6",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedra1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":250}"
- },
- {
- "id": "17",
- "in_store": "1",
- "name": "Stone Mine II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "31",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "s",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "17",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedra2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":3500}"
- },
- {
- "id": "18",
- "in_store": "1",
- "name": "Stone Mine III",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "32",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "s",
- "collect_xp": "14",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "29",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedra3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":20000}"
- },
- {
- "id": "19",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "3.24",
- "expiration": "0",
- "collect": "20",
- "collect_type": "w",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "125",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol1",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "2",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "20",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "3.24",
- "expiration": "0",
- "collect": "20",
- "collect_type": "w",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "125",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "2",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "21",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "3.24",
- "expiration": "0",
- "collect": "20",
- "collect_type": "w",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "125",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol3",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "2",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "22",
- "in_store": "1",
- "name": "Blacksmith",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "58",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "131",
- "min_level": "33",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "herreria",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "23",
- "in_store": "1",
- "name": "Market",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "188",
- "display_order": "23",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "5",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercado_1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "24",
- "in_store": "1",
- "name": "Church",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "502",
- "upgrades_to": "0",
- "display_order": "50",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "133",
- "min_level": "19",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isglesia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "25",
- "in_store": "1",
- "name": "University",
- "type": "b",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "60",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "39",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "universidad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "26",
- "in_store": "0",
- "name": "Town Hall",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "500",
- "upgrades_to": "139",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ayuntamiento",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "27",
- "in_store": "1",
- "name": "Castle I",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "507",
- "upgrades_to": "28",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillo1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "28",
- "in_store": "1",
- "name": "Castle II",
- "type": "b",
- "cost": "25",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "508",
- "upgrades_to": "198",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillo2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "8000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "29",
- "in_store": "1",
- "name": "Tower I",
- "type": "b",
- "cost": "125",
- "cost_type": "s",
- "xp": "13",
- "groups": "",
- "trains": "0",
- "upgrades_to": "30",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "4",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "30",
- "in_store": "1",
- "name": "Tower II",
- "type": "b",
- "cost": "250",
- "cost_type": "s",
- "xp": "25",
- "groups": "",
- "trains": "0",
- "upgrades_to": "31",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "31",
- "in_store": "1",
- "name": "Tower III",
- "type": "b",
- "cost": "375",
- "cost_type": "s",
- "xp": "38",
- "groups": "",
- "trains": "0",
- "upgrades_to": "32",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "14",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "32",
- "in_store": "1",
- "name": "Tower IV",
- "type": "b",
- "cost": "500",
- "cost_type": "s",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "33",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "23",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "900",
- "velocity": "0",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "33",
- "in_store": "1",
- "name": "Tower V",
- "type": "b",
- "cost": "625",
- "cost_type": "s",
- "xp": "63",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "33",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "1100",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "34",
- "in_store": "1",
- "name": "Wall I",
- "type": "b",
- "cost": "5",
- "cost_type": "w",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "35",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "150",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "35",
- "in_store": "1",
- "name": "Wall II",
- "type": "b",
- "cost": "15",
- "cost_type": "w",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "36",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "36",
- "in_store": "1",
- "name": "Wall III",
- "type": "b",
- "cost": "30",
- "cost_type": "s",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "195",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "17",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "37",
- "in_store": "1",
- "name": "Wall Door",
- "type": "b",
- "cost": "50",
- "cost_type": "s",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "222",
- "min_level": "21",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "puertamuralla",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "38",
- "in_store": "1",
- "name": "Barracks I",
- "type": "b",
- "cost": "125",
- "cost_type": "w",
- "xp": "13",
- "groups": "",
- "trains": "509",
- "upgrades_to": "39",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteria1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "39",
- "in_store": "1",
- "name": "Barracks II",
- "type": "b",
- "cost": "250",
- "cost_type": "w",
- "xp": "25",
- "groups": "",
- "trains": "510",
- "upgrades_to": "40",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteria2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "350",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":750}"
- },
- {
- "id": "40",
- "in_store": "1",
- "name": "Barracks III",
- "type": "b",
- "cost": "375",
- "cost_type": "w",
- "xp": "38",
- "groups": "",
- "trains": "511",
- "upgrades_to": "136",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteria3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":3000}"
- },
- {
- "id": "41",
- "in_store": "1",
- "name": "Archery I",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "516",
- "upgrades_to": "42",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "3",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "42",
- "in_store": "1",
- "name": "Archery II",
- "type": "b",
- "cost": "300",
- "cost_type": "w",
- "xp": "30",
- "groups": "",
- "trains": "517",
- "upgrades_to": "43",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "350",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":1000}"
- },
- {
- "id": "43",
- "in_store": "1",
- "name": "Archery III",
- "type": "b",
- "cost": "450",
- "cost_type": "w",
- "xp": "45",
- "groups": "",
- "trains": "518",
- "upgrades_to": "137",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "18",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":5000}"
- },
- {
- "id": "44",
- "in_store": "1",
- "name": "Stables I",
- "type": "b",
- "cost": "175",
- "cost_type": "w",
- "xp": "18",
- "groups": "",
- "trains": "512",
- "upgrades_to": "45",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "5",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":250}"
- },
- {
- "id": "45",
- "in_store": "1",
- "name": "Stables II",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "513",
- "upgrades_to": "46",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "12",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "350",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":1500}"
- },
- {
- "id": "46",
- "in_store": "1",
- "name": "Stables III",
- "type": "b",
- "cost": "525",
- "cost_type": "w",
- "xp": "53",
- "groups": "",
- "trains": "514",
- "upgrades_to": "138",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "20",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":7000}"
- },
- {
- "id": "47",
- "in_store": "1",
- "name": "Archery Stables",
- "type": "b",
- "cost": "700",
- "cost_type": "w",
- "xp": "70",
- "groups": "",
- "trains": "515",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "24",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establoarquero",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":10000}"
- },
- {
- "id": "48",
- "in_store": "1",
- "name": "Workshop I",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "519",
- "upgrades_to": "49",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "7",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaAriete3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "420",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost_type\":\"g\",\"cost\":1000}"
- },
- {
- "id": "49",
- "in_store": "1",
- "name": "Workshop II",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "520",
- "upgrades_to": "50",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "14",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaAriete1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost_type\":\"g\",\"cost\":2000}"
- },
- {
- "id": "50",
- "in_store": "1",
- "name": "Workshop III",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "60",
- "groups": "",
- "trains": "521",
- "upgrades_to": "51",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "22",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaAriete2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":8000}"
- },
- {
- "id": "51",
- "in_store": "1",
- "name": "Workshop IV",
- "type": "b",
- "cost": "800",
- "cost_type": "w",
- "xp": "80",
- "groups": "",
- "trains": "522",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "26",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaAriete4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":12500}"
- },
- {
- "id": "52",
- "in_store": "3",
- "name": "Chichen Itza",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ChichenItza",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "53",
- "in_store": "3",
- "name": "Coliseum",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "s",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "coliseo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "54",
- "in_store": "3",
- "name": "Inca God",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "f",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "diosInca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "55",
- "in_store": "3",
- "name": "Sphinx",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "w",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esfinge",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "56",
- "in_store": "3",
- "name": "Machu Picchu",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "21600",
- "expiration": "0",
- "collect": "1200",
- "collect_type": "s",
- "collect_xp": "40",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "6",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "machuPichu",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}"
- },
- {
- "id": "57",
- "in_store": "3",
- "name": "Chinese Wall",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "21600",
- "expiration": "0",
- "collect": "1200",
- "collect_type": "g",
- "collect_xp": "40",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaChina",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}"
- },
- {
- "id": "58",
- "in_store": "3",
- "name": "Petra",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "21600",
- "expiration": "0",
- "collect": "1200",
- "collect_type": "f",
- "collect_xp": "40",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "petra",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}"
- },
- {
- "id": "59",
- "in_store": "3",
- "name": "Taj Mahal",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "21600",
- "expiration": "0",
- "collect": "1200",
- "collect_type": "w",
- "collect_xp": "40",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "12",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "tajMahal",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"min_level\":10,\"cost\":20}"
- },
- {
- "id": "60",
- "in_store": "3",
- "name": "Iguazu Waterfalls",
- "type": "b",
- "cost": "60",
- "cost_type": "c",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "21600",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "s",
- "collect_xp": "67",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "14",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cataratasIguazu",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "61",
- "in_store": "3",
- "name": "Parthenon",
- "type": "b",
- "cost": "60",
- "cost_type": "c",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "21600",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "g",
- "collect_xp": "67",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "partenon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "62",
- "in_store": "1",
- "name": "Yellow Flowers",
- "type": "b",
- "cost": "5",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "63",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "floresAmarillas2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "63",
- "in_store": "1",
- "name": "White Flowers",
- "type": "b",
- "cost": "25",
- "cost_type": "g",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "77",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "floresBlancas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "64",
- "in_store": "1",
- "name": "Purple Flowers",
- "type": "b",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "81",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "floresLilas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "65",
- "in_store": "1",
- "name": "Red Flowers",
- "type": "b",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "81",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "floresRojas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "12",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "66",
- "in_store": "1",
- "name": "Pink Flowers",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "86",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "floresRosas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "67",
- "in_store": "1",
- "name": "Green Flowers",
- "type": "b",
- "cost": "225",
- "cost_type": "g",
- "xp": "23",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "88",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "42",
- "subcat_functional": "411",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "floresVerdes",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "68",
- "in_store": "1",
- "name": "Maya Fire",
- "type": "b",
- "cost": "5",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "65",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "fuegoMaya",
- "elevation": "2",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "14",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "69",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "69",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "126",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras1",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "70",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "70",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "126",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras2",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "71",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "71",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "126",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras3",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "72",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "72",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "126",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras4",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "73",
- "in_store": "0",
- "name": "Gold",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "73",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "127",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oro1",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "74",
- "in_store": "0",
- "name": "Gold",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "74",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "127",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oro2",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "75",
- "in_store": "0",
- "name": "Gold",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "75",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "127",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oro3",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "76",
- "in_store": "0",
- "name": "Gold",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "76",
- "activation": "6.48",
- "expiration": "0",
- "collect": "10",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "127",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oro4",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "77",
- "in_store": "1",
- "name": "Lumber Mill I",
- "type": "b",
- "cost": "50",
- "cost_type": "w",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "78",
- "display_order": "26",
- "activation": "21600",
- "expiration": "0",
- "collect": "200",
- "collect_type": "w",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "5",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserradero1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":150}"
- },
- {
- "id": "78",
- "in_store": "1",
- "name": "Lumber Mill II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "79",
- "display_order": "27",
- "activation": "21600",
- "expiration": "0",
- "collect": "350",
- "collect_type": "w",
- "collect_xp": "12",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "15",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserradero2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":2000}"
- },
- {
- "id": "79",
- "in_store": "1",
- "name": "Lumber Mill III",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "205",
- "display_order": "28",
- "activation": "21600",
- "expiration": "0",
- "collect": "450",
- "collect_type": "w",
- "collect_xp": "15",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "27",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserradero3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":15000}"
- },
- {
- "id": "80",
- "in_store": "0",
- "name": "Regenerating gold ...",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "80",
- "activation": "10800",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "128",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "regOro",
- "elevation": "2",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "81",
- "in_store": "0",
- "name": "Regenerating stone ...",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "81",
- "activation": "10800",
- "expiration": "0",
- "collect": "0",
- "collect_type": "s",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "128",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "regPiedras",
- "elevation": "2",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "82",
- "in_store": "0",
- "name": "Treasure Chest",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "treasure",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "83",
- "in_store": "0",
- "name": "Prisoner Princess",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "princess2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "84",
- "in_store": "0",
- "name": "Prisoner Villagers",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "prisoners",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "85",
- "in_store": "0",
- "name": "Prisoner Arthur",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "prisonarthur",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "86",
- "in_store": "0",
- "name": "Prisoner Archers",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "prisonarchers",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "87",
- "in_store": "0",
- "name": "Chained Troll",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "prisontroll",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "88",
- "in_store": "0",
- "name": "Power Gem",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "ag",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "powergem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "89",
- "in_store": "0",
- "name": "Golem Altar",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "813",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "golemstatue",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "90",
- "in_store": "0",
- "name": "Kidnapped Units",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "kidnapped",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "91",
- "in_store": "0",
- "name": "Trophy Totem",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trophytotem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "92",
- "in_store": "0",
- "name": "Injured Cow",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "vacaPerdida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "93",
- "in_store": "0",
- "name": "Injured Sheep",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ovejaPerdida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "94",
- "in_store": "0",
- "name": "Lonely Knight",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jinetePerdido",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "95",
- "in_store": "0",
- "name": "Trojan Horse",
- "type": "b",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "caballoTroyano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "96",
- "in_store": "0",
- "name": "Mysterious Crate",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cajaSorpresaPerdida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "97",
- "in_store": "0",
- "name": "Mead Barrel",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrilPerdido",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "98",
- "in_store": "0",
- "name": "Injured Troll",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trolPerdido",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "99",
- "in_store": "0",
- "name": "Golden Totem",
- "type": "b",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "9",
- "subcategory_id": "91",
- "subcat_functional": "911",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "totemOro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "100",
- "in_store": "0",
- "name": "Yellow Tree",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "62",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "arbolAmarillo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "0",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "101",
- "in_store": "1",
- "name": "Blue Tree",
- "type": "b",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "79",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolAzul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "102",
- "in_store": "0",
- "name": "Happy Tree",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "77",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "4",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "arbolCara",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "103",
- "in_store": "1",
- "name": "Chinese Tree",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "74",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolChino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "104",
- "in_store": "1",
- "name": "Purple Tree",
- "type": "b",
- "cost": "75",
- "cost_type": "g",
- "xp": "8",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolLila",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "105",
- "in_store": "1",
- "name": "Orange Tree",
- "type": "b",
- "cost": "225",
- "cost_type": "g",
- "xp": "23",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "89",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolNaranja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "106",
- "in_store": "0",
- "name": "Red Tree",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "arbolRojo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "7",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "107",
- "in_store": "1",
- "name": "Horror Tree",
- "type": "b",
- "cost": "390",
- "cost_type": "g",
- "xp": "39",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "94",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "14",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolTerror",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "108",
- "in_store": "1",
- "name": "Green Tree",
- "type": "b",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "64",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "41",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolVerde",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "109",
- "in_store": "0",
- "name": "Blue Flag",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "75",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "banderaAzul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "5",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "110",
- "in_store": "1",
- "name": "Orange Flag",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "banderaNaranja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "25",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "111",
- "in_store": "0",
- "name": "Red Flag",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "banderaRoja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "9",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "112",
- "in_store": "1",
- "name": "Eagle Flag",
- "type": "b",
- "cost": "425",
- "cost_type": "g",
- "xp": "43",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "banderaRoja2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "25",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "113",
- "in_store": "1",
- "name": "Green Flag",
- "type": "b",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "banderaVerde",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "25",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "114",
- "in_store": "1",
- "name": "Skulls",
- "type": "b",
- "cost": "350",
- "cost_type": "g",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "calaverasFardo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "10",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "115",
- "in_store": "0",
- "name": "Roman Column",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "11",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "columnaRomana",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "4",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "116",
- "in_store": "0",
- "name": "World Cup",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "copaMundo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "50",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "117",
- "in_store": "1",
- "name": "Skeleton Statue",
- "type": "b",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "79",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaCalavera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "118",
- "in_store": "0",
- "name": "Helmet Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "76",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "estatuaCasco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "10",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "119",
- "in_store": "1",
- "name": "Minotaur Statue",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaCentauro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "120",
- "in_store": "1",
- "name": "Dragon Statue",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "96",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "121",
- "in_store": "1",
- "name": "Mongol Statue",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "66",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaMongol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "122",
- "in_store": "1",
- "name": "King Statue",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "67",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaRey",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "123",
- "in_store": "1",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "124",
- "in_store": "1",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "125",
- "in_store": "0",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "17",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "estatuaSoldado3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "2",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "126",
- "in_store": "1",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "68",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "127",
- "in_store": "0",
- "name": "Soldier Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "99",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "estatuaSoldado5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "6",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "128",
- "in_store": "1",
- "name": "Viking Statue",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "800",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "69",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaVikingo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "129",
- "in_store": "1",
- "name": "Fountain",
- "type": "b",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "80",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "6",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuenteChica",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "130",
- "in_store": "0",
- "name": "Water well",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "pozoAgua",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "131",
- "in_store": "1",
- "name": "Ancient Ceramic",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "70",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "vasijaBarro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "132",
- "in_store": "0",
- "name": "Trojan Horse",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "caballoTroyano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "50",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "133",
- "in_store": "0",
- "name": "Golden Totem",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "114",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "totemOro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "50",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "134",
- "in_store": "0",
- "name": "Troll Hut",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trollhut",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "180",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "135",
- "in_store": "0",
- "name": "Troll Cave",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trollcave",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "180",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "136",
- "in_store": "1",
- "name": "Barracks IV",
- "type": "b",
- "cost": "1000",
- "cost_type": "w",
- "xp": "100",
- "groups": "",
- "trains": "539",
- "upgrades_to": "390",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "28",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteria4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":15000}"
- },
- {
- "id": "137",
- "in_store": "1",
- "name": "Archery IV",
- "type": "b",
- "cost": "1250",
- "cost_type": "w",
- "xp": "125",
- "groups": "",
- "trains": "540",
- "upgrades_to": "391",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "30",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":20000}"
- },
- {
- "id": "138",
- "in_store": "1",
- "name": "Stables IV",
- "type": "b",
- "cost": "1500",
- "cost_type": "w",
- "xp": "150",
- "groups": "",
- "trains": "541",
- "upgrades_to": "392",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "32",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":30000}"
- },
- {
- "id": "139",
- "in_store": "0",
- "name": "Town Hall II",
- "type": "b",
- "cost": "3500",
- "cost_type": "g",
- "xp": "350",
- "groups": "",
- "trains": "500",
- "upgrades_to": "140",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ayuntamiento2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "140",
- "in_store": "0",
- "name": "Town Hall III",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "500",
- "upgrades_to": "141",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ayuntamiento3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "141",
- "in_store": "0",
- "name": "Town Hall IV",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "500",
- "upgrades_to": "0",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "35",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ayuntamiento4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "8000",
- "velocity": "0",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "142",
- "in_store": "0",
- "name": "Isle 1",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isla1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "143",
- "in_store": "0",
- "name": "Isle 2",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isla2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "144",
- "in_store": "0",
- "name": "Desert Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladesierto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "145",
- "in_store": "0",
- "name": "Arctic Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islanieve",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "146",
- "in_store": "0",
- "name": "Key",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "key",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "147",
- "in_store": "0",
- "name": "Locked Gate",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "813",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "portonhielo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "148",
- "in_store": "0",
- "name": "Mysterious Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamysterious",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "149",
- "in_store": "0",
- "name": "Unknown Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaunknown",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "150",
- "in_store": "1",
- "name": "Altar of Heroes",
- "type": "b",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "47",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "1211",
- "min_level": "14",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "altarheroes",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "850",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "151",
- "in_store": "3",
- "name": "Small Refuge",
- "type": "b",
- "cost": "400",
- "cost_type": "s",
- "xp": "40",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "24",
- "subcat_functional": "1311",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "refugio1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "3500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "152",
- "in_store": "3",
- "name": "Large Refuge",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "24",
- "subcat_functional": "1311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "refugio2",
- "elevation": "4",
- "unit_capacity": "5",
- "attack": "0",
- "defense": "1",
- "life": "7000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "153",
- "in_store": "1",
- "name": "Argentina Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "71",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagar",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "154",
- "in_store": "1",
- "name": "Australia Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "72",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagau",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "155",
- "in_store": "1",
- "name": "Belgium Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "79",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagbe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "156",
- "in_store": "1",
- "name": "Bulgaria Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "75",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagbg",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "157",
- "in_store": "1",
- "name": "Canada Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "76",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "158",
- "in_store": "1",
- "name": "Catalonia Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "78",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagcat",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "159",
- "in_store": "1",
- "name": "Switzerland Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "80",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagch",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "160",
- "in_store": "1",
- "name": "Chile Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagcl",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "161",
- "in_store": "1",
- "name": "Colombia Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "162",
- "in_store": "1",
- "name": "Germany Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagde",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "163",
- "in_store": "1",
- "name": "Spain Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flages",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "164",
- "in_store": "1",
- "name": "FC Barcelona Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "86",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagfcb",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "165",
- "in_store": "1",
- "name": "France Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "80",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagfr",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "166",
- "in_store": "1",
- "name": "UK Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "81",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flaggb",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "167",
- "in_store": "1",
- "name": "Israel Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagil",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "168",
- "in_store": "1",
- "name": "Italy Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagit",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "169",
- "in_store": "1",
- "name": "Mexico Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagmx",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "170",
- "in_store": "1",
- "name": "Netherlands Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagnl",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "171",
- "in_store": "1",
- "name": "Philippines Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "86",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagph",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "172",
- "in_store": "1",
- "name": "Portugal Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagpt",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "173",
- "in_store": "1",
- "name": "Sweden Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "88",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagse",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "174",
- "in_store": "1",
- "name": "Turkey Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "89",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagtr",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "175",
- "in_store": "1",
- "name": "USA Flag",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "flagus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "176",
- "in_store": "0",
- "name": "Pyramid",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramide1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "177",
- "in_store": "0",
- "name": "Treasure Chest",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cofre",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "178",
- "in_store": "0",
- "name": "Garden",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jardin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "179",
- "in_store": "0",
- "name": "Golden Fountain",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuentedorada",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "180",
- "in_store": "0",
- "name": "Frozen Mammoth",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "750",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "181",
- "in_store": "1",
- "name": "Wizard's Castle",
- "type": "b",
- "cost": "60000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "550",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillo3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "182",
- "in_store": "0",
- "name": "Undiscovered Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaundiscovered",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "183",
- "in_store": "0",
- "name": "Emergent Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaemergent",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "184",
- "in_store": "0",
- "name": "Rock Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islarock",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "185",
- "in_store": "1",
- "name": "Eagles I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "186",
- "display_order": "34",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguila1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "186",
- "in_store": "1",
- "name": "Eagles II",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "187",
- "display_order": "35",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "16",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguila2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "187",
- "in_store": "1",
- "name": "Eagles III",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "217",
- "display_order": "36",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "30",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguila3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "188",
- "in_store": "1",
- "name": "Market II",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "189",
- "display_order": "24",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercado_2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "189",
- "in_store": "1",
- "name": "Market III",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "25",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercado_3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "190",
- "in_store": "1",
- "name": "Sheep Ranch II",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "60",
- "groups": "",
- "trains": "0",
- "upgrades_to": "191",
- "display_order": "17",
- "activation": "90",
- "expiration": "0",
- "collect": "150",
- "collect_type": "f",
- "collect_xp": "5",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "14",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho1_2",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "191",
- "in_store": "1",
- "name": "Sheep Ranch III",
- "type": "b",
- "cost": "5000",
- "cost_type": "w",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "90",
- "expiration": "0",
- "collect": "200",
- "collect_type": "f",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "24",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho1_3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "192",
- "in_store": "1",
- "name": "Cow Ranch II",
- "type": "b",
- "cost": "750",
- "cost_type": "w",
- "xp": "75",
- "groups": "",
- "trains": "0",
- "upgrades_to": "193",
- "display_order": "40",
- "activation": "90",
- "expiration": "0",
- "collect": "200",
- "collect_type": "f",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "17",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho2_2",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "193",
- "in_store": "1",
- "name": "Cow Ranch III",
- "type": "b",
- "cost": "6500",
- "cost_type": "w",
- "xp": "650",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "41",
- "activation": "90",
- "expiration": "0",
- "collect": "250",
- "collect_type": "f",
- "collect_xp": "9",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "26",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rancho2_3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "194",
- "in_store": "1",
- "name": "House V",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "36",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casa5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "7",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "195",
- "in_store": "1",
- "name": "Wall IV",
- "type": "b",
- "cost": "100",
- "cost_type": "s",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "196",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "25",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "900",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "196",
- "in_store": "1",
- "name": "Wall V",
- "type": "b",
- "cost": "225",
- "cost_type": "s",
- "xp": "23",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "34",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muralla5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "197",
- "in_store": "1",
- "name": "Healing Spring",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "54",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "137",
- "min_level": "26",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "curacion",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "4",
- "attack_interval": "15",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "198",
- "in_store": "1",
- "name": "Castle III",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "400",
- "groups": "",
- "trains": "560",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillo333",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "10000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "199",
- "in_store": "3",
- "name": "Fire Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensa6",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "30",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "200",
- "in_store": "1",
- "name": "Carrot Field",
- "type": "b",
- "cost": "500",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "201",
- "display_order": "13",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "28",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granja4",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "201",
- "in_store": "1",
- "name": "Watermelon Field",
- "type": "b",
- "cost": "1100",
- "cost_type": "w",
- "xp": "110",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "32.4",
- "expiration": "0",
- "collect": "45",
- "collect_type": "f",
- "collect_xp": "5",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "34",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granja5",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "202",
- "in_store": "1",
- "name": "Mill IV",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "21600",
- "expiration": "0",
- "collect": "500",
- "collect_type": "f",
- "collect_xp": "17",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "32",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molino4",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":25000}"
- },
- {
- "id": "203",
- "in_store": "1",
- "name": "Gold Mine IV",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "22",
- "activation": "21600",
- "expiration": "0",
- "collect": "500",
- "collect_type": "g",
- "collect_xp": "17",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "38",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaoro4",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":35000}"
- },
- {
- "id": "204",
- "in_store": "1",
- "name": "Stone Mine IV",
- "type": "b",
- "cost": "24000",
- "cost_type": "g",
- "xp": "2400",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "33",
- "activation": "21600",
- "expiration": "0",
- "collect": "550",
- "collect_type": "s",
- "collect_xp": "19",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "41",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedra4",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":45000}"
- },
- {
- "id": "205",
- "in_store": "1",
- "name": "Lumber Mill IV",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "29",
- "activation": "21600",
- "expiration": "0",
- "collect": "600",
- "collect_type": "w",
- "collect_xp": "20",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "35",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserradero4",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":30000}"
- },
- {
- "id": "206",
- "in_store": "0",
- "name": "Crocodile Pit",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "foso",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "207",
- "in_store": "0",
- "name": "Life Tree",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolavatar",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "208",
- "in_store": "0",
- "name": "Guillotine",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "guillotina",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "209",
- "in_store": "0",
- "name": "Prison",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "carcel",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "210",
- "in_store": "0",
- "name": "Water Well",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pozogrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "211",
- "in_store": "0",
- "name": "Burning Mill",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinollamas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "212",
- "in_store": "1",
- "name": "Cathedral",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "569",
- "upgrades_to": "0",
- "display_order": "52",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "133",
- "min_level": "23",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "catedraltorres",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "213",
- "in_store": "1",
- "name": "Mechanics",
- "type": "b",
- "cost": "1200",
- "cost_type": "s",
- "xp": "120",
- "groups": "",
- "trains": "570",
- "upgrades_to": "0",
- "display_order": "56",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "341",
- "min_level": "29",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "academiamecanica",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":17500}"
- },
- {
- "id": "214",
- "in_store": "3",
- "name": "Lightning Tower",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "18",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "electorre",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "2200",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "15",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "215",
- "in_store": "1",
- "name": "Kamikaze Center",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "575",
- "upgrades_to": "0",
- "display_order": "-60",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "19",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricakamikaze",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "216",
- "in_store": "1",
- "name": "Fire Workshop",
- "type": "b",
- "cost": "1600",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "568",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "31",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "workshop5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":25000}"
- },
- {
- "id": "217",
- "in_store": "1",
- "name": "Eagles IV",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "37",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "30",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "eagle4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "218",
- "in_store": "1",
- "name": "Treasure Mine",
- "type": "b",
- "cost": "325",
- "cost_type": "g",
- "xp": "33",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "46",
- "activation": "86400",
- "expiration": "0",
- "collect": "1",
- "collect_type": "t",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "124",
- "min_level": "13",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minatesoro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "219",
- "in_store": "1",
- "name": "Vineyard",
- "type": "b",
- "cost": "2000",
- "cost_type": "w",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "32.4",
- "expiration": "0",
- "collect": "100",
- "collect_type": "f",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "37",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "vinedo",
- "elevation": "4",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "220",
- "in_store": "0",
- "name": "Library",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "40",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "19",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isglesia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "221",
- "in_store": "1",
- "name": "Academy",
- "type": "b",
- "cost": "550",
- "cost_type": "w",
- "xp": "55",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "51",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "21",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "academiagimnasio",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "222",
- "in_store": "1",
- "name": "Minery Academy",
- "type": "b",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "57",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "31",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "academiamina",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "223",
- "in_store": "1",
- "name": "Forestry Academy",
- "type": "b",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "55",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "28",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "academialenador",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "224",
- "in_store": "1",
- "name": "Harbor",
- "type": "b",
- "cost": "300",
- "cost_type": "w",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "38",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muelle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "225",
- "in_store": "1",
- "name": "Sacrifice Altar",
- "type": "b",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "52",
- "activation": "1.08",
- "expiration": "0",
- "collect": "1",
- "collect_type": "sk",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "124",
- "min_level": "22",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "sacrificio",
- "elevation": "4",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "226",
- "in_store": "1",
- "name": "Nursery",
- "type": "b",
- "cost": "1000",
- "cost_type": "w",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "53",
- "activation": "32400",
- "expiration": "0",
- "collect": "1",
- "collect_type": "h",
- "collect_xp": "15",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "123",
- "min_level": "23",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "picaderoanimal",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "227",
- "in_store": "1",
- "name": "Training Stables",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "44",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "123",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "adiestramientocaballos",
- "elevation": "4",
- "unit_capacity": "5",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "228",
- "in_store": "1",
- "name": "Noble Mansion",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "62",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "42",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casalujosa",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "750",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "10",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "229",
- "in_store": "1",
- "name": "Temple",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "49",
- "activation": "172800",
- "expiration": "0",
- "collect": "750",
- "collect_type": "g",
- "collect_xp": "25",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "138",
- "min_level": "18",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "templooro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "230",
- "in_store": "1",
- "name": "Baths",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "42",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "9",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "banyos",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "20",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "231",
- "in_store": "1",
- "name": "Tavern",
- "type": "b",
- "cost": "2200",
- "cost_type": "w",
- "xp": "220",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "59",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "35",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "taberna",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "10",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "232",
- "in_store": "1",
- "name": "Restaurant",
- "type": "b",
- "cost": "28000",
- "cost_type": "g",
- "xp": "2500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "64",
- "activation": "28800",
- "expiration": "0",
- "collect": "570",
- "collect_type": "g",
- "collect_xp": "19",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "138",
- "min_level": "45",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "restaurante",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "233",
- "in_store": "1",
- "name": "Bakery",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "1200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "61",
- "activation": "28800",
- "expiration": "0",
- "collect": "550",
- "collect_type": "f",
- "collect_xp": "19",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "138",
- "min_level": "40",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bakery",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "650",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "234",
- "in_store": "1",
- "name": "Allies Building",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "43",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "111",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aliados",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "235",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "69",
- "activation": "0",
- "expiration": "0",
- "collect": "10",
- "collect_type": "s",
- "collect_xp": "1",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras1",
- "elevation": "1",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "236",
- "in_store": "0",
- "name": "Abandoned Mine",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedracandado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "237",
- "in_store": "0",
- "name": "Healer Prison",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "healersprisioneras",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "238",
- "in_store": "0",
- "name": "Trapped Allies",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aliadosprisioneros",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "239",
- "in_store": "1",
- "name": "Heroes Grave",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "48",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "1211",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "temploresureccion",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "850",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "240",
- "in_store": "0",
- "name": "Chinese House",
- "type": "b",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casachina",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "210",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "241",
- "in_store": "0",
- "name": "Chinese Archery",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "270",
- "groups": "",
- "trains": "577",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueriachina",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "242",
- "in_store": "0",
- "name": "Chinese Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallachina2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "243",
- "in_store": "0",
- "name": "Chinese Tower",
- "type": "b",
- "cost": "4",
- "cost_type": "c",
- "xp": "80",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensachina",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "2300",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "10",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "244",
- "in_store": "0",
- "name": "Bamboo Mill",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "21600",
- "expiration": "0",
- "collect": "500",
- "collect_type": "w",
- "collect_xp": "17",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderochino",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "245",
- "in_store": "0",
- "name": "Chinese Field",
- "type": "b",
- "cost": "1500",
- "cost_type": "w",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "campoarroz",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "7",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "246",
- "in_store": "0",
- "name": "Panda",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "osopanda",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "247",
- "in_store": "0",
- "name": "Geisha",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "210",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "geisha",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "248",
- "in_store": "0",
- "name": "Kite",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "490",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "chinocometa",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "249",
- "in_store": "0",
- "name": "Chinese Temple",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "700",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pagoda",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "250",
- "in_store": "0",
- "name": "Maneki Neko",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "gatochino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "5",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "251",
- "in_store": "0",
- "name": "Noodles",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bolchino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "9",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "252",
- "in_store": "0",
- "name": "Drum",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "tamborchino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "253",
- "in_store": "0",
- "name": "Chinese Tree",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jardinchino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "254",
- "in_store": "0",
- "name": "Dragon",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "dragondorado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "255",
- "in_store": "0",
- "name": "Buddha",
- "type": "b",
- "cost": "35000",
- "cost_type": "g",
- "xp": "3500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "budaoro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "256",
- "in_store": "0",
- "name": "Animals Cage",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "257",
- "in_store": "0",
- "name": "Captured Siege",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "catapultaspresas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "258",
- "in_store": "0",
- "name": "Skeleton",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "96",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "15",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaesqueleto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "259",
- "in_store": "0",
- "name": "Skeleton",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "66",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaesqueleto2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "260",
- "in_store": "0",
- "name": "Stone",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "67",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piedras1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "261",
- "in_store": "3",
- "name": "Saint Basil Basilica",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "13",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "stbasil",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "25",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "262",
- "in_store": "3",
- "name": "Alexandria Library",
- "type": "b",
- "cost": "70",
- "cost_type": "c",
- "xp": "7",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "s",
- "collect_xp": "0",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "21",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bibliotecaalejandria",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "50",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "263",
- "in_store": "3",
- "name": "Stonehenge",
- "type": "b",
- "cost": "60",
- "cost_type": "c",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "21600",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "f",
- "collect_xp": "67",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "18",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "stonehenge",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "264",
- "in_store": "3",
- "name": "Angkor",
- "type": "b",
- "cost": "60",
- "cost_type": "c",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "21600",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "w",
- "collect_xp": "67",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "20",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "angkor",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "265",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "67",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolAzul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "266",
- "in_store": "1",
- "name": "Allies Market",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "45",
- "activation": "86400",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadoaliados",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "267",
- "in_store": "0",
- "name": "Aztec House",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casaazteca",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "210",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "268",
- "in_store": "0",
- "name": "Aztec Quarters",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "480",
- "groups": "",
- "trains": "578",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelazteca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "269",
- "in_store": "0",
- "name": "Aztec Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaazteca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "270",
- "in_store": "0",
- "name": "Aztec Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensaazteca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "2300",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "271",
- "in_store": "0",
- "name": "Aztec Mill",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "450",
- "collect_type": "f",
- "collect_xp": "15",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinoazteca",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "272",
- "in_store": "0",
- "name": "Aztec Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjaazteca",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "7",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "273",
- "in_store": "0",
- "name": "Snake Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturaserpiente",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "274",
- "in_store": "0",
- "name": "Aztec Boss",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jefeazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "275",
- "in_store": "0",
- "name": "Quetzacoatl",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "420",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "quetzacoatl",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "276",
- "in_store": "0",
- "name": "Aztec Ball Field",
- "type": "b",
- "cost": "3",
- "cost_type": "c",
- "xp": "210",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "campoazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "277",
- "in_store": "0",
- "name": "Skull Statue",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturacalavera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "278",
- "in_store": "0",
- "name": "Golden Structure",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturaoro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "18",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "279",
- "in_store": "0",
- "name": "Solar Structure",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturasolar",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "280",
- "in_store": "0",
- "name": "Aztec Calendar",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esculturacalendario",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "281",
- "in_store": "0",
- "name": "Aztec Decoration",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "paredgrabado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "282",
- "in_store": "0",
- "name": "Aztec Temple",
- "type": "b",
- "cost": "30000",
- "cost_type": "g",
- "xp": "3000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "templosacrificio",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "283",
- "in_store": "0",
- "name": "Treasure",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinollamas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "284",
- "in_store": "0",
- "name": "Mineral Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islandbigboss3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "285",
- "in_store": "0",
- "name": "_DEV ACTIVATOR",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "67",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolAzul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "286",
- "in_store": "0",
- "name": "_DEV TREASURE",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "287",
- "in_store": "0",
- "name": "Brazier",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "ag",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "brasero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "288",
- "in_store": "0",
- "name": "Rockdriller Skull",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "71",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "43",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "trofeogusano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "289",
- "in_store": "0",
- "name": "Troll Hall I",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "580",
- "upgrades_to": "321",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "townhalltrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "290",
- "in_store": "2",
- "name": "Troll Farm I",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "310",
- "display_order": "10",
- "activation": "32.4",
- "expiration": "0",
- "collect": "15",
- "collect_type": "f",
- "collect_xp": "1",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjatrol1",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "2",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "291",
- "in_store": "2",
- "name": "Troll Tower I",
- "type": "b",
- "cost": "125",
- "cost_type": "s",
- "xp": "13",
- "groups": "",
- "trains": "0",
- "upgrades_to": "303",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "4",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "292",
- "in_store": "2",
- "name": "Troll Wall I",
- "type": "b",
- "cost": "5",
- "cost_type": "w",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "305",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallatrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "150",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "293",
- "in_store": "0",
- "name": "Asian Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaasian",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "294",
- "in_store": "0",
- "name": "Aztec Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaaztec",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "295",
- "in_store": "0",
- "name": "Civilizated Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islacivilizated",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "296",
- "in_store": "0",
- "name": "Wild Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islawild",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "297",
- "in_store": "0",
- "name": "Conquered Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaxonquered",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "298",
- "in_store": "0",
- "name": "Hero Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islahero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "299",
- "in_store": "1",
- "name": "Zeppelin Tower",
- "type": "b",
- "cost": "3000",
- "cost_type": "w",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "38",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torrezepelin",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "300",
- "in_store": "2",
- "name": "Troll Mill I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "301",
- "display_order": "6",
- "activation": "21600",
- "expiration": "0",
- "collect": "250",
- "collect_type": "f",
- "collect_xp": "9",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinotrol1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "301",
- "in_store": "2",
- "name": "Troll Mill II",
- "type": "b",
- "cost": "0",
- "cost_type": "w",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "302",
- "display_order": "7",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "f",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "11",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinotrol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "250",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "302",
- "in_store": "2",
- "name": "Troll Mill III",
- "type": "b",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "8",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "121",
- "min_level": "23",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinotrol3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "303",
- "in_store": "2",
- "name": "Troll Tower II",
- "type": "b",
- "cost": "250",
- "cost_type": "s",
- "xp": "25",
- "groups": "",
- "trains": "0",
- "upgrades_to": "304",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "304",
- "in_store": "2",
- "name": "Troll Tower III",
- "type": "b",
- "cost": "375",
- "cost_type": "s",
- "xp": "38",
- "groups": "",
- "trains": "0",
- "upgrades_to": "347",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "14",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "305",
- "in_store": "2",
- "name": "Troll Wall II",
- "type": "b",
- "cost": "15",
- "cost_type": "w",
- "xp": "2",
- "groups": "",
- "trains": "0",
- "upgrades_to": "306",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallatrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "306",
- "in_store": "2",
- "name": "Troll Wall III",
- "type": "b",
- "cost": "30",
- "cost_type": "s",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "17",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallatrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "700",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "307",
- "in_store": "2",
- "name": "Troll House I",
- "type": "b",
- "cost": "30",
- "cost_type": "w",
- "xp": "3",
- "groups": "",
- "trains": "0",
- "upgrades_to": "308",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casatrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "180",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "308",
- "in_store": "2",
- "name": "Troll House II",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "309",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casatrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "309",
- "in_store": "2",
- "name": "Troll House III",
- "type": "b",
- "cost": "120",
- "cost_type": "w",
- "xp": "12",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "11",
- "subcat_functional": "111",
- "min_level": "19",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casatrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "220",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "310",
- "in_store": "2",
- "name": "Troll Farm II",
- "type": "b",
- "cost": "120",
- "cost_type": "w",
- "xp": "12",
- "groups": "",
- "trains": "0",
- "upgrades_to": "311",
- "display_order": "11",
- "activation": "32.4",
- "expiration": "0",
- "collect": "25",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "9",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjatrol2",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "311",
- "in_store": "2",
- "name": "Troll Farm III",
- "type": "b",
- "cost": "180",
- "cost_type": "w",
- "xp": "18",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "3",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "122",
- "min_level": "21",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjatrol3",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "312",
- "in_store": "2",
- "name": "Troll Lumber Mill I",
- "type": "b",
- "cost": "50",
- "cost_type": "w",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "313",
- "display_order": "26",
- "activation": "21600",
- "expiration": "0",
- "collect": "200",
- "collect_type": "w",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "5",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderotrol1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "313",
- "in_store": "2",
- "name": "Troll Lumber Mill II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "314",
- "display_order": "27",
- "activation": "21600",
- "expiration": "0",
- "collect": "350",
- "collect_type": "w",
- "collect_xp": "12",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "15",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderotrol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "314",
- "in_store": "2",
- "name": "Troll Lumber Mill III",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "28",
- "activation": "21600",
- "expiration": "0",
- "collect": "450",
- "collect_type": "w",
- "collect_xp": "15",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "27",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderotrol3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "315",
- "in_store": "2",
- "name": "Troll Gold Mine I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "316",
- "display_order": "19",
- "activation": "21600",
- "expiration": "0",
- "collect": "200",
- "collect_type": "g",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "4",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaorotrol1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "316",
- "in_store": "2",
- "name": "Troll Gold Mine II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "317",
- "display_order": "20",
- "activation": "21600",
- "expiration": "0",
- "collect": "275",
- "collect_type": "g",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "13",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaorotrol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "317",
- "in_store": "2",
- "name": "Troll Gold Mine III",
- "type": "b",
- "cost": "4500",
- "cost_type": "g",
- "xp": "450",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "21600",
- "expiration": "0",
- "collect": "350",
- "collect_type": "g",
- "collect_xp": "12",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "24",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minaorotrol3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "318",
- "in_store": "2",
- "name": "Troll Stone Mine I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "319",
- "display_order": "30",
- "activation": "21600",
- "expiration": "0",
- "collect": "175",
- "collect_type": "s",
- "collect_xp": "6",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "6",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedratrol1",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "319",
- "in_store": "2",
- "name": "Troll Stone Mine II",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "320",
- "display_order": "31",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "s",
- "collect_xp": "10",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "17",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedratrol2",
- "elevation": "4",
- "unit_capacity": "4",
- "attack": "0",
- "defense": "1",
- "life": "240",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "320",
- "in_store": "2",
- "name": "Troll Stone Mine III",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "32",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "s",
- "collect_xp": "14",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "124",
- "min_level": "29",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedratrol3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "321",
- "in_store": "0",
- "name": "Troll Hall II",
- "type": "b",
- "cost": "3500",
- "cost_type": "g",
- "xp": "350",
- "groups": "",
- "trains": "580",
- "upgrades_to": "322",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "townhalltrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "322",
- "in_store": "0",
- "name": "Troll Hall III",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "",
- "trains": "580",
- "upgrades_to": "0",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "townhalltrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "323",
- "in_store": "2",
- "name": "Troll Castle I",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "592",
- "upgrades_to": "324",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillotrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "324",
- "in_store": "2",
- "name": "Troll Castle II",
- "type": "b",
- "cost": "25",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "591",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillotrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "8000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "325",
- "in_store": "2",
- "name": "Coliseum",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "coliseumtrol",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "326",
- "in_store": "2",
- "name": "Barracks 3",
- "type": "b",
- "cost": "425",
- "cost_type": "w",
- "xp": "43",
- "groups": "",
- "trains": "595",
- "upgrades_to": "330",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "12",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "327",
- "in_store": "2",
- "name": "Barracks 6",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "600",
- "upgrades_to": "0",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "24",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "328",
- "in_store": "2",
- "name": "Archery 2",
- "type": "b",
- "cost": "500",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "598",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "311",
- "min_level": "14",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "329",
- "in_store": "2",
- "name": "Archery 1",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "589",
- "upgrades_to": "328",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "311",
- "min_level": "4",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "330",
- "in_store": "2",
- "name": "Barracks 4",
- "type": "b",
- "cost": "650",
- "cost_type": "w",
- "xp": "65",
- "groups": "",
- "trains": "596",
- "upgrades_to": "332",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "18",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "331",
- "in_store": "2",
- "name": "Boar Stable",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "599",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol6",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "332",
- "in_store": "2",
- "name": "Barracks 5",
- "type": "b",
- "cost": "2750",
- "cost_type": "g",
- "xp": "275",
- "groups": "",
- "trains": "597",
- "upgrades_to": "327",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "20",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol7",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "725",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "333",
- "in_store": "2",
- "name": "Barracks 1",
- "type": "b",
- "cost": "125",
- "cost_type": "w",
- "xp": "13",
- "groups": "",
- "trains": "593",
- "upgrades_to": "334",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol8",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "350",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "334",
- "in_store": "2",
- "name": "Barracks 2",
- "type": "b",
- "cost": "300",
- "cost_type": "w",
- "xp": "30",
- "groups": "",
- "trains": "594",
- "upgrades_to": "326",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "6",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrol9",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "335",
- "in_store": "2",
- "name": "Troll Market I",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "345",
- "display_order": "23",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "5",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadotrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "336",
- "in_store": "2",
- "name": "Workshop I",
- "type": "b",
- "cost": "200",
- "cost_type": "w",
- "xp": "20",
- "groups": "",
- "trains": "585",
- "upgrades_to": "337",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaarietetrol1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "420",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "337",
- "in_store": "2",
- "name": "Workshop II",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "586",
- "upgrades_to": "338",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaarietetrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "450",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "338",
- "in_store": "2",
- "name": "Workshop III",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "60",
- "groups": "",
- "trains": "587",
- "upgrades_to": "339",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "22",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaarietetrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "339",
- "in_store": "2",
- "name": "Workshop IV",
- "type": "b",
- "cost": "800",
- "cost_type": "w",
- "xp": "80",
- "groups": "",
- "trains": "588",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "26",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricaarietetrol4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "340",
- "in_store": "2",
- "name": "Boar Ranch I",
- "type": "b",
- "cost": "60",
- "cost_type": "w",
- "xp": "6",
- "groups": "",
- "trains": "0",
- "upgrades_to": "341",
- "display_order": "16",
- "activation": "90",
- "expiration": "0",
- "collect": "100",
- "collect_type": "f",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "2",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ranchojabali",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "341",
- "in_store": "2",
- "name": "Boar Ranch II",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "60",
- "groups": "",
- "trains": "0",
- "upgrades_to": "342",
- "display_order": "17",
- "activation": "90",
- "expiration": "0",
- "collect": "150",
- "collect_type": "f",
- "collect_xp": "5",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "14",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ranchojabali2",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "342",
- "in_store": "2",
- "name": "Boar Ranch III",
- "type": "b",
- "cost": "5000",
- "cost_type": "w",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "90",
- "expiration": "0",
- "collect": "200",
- "collect_type": "f",
- "collect_xp": "7",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "24",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ranchojabali3",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "343",
- "in_store": "2",
- "name": "Troll Harbour",
- "type": "b",
- "cost": "300",
- "cost_type": "w",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "38",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muelle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "344",
- "in_store": "2",
- "name": "Troll Zeppelin",
- "type": "b",
- "cost": "3000",
- "cost_type": "w",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "38",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torrezepelin",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "345",
- "in_store": "2",
- "name": "Troll Market II",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "346",
- "display_order": "24",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadotrol2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "346",
- "in_store": "2",
- "name": "Troll Market III",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "25",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "132",
- "min_level": "25",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadotrol3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "347",
- "in_store": "2",
- "name": "Troll Tower IV",
- "type": "b",
- "cost": "500",
- "cost_type": "s",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "348",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "23",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "900",
- "velocity": "0",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "348",
- "in_store": "2",
- "name": "Troll Tower V",
- "type": "b",
- "cost": "625",
- "cost_type": "s",
- "xp": "63",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "33",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensatrol5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "1100",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "349",
- "in_store": "2",
- "name": "Troll Eagles I",
- "type": "b",
- "cost": "100",
- "cost_type": "w",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "350",
- "display_order": "34",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "7",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguilacasa1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "350",
- "in_store": "2",
- "name": "Troll Eagles II",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "351",
- "display_order": "35",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "16",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguilacasa2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "351",
- "in_store": "2",
- "name": "Troll Eagles III",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "36",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "136",
- "min_level": "30",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aguilacasa3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "352",
- "in_store": "2",
- "name": "Allies Market",
- "type": "b",
- "cost": "350",
- "cost_type": "w",
- "xp": "35",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "45",
- "activation": "86400",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mercadoaliadostrol",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "353",
- "in_store": "2",
- "name": "Troll Statue",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuatrol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "354",
- "in_store": "2",
- "name": "Troll Statue",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuatrol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "355",
- "in_store": "2",
- "name": "Troll Statue",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuatrol3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "356",
- "in_store": "2",
- "name": "Troll Bathroom",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "retretetrol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "357",
- "in_store": "0",
- "name": "Troll Deco 5",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "358",
- "in_store": "0",
- "name": "Troll Deco 6",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "359",
- "in_store": "0",
- "name": "Troll Deco 7",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "360",
- "in_store": "0",
- "name": "Troll Deco 8",
- "type": "b",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaSoldado1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "361",
- "in_store": "0",
- "name": "Allies Building",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "43",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "111",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aliados",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "362",
- "in_store": "2",
- "name": "Voodoo Lounge",
- "type": "b",
- "cost": "400",
- "cost_type": "w",
- "xp": "40",
- "groups": "",
- "trains": "590",
- "upgrades_to": "0",
- "display_order": "50",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "133",
- "min_level": "19",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "chamanahouse",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "363",
- "in_store": "3",
- "name": "Babylon Gardens",
- "type": "b",
- "cost": "70",
- "cost_type": "c",
- "xp": "7",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "23",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jardinbabilonia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "50",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "364",
- "in_store": "0",
- "name": "Prisoner Archers",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "365",
- "in_store": "0",
- "name": "Kidnapped Units",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "366",
- "in_store": "1",
- "name": "Odin Statue",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "48",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaataque",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "367",
- "in_store": "0",
- "name": "Trapped Allies",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "82",
- "activation": "0",
- "expiration": "0",
- "collect": "250",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "0",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "368",
- "in_store": "0",
- "name": "Captured Siege",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jaulaanimal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "369",
- "in_store": "1",
- "name": "Oil Tower",
- "type": "b",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "4",
- "giftable": "0",
- "img_name": "oiltower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "70",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "370",
- "in_store": "1",
- "name": "Elephant Stables",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "500",
- "groups": "",
- "trains": "603",
- "upgrades_to": "0",
- "display_order": "13",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "311",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ranchoelefantes",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "371",
- "in_store": "1",
- "name": "Tower Workshop",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "",
- "trains": "602",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "311",
- "min_level": "22",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fabricatorremovil",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "372",
- "in_store": "2",
- "name": "Rhino Stables",
- "type": "b",
- "cost": "600",
- "cost_type": "g",
- "xp": "60",
- "groups": "",
- "trains": "601",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "311",
- "min_level": "17",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barrakatrolrino",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "373",
- "in_store": "3",
- "name": "Weather Machine",
- "type": "b",
- "cost": "3500",
- "cost_type": "g",
- "xp": "350",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "139",
- "min_level": "34",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "maquinatiempo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "750",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "374",
- "in_store": "0",
- "name": "Viking Quarters",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "360",
- "groups": "",
- "trains": "606",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracavikinga",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "375",
- "in_store": "0",
- "name": "Viking Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallavikinga",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "376",
- "in_store": "0",
- "name": "Viking Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensavikinga",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "2300",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "377",
- "in_store": "0",
- "name": "Viking Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjavikinga",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "378",
- "in_store": "0",
- "name": "Viking Mine",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "s",
- "collect_xp": "10",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minavikinga",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "379",
- "in_store": "0",
- "name": "Viking Statue",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuavikinga1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "380",
- "in_store": "0",
- "name": "Viking Statue",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuavikinga2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "381",
- "in_store": "0",
- "name": "Viking Ship",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barcovikingo1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "382",
- "in_store": "0",
- "name": "Viking Ship",
- "type": "b",
- "cost": "12000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barcovikingo2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "383",
- "in_store": "0",
- "name": "Viking Mistress",
- "type": "b",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "vikingagordita",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "384",
- "in_store": "3",
- "name": "Ice Tower",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torrehielo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "2200",
- "velocity": "0",
- "attack_range": "14",
- "attack_interval": "75",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "385",
- "in_store": "2",
- "name": "Barracks Drummer",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "120",
- "groups": "",
- "trains": "604",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "311",
- "min_level": "16",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bongotrolhouse",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "386",
- "in_store": "2",
- "name": "Barracks Boulder",
- "type": "b",
- "cost": "14",
- "cost_type": "c",
- "xp": "140",
- "groups": "",
- "trains": "605",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "311",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracalanzapiedras",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "387",
- "in_store": "1",
- "name": "Recruitment Prize",
- "type": "b",
- "cost": "50",
- "cost_type": "w",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "44",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "11",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "sorpresa2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "750",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "388",
- "in_store": "0",
- "name": "Viking Axe Quarters",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "360",
- "groups": "",
- "trains": "607",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracavikingolanzahachas",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "389",
- "in_store": "1",
- "name": "Round Table",
- "type": "b",
- "cost": "100",
- "cost_type": "s",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "44",
- "activation": "86400",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "7",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mesaredonda",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "390",
- "in_store": "1",
- "name": "Barracks V",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "608",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "37",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracainfanteria5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":50000}"
- },
- {
- "id": "391",
- "in_store": "1",
- "name": "Archery V",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "609",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "32",
- "subcat_functional": "321",
- "min_level": "42",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueria5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":75000}"
- },
- {
- "id": "392",
- "in_store": "1",
- "name": "Stables V",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "610",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "33",
- "subcat_functional": "331",
- "min_level": "46",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "establo5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "550",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": "{\"cost\":100000}"
- },
- {
- "id": "393",
- "in_store": "0",
- "name": "Anubis Temple",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "540",
- "groups": "",
- "trains": "612",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelegipcio1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "394",
- "in_store": "0",
- "name": "Egyptian Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaegipcia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "395",
- "in_store": "0",
- "name": "Egyptian Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensaegipcia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "2350",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "396",
- "in_store": "0",
- "name": "Egyptian Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjaegipcia",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "397",
- "in_store": "0",
- "name": "Egyptian Mine",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "300",
- "collect_type": "g",
- "collect_xp": "10",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "minapiedraegipcia",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "398",
- "in_store": "0",
- "name": "Cleopatra",
- "type": "b",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cleopatra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "399",
- "in_store": "0",
- "name": "Camel",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "camello",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "400",
- "in_store": "0",
- "name": "Anubis Statue",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "19",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "anubis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "401",
- "in_store": "0",
- "name": "Cat Statue",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "bastet",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "402",
- "in_store": "0",
- "name": "Ra Statue",
- "type": "b",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "diosre",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "403",
- "in_store": "0",
- "name": "Sphynx",
- "type": "b",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esfinge",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "404",
- "in_store": "0",
- "name": "Goat Sphynx",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "17",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esfingecabra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "405",
- "in_store": "0",
- "name": "Ra Sphynx",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esfingere",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "406",
- "in_store": "0",
- "name": "Anubis Statue",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "perrodorado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "407",
- "in_store": "0",
- "name": "Black Anubis",
- "type": "b",
- "cost": "8000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "perronegro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "408",
- "in_store": "0",
- "name": "Pharaoh",
- "type": "b",
- "cost": "4",
- "cost_type": "c",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "21",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pharaoh",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "409",
- "in_store": "0",
- "name": "Egyptian Quarters",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "613",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelegipcio2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "410",
- "in_store": "0",
- "name": "Camel Stables",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "360",
- "groups": "",
- "trains": "614",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelcamellos",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "411",
- "in_store": "0",
- "name": "Egyptian House",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casaegipcia",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "412",
- "in_store": "0",
- "name": "Golden Hall",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "4",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "26",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "35",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "townhalloro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "8000",
- "velocity": "0",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "413",
- "in_store": "0",
- "name": "Golden Tower",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "6",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torreoro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "2350",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "414",
- "in_store": "0",
- "name": "Golden Castle",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "508",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "castillooro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "415",
- "in_store": "1",
- "name": "Mummy Pyramid",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "500",
- "groups": "",
- "trains": "615",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramidemomia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "416",
- "in_store": "1",
- "name": "Wizardry Academy",
- "type": "b",
- "cost": "150",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "43",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "35",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casamagia",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "417",
- "in_store": "0",
- "name": "Hermit",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "ermitanoatlantida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "418",
- "in_store": "0",
- "name": "Dolphin Fountain",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuentedelfinesatlantida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "419",
- "in_store": "0",
- "name": "Leviathan",
- "type": "b",
- "cost": "2",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "leviatanatlantida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "420",
- "in_store": "0",
- "name": "Atlantis Decoration",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "peceraatlante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "421",
- "in_store": "0",
- "name": "Atlantis Quarters",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "619",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelatlantida2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "422",
- "in_store": "0",
- "name": "Atlantis Archery",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "620",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelatlantida",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "423",
- "in_store": "0",
- "name": "Crab Stables",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "621",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelcangrejoatlantis",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "424",
- "in_store": "0",
- "name": "Seahorse Stables",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "350",
- "groups": "",
- "trains": "622",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cuartelcaballito",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "425",
- "in_store": "0",
- "name": "Atlantis Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "11",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaatlantis",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "426",
- "in_store": "0",
- "name": "Atlantis Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensaatlantis",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "2400",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "427",
- "in_store": "0",
- "name": "Atlantis Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "campoatlantis",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "428",
- "in_store": "0",
- "name": "Atlantis Mill",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "500",
- "collect_type": "f",
- "collect_xp": "17",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "molinoatlantida",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "429",
- "in_store": "1",
- "name": "Water Tower",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "7",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "4",
- "giftable": "0",
- "img_name": "torreagua",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "3",
- "defense": "1",
- "life": "2400",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "40",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "430",
- "in_store": "1",
- "name": "Neptune's Palace",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "500",
- "groups": "",
- "trains": "623",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "palacioneptuno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "431",
- "in_store": "0",
- "name": "Misty Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamisty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "432",
- "in_store": "0",
- "name": "Dune Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladune",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "433",
- "in_store": "0",
- "name": "Mythical Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamythical",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "434",
- "in_store": "0",
- "name": "Huge Egg",
- "type": "b",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "huevogrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "435",
- "in_store": "0",
- "name": "Dangerous Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "436",
- "in_store": "0",
- "name": "Nest Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islanest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "437",
- "in_store": "0",
- "name": "Huge Egg",
- "type": "b",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "411",
- "min_level": "25",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "huevogrande2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "438",
- "in_store": "0",
- "name": "Elf Life Tree",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbolvidaelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "439",
- "in_store": "0",
- "name": "Elf Gazebo",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cupulaverde",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "440",
- "in_store": "0",
- "name": "Elf Hero Statue",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "estatuaelfa",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "441",
- "in_store": "0",
- "name": "Elf Fountain",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuenteelfica",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "442",
- "in_store": "0",
- "name": "Elf Barracks",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "626",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracaelfaespada",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "443",
- "in_store": "0",
- "name": "Elf Archer",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "627",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracaarqueroelfo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "444",
- "in_store": "0",
- "name": "Druids' Council",
- "type": "b",
- "cost": "12",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "628",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracamagoelfo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "445",
- "in_store": "0",
- "name": "Elf Stables",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "629",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracatigre",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "446",
- "in_store": "0",
- "name": "Elf Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaelfa",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1300",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "447",
- "in_store": "0",
- "name": "Elf Tower",
- "type": "b",
- "cost": "8",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torreelfa",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "2450",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "448",
- "in_store": "0",
- "name": "Elf Field",
- "type": "b",
- "cost": "1400",
- "cost_type": "w",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "35",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "granjaelfa",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "449",
- "in_store": "0",
- "name": "Elf Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "w",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aserraderoelfo",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "450",
- "in_store": "1",
- "name": "Elf House",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-330",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "casaelfa",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "210",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "451",
- "in_store": "0",
- "name": "Elf Eagle Aviary",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pajaroelfo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "465",
- "in_store": "0",
- "name": "Royal Barrack",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "450",
- "groups": "",
- "trains": "632",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "barracaelfo2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "466",
- "in_store": "0",
- "name": "Druid's Hut",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "628",
- "upgrades_to": "0",
- "display_order": "14",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "466_barraca_druida",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "467",
- "in_store": "0",
- "name": "Royal Archery",
- "type": "b",
- "cost": "16",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "633",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "467_barraca_arquero",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "468",
- "in_store": "0",
- "name": "Elf Workshop",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "400",
- "groups": "",
- "trains": "634",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "468_barraca_ballista",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "469",
- "in_store": "1",
- "name": "Fortress",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "211",
- "min_level": "32",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "469_fortaleza",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "35",
- "defense": "1",
- "life": "15000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "470",
- "in_store": "1",
- "name": "Great Church",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "350",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "4",
- "activation": "0",
- "expiration": "0",
- "collect": "600",
- "collect_type": "g",
- "collect_xp": "20",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "139",
- "min_level": "15",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "470_maravilla",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "10",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "471",
- "in_store": "1",
- "name": "Ent Barrack",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "450",
- "groups": "",
- "trains": "635",
- "upgrades_to": "0",
- "display_order": "-3400",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "471_barraca_ent",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "472",
- "in_store": "0",
- "name": "Black Castle",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "563",
- "upgrades_to": "0",
- "display_order": "18",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "231",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "472_castillo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "4000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "473",
- "in_store": "1",
- "name": "Infernal Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-310",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "muroinfernal",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "474",
- "in_store": "0",
- "name": "Infernal Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "torredefensainferno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "2500",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "475",
- "in_store": "0",
- "name": "Infernal Field",
- "type": "b",
- "cost": "1500",
- "cost_type": "w",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "12",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "huertoinfernal",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "476",
- "in_store": "0",
- "name": "Infernal Barracks",
- "type": "b",
- "cost": "18",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "644",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteriainferno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "477",
- "in_store": "1",
- "name": "Infernal Quarters",
- "type": "b",
- "cost": "12000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "645",
- "upgrades_to": "0",
- "display_order": "-1300",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "infanteriainferno2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "478",
- "in_store": "0",
- "name": "Infernal Archery",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "646",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arqueriainferno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "479",
- "in_store": "0",
- "name": "Infernal Stables",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "647",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "edificiohellhound",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "480",
- "in_store": "0",
- "name": "Torch",
- "type": "b",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "antorchainfernal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "481",
- "in_store": "0",
- "name": "Bleeding Sculpture",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "faunosangrante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "482",
- "in_store": "0",
- "name": "Magma Fountain",
- "type": "b",
- "cost": "10",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "fuentemagma",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "483",
- "in_store": "0",
- "name": "Infernal Sculpture",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "jardininferno",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "484",
- "in_store": "0",
- "name": "Infernal Halberdiery",
- "type": "b",
- "cost": "14",
- "cost_type": "c",
- "xp": "550",
- "groups": "",
- "trains": "648",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "edificioalabardainferno",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "485",
- "in_store": "1",
- "name": "Infernal Headquarters",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "654",
- "upgrades_to": "0",
- "display_order": "-3600",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "321",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "485_barraca",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "486",
- "in_store": "1",
- "name": "Graveyard",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "486_cementerio",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "487",
- "in_store": "0",
- "name": "Chinese Festival",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "487_festivalchino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "488",
- "in_store": "0",
- "name": "Stolen Fireworks",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "488_fuegoartificial",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "489",
- "in_store": "0",
- "name": "Golem Headquarters",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "refugio2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "490",
- "in_store": "0",
- "name": "Viking Festival",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "490_festivalvikingo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "491",
- "in_store": "0",
- "name": "Stolen Beer",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "491_cerveza",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "492",
- "in_store": "0",
- "name": "Black Yeti Cave",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "492_cuevayeti",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "493",
- "in_store": "0",
- "name": "Tl\u00e1loc Altar",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "493_altar",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "494",
- "in_store": "0",
- "name": "Aztec Lamb",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "494_ovejaazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "495",
- "in_store": "0",
- "name": "Viper Nest",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "495_nidoserpiente",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "496",
- "in_store": "0",
- "name": "Demonic Sculpture",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "496_demonic",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "497",
- "in_store": "0",
- "name": "Tree of Life",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "497_arbol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "498",
- "in_store": "0",
- "name": "Power Gem",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "powergem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "499",
- "in_store": "0",
- "name": "Sarcophagus",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "499_sarcofago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "500",
- "in_store": "0",
- "name": "Villager I",
- "type": "u",
- "cost": "50",
- "cost_type": "f",
- "xp": "5",
- "groups": "worker",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "71",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "aldeanohombre",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "501",
- "in_store": "0",
- "name": "Villager I",
- "type": "u",
- "cost": "50",
- "cost_type": "f",
- "xp": "5",
- "groups": "worker",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "71",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "aldeanamujer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "502",
- "in_store": "0",
- "name": "Healer",
- "type": "u",
- "cost": "250",
- "cost_type": "g",
- "xp": "25",
- "groups": "healer",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "curandera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "120",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Now your army can be healed during a battle!",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "503",
- "in_store": "0",
- "name": "Settler",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "86",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "73",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "colonizador",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "30",
- "velocity": "3",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "504",
- "in_store": "0",
- "name": "Cow",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "cow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "74",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "vaca1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "12",
- "velocity": "3",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "505",
- "in_store": "0",
- "name": "Sheep",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "sheep",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "88",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "75",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "oveja1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "7",
- "velocity": "3",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "506",
- "in_store": "0",
- "name": "Ally Cart",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "cart",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "89",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "76",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "carretacaballo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "507",
- "in_store": "0",
- "name": "Elite Swordsman",
- "type": "u",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillo1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "110",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Use this Elite Swordsman as a leader of your Elite Army!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "508",
- "in_store": "0",
- "name": "Elite Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillo2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "150",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Lead your army to a glorious battle with this powerful unit!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "509",
- "in_store": "0",
- "name": "Spearman",
- "type": "u",
- "cost": "30",
- "cost_type": "g",
- "xp": "3",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "infanteriaunidad1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "8",
- "defense": "1",
- "life": "40",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "2",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Every Troll should meet personally the Spearman's Pike!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "510",
- "in_store": "0",
- "name": "Swordsman",
- "type": "u",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "infanteriaunidad2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "45",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "9",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "With its sharp sword this unit can help you in battles!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "511",
- "in_store": "0",
- "name": "Long Swordsman",
- "type": "u",
- "cost": "90",
- "cost_type": "g",
- "xp": "9",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "94",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "infanteriaunidad3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "55",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "18",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "He's even more deadly than his predecessors!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "512",
- "in_store": "0",
- "name": "Light Knight",
- "type": "u",
- "cost": "75",
- "cost_type": "g",
- "xp": "8",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "3",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "caballo1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "60",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "6",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Use a Light Knight for a Troll fight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "513",
- "in_store": "0",
- "name": "Medium Knight",
- "type": "u",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "96",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "caballo2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "13",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "A Medium Knight should never be left out of sight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "514",
- "in_store": "0",
- "name": "Heavy Knight",
- "type": "u",
- "cost": "225",
- "cost_type": "g",
- "xp": "23",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "caballo3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "140",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "27",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "A Heavy Knight should be used in a Heavy Fight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "515",
- "in_store": "0",
- "name": "Medium Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballoarquero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "7",
- "defense": "1",
- "life": "140",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "The arrows of this unit keep the trolls away from your empire!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "516",
- "in_store": "0",
- "name": "Light Archer",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "99",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "arquero1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "30",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "4",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "You have the Light Archer! It's time for Troll destruction!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "517",
- "in_store": "0",
- "name": "Medium Archer",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "4",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "arquero2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "7",
- "defense": "1",
- "life": "35",
- "velocity": "3",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "11",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "You have a Medium Archer! Your army is getting stronger!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "518",
- "in_store": "0",
- "name": "Heavy Archer",
- "type": "u",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "101",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "arquero3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "40",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "24",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "I'm the Heavy Archer who will serve you loyally in battles!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "519",
- "in_store": "0",
- "name": "Ram",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "102",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "4",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "ariete1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "75",
- "new_item": "0",
- "population": "2",
- "gift_level": "21",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "The Ram will help you tear down all the wall of your enemies!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "520",
- "in_store": "0",
- "name": "Scorpion",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "103",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "ariete2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "40",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "30",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Add a Scorpion when you gether your troops agains the trolls!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "521",
- "in_store": "0",
- "name": "Catapult",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "104",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ariete3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "10",
- "attack_interval": "175",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Catapult is your solution againt the deadly towers!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "522",
- "in_store": "0",
- "name": "Cannon",
- "type": "u",
- "cost": "600",
- "cost_type": "g",
- "xp": "60",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "105",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ariete4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "11",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Cannon is a perfect weapon to bring down your enemy's towers!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "523",
- "in_store": "0",
- "name": "Wolf",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "106",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "82",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "lobo1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "524",
- "in_store": "0",
- "name": "Elephant",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "107",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "82",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "animal2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "525",
- "in_store": "2",
- "name": "Small Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "108",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "35",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "50",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "526",
- "in_store": "2",
- "name": "Devious Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "109",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "50",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "45",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "527",
- "in_store": "2",
- "name": "Big Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "528",
- "in_store": "2",
- "name": "Battle Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "529",
- "in_store": "2",
- "name": "War Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "200",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "530",
- "in_store": "2",
- "name": "Axethrower",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol6",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "11",
- "defense": "1",
- "life": "125",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "531",
- "in_store": "2",
- "name": "Boar Rider",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol7",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "532",
- "in_store": "0",
- "name": "Rehabbed Troll",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "117",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "1",
- "img_name": "trol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "35",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "50",
- "new_item": "0",
- "population": "1",
- "gift_level": "15",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Accept this Rehabbed Troll! He will serve you loyally!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "533",
- "in_store": "0",
- "name": "Warrior Princess",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "xena",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "300",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Who said women cannot fight? Test the power of Warrior Princess!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "534",
- "in_store": "0",
- "name": "Prince Arthur",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "princearthur",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "300",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Prince Arthur will lead you army into glorious victories!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "535",
- "in_store": "0",
- "name": "Ranger",
- "type": "u",
- "cost": "250",
- "cost_type": "g",
- "xp": "25",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "101",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ranger",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "150",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "With a Ranger on your side you can meet any danger on your way!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "536",
- "in_store": "0",
- "name": "Nice Troll",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol3bueno",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "250",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "40",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "There's nothing nicer than a Nice Troll! Accept him in your empire!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "537",
- "in_store": "0",
- "name": "Stone Golem",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "stonegolem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "200",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "538",
- "in_store": "0",
- "name": "Stone Golem",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bigboss1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "6500",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "60",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "539",
- "in_store": "0",
- "name": "Powerful Swordsman",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "94",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infanteriaunidad4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "175",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "The Powerful Swordsman guarantees a Powerful Army!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "540",
- "in_store": "0",
- "name": "Powerful Archer",
- "type": "u",
- "cost": "450",
- "cost_type": "g",
- "xp": "45",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "101",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquero4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "150",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Try the deadly arrows of the Powreful Archer against the trolls!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "541",
- "in_store": "0",
- "name": "Powerful Knight",
- "type": "u",
- "cost": "550",
- "cost_type": "g",
- "xp": "55",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballo4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "225",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "A Powerful Knight best fits a merciless fight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "542",
- "in_store": "0",
- "name": "Ship",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ship",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "1000",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "543",
- "in_store": "0",
- "name": "Eagle",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "86",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "eagle",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "200",
- "velocity": "10",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "1",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "544",
- "in_store": "0",
- "name": "Yeti",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "yetipequeno",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "200",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "545",
- "in_store": "0",
- "name": "Giant Yeti",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bigboss2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "15000",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "60",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "546",
- "in_store": "0",
- "name": "Penguin",
- "type": "u",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "pinguino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "8",
- "defense": "1",
- "life": "50",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "This Penguin is cute and also deadly!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "547",
- "in_store": "2",
- "name": "Ravager Troll",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "300",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "548",
- "in_store": "1",
- "name": "Octopus",
- "type": "u",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "pulpo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "549",
- "in_store": "1",
- "name": "Kraken",
- "type": "u",
- "cost": "60",
- "cost_type": "g",
- "xp": "6",
- "groups": "melee medium slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "kraken",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "100",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "550",
- "in_store": "0",
- "name": "Wizard",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Never underestimate the Wizard! He can unleash deadly powers!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "551",
- "in_store": "0",
- "name": "Axethrower",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol6",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "11",
- "defense": "1",
- "life": "125",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Axethrower is a unit you want as an ally and not an enemy!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "552",
- "in_store": "0",
- "name": "War Troll",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "200",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "War Troll is someone you should be afraid of!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "553",
- "in_store": "0",
- "name": "Wizard",
- "type": "u",
- "cost": "35000",
- "cost_type": "g",
- "xp": "300",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Use the Wizard wisely and with caution!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "554",
- "in_store": "0",
- "name": "Valkyrie",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "18",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "valkiria",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "400",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "7",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Use the healing powers of the beautiful Valkyrie, the nordic warrior.",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "555",
- "in_store": "0",
- "name": "Willy Wallace",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "wallace",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "450",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "8",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "They will never take our freedom with brave-hearted William Wallace!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "556",
- "in_store": "0",
- "name": "Thor",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "24",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "thor",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "500",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "9",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Feel the divine strengh of Thor's hammer! He always nails it!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "557",
- "in_store": "0",
- "name": "High Elf",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "27",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "375",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "9",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "558",
- "in_store": "1",
- "name": "Skeleton",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "559",
- "in_store": "1",
- "name": "Skeleton",
- "type": "u",
- "cost": "400",
- "cost_type": "g",
- "xp": "40",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "560",
- "in_store": "0",
- "name": "Elite Master Knight",
- "type": "u",
- "cost": "600",
- "cost_type": "g",
- "xp": "60",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillo3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "300",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Elite Master Knight has the cooler armor of all knights. And it's heavy!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "561",
- "in_store": "0",
- "name": "Fly",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "pet",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "87",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "fly",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "562",
- "in_store": "0",
- "name": "Mishy",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "pet",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "87",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "kuki",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "563",
- "in_store": "0",
- "name": "Skeleton",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "564",
- "in_store": "0",
- "name": "Ravager Troll",
- "type": "u",
- "cost": "150",
- "cost_type": "g",
- "xp": "15",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "300",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "565",
- "in_store": "0",
- "name": "High Elf",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "375",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "566",
- "in_store": "0",
- "name": "Rockdriller",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "snake",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "rockdriller",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "10000",
- "velocity": "12",
- "attack_range": "20",
- "attack_interval": "25",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "567",
- "in_store": "0",
- "name": "Sanddriller",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "gusanito",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "10000",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "568",
- "in_store": "0",
- "name": "Fire Cannon",
- "type": "u",
- "cost": "750",
- "cost_type": "g",
- "xp": "75",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "105",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "ariete5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "90",
- "defense": "1",
- "life": "60",
- "velocity": "3",
- "attack_range": "11",
- "attack_interval": "150",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Bomb your enemies with the power of powder... Fire the Fire Cannon, sir!",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "569",
- "in_store": "0",
- "name": "Monk",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "support slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "obispo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "60",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "The wise Monk will convert your enemies during battles. He is really convincing!",
- "units_limit": "4",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "570",
- "in_store": "0",
- "name": "Engineer",
- "type": "u",
- "cost": "350",
- "cost_type": "g",
- "xp": "35",
- "groups": "support normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "mecanico",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "150",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "15",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Repair your war machines with the Engineer: he also can assemble an IKEA cupboard!",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "571",
- "in_store": "0",
- "name": "Horse",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "horse",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "88",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballosalvaje",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "12",
- "velocity": "5",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "572",
- "in_store": "0",
- "name": "Light Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballoarquero1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "120",
- "velocity": "5",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Light Archer knight is deadly combination of speed and rage!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "573",
- "in_store": "0",
- "name": "Heavy Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerocaballo3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "160",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Trained as an Archer and a Knight! It's the unit you need in a fight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "574",
- "in_store": "0",
- "name": "Powerful Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "ranger small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerocaballo4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "180",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "It' is the best unit on a horse you'll find!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "575",
- "in_store": "0",
- "name": "Kamikaze",
- "type": "u",
- "cost": "400",
- "cost_type": "g",
- "xp": "40",
- "groups": "kamikaze",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "89",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "kamikaze",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "500",
- "defense": "1",
- "life": "200",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "5",
- "new_item": "0",
- "population": "1",
- "gift_level": "2",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Boom-Boom! Kaboom! There will be no enemies left soon!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": "{\"attack\":10}"
- },
- {
- "id": "576",
- "in_store": "0",
- "name": "Alliance Knight",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballeroaliado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Represents the power of alliance and cooperation!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "577",
- "in_store": "0",
- "name": "Chinese Archer",
- "type": "u",
- "cost": "550",
- "cost_type": "g",
- "xp": "55",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "99",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerochino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "125",
- "velocity": "4",
- "attack_range": "7",
- "attack_interval": "15",
- "new_item": "0",
- "population": "1",
- "gift_level": "4",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "578",
- "in_store": "0",
- "name": "Aztec Warrior",
- "type": "u",
- "cost": "450",
- "cost_type": "g",
- "xp": "45",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "200",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "579",
- "in_store": "1",
- "name": "Zombie",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "20",
- "velocity": "1",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "580",
- "in_store": "2",
- "name": "Mr. Troll",
- "type": "u",
- "cost": "50",
- "cost_type": "f",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "83",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "71",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trolaldeano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "581",
- "in_store": "2",
- "name": "Mrs. Troll",
- "type": "u",
- "cost": "50",
- "cost_type": "f",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "84",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "71",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trolaaldeana",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "6",
- "defense": "1",
- "life": "25",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "582",
- "in_store": "0",
- "name": "Boat",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "barca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "150",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "583",
- "in_store": "0",
- "name": "Zeppelin",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "zepelin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "1000",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "584",
- "in_store": "0",
- "name": "Boar",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "boar",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "87",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "90",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "jabali",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "12",
- "velocity": "5",
- "attack_range": "0",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "8",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "585",
- "in_store": "2",
- "name": "Troll Ram",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "102",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "4",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arietetrol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "75",
- "new_item": "0",
- "population": "2",
- "gift_level": "21",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "586",
- "in_store": "2",
- "name": "Troll Scorpion",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "103",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arietetrol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "40",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "30",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "587",
- "in_store": "2",
- "name": "Troll Catapult",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "104",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arietetrol3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "10",
- "attack_interval": "175",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "588",
- "in_store": "2",
- "name": "Troll Cannon",
- "type": "u",
- "cost": "750",
- "cost_type": "g",
- "xp": "75",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "105",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arietetrol4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "50",
- "velocity": "3",
- "attack_range": "11",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "589",
- "in_store": "2",
- "name": "Troll Archer",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerotroll",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "8",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "590",
- "in_store": "2",
- "name": "Voodoo Healer",
- "type": "u",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "healer",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "chamanatrol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "60",
- "velocity": "3",
- "attack_range": "5",
- "attack_interval": "120",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "4",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "591",
- "in_store": "2",
- "name": "Brute Swordsman",
- "type": "u",
- "cost": "1300",
- "cost_type": "g",
- "xp": "130",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillotrol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "44",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "592",
- "in_store": "2",
- "name": "Brute Knight",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillotrol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "400",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "593",
- "in_store": "2",
- "name": "Small Troll",
- "type": "u",
- "cost": "40",
- "cost_type": "g",
- "xp": "4",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "108",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "45",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "594",
- "in_store": "2",
- "name": "Devious Troll",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "109",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "13",
- "defense": "1",
- "life": "70",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "595",
- "in_store": "2",
- "name": "Big Troll",
- "type": "u",
- "cost": "250",
- "cost_type": "g",
- "xp": "25",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "140",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "596",
- "in_store": "2",
- "name": "Battle Troll",
- "type": "u",
- "cost": "400",
- "cost_type": "g",
- "xp": "40",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "150",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "597",
- "in_store": "2",
- "name": "War Troll",
- "type": "u",
- "cost": "900",
- "cost_type": "g",
- "xp": "90",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "598",
- "in_store": "2",
- "name": "Axethrower",
- "type": "u",
- "cost": "200",
- "cost_type": "g",
- "xp": "20",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol6",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "11",
- "defense": "1",
- "life": "120",
- "velocity": "3",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "599",
- "in_store": "2",
- "name": "Boar Rider",
- "type": "u",
- "cost": "175",
- "cost_type": "g",
- "xp": "18",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol7",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "120",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "600",
- "in_store": "2",
- "name": "Ravager Troll",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "300",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "601",
- "in_store": "2",
- "name": "Rhino Rider",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "rinocerontejinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "602",
- "in_store": "0",
- "name": "Mobile Tower",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "torredefensamovil",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "900",
- "velocity": "3",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Mobile Tower is a powerful weapon, but receives no calls!",
- "units_limit": "4",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "603",
- "in_store": "0",
- "name": "Elephant Rider",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "elefante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "The Elephant Rider is a merciless fighter!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "604",
- "in_store": "0",
- "name": "Drummer",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bongotrol",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "300",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "605",
- "in_store": "0",
- "name": "Boulderthrower",
- "type": "u",
- "cost": "1300",
- "cost_type": "g",
- "xp": "130",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "lanzapiedras",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "350",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "606",
- "in_store": "0",
- "name": "Viking",
- "type": "u",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "vikingo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "230",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "607",
- "in_store": "0",
- "name": "Axe Viking",
- "type": "u",
- "cost": "550",
- "cost_type": "g",
- "xp": "55",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "vikingolanzahachas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "250",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "608",
- "in_store": "0",
- "name": "Royal Swordsman",
- "type": "u",
- "cost": "500",
- "cost_type": "g",
- "xp": "50",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "94",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infanteria5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "225",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "This Royal Swordsman will protect your Royal lands!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "609",
- "in_store": "0",
- "name": "Royal Archer",
- "type": "u",
- "cost": "550",
- "cost_type": "g",
- "xp": "55",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "101",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "7",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquero5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "200",
- "velocity": "3",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Royal Archers don't like getting on horses, but they have deadly forces!",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "610",
- "in_store": "0",
- "name": "Royal Knight",
- "type": "u",
- "cost": "750",
- "cost_type": "g",
- "xp": "75",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballo5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "300",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Put the Royal Knight as a leader of your Royal army!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "611",
- "in_store": "0",
- "name": "Royal Archer Knight",
- "type": "u",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "98",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerocaballo4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "10",
- "defense": "1",
- "life": "180",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "612",
- "in_store": "0",
- "name": "Anubis Avatar",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroegipcio1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "613",
- "in_store": "0",
- "name": "Egyptian Warrior",
- "type": "u",
- "cost": "700",
- "cost_type": "g",
- "xp": "70",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroegipcio2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "250",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "614",
- "in_store": "0",
- "name": "Camel Rider",
- "type": "u",
- "cost": "900",
- "cost_type": "g",
- "xp": "90",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "camelloguerrero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "330",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "615",
- "in_store": "0",
- "name": "Mummy",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "momia",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "Fighting along with a Mummy can be kind of funny!",
- "units_limit": "1",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "616",
- "in_store": "0",
- "name": "Scarab",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "escarabajo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "80",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "617",
- "in_store": "0",
- "name": "Tornado",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "tornado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "618",
- "in_store": "0",
- "name": "King Arthur",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballorey",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "325",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "10",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Let King Arthur be the head of your troops!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "619",
- "in_store": "0",
- "name": "Atlantis Warrior",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "200",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "620",
- "in_store": "0",
- "name": "Atlantis Archer",
- "type": "u",
- "cost": "900",
- "cost_type": "g",
- "xp": "70",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "150",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "15",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "621",
- "in_store": "0",
- "name": "Crab Knight",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "cangrejo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "250",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "It comes from the sea to fight! It must be a Crab Knight!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "622",
- "in_store": "0",
- "name": "Seahorse",
- "type": "u",
- "cost": "1150",
- "cost_type": "g",
- "xp": "80",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballitoatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "13",
- "defense": "1",
- "life": "225",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Seahorse is a mighty soldier of the Marine Force!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "623",
- "in_store": "0",
- "name": "Neptune",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "neptunoatlante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "Neptune is the God of the seas! Will make the enemies get down on their knees!",
- "units_limit": "1",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "624",
- "in_store": "0",
- "name": "Octopus",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "0",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "1",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "2",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "pulpo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "80",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "625",
- "in_store": "0",
- "name": "Hurricane",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "tornadoagua",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "1",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "120",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "626",
- "in_store": "0",
- "name": "Elf Warrior",
- "type": "u",
- "cost": "600",
- "cost_type": "g",
- "xp": "60",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "220",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "627",
- "in_store": "0",
- "name": "Elf Archer",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroelfico",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "160",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "628",
- "in_store": "0",
- "name": "Elf Druid",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "140",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "628_druida",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "190",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "629",
- "in_store": "0",
- "name": "Elf Tiger",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "tigreelfo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "350",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "630",
- "in_store": "0",
- "name": "Summoned Golem",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bigboss1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "631",
- "in_store": "0",
- "name": "Summoned Yeti",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "bigboss2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "632",
- "in_store": "0",
- "name": "Royal Elf",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "elfoblanco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "275",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "633",
- "in_store": "0",
- "name": "Elf Royal Archer",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "633_arquero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "180",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "634",
- "in_store": "0",
- "name": "Elf Ballista",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "105",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "20",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "634_ballista",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "70",
- "velocity": "3",
- "attack_range": "11",
- "attack_interval": "150",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "635",
- "in_store": "0",
- "name": "Ent",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "635_ent",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "800",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "The Ent, the walking tree, is going to crush you like a nasty bug. Eww!",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "636",
- "in_store": "0",
- "name": "Ent Spirit",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "635_ent",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "200",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "20",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "637",
- "in_store": "0",
- "name": "Rockdriller",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "snake",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "rockdriller",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "1250",
- "velocity": "12",
- "attack_range": "15",
- "attack_interval": "25",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "638",
- "in_store": "0",
- "name": "Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "638_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "250",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "639",
- "in_store": "0",
- "name": "White Eagle",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "639_aguila",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "350",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "1",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "640",
- "in_store": "0",
- "name": "Rhino Rider",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "640_rinoceronte",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Yes, it's possible to ride a rhino. The Rhino Rider can do it: he's a tough troll!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "641",
- "in_store": "0",
- "name": "Golden Golem",
- "type": "u",
- "cost": "2",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "641_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "1250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "642",
- "in_store": "0",
- "name": "Black Yeti",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "642_yeti",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "1250",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "643",
- "in_store": "0",
- "name": "Black Elephant",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "643_elefante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "575",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "The Black Elephant will stomp on all your enemies... except mices.",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "644",
- "in_store": "0",
- "name": "Infernal Warrior",
- "type": "u",
- "cost": "1400",
- "cost_type": "g",
- "xp": "140",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "644_if_footman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "645",
- "in_store": "0",
- "name": "Infernal Demon",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadinfanteriainferno2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "365",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "646",
- "in_store": "0",
- "name": "Infernal Archer",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroinfernounidad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "175",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "647",
- "in_store": "0",
- "name": "Infernal Knight",
- "type": "u",
- "cost": "1800",
- "cost_type": "g",
- "xp": "180",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infernomontado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "425",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "648",
- "in_store": "0",
- "name": "Infernal Halberdier",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infanteria_infernal5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "29",
- "defense": "1",
- "life": "370",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "649",
- "in_store": "0",
- "name": "Furious Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "649_dragonbigred",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "The Furious Dragon is here and he isn't happy, he's FURIOUS!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "650",
- "in_store": "0",
- "name": "Balrog",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "650_juggernaut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "1750",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "His flaming whip really hurts... The Barlog will scare trolls to death!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "651",
- "in_store": "0",
- "name": "Lightning Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "651_bluedraggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "350",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "The Lightning Draggy gives you cramps when you pet it!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "652",
- "in_store": "0",
- "name": "Red Wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "652_magorojo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "375",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "The Red Wizard can control magic flames... and light your fireplace!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "653",
- "in_store": "0",
- "name": "Giant Viper",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "653_serpiente",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "The Giant Viper devours his victims without chewing. Bring the fruit salt!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "654",
- "in_store": "0",
- "name": "Demon Crusher",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "654_demoniogrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "900",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "The most fearful demon. The Demon Crusher builds his muscles on Hell's gym!",
- "units_limit": "4",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "655",
- "in_store": "0",
- "name": "Winged Paladin",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "655_paladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "425",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "What if a paladin and a pigeon had kids? Here's the Winged Paladin!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "657",
- "in_store": "0",
- "name": "Crimson Scale Boss",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "657_dragonbigred",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1500",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "45",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "658",
- "in_store": "0",
- "name": "Draggy Boss",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "638_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "250",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "659",
- "in_store": "0",
- "name": "Infernal Minion",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadinfanteriainferno2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "150",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "660",
- "in_store": "0",
- "name": "Spartan Champion",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "660_leonidas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "750",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "661",
- "in_store": "0",
- "name": "Barbarian",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "661_conan",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "775",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "662",
- "in_store": "0",
- "name": "Winged Knight",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "662_pegasus2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "663",
- "in_store": "0",
- "name": "Spartan Swordsman",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "663_miniespartan",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "460",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "664",
- "in_store": "0",
- "name": "Stone Golem",
- "type": "u",
- "cost": "2",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "stonegolem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "2500",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "665",
- "in_store": "0",
- "name": "Golden Golem",
- "type": "u",
- "cost": "2",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "641_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "4000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "666",
- "in_store": "0",
- "name": "Yeti",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee medium slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "yetipequeno",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "200",
- "velocity": "2",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "667",
- "in_store": "0",
- "name": "Black Yeti",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "642_yeti",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "5000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "668",
- "in_store": "0",
- "name": "Giant Viper",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "653_serpiente",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "5500",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "669",
- "in_store": "0",
- "name": "Evil Mummy",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "momia",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "5500",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "670",
- "in_store": "0",
- "name": "Evil Anubis",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroegipcio1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "450",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "671",
- "in_store": "0",
- "name": "Furious Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "649_dragonbigred",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "6000",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "672",
- "in_store": "0",
- "name": "Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "638_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "350",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "673",
- "in_store": "0",
- "name": "Infernal Warrior",
- "type": "u",
- "cost": "1400",
- "cost_type": "g",
- "xp": "140",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "644_if_footman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "674",
- "in_store": "0",
- "name": "Infernal Demon",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadinfanteriainferno2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "365",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "675",
- "in_store": "0",
- "name": "Infernal Archer",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroinfernounidad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "175",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "676",
- "in_store": "0",
- "name": "Infernal Knight",
- "type": "u",
- "cost": "1800",
- "cost_type": "g",
- "xp": "180",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infernomontado",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "425",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "677",
- "in_store": "0",
- "name": "Infernal Halberdier",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "infanteria_infernal5",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "29",
- "defense": "1",
- "life": "370",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "678",
- "in_store": "0",
- "name": "Neptune",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "100",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "21",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "neptunoatlante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "8000",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "679",
- "in_store": "0",
- "name": "Crab Knight",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "cangrejo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "450",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "680",
- "in_store": "0",
- "name": "Seahorse",
- "type": "u",
- "cost": "1150",
- "cost_type": "g",
- "xp": "80",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "caballitoatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "13",
- "defense": "1",
- "life": "400",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "681",
- "in_store": "0",
- "name": "Corrupted Ent",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "635_ent",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "8000",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "682",
- "in_store": "0",
- "name": "Unleashed Balrog",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "650_juggernaut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "10000",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "683",
- "in_store": "0",
- "name": "Earth Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "683_mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "400",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "Summon the forces of Earth with the Earth Wizard. He's an old hippy!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "684",
- "in_store": "0",
- "name": "Stormy Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "684_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1650",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "Beware of the Stormy Dragon and his electric shocks, you filthy trolls!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "685",
- "in_store": "0",
- "name": "Aztec Warrior",
- "type": "u",
- "cost": "450",
- "cost_type": "g",
- "xp": "45",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroazteca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "200",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "686",
- "in_store": "0",
- "name": "Infernal Kamikaze",
- "type": "u",
- "cost": "1700",
- "cost_type": "g",
- "xp": "170",
- "groups": "kamikaze",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "89",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "686_kamikaze",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "575",
- "defense": "1",
- "life": "300",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "5",
- "new_item": "0",
- "population": "1",
- "gift_level": "2",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "687",
- "in_store": "0",
- "name": "Rhino Rider",
- "type": "u",
- "cost": "900",
- "cost_type": "g",
- "xp": "90",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "687_rhino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "350",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Yes, it is possible to ride a rhino... Only a troll could do that!",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "688",
- "in_store": "0",
- "name": "Atlantis Warrior",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "guerreroatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "350",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "689",
- "in_store": "0",
- "name": "Atlantis Archer",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "70",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arqueroatlantis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "9",
- "defense": "1",
- "life": "250",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "15",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "690",
- "in_store": "0",
- "name": "Corrupted wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "683_mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "700",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "691",
- "in_store": "0",
- "name": "Corrupted wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "652_magorojo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "700",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "692",
- "in_store": "0",
- "name": "Corrupted Wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "15",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "700",
- "velocity": "3",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "693",
- "in_store": "0",
- "name": "Corrupted Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "651_bluedraggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "e",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "694",
- "in_store": "0",
- "name": "Red Samurai",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "694_samurai",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "The way of the Samurai is full of death... and sushi!",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "695",
- "in_store": "0",
- "name": "Sayan Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "695_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "The fearsome Saiyan Dragon spits energy beams... and dragon balls!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "696",
- "in_store": "0",
- "name": "Rockdriller",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "snake",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "rockdriller",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "6000",
- "velocity": "12",
- "attack_range": "15",
- "attack_interval": "25",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "697",
- "in_store": "0",
- "name": "Sanddriller",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "112",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "85",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "gusanito",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "100",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "698",
- "in_store": "0",
- "name": "Green Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "698_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Do not rely on his cuteness, the Green Draggy is really hostile!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "699",
- "in_store": "0",
- "name": "Celestial Priest",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "699_warriorpriest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "400",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "700",
- "in_store": "0",
- "name": "Gryphon Knight",
- "type": "u",
- "cost": "2100",
- "cost_type": "g",
- "xp": "210",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "700_grifo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "475",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "701",
- "in_store": "0",
- "name": "Celestial Soldier",
- "type": "u",
- "cost": "1500",
- "cost_type": "g",
- "xp": "150",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "701_angelsoldier",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "350",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "702",
- "in_store": "0",
- "name": "Celestial Mech",
- "type": "u",
- "cost": "2200",
- "cost_type": "g",
- "xp": "220",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "702_mechangel",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "703",
- "in_store": "0",
- "name": "Celestial Archer",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "703_angelarquero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "190",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "704",
- "in_store": "0",
- "name": "Celestial Reaper",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "704_death",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "705",
- "in_store": "0",
- "name": "Celestial Lancer",
- "type": "u",
- "cost": "1800",
- "cost_type": "g",
- "xp": "180",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "705_lancer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "706",
- "in_store": "0",
- "name": "White Wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "706_mage",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "425",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "The White Wizard is the awesomest wizard of all time. Period.",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "707",
- "in_store": "0",
- "name": "Scary Zombie",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "707_zombie",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1500",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "The Scary Zombie wants to eat trolls brains! Yummie!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "708",
- "in_store": "0",
- "name": "Golden Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "708_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "709",
- "in_store": "0",
- "name": "Colossal Cobra",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "709_cobra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "1200",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "710",
- "in_store": "0",
- "name": "Golden Draggie",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "710_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "711",
- "in_store": "0",
- "name": "Celestial Supreme",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "711_arcangel2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "37",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "712",
- "in_store": "0",
- "name": "Black Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "712_mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "21",
- "defense": "1",
- "life": "450",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "713",
- "in_store": "0",
- "name": "T-Rex",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "713_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "714",
- "in_store": "0",
- "name": "Two-Headed Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "714_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "715",
- "in_store": "0",
- "name": "Grim Reaper",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "715_muerte",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "650",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "716",
- "in_store": "0",
- "name": "Monster Mole",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "716_topo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "37",
- "defense": "1",
- "life": "1300",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "717",
- "in_store": "0",
- "name": "King Kong",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "717_kong",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "718",
- "in_store": "0",
- "name": "Skeleton",
- "type": "u",
- "cost": "50",
- "cost_type": "g",
- "xp": "5",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "111",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "60",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "719",
- "in_store": "0",
- "name": "Black Ninja",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "719_ninja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "400",
- "velocity": "8",
- "attack_range": "9",
- "attack_interval": "15",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "720",
- "in_store": "0",
- "name": "Chock Nurris",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "720_chock",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "999",
- "defense": "1",
- "life": "50000",
- "velocity": "8",
- "attack_range": "20",
- "attack_interval": "25",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "721",
- "in_store": "0",
- "name": "Amazon Warrior",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "721_amazon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "600",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "722",
- "in_store": "0",
- "name": "Fire T-Rex",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "722_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "1600",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "723",
- "in_store": "0",
- "name": "Black Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "723_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1750",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "724",
- "in_store": "0",
- "name": "Avenging Paladin",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "724_arcangel",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "0",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "725",
- "in_store": "0",
- "name": "Black Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "725_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "23",
- "defense": "1",
- "life": "450",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Do not rely on his cuteness, the Green Draggy is really hostile!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "726",
- "in_store": "0",
- "name": "Boss Dragon 2",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "726_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "727",
- "in_store": "0",
- "name": "Water Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "727_mago",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "475",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "728",
- "in_store": "0",
- "name": "Whirlpool",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "80",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "tornadoagua",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "5",
- "defense": "1",
- "life": "80",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "90",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "t",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "729",
- "in_store": "0",
- "name": "Mr. Bones",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "esqueleto1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "410",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "730",
- "in_store": "0",
- "name": "Scarecrow",
- "type": "u",
- "cost": "2300",
- "cost_type": "g",
- "xp": "230",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "730_espanta",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "14",
- "defense": "1",
- "life": "200",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "731",
- "in_store": "0",
- "name": "Black Witch",
- "type": "u",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "731_bruja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "220",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "732",
- "in_store": "0",
- "name": "Frankenstein",
- "type": "u",
- "cost": "2600",
- "cost_type": "g",
- "xp": "260",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "732_frank",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "600",
- "velocity": "4",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "733",
- "in_store": "0",
- "name": "Dracula",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "733_dracula",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "240",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "734",
- "in_store": "0",
- "name": "Ghost",
- "type": "u",
- "cost": "5",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "734_fantasma",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "21",
- "defense": "1",
- "life": "450",
- "velocity": "4",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "735",
- "in_store": "0",
- "name": "Werewolf",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "735_lobo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "1100",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "5",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "736",
- "in_store": "0",
- "name": "Epic 2-Head Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "736_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "737",
- "in_store": "0",
- "name": "T-Rex Knight",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "737_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1650",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "738",
- "in_store": "0",
- "name": "Scary Zombie",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "707_zombie",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "739",
- "in_store": "0",
- "name": "Golden Dragon Boss",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "739_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "740",
- "in_store": "0",
- "name": "Deadly Dragon Boss",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "84",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "740_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "741",
- "in_store": "0",
- "name": "Snowy Kong",
- "type": "u",
- "cost": "7",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "741_kong",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "1600",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "742",
- "in_store": "0",
- "name": "Tiger Spider",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "742_spider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "1200",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "743",
- "in_store": "0",
- "name": "Krazy Kamikaze",
- "type": "u",
- "cost": "400",
- "cost_type": "g",
- "xp": "40",
- "groups": "kamikaze",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "92",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "89",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "kamikaze",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "350",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "5",
- "new_item": "0",
- "population": "1",
- "gift_level": "2",
- "cost_unit_cash": "1",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Boom-Boom! Kaboom! There will be no enemies left soon!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "744",
- "in_store": "0",
- "name": "The Phoenix",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "744_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1700",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "745",
- "in_store": "0",
- "name": "Godzilla",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "745_godzilla",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "746",
- "in_store": "0",
- "name": "Pumpkin Monster",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "746_monster",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "45",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "747",
- "in_store": "0",
- "name": "Evil Pumpkin Monster",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "746_monster",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "45",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "748",
- "in_store": "0",
- "name": "Cyclops",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "ranged big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "748_ciclope",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "44",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "749",
- "in_store": "0",
- "name": "Medusa",
- "type": "u",
- "cost": "2400",
- "cost_type": "g",
- "xp": "240",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "749_medusa",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "550",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "750",
- "in_store": "0",
- "name": "Icarus",
- "type": "u",
- "cost": "1800",
- "cost_type": "g",
- "xp": "180",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "78",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "750_icaro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "375",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "751",
- "in_store": "0",
- "name": "Hermes",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "751_hermes",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "150",
- "velocity": "9",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "752",
- "in_store": "0",
- "name": "Minotaur",
- "type": "u",
- "cost": "2300",
- "cost_type": "g",
- "xp": "230",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "752_minotauro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "750",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "753",
- "in_store": "0",
- "name": "Scorpion",
- "type": "u",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "753_escorpion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "754",
- "in_store": "0",
- "name": "Cerberus",
- "type": "u",
- "cost": "2300",
- "cost_type": "g",
- "xp": "230",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "754_cancerbero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "755",
- "in_store": "0",
- "name": "Pyros Titan",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "755_titanpyros",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "5",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "756",
- "in_store": "0",
- "name": "Centaur",
- "type": "u",
- "cost": "2700",
- "cost_type": "g",
- "xp": "270",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "756_centauro",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "37",
- "defense": "1",
- "life": "850",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "757",
- "in_store": "0",
- "name": "Lythos Titan",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "757_titanlythos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1650",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "758",
- "in_store": "0",
- "name": "Infernal Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "758_infernaldragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "40",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "759",
- "in_store": "0",
- "name": "Valkyr",
- "type": "u",
- "cost": "1900",
- "cost_type": "g",
- "xp": "190",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "759_valkyr",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "325",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "760",
- "in_store": "0",
- "name": "Hermes Swordsman",
- "type": "u",
- "cost": "1700",
- "cost_type": "g",
- "xp": "170",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "760_hermes2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "375",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "761",
- "in_store": "0",
- "name": "Hermes Spearman",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "761_hermes3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "762",
- "in_store": "0",
- "name": "Stratos Titan",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "762_titanstratos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1700",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "763",
- "in_store": "0",
- "name": "Lythos Minion",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "757_titanlythos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "175",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "764",
- "in_store": "0",
- "name": "Rodas Colossus",
- "type": "u",
- "cost": "7500",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "764_rodas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "765",
- "in_store": "0",
- "name": "Hades",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "765_hades",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1600",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "766",
- "in_store": "0",
- "name": "Heavy Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "700",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "766_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1850",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "767",
- "in_store": "0",
- "name": "Advanced Catapult",
- "type": "u",
- "cost": "800",
- "cost_type": "g",
- "xp": "700",
- "groups": "siege",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "767_lanzapiedras",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "120",
- "defense": "1",
- "life": "100",
- "velocity": "4",
- "attack_range": "18",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "768",
- "in_store": "0",
- "name": "Heavy Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "700",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "768_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "769",
- "in_store": "0",
- "name": "Dark Punky Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "700",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "769_punky_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "375",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "770",
- "in_store": "0",
- "name": "Giant Mamooth",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "770_mamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "Yes, it is possible to ride a rhino... Only a troll could do that!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "771",
- "in_store": "0",
- "name": "Antimatter Wizard",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "771_antimatter_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "23",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "772",
- "in_store": "0",
- "name": "Hidros Titan",
- "type": "u",
- "cost": "8000",
- "cost_type": "g",
- "xp": "800",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "772_titanhidros",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "773",
- "in_store": "0",
- "name": "Poseidon",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "773_god_poseidon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "900",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "25",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "774",
- "in_store": "0",
- "name": "Aquiles",
- "type": "u",
- "cost": "2100",
- "cost_type": "g",
- "xp": "210",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "774_aquiles",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "775",
- "in_store": "0",
- "name": "Blue Phoenix",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "775_blue_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "776",
- "in_store": "0",
- "name": "Atomic Godzilla",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "776_nuclear_godzilla",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "777",
- "in_store": "0",
- "name": "Crystal Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "777_crystal_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "778",
- "in_store": "0",
- "name": "God Zeus",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "778_god_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1800",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "779",
- "in_store": "0",
- "name": "Ulises",
- "type": "u",
- "cost": "1600",
- "cost_type": "g",
- "xp": "160",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "779_ulises",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "15",
- "defense": "1",
- "life": "200",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "780",
- "in_store": "0",
- "name": "Harpy",
- "type": "u",
- "cost": "2100",
- "cost_type": "g",
- "xp": "210",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "780_harpy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "1000",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "781",
- "in_store": "0",
- "name": "Vulcano",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "781_hefesto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "782",
- "in_store": "0",
- "name": "Spiky Spider",
- "type": "u",
- "cost": "7",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "782_spiky_spider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "44",
- "defense": "1",
- "life": "1500",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "783",
- "in_store": "0",
- "name": "Little Spiky Spider",
- "type": "u",
- "cost": "3",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "782_spiky_spider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "175",
- "velocity": "8",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "784",
- "in_store": "0",
- "name": "Horned Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "784_horned_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "785",
- "in_store": "0",
- "name": "Furious Bull Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "785_bull_png",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1950",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "786",
- "in_store": "0",
- "name": "Manticora",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "786_manticora",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "787",
- "in_store": "0",
- "name": "Chimera",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "787_chimera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "788",
- "in_store": "0",
- "name": "Ares",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "788_ares",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "789",
- "in_store": "0",
- "name": "Hercules",
- "type": "u",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "melee big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "789_hercules",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "1000",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "790",
- "in_store": "0",
- "name": "Crystal Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "790_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "425",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "791",
- "in_store": "0",
- "name": "Albino Werewolf",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "791_werewolf",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "792",
- "in_store": "0",
- "name": "Giant Cyclops",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "792_cyclops",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "793",
- "in_store": "0",
- "name": "Angelical Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "793_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1950",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "794",
- "in_store": "0",
- "name": "Necro Paladin",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "794_necropaladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "43",
- "defense": "1",
- "life": "1200",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "795",
- "in_store": "0",
- "name": "Necro Warrior",
- "type": "u",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "795_necrowarrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "760",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "796",
- "in_store": "0",
- "name": "Sun Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "796_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "550",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "25",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "797",
- "in_store": "1",
- "name": "Axe Skeleton",
- "type": "u",
- "cost": "2400",
- "cost_type": "g",
- "xp": "240",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "797_axe_skeleton",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "240",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "798",
- "in_store": "0",
- "name": "Rubies Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "798_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "799",
- "in_store": "0",
- "name": "Necro Horseman",
- "type": "u",
- "cost": "2700",
- "cost_type": "g",
- "xp": "270",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "799_necro_horseman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "700",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "800",
- "in_store": "0",
- "name": "Necro Gollum",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "800_necro_gollum",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "801",
- "in_store": "0",
- "name": "Necro Harvester",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "801_necro_harvester",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "1100",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "802",
- "in_store": "0",
- "name": "Necro Fork Soldier",
- "type": "u",
- "cost": "2200",
- "cost_type": "g",
- "xp": "220",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "802_necro_fork_soldier",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "190",
- "velocity": "8",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "803",
- "in_store": "0",
- "name": "Necro Multi-arms",
- "type": "u",
- "cost": "4000",
- "cost_type": "g",
- "xp": "400",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "803_necro_multi_arms",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "900",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "7",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "804",
- "in_store": "0",
- "name": "Necro Executioner",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "804_necro_executioner",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "900",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "805",
- "in_store": "0",
- "name": "Necro Shark Monster",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "805_necro_shark_monster",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1700",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "806",
- "in_store": "0",
- "name": "Necro King",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "806_necro_king",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "807",
- "in_store": "0",
- "name": "Necro Abomination",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "807_necro_abomination",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1750",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "808",
- "in_store": "0",
- "name": "Sword Skeleton",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "34",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "808_sword_skeleton",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "380",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "809",
- "in_store": "0",
- "name": "Necro Archer",
- "type": "u",
- "cost": "2200",
- "cost_type": "g",
- "xp": "220",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "809_necro_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "210",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "810",
- "in_store": "0",
- "name": "Necro Priest",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "810_necro_priest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "39",
- "defense": "1",
- "life": "950",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "811",
- "in_store": "0",
- "name": "Necro Winged Warrior",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "811_necro_winged_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "750",
- "velocity": "7",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "812",
- "in_store": "0",
- "name": "Necro Gryphon Knight",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "812_necro_gryphon_knight",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "813",
- "in_store": "0",
- "name": "Rubies Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "813_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "425",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "814",
- "in_store": "0",
- "name": "Celestial Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "814_celestial_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "425",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "815",
- "in_store": "0",
- "name": "Necro Dark Lord",
- "type": "u",
- "cost": "6300",
- "cost_type": "g",
- "xp": "630",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "815_necro_big_sword",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1700",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "816",
- "in_store": "0",
- "name": "Necro Worm",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "816_necro_worm",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1650",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "817",
- "in_store": "0",
- "name": "Necro Rhino",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "817_necro_rhino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "43",
- "defense": "1",
- "life": "1600",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "818",
- "in_store": "0",
- "name": "Skeleton Archer",
- "type": "u",
- "cost": "2300",
- "cost_type": "g",
- "xp": "230",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "818_skeleton_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "17",
- "defense": "1",
- "life": "220",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "819",
- "in_store": "0",
- "name": "Snake Charmer",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "819_snakes_charmer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "17",
- "defense": "1",
- "life": "220",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "820",
- "in_store": "0",
- "name": "Death Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "820_necro_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "450",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "821",
- "in_store": "0",
- "name": "Necro Ghost",
- "type": "u",
- "cost": "4000",
- "cost_type": "g",
- "xp": "400",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "821_necro_ghost",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "41",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "822",
- "in_store": "0",
- "name": "Dragon Rider I",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "822_dragon_rider1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "600",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "823",
- "in_store": "0",
- "name": "Dragon Rider II",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "823_dragon_rider2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "650",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "824",
- "in_store": "0",
- "name": "Dragon Rider III",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "824_dragon_rider3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "700",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "825",
- "in_store": "0",
- "name": "Necro Doublesword",
- "type": "u",
- "cost": "2600",
- "cost_type": "g",
- "xp": "260",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "825_necro_doublesword",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "425",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "826",
- "in_store": "0",
- "name": "Death Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "826_necro_dragon_2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "827",
- "in_store": "0",
- "name": "Evil Scorpion",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "827_necro_scorpion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "828",
- "in_store": "0",
- "name": "Furious Zeus",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "828_god_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1850",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "30",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "829",
- "in_store": "0",
- "name": "Punisher Knight",
- "type": "u",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "12",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "829_punisher_knight",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "830",
- "in_store": "0",
- "name": "Spectrum Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "830_dragon_king",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "3",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "831",
- "in_store": "0",
- "name": "Mad Balrog",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "831_balrog",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1750",
- "velocity": "6",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "His flaming whip really hurts... The Barlog will scare trolls to death!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "832",
- "in_store": "0",
- "name": "Furious Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "832_dragonbigred_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "61",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "833",
- "in_store": "0",
- "name": "Stormy Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "833_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "62",
- "defense": "1",
- "life": "1750",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "834",
- "in_store": "0",
- "name": "Sayan Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "834_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "63",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "835",
- "in_store": "0",
- "name": "Golden Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "835_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "65",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "836",
- "in_store": "0",
- "name": "Two-Headed Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "836_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "63",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "837",
- "in_store": "0",
- "name": "Black Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "837_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "64",
- "defense": "1",
- "life": "1850",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "838",
- "in_store": "0",
- "name": "Epic 2-Head Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "838_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "68",
- "defense": "1",
- "life": "1950",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "60",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "839",
- "in_store": "0",
- "name": "Infernal Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "839_infernaldragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "1950",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "840",
- "in_store": "0",
- "name": "Heavy Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "840_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "40",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "841",
- "in_store": "0",
- "name": "Crystal Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "841_crystal_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2050",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "842",
- "in_store": "0",
- "name": "Furious Bull Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "842_furious_bull_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "843",
- "in_store": "0",
- "name": "Angelical Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "843_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "69",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "844",
- "in_store": "0",
- "name": "Rubies Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "844_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "75",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "845",
- "in_store": "0",
- "name": "Death Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "845_necro_dragon_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "77",
- "defense": "1",
- "life": "2200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "846",
- "in_store": "0",
- "name": "Green Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "846_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "2200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "847",
- "in_store": "0",
- "name": "Vulcano Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "847_vulcano_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "848",
- "in_store": "0",
- "name": "Giant Bat",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "848_giant_bat",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "849",
- "in_store": "0",
- "name": "Vulcano Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "849_vulcano_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "27",
- "defense": "1",
- "life": "475",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "850",
- "in_store": "0",
- "name": "Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "850_bahamut_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "500",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "851",
- "in_store": "0",
- "name": "Vulcano Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "851_vulcano_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "2300",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "852",
- "in_store": "0",
- "name": "Green Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "852_bahamut_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "83",
- "defense": "1",
- "life": "2400",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "853",
- "in_store": "0",
- "name": "Red Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "853_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "2250",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "854",
- "in_store": "0",
- "name": "Red Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "854_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "500",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "855",
- "in_store": "0",
- "name": "Red Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "855_bahamut_jinete2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "85",
- "defense": "1",
- "life": "2450",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "856",
- "in_store": "0",
- "name": "Green Phoenix",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged big fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "856_green_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1800",
- "velocity": "7",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "857",
- "in_store": "0",
- "name": "Troll Archer",
- "type": "u",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "ranged small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "2",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "arquerotroll",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "8",
- "defense": "1",
- "life": "75",
- "velocity": "3",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "1",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "858",
- "in_store": "0",
- "name": "Boar Rider",
- "type": "u",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "116",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "trol7",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "16",
- "defense": "1",
- "life": "100",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "859",
- "in_store": "0",
- "name": "Brute Knight",
- "type": "u",
- "cost": "1000",
- "cost_type": "g",
- "xp": "100",
- "groups": "melee small slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "unidadcastillotrol2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "400",
- "velocity": "3",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "e",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "860",
- "in_store": "0",
- "name": "Ramses II",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "860_ramses",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "861",
- "in_store": "0",
- "name": "Sphinx",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "861_esfinge",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "862",
- "in_store": "0",
- "name": "Electric Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "862_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "62",
- "defense": "1",
- "life": "2300",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "863",
- "in_store": "0",
- "name": "Guardian Swordsman",
- "type": "u",
- "cost": "2100",
- "cost_type": "g",
- "xp": "210",
- "groups": "melee small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "91",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "5",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "77",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "863_brute_sworsdman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "400",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "864",
- "in_store": "0",
- "name": "Electric Bahamut Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "864_bahamut_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "87",
- "defense": "1",
- "life": "2500",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "865",
- "in_store": "0",
- "name": "Guardian Archer",
- "type": "u",
- "cost": "2400",
- "cost_type": "g",
- "xp": "240",
- "groups": "ranged small normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "865_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "22",
- "defense": "1",
- "life": "200",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "866",
- "in_store": "0",
- "name": "Isis Healer",
- "type": "u",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "healer",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "866_healer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "400",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "170",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "867",
- "in_store": "0",
- "name": "Horus Herald",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "867_horus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "900",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "868",
- "in_store": "0",
- "name": "Electric Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "868_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "500",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "869",
- "in_store": "0",
- "name": "Horus Gryphon",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "869_gryphon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1600",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "870",
- "in_store": "0",
- "name": "Guardian Axe",
- "type": "u",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "870_axe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "23",
- "defense": "1",
- "life": "250",
- "velocity": "7",
- "attack_range": "7",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "871",
- "in_store": "0",
- "name": "Cobra Rider",
- "type": "u",
- "cost": "5800",
- "cost_type": "g",
- "xp": "580",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "871_cobra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "872",
- "in_store": "0",
- "name": "Dragon Hunter",
- "type": "u",
- "cost": "14",
- "cost_type": "c",
- "xp": "2",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "872_dragon_hunter1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1400",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "873",
- "in_store": "0",
- "name": "Dragon Hunter II",
- "type": "u",
- "cost": "14",
- "cost_type": "c",
- "xp": "2",
- "groups": "melee medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "873_dragon_hunter2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "7",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "874",
- "in_store": "0",
- "name": "Dragon Hunter III",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "874_dragon_hunter3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "700",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "875",
- "in_store": "0",
- "name": "Golden Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "875_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "65",
- "defense": "1",
- "life": "2400",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "876",
- "in_store": "0",
- "name": "Golden Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "876_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "29",
- "defense": "1",
- "life": "525",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "877",
- "in_store": "0",
- "name": "Golden Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "877_bahamut_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "90",
- "defense": "1",
- "life": "2600",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "878",
- "in_store": "0",
- "name": "Mini Anubis",
- "type": "u",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "878_anubis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "200",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "879",
- "in_store": "0",
- "name": "Anubis God",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "879_big_anubis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "880",
- "in_store": "0",
- "name": "Turkish Swordsman",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "880_tk_sword",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "881",
- "in_store": "0",
- "name": "Turkish Axeman",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "881_tk_axe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "882",
- "in_store": "0",
- "name": "Turkish Archer",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "882_tk_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "500",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "883",
- "in_store": "0",
- "name": "Limit Wizard",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "91",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "883_limit_adder",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1500",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "884",
- "in_store": "0",
- "name": "Tuthankamon",
- "type": "u",
- "cost": "6200",
- "cost_type": "g",
- "xp": "620",
- "groups": "ranged big normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "884_tutankamon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "885",
- "in_store": "0",
- "name": "Turkish Horseman",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "885_tk_horseman",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1500",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "886",
- "in_store": "0",
- "name": "Megahealing Angel",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "healer",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "72",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "886_angelical_super_healer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "200",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "130",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "4",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "Now your army can be healed during a battle!",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "887",
- "in_store": "0",
- "name": "Orc Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "887_orc_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "888",
- "in_store": "0",
- "name": "Pharaoh Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "888_egyptian_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "67",
- "defense": "1",
- "life": "2500",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "889",
- "in_store": "0",
- "name": "Pharaoh Bahamut Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "889_egyptian_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "92",
- "defense": "1",
- "life": "2700",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "890",
- "in_store": "0",
- "name": "Pharaoh Draggy",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "890_egyptian_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "550",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "891",
- "in_store": "0",
- "name": "Black Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "891_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2600",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "892",
- "in_store": "0",
- "name": "Black Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "892_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "575",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "893",
- "in_store": "0",
- "name": "Black Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "893_bahamut_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "95",
- "defense": "1",
- "life": "2800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "894",
- "in_store": "0",
- "name": "Monster Hunter",
- "type": "u",
- "cost": "14",
- "cost_type": "c",
- "xp": "2",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "894_monster_hunter1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1800",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "895",
- "in_store": "0",
- "name": "Evil Orc Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "g",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "887_orc_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "40",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "e",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "896",
- "in_store": "0",
- "name": "Chameleon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "896_chamaleon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "897",
- "in_store": "0",
- "name": "Scarab Rider",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "897_scarab_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1700",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "898",
- "in_store": "0",
- "name": "Scarab Minion",
- "type": "u",
- "cost": "4",
- "cost_type": "c",
- "xp": "1",
- "groups": "melee small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "898_scarab_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "20",
- "defense": "1",
- "life": "200",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "20",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "899",
- "in_store": "0",
- "name": "Super Chameleon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "896_chamaleon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "900",
- "in_store": "0",
- "name": "Palmera2",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "palmera2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "901",
- "in_store": "0",
- "name": "Palmera4",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "palmera4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "902",
- "in_store": "0",
- "name": "Palmera8",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "8",
- "height": "8",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "palmera8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "903",
- "in_store": "0",
- "name": "Oasis",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "oasis",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "904",
- "in_store": "0",
- "name": "Cactus",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cactus1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "905",
- "in_store": "0",
- "name": "Cactus",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "cactus2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "906",
- "in_store": "0",
- "name": "Mask",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mascaraTutankamon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "907",
- "in_store": "0",
- "name": "Pile of skulls",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "calaveraDesierto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "908",
- "in_store": "0",
- "name": "Skeleton",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esqueletoDesierto",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "909",
- "in_store": "0",
- "name": "Skeleton",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "esqueletoRoca",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "910",
- "in_store": "0",
- "name": "Pyramid",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramide1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "911",
- "in_store": "0",
- "name": "Pyramid",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramide2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "912",
- "in_store": "0",
- "name": "Pyramid",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "piramide3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "913",
- "in_store": "0",
- "name": "Column",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "columna",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "914",
- "in_store": "0",
- "name": "ArbolNevado2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pinosnevados2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "915",
- "in_store": "0",
- "name": "ArbolNevado4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pinosnevados4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "916",
- "in_store": "0",
- "name": "ArbolNevado8",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "8",
- "height": "8",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "pinosnevados8x8",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "917",
- "in_store": "0",
- "name": "Lago2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "lake2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "918",
- "in_store": "0",
- "name": "Lago4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "lake4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "919",
- "in_store": "0",
- "name": "Mamut",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "mamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "920",
- "in_store": "0",
- "name": "Monticulo",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "icemontain4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "921",
- "in_store": "0",
- "name": "IslaVegetacion3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islavegetacion3x3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "922",
- "in_store": "0",
- "name": "IslaVegetacion2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islavegetacion2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "923",
- "in_store": "0",
- "name": "IslaRoca2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaroca2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "924",
- "in_store": "0",
- "name": "IslaGrande",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "12",
- "height": "12",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islagrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "925",
- "in_store": "0",
- "name": "IslaCalavera",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islacalavera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "926",
- "in_store": "0",
- "name": "IslaMineral2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamineral2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "927",
- "in_store": "0",
- "name": "IslaMineral2b",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamineral2x2b",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "928",
- "in_store": "0",
- "name": "IslaMineral3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamineral3x3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "929",
- "in_store": "0",
- "name": "IslaMineral4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islamineral4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "930",
- "in_store": "0",
- "name": "IslaSelvaGrande",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "12",
- "height": "12",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselvagrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "931",
- "in_store": "0",
- "name": "IslaSelva2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "932",
- "in_store": "0",
- "name": "IslaSelva3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva3x3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "933",
- "in_store": "0",
- "name": "IslaSelva4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "934",
- "in_store": "0",
- "name": "IslaSelva2b",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva2x2b",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "935",
- "in_store": "0",
- "name": "Islitas2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islitas2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "936",
- "in_store": "0",
- "name": "IslaSelva2c",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islaselva2x2c",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "937",
- "in_store": "0",
- "name": "Islitas4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islitas4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "938",
- "in_store": "0",
- "name": "Islitas4b",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islitas4x4b",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "939",
- "in_store": "0",
- "name": "Islitas4c",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islitas4x4c",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "940",
- "in_store": "0",
- "name": "IslaPinguino",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islapinguino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "941",
- "in_store": "0",
- "name": "PlacasHielo",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "placashielo",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "942",
- "in_store": "0",
- "name": "IslaHielo2x2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islahielo2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "943",
- "in_store": "0",
- "name": "IslaHielo4x4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "islahielo4x4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "944",
- "in_store": "0",
- "name": "Whirlpool",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "remolino",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "945",
- "in_store": "0",
- "name": "RocaCalavera",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocacalavera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "946",
- "in_store": "0",
- "name": "RocaMinerales2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocaminerales2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "947",
- "in_store": "0",
- "name": "RocaMinerales3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocaminerales3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "948",
- "in_store": "0",
- "name": "RocaMinerales3b",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocaminerales3b",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "949",
- "in_store": "0",
- "name": "RocaMinerales4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "10",
- "subcategory_id": "101",
- "subcat_functional": "1011",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "rocaminerales4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1000",
- "in_store": "0",
- "name": "Expandable Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terreno",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1001",
- "in_store": "0",
- "name": "Desierto Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenodesierto",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1002",
- "in_store": "0",
- "name": "Ice Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenohielo",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1003",
- "in_store": "0",
- "name": "Sea",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenomar2",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1004",
- "in_store": "0",
- "name": "Mineral Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenomineral",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1005",
- "in_store": "0",
- "name": "Selva Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenoselva",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1006",
- "in_store": "0",
- "name": "Cloud Land",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "113",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "6",
- "subcategory_id": "6",
- "subcat_functional": "6",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "3",
- "giftable": "0",
- "img_name": "terrenonubes",
- "elevation": "0",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "0",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1200",
- "in_store": "0",
- "name": "Deep Hole",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1200_agujero",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1201",
- "in_store": "0",
- "name": "Rock Statue",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1201_estatua",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1202",
- "in_store": "0",
- "name": "Big Nest",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1202_nidogrande",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1203",
- "in_store": "0",
- "name": "Small Nest",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1203_nido",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1204",
- "in_store": "0",
- "name": "Captive Cleopatra",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1204_cleopatra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1205",
- "in_store": "0",
- "name": "Atlantis Decoration",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "peceraatlante",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1206",
- "in_store": "0",
- "name": "Treasure",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "treasure",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1207",
- "in_store": "0",
- "name": "Infernal Field",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1208",
- "in_store": "0",
- "name": "Tree",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "811",
- "min_level": "10",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arbol1",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1209",
- "in_store": "0",
- "name": "Portal to Hell",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1209_portal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1210",
- "in_store": "0",
- "name": "Portal to Hell",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "al",
- "collect_xp": "20",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1210_miniportal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "3",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1211",
- "in_store": "0",
- "name": "Kamikaze Center",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "160",
- "groups": "",
- "trains": "686",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "35",
- "subcat_functional": "341",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1211_fabricakamikaze",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1212",
- "in_store": "0",
- "name": "Rhino Stables",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "3",
- "groups": "",
- "trains": "687",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1212_casarhino",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1213",
- "in_store": "0",
- "name": "Orb of Power",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "812",
- "min_level": "10",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1213_boladepoder",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "100",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1214",
- "in_store": "0",
- "name": "Maya Fire",
- "type": "b",
- "cost": "5",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "65",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "fuegoMaya",
- "elevation": "2",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "14",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1215",
- "in_store": "0",
- "name": "Celestial Shrine",
- "type": "b",
- "cost": "22",
- "cost_type": "c",
- "xp": "3",
- "groups": "",
- "trains": "699",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1215_priesthouse",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1216",
- "in_store": "0",
- "name": "Celestial Archery",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "703",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1216_angelbarracks2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1217",
- "in_store": "1",
- "name": "Celestial Barracks",
- "type": "b",
- "cost": "12500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "701",
- "upgrades_to": "0",
- "display_order": "-1200",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1217_soldierbarrack2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1218",
- "in_store": "0",
- "name": "Celestial Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1218_angelwall2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1219",
- "in_store": "0",
- "name": "Celestial Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1219_angeltower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "28",
- "defense": "1",
- "life": "2600",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1220",
- "in_store": "1",
- "name": "Celestial Field",
- "type": "b",
- "cost": "1500",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-100",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1220_angelfarm",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1221",
- "in_store": "0",
- "name": "Celestial House",
- "type": "b",
- "cost": "2500",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "15",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1221_angelcasa",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1222",
- "in_store": "1",
- "name": "Mecha Barrack",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "702",
- "upgrades_to": "0",
- "display_order": "-3300",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1222_mechabarrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1223",
- "in_store": "0",
- "name": "Gryphon Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "350",
- "groups": "",
- "trains": "700",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1223_barracagrifo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1224",
- "in_store": "0",
- "name": "Reaper Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "3",
- "groups": "",
- "trains": "704",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1224_barracadeath",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1225",
- "in_store": "0",
- "name": "Lancer Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "400",
- "groups": "",
- "trains": "705",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1225_barracalancer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1226",
- "in_store": "0",
- "name": "Celestial Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "16",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1226_angelmolino",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1227",
- "in_store": "0",
- "name": "Celestial Garden",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1227_angelgarden",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1228",
- "in_store": "0",
- "name": "Celestial Cloud",
- "type": "b",
- "cost": "8000",
- "cost_type": "g",
- "xp": "80",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "aldeanosnube",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1229",
- "in_store": "0",
- "name": "Celestial Statue",
- "type": "b",
- "cost": "100",
- "cost_type": "g",
- "xp": "10",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "20",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "1",
- "img_name": "estatuanube",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1230",
- "in_store": "1",
- "name": "Legendary Castle",
- "type": "b",
- "cost": "80000",
- "cost_type": "g",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "211",
- "min_level": "35",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1230_castillo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "10000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1231",
- "in_store": "1",
- "name": "Magnificent Castle",
- "type": "b",
- "cost": "40000",
- "cost_type": "g",
- "xp": "400",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "211",
- "min_level": "20",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1231_castillo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "18",
- "defense": "1",
- "life": "3500",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1232",
- "in_store": "1",
- "name": "Supreme Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "400",
- "groups": "",
- "trains": "711",
- "upgrades_to": "0",
- "display_order": "-3110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1225_barracalancer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "6000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1233",
- "in_store": "1",
- "name": "Dragon Breeding Nest",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "20",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1233_criadero",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1234",
- "in_store": "1",
- "name": "Diamond Castle",
- "type": "b",
- "cost": "450",
- "cost_type": "c",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "23",
- "subcat_functional": "211",
- "min_level": "25",
- "width": "7",
- "height": "7",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1234_castillo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "20000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1235",
- "in_store": "0",
- "name": "Avenging Paladin Barracks",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "600",
- "groups": "",
- "trains": "724",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1235_barracarcangel",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "6000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1236",
- "in_store": "0",
- "name": "Halloween Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1236_molino",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1237",
- "in_store": "0",
- "name": "Halloween Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1237_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1238",
- "in_store": "0",
- "name": "Halloween Tower",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "140",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1238_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "2200",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1239",
- "in_store": "0",
- "name": "Halloween Farm",
- "type": "b",
- "cost": "2500",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1239_farm",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1240",
- "in_store": "0",
- "name": "Halloween House",
- "type": "b",
- "cost": "3500",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1240_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1241",
- "in_store": "0",
- "name": "Mr. Bones Barracks",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "729",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1241_barracaesqueleto",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1242",
- "in_store": "0",
- "name": "Scarecrow Barracks",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "730",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1242_barracaespanta",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1243",
- "in_store": "0",
- "name": "Black Witch Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "731",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1243_barracabruja",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1244",
- "in_store": "0",
- "name": "Frankenstein Barracks",
- "type": "b",
- "cost": "22",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "732",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1244_barracafrank",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1245",
- "in_store": "0",
- "name": "Werewolf Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "735",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1245_barracalobo",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1246",
- "in_store": "0",
- "name": "Ghost Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "734",
- "upgrades_to": "0",
- "display_order": "3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1246_barracafantasma",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1247",
- "in_store": "1",
- "name": "Zombie Barracks",
- "type": "b",
- "cost": "19000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "738",
- "upgrades_to": "0",
- "display_order": "-1310",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1247_barracazombie",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1248",
- "in_store": "0",
- "name": "Ghost",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1248_deco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1249",
- "in_store": "0",
- "name": "Cauldron",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1249_deco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "2000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1250",
- "in_store": "0",
- "name": "Dracula Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "733",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1250_barracadracula",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1251",
- "in_store": "0",
- "name": "Halloween SuperTower",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1251_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "3500",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "40",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1252",
- "in_store": "0",
- "name": "Haunted House",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1252_deco",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1253",
- "in_store": "0",
- "name": "Relic",
- "type": "b",
- "cost": "300",
- "cost_type": "g",
- "xp": "30",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "90",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "8",
- "subcategory_id": "81",
- "subcat_functional": "814",
- "min_level": "10",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1253_relic",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1254",
- "in_store": "0",
- "name": "Phoenix Egg",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "311",
- "min_level": "25",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1254_eggphoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "200",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1255",
- "in_store": "1",
- "name": "Monsters Nest",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "1",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "30",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1255_monsternest",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1256",
- "in_store": "0",
- "name": "Mythological Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1256_mill",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1257",
- "in_store": "0",
- "name": "Mythological Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1257_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1258",
- "in_store": "0",
- "name": "Mythological Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1258_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "29",
- "defense": "1",
- "life": "2700",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1259",
- "in_store": "0",
- "name": "Mythological Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1259_farm",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1260",
- "in_store": "0",
- "name": "Mythological House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1260_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1261",
- "in_store": "1",
- "name": "Icarus Barracks",
- "type": "b",
- "cost": "13500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "750",
- "upgrades_to": "0",
- "display_order": "-1210",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1261_barrack_icaro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1262",
- "in_store": "0",
- "name": "Hermes Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "751",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1262_barrack_hermes",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1263",
- "in_store": "0",
- "name": "Minotaur Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "752",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1263_barrack_minotauro",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1264",
- "in_store": "0",
- "name": "Scorpion Barracks",
- "type": "b",
- "cost": "23",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "753",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1264_barrack_escorpion",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1265",
- "in_store": "0",
- "name": "Cerberus Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "754",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1265_barrack_cancerbero",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1266",
- "in_store": "0",
- "name": "Cyclops Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "748",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1266_barrack_ciclope",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1267",
- "in_store": "0",
- "name": "Medusa Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "749",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1267_barrack_medusa",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1268",
- "in_store": "0",
- "name": "Pyros Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "755",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1268_barrack_pyros",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1269",
- "in_store": "0",
- "name": "Hercules Statue",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1269_deco_hercules",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1270",
- "in_store": "0",
- "name": "Unicorn Statue",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1270_deco_unicorn",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1271",
- "in_store": "0",
- "name": "Ancient Ruins",
- "type": "b",
- "cost": "5000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1271_deco_3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1272",
- "in_store": "0",
- "name": "Myth Statue",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1272_deco_4",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1273",
- "in_store": "1",
- "name": "Lythos Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "757",
- "upgrades_to": "0",
- "display_order": "-3100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1273_barrack_lythos",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1274",
- "in_store": "0",
- "name": "Valkyr Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "759",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1274_barrack_valkyr",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1275",
- "in_store": "0",
- "name": "Hermes Swordman Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "760",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1275_barrack_hermes2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1276",
- "in_store": "0",
- "name": "Hermes Spearman Barracks",
- "type": "b",
- "cost": "16500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "761",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1276_barrack_hermes3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1277",
- "in_store": "0",
- "name": "Centaur Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "756",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1277_barrack_centaur",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1278",
- "in_store": "0",
- "name": "Rodhes Colossus Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "764",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1278_barrack_rodas",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1279",
- "in_store": "0",
- "name": "Zeus Barrack",
- "type": "b",
- "cost": "15500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "779",
- "upgrades_to": "0",
- "display_order": "-10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1279_zeus_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1280",
- "in_store": "0",
- "name": "Poseidon Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "773",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1280_poseidon_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1281",
- "in_store": "0",
- "name": "Aquiles Barracks",
- "type": "b",
- "cost": "22",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "774",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1281_aquiles_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1282",
- "in_store": "0",
- "name": "Phoenix Blue Egg",
- "type": "u",
- "cost": "1200",
- "cost_type": "g",
- "xp": "120",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "44",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1282_eggbluephoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "250",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1283",
- "in_store": "1",
- "name": "Survival arena",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "20",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1283_survival_arena",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1284",
- "in_store": "1",
- "name": "Unit Warehouse",
- "type": "b",
- "cost": "20",
- "cost_type": "c",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-50",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "18",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1284_unit_warehouse",
- "elevation": "4",
- "unit_capacity": "50",
- "attack": "0",
- "defense": "1",
- "life": "7000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1286",
- "in_store": "1",
- "name": "Hades Barrack",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "765",
- "upgrades_to": "0",
- "display_order": "-3310",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1286_hades_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1287",
- "in_store": "0",
- "name": "Chained Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1287_chained_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1288",
- "in_store": "0",
- "name": "Chained Zeus",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1288_chained_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1289",
- "in_store": "0",
- "name": "Chained Blue F\u00e9nix",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1289_chained_blue_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1290",
- "in_store": "0",
- "name": "Ulises Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "779",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1290_ulises_barrack",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1291",
- "in_store": "0",
- "name": "Harpy Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "50",
- "groups": "",
- "trains": "780",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1291_harpy_barrack",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1292",
- "in_store": "1",
- "name": "Stratos Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "762",
- "upgrades_to": "0",
- "display_order": "-3020",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1292_barrack_stratos",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1293",
- "in_store": "1",
- "name": "Advanced Catapult Workshop",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "767",
- "upgrades_to": "0",
- "display_order": "-55",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "34",
- "subcat_functional": "341",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1293_stonethrower_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1294",
- "in_store": "0",
- "name": "Chained Vulcano",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1294_chained_vulcano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1295",
- "in_store": "0",
- "name": "Chained Furious Bull Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1295_chained_bull",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1296",
- "in_store": "0",
- "name": "Chained Manticora",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1296_chained_manticora",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1297",
- "in_store": "0",
- "name": "Chained Ares",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1297_chained_ares",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1298",
- "in_store": "0",
- "name": "Chained Quimera",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1298_chained_quimera",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1299",
- "in_store": "1",
- "name": "Cash Wonder",
- "type": "b",
- "cost": "50",
- "cost_type": "c",
- "xp": "5",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-400",
- "activation": "86400",
- "expiration": "0",
- "collect": "1",
- "collect_type": "c",
- "collect_xp": "1",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "139",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1299_cash_wonder",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "a",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1300",
- "in_store": "0",
- "name": "Morocco Dealer",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1300_morocco_dealer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1301",
- "in_store": "0",
- "name": "Hercules Barracks",
- "type": "b",
- "cost": "29",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "789",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1301_barrack_hercules",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1302",
- "in_store": "0",
- "name": "Pyros Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "755",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1302_barrack_pyros",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1303",
- "in_store": "0",
- "name": "Hydros Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "772",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1303_barrack_hydros",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1304",
- "in_store": "0",
- "name": "Coliseum Stands",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "20",
- "height": "20",
- "max_frame": "8",
- "giftable": "0",
- "img_name": "1304_gradas",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1305",
- "in_store": "0",
- "name": "Sword Skeleton Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "808",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1305_sword_skeleton_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1306",
- "in_store": "0",
- "name": "Necro Archer Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "809",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1306_necro_archer_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1307",
- "in_store": "0",
- "name": "Necro Warrior Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "795",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1307_necro_warrior_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1308",
- "in_store": "0",
- "name": "Beholder Eye",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1308_necro_deco_1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1309",
- "in_store": "1",
- "name": "Necro Priest Castle",
- "type": "b",
- "cost": "35",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "810",
- "upgrades_to": "0",
- "display_order": "-3700",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "231",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1309_necro_priest_castle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "12000",
- "velocity": "0",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1310",
- "in_store": "0",
- "name": "Winged Warrior Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "811",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1310_winged_warrior_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1311",
- "in_store": "0",
- "name": "Necro Paladin Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "794",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1311_necro_paladin_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1312",
- "in_store": "1",
- "name": "Dark Lord Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "815",
- "upgrades_to": "0",
- "display_order": "-3200",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1312_necro_big_sword_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1313",
- "in_store": "0",
- "name": "Green Emerald",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1313_necro_deco_2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1314",
- "in_store": "0",
- "name": "Draco Fountain",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1314_necro_deco_3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1315",
- "in_store": "0",
- "name": "Necro Deco 4",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1315_necro_deco_4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1316",
- "in_store": "0",
- "name": "Necro Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1316_necro_mill",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1317",
- "in_store": "0",
- "name": "Necro Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1317_necro_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1318",
- "in_store": "0",
- "name": "Necro Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1318_necro_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "2800",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1319",
- "in_store": "0",
- "name": "Necro Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1319_necro_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1320",
- "in_store": "0",
- "name": "Necro House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1320_necro_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1321",
- "in_store": "0",
- "name": "Axe Skeleton Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "797",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1321_axe_skeleton_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1322",
- "in_store": "0",
- "name": "Necro Horseman Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "799",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1322_necro_horseman_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1323",
- "in_store": "1",
- "name": "Necro Fork Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "802",
- "upgrades_to": "0",
- "display_order": "-1350",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1323_necro_fork_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1324",
- "in_store": "0",
- "name": "Necro Gollum Barracks",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "800",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1324_necro_gollum_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1325",
- "in_store": "0",
- "name": "Necro Harvester Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "801",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1325_necro_harvester_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1326",
- "in_store": "0",
- "name": "Necro Multiarms Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "803",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1326_necro_multiarms_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1327",
- "in_store": "0",
- "name": "Necro Executioner Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "804",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1327_necro_executioner_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1328",
- "in_store": "0",
- "name": "Necro Shark Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "805",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1328_necro_shark_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1329",
- "in_store": "0",
- "name": "Necro King Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "806",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1329_necro_king_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1330",
- "in_store": "0",
- "name": "Necro Gryphon Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1330_necro_gryphon_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1331",
- "in_store": "0",
- "name": "Necro Abomination Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1331_necro_abomination_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1332",
- "in_store": "0",
- "name": "Necro Worm Barracks",
- "type": "b",
- "cost": "14000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1332_necro_worm_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1333",
- "in_store": "0",
- "name": "Chained Cyclops",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1333_chained_cyclops",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1334",
- "in_store": "0",
- "name": "Chained Rubies",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1334_chained_rubies",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1335",
- "in_store": "0",
- "name": "Chained Angelical Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1335_chained_celestial",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1336",
- "in_store": "0",
- "name": "Chained Necro Paladin",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1336_chained_necropaladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1337",
- "in_store": "0",
- "name": "Chained Necro Worm",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1337_chained_necroworm",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1338",
- "in_store": "0",
- "name": "Chained Dark Lord",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1338_chained_darklord",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1339",
- "in_store": "0",
- "name": "Chained Necro King",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1339_chained_necroking",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1340",
- "in_store": "0",
- "name": "Chained Necro Gryphon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1340_chained_gryphon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1341",
- "in_store": "0",
- "name": "Chained Necro Abomination",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1341_chained_abomination",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1342",
- "in_store": "0",
- "name": "Necro Rhino Barracks",
- "type": "b",
- "cost": "24",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "817",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1342_necro_rhino_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1343",
- "in_store": "0",
- "name": "Skeleton Archer Barracks",
- "type": "b",
- "cost": "16000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "818",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1343_skeleton_archer_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1344",
- "in_store": "0",
- "name": "Social Wars",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "7",
- "height": "7",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1344_social_wars",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1345",
- "in_store": "1",
- "name": "Rider Academy",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-70",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "35",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1345_dragonrider_training",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1346",
- "in_store": "1",
- "name": "Dragon Riding",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-75",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "35",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1346_dragon_taming",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1347",
- "in_store": "0",
- "name": "Necro Doublesword Barracks",
- "type": "b",
- "cost": "16500",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "825",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1347_necro_doublesword_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1348",
- "in_store": "0",
- "name": "Necro Ghost Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "821",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1348_necro_ghost_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1349",
- "in_store": "0",
- "name": "Chained Necro Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1349_chained_necro_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1350",
- "in_store": "0",
- "name": "Chained Zeus",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1350_chained_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1351",
- "in_store": "0",
- "name": "Chained Spectrum Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1351_chained_spectrum",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1352",
- "in_store": "0",
- "name": "Chained Vulcano Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1352_chained_vulcano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1353",
- "in_store": "0",
- "name": "Chained Mad Balrog",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1353_chained_balrog",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1354",
- "in_store": "0",
- "name": "Chained Green Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1354_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1355",
- "in_store": "0",
- "name": "Chained Red Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1355_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1356",
- "in_store": "0",
- "name": "Chained Green Phoenix",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1356_chained_green_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1357",
- "in_store": "0",
- "name": "Dome Protection descartado",
- "type": "b",
- "cost": "100000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-570",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "1511",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1357_protection_dome",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "5",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1358",
- "in_store": "1",
- "name": "Protection Dome",
- "type": "b",
- "cost": "50000",
- "cost_type": "g",
- "xp": "190",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-3",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "1511",
- "min_level": "42",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1358_protection_dome",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "10",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1359",
- "in_store": "1",
- "name": "Tower Enhancer",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "190",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "1511",
- "min_level": "47",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1359_tower_enhancer_dome_cash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "10",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1360",
- "in_store": "1",
- "name": "Sky Tower II",
- "type": "b",
- "cost": "15",
- "cost_type": "c",
- "xp": "190",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-4",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "50",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1360_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1361",
- "in_store": "1",
- "name": "Sky Tower",
- "type": "b",
- "cost": "10000",
- "cost_type": "s",
- "xp": "190",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-2",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "21",
- "subcat_functional": "211",
- "min_level": "40",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1361_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "2900",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1362",
- "in_store": "0",
- "name": "Guardian Swordman Barracks",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "863",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1362_barracks_swordman",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1363",
- "in_store": "0",
- "name": "Guardian Archer Barracks",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "865",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1363_barracks_archer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1364",
- "in_store": "0",
- "name": "Isis Healer Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "866",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1364_barracks_healer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1365",
- "in_store": "0",
- "name": "Horus Herald Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "867",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1365_barracks_horus",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1366",
- "in_store": "1",
- "name": "Ramses II Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "860",
- "upgrades_to": "0",
- "display_order": "-3210",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1366_barracks_ramses",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1367",
- "in_store": "0",
- "name": "Sphinx Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "861",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1367_barracks_sphinx",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1368",
- "in_store": "1",
- "name": "Sarcophagus",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-120",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1368_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1369",
- "in_store": "0",
- "name": "Isis Statue",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1369_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1370",
- "in_store": "0",
- "name": "Keops Pyramid",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1370_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1371",
- "in_store": "0",
- "name": "Abu Simbel Statue",
- "type": "b",
- "cost": "7",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1371_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1372",
- "in_store": "1",
- "name": "Pharaohs Gold Mine",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-140",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1372_mine",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1373",
- "in_store": "0",
- "name": "Pharaohs Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1373_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1374",
- "in_store": "1",
- "name": "Pharaohs Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-220",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1374_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "2850",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1375",
- "in_store": "0",
- "name": "Pharaohs Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1375_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1376",
- "in_store": "1",
- "name": "Pharaohs House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-300",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1376_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1377",
- "in_store": "0",
- "name": "Chained Electric Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1377_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1378",
- "in_store": "0",
- "name": "Chained Golden Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1378_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1379",
- "in_store": "0",
- "name": "Guardian Axe Barracks",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "870",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1379_barracks_axe",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1380",
- "in_store": "0",
- "name": "Horus Gryphon Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "869",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1380_barracks_gryphon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1381",
- "in_store": "0",
- "name": "Cobra Rider Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "871",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1381_barracks_cobra",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1382",
- "in_store": "0",
- "name": "Anubis God Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "879",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1382_barracks_anubis",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1383",
- "in_store": "1",
- "name": "Tutankamon Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "884",
- "upgrades_to": "0",
- "display_order": "-3040",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1383_barracks_tutankamon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1384",
- "in_store": "0",
- "name": "Celestial Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1385",
- "in_store": "0",
- "name": "Mythological Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1386",
- "in_store": "0",
- "name": "Necro Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1387",
- "in_store": "0",
- "name": "Dragons Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1388",
- "in_store": "0",
- "name": "Monsters Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1389",
- "in_store": "0",
- "name": "Chained Dragon Hunter",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1389_chained_hunter",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1390",
- "in_store": "0",
- "name": "Chained Monster Hunter",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1390_chained_hunter",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1391",
- "in_store": "0",
- "name": "Chained Egyptian Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1391_chained_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1392",
- "in_store": "0",
- "name": "Chained Black Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1392_chained_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1393",
- "in_store": "0",
- "name": "Chained Dragon Hunter II",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1393_chained_hunter2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1394",
- "in_store": "1",
- "name": "Supreme Dragon Temple",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-6400",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "139",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1394_temple_invocation_bahamut_supreme",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1395",
- "in_store": "0",
- "name": "Chained Chameleon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1395_chained_chameleon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1396",
- "in_store": "1",
- "name": "Scarab Rider Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "897",
- "upgrades_to": "0",
- "display_order": "-3500",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1396_barracks_scarab",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1397",
- "in_store": "1",
- "name": "Elf Swordman Barracks",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2005",
- "upgrades_to": "0",
- "display_order": "-1100",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1397_barracks_swordman",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1398",
- "in_store": "1",
- "name": "Elf Archer Barracks",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2006",
- "upgrades_to": "0",
- "display_order": "-1020",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1398_barracks_archer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1399",
- "in_store": "1",
- "name": "Elf Priest Barracks",
- "type": "b",
- "cost": "26",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2007",
- "upgrades_to": "0",
- "display_order": "-3000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1399_barracks_healer",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1400",
- "in_store": "0",
- "name": "Elf Knight Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2009",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1400_barracks_knight",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1401",
- "in_store": "0",
- "name": "Elf Reptile Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2008",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1401_barracks_raptor",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1402",
- "in_store": "0",
- "name": "Elf Fountain",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1402_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1403",
- "in_store": "1",
- "name": "Emerald Sculpture",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-200",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1403_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1404",
- "in_store": "0",
- "name": "Reptile Knight Statue",
- "type": "b",
- "cost": "7000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1404_deco",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1405",
- "in_store": "0",
- "name": "Imperial Elf Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1405_mine",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1406",
- "in_store": "0",
- "name": "Imperial Elf Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1406_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1407",
- "in_store": "1",
- "name": "Imperial Elf Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-160",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1407_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "2900",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1408",
- "in_store": "0",
- "name": "Imperial Elf Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1408_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1409",
- "in_store": "1",
- "name": "Imperial Elf House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1409_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1410",
- "in_store": "0",
- "name": "Bahamut Heart",
- "type": "b",
- "cost": "0",
- "cost_type": "c",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "1611",
- "subcat_functional": "1611",
- "min_level": "0",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1410_bahamut_heart",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "1",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1411",
- "in_store": "0",
- "name": "Chained Megahealing Angel",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1411_chained_angelical",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1412",
- "in_store": "0",
- "name": "Chained Paladin Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1412_chained_paladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1413",
- "in_store": "0",
- "name": "Chained Red Phoenix",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1413_chained_red_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1414",
- "in_store": "0",
- "name": "Elf Axe Barracks",
- "type": "b",
- "cost": "28",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2010",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1414_barracks_axe",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1415",
- "in_store": "1",
- "name": "Elf Gryphon Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2011",
- "upgrades_to": "0",
- "display_order": "-3010",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1415_barracks_gryphon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1416",
- "in_store": "0",
- "name": "Elf Catapult Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2012",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1416_barracks_catapult",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1417",
- "in_store": "0",
- "name": "Chained Dynasty Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1417_chained_snake_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1418",
- "in_store": "0",
- "name": "Chained Balrogs",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1418_chained_balrogs",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1419",
- "in_store": "0",
- "name": "Chained Electric Dinasty Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1419_chained_snake_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1420",
- "in_store": "1",
- "name": "Red Bull Rider Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2019",
- "upgrades_to": "0",
- "display_order": "-3220",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1420_barracks_bull_rider",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1421",
- "in_store": "0",
- "name": "Silver Paladin Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2020",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1421_barracks_silver_paladin",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1422",
- "in_store": "0",
- "name": "Chained Red Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1422_chained_fire_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1423",
- "in_store": "0",
- "name": "Chained Frostfire Bahamut",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1423_chained_frostfire_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1424",
- "in_store": "0",
- "name": "Elven Crossbow Barracks",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2021",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1424_barracks_elf_crossbow",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1425",
- "in_store": "1",
- "name": "Elven Eagle Rider Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2022",
- "upgrades_to": "0",
- "display_order": "-3320",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1425_barracks_elf_eagle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1426",
- "in_store": "0",
- "name": "Dragon Killer Fortress",
- "type": "b",
- "cost": "1000",
- "cost_type": "c",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-8000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "1711",
- "min_level": "0",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1426_castle_dragon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "400",
- "defense": "1",
- "life": "17000",
- "velocity": "0",
- "attack_range": "15",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1427",
- "in_store": "0",
- "name": "Upgrade1",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "upgrade1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "0",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1428",
- "in_store": "0",
- "name": "Upgrade2",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "upgrade2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "0",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1429",
- "in_store": "0",
- "name": "Upgrade3",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "upgrade3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "0",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1430",
- "in_store": "0",
- "name": "Upgrade4",
- "type": "b",
- "cost": "0",
- "cost_type": "g",
- "xp": "0",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "upgrade4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "0",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1431",
- "in_store": "0",
- "name": "Chained Golden Bahamut Raider",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1431_chained_golden_bahamut_raider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1432",
- "in_store": "0",
- "name": "Chained Jade Dinasty Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1432_chained_jade_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1433",
- "in_store": "1",
- "name": "Crusher Orc Barrack",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2027",
- "upgrades_to": "0",
- "display_order": "-1010",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1433_barracks_crusher_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1434",
- "in_store": "0",
- "name": "Archer Orc Barrack",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2028",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1434_barracks_archer_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1435",
- "in_store": "0",
- "name": "Boar Axe Rider Barrack",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2029",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1435_barracks_boar_axe_rider",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1436",
- "in_store": "0",
- "name": "Orc Spear Warrior Barrack",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2030",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1436_barracks_orc_spear_warrior",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1437",
- "in_store": "0",
- "name": "Spider Orc Rider Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2031",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1437_barracks_spider_orc_rider",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1438",
- "in_store": "0",
- "name": "Skullz Big Amulet",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1438_deco1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1439",
- "in_store": "0",
- "name": "Dark Orks Banner",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1439_deco2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1440",
- "in_store": "0",
- "name": "Dark Orc Deco 3 Cash",
- "type": "b",
- "cost": "7000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1440_deco3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1441",
- "in_store": "0",
- "name": "Dark Orc Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1441_mill",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1442",
- "in_store": "1",
- "name": "Dark Orc Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-150",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1442_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1443",
- "in_store": "0",
- "name": "Dark Orc Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1443_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "2950",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1444",
- "in_store": "0",
- "name": "Dark Orc Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1444_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1445",
- "in_store": "0",
- "name": "Dark Orc House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1445_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1446",
- "in_store": "0",
- "name": "Chained Black Dragon Rider",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1446_chained_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1447",
- "in_store": "0",
- "name": "Chained Limit Wizard",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1447_chained_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1448",
- "in_store": "0",
- "name": "Chained Chest",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1448_chained_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1449",
- "in_store": "0",
- "name": "Chained Mythological Chest 2",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1449_chained_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1450",
- "in_store": "0",
- "name": "Chained Colossal Cobra",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1450_chained_cobra",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1451",
- "in_store": "0",
- "name": "Chained Burning Tiger",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1451_chained_tiger",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1452",
- "in_store": "0",
- "name": "Chained Ramses II",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1452_chained_ramses",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1453",
- "in_store": "0",
- "name": "Chained Rainbow Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1453_chained_rainbow",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1454",
- "in_store": "1",
- "name": "Golden Paladin Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2036",
- "upgrades_to": "0",
- "display_order": "-3030",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1454_barracks_golden_paladin",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1455",
- "in_store": "0",
- "name": "Chained Double Cash Offer",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1455_chained_double_cash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1456",
- "in_store": "1",
- "name": "Dragons Statue",
- "type": "b",
- "cost": "250000",
- "cost_type": "g",
- "xp": "2500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-6500",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1456_dragon_statue",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "20",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1457",
- "in_store": "1",
- "name": "Vulcano",
- "type": "b",
- "cost": "250000",
- "cost_type": "s",
- "xp": "2500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-6600",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1457_vulcano",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "20",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1458",
- "in_store": "0",
- "name": "Banyan Tree",
- "type": "b",
- "cost": "7000",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "4",
- "subcategory_id": "45",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1458_banyan_tree",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "20",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1459",
- "in_store": "0",
- "name": "Chained Dragon Hunters",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "7",
- "height": "7",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1459_chained_hunters",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1460",
- "in_store": "0",
- "name": "Chained Furious Zeus",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1460_chained_zeus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1461",
- "in_store": "0",
- "name": "Chained Titan Lithos",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1461_chained_lithos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1462",
- "in_store": "0",
- "name": "Chained Solar Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1462_chained_sun",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1463",
- "in_store": "0",
- "name": "Time Machine",
- "type": "b",
- "cost": "300000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-6700",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "139",
- "min_level": "55",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1463_time_machine",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1464",
- "in_store": "0",
- "name": "Chained Rockdriller",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1464_chained_rockdriller",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1465",
- "in_store": "0",
- "name": "Chained Vulcano",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1465_chained_vulcano",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1466",
- "in_store": "0",
- "name": "Chained 2-Head Holydeath Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1466_chained_dual",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1467",
- "in_store": "0",
- "name": "Chained Dark Chest",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1467_chained_dark",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1468",
- "in_store": "0",
- "name": "Chained Tiger Spider",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1468_chained_tiger_spider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1469",
- "in_store": "0",
- "name": "Chained Punisher Knight",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1469_chained_punisher_knight",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1470",
- "in_store": "0",
- "name": "Chained Draggy",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1470_chained_draggy_cash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1471",
- "in_store": "0",
- "name": "Chained Metal T-Rex",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1471_chained_metal_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1472",
- "in_store": "0",
- "name": "Chained Soul Eater",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1472_chained_soul_eater",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1473",
- "in_store": "0",
- "name": "Chained Galaxy Dragon",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1473_chained_galaxy_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1474",
- "in_store": "0",
- "name": "TNT Orc Barrack",
- "type": "b",
- "cost": "34",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2046",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1474_barracks_kamikaze_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1475",
- "in_store": "1",
- "name": "Big Basher Orc Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2047",
- "upgrades_to": "0",
- "display_order": "-3230",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1475_barracks_hammer_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1476",
- "in_store": "0",
- "name": "Chained Attack Booster Wizard",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1476_chained_attack_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1477",
- "in_store": "0",
- "name": "Chained Epic 2-Headed Dragon Rider",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1477_chained_epic_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1478",
- "in_store": "0",
- "name": "Level Up Statue",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1478_levelup_statue",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1479",
- "in_store": "0",
- "name": "Chained Level Up Statue",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1479_chained_levelup",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1480",
- "in_store": "0",
- "name": "Chained Stratos",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1480_chained_stratos",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1481",
- "in_store": "0",
- "name": "Chained 75% Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1481_chained_75bonus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1482",
- "in_store": "0",
- "name": "Priest Orc Barrack",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2054",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1482_barrack_priest_orc",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1483",
- "in_store": "1",
- "name": "Black Lizard Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2056",
- "upgrades_to": "0",
- "display_order": "-3120",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1483_barrack_monster_orc_rider",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1484",
- "in_store": "0",
- "name": "Dual Axe Orc Barracks",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2061",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1484_barrack_dual_axe",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1485",
- "in_store": "1",
- "name": "Wyvern Rider Barracks",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2062",
- "upgrades_to": "0",
- "display_order": "-3070",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1483_barrack_spectrum",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1486",
- "in_store": "0",
- "name": "Boomerang Orc Barracks",
- "type": "b",
- "cost": "34",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2068",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1486_barrack_boomerang",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1487",
- "in_store": "0",
- "name": "Grove",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arboles_2x2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1488",
- "in_store": "0",
- "name": "Forest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "arboles_3x3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1489",
- "in_store": "0",
- "name": "Pharaohs Isle",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1490",
- "in_store": "0",
- "name": "Elven Empire",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1491",
- "in_store": "0",
- "name": "Orc Battering Ram Barrack",
- "type": "b",
- "cost": "45",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2074",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1491_battering_ram_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1492",
- "in_store": "0",
- "name": "Barrack Sword Gladiator",
- "type": "b",
- "cost": "17000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2105",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1492_barracks_sword_glad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1493",
- "in_store": "1",
- "name": "Barrack Spearman Gladiator",
- "type": "b",
- "cost": "18000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2106",
- "upgrades_to": "0",
- "display_order": "-1110",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1493_barracks_spartan_glad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1494",
- "in_store": "0",
- "name": "Barrack Knight Gladiator",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2107",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1494_barracks_rider_glad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1495",
- "in_store": "0",
- "name": "Barrack Demolisher Gladiator",
- "type": "b",
- "cost": "30",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2108",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1495_barracks_demolisher",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1496",
- "in_store": "1",
- "name": "Barrack Lizard Gladiator",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2109",
- "upgrades_to": "0",
- "display_order": "-3060",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1496_barracks_monster_glad",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1497",
- "in_store": "0",
- "name": "Gladiator Bust Deco",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1497_deco1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1498",
- "in_store": "0",
- "name": "Golden Gladiator Statue",
- "type": "b",
- "cost": "6",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1498_deco2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1499",
- "in_store": "1",
- "name": "Gladiator Mill",
- "type": "b",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-130",
- "activation": "21600",
- "expiration": "0",
- "collect": "400",
- "collect_type": "f",
- "collect_xp": "14",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "121",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1499_mill",
- "elevation": "4",
- "unit_capacity": "2",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1500",
- "in_store": "1",
- "name": "Gladiator Wall",
- "type": "b",
- "cost": "1",
- "cost_type": "c",
- "xp": "20",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-210",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "221",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1500_wall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1501",
- "in_store": "0",
- "name": "Gladiator Tower",
- "type": "b",
- "cost": "9",
- "cost_type": "c",
- "xp": "180",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "211",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1501_tower",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "2950",
- "velocity": "0",
- "attack_range": "12",
- "attack_interval": "35",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1502",
- "in_store": "0",
- "name": "Gladiator Field",
- "type": "b",
- "cost": "1800",
- "cost_type": "w",
- "xp": "160",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "32.4",
- "expiration": "0",
- "collect": "40",
- "collect_type": "f",
- "collect_xp": "2",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "122",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1502_field",
- "elevation": "0",
- "unit_capacity": "1",
- "attack": "0",
- "defense": "1",
- "life": "400",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1503",
- "in_store": "0",
- "name": "Gladiator House",
- "type": "b",
- "cost": "2800",
- "cost_type": "g",
- "xp": "260",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "111",
- "min_level": "8",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1503_house",
- "elevation": "4",
- "unit_capacity": "10",
- "attack": "0",
- "defense": "1",
- "life": "600",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1504",
- "in_store": "0",
- "name": "Antimatter Golem Barrack",
- "type": "b",
- "cost": "45",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2111",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1504_barracks_antimatter_golem",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1505",
- "in_store": "0",
- "name": "Evil Demon Barrack",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2112",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1505_barracks_evil_demon",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1506",
- "in_store": "0",
- "name": "God Isle 1",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1507",
- "in_store": "0",
- "name": "God Isle 2",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1508",
- "in_store": "1",
- "name": "Mace Gladiator Barrack",
- "type": "b",
- "cost": "25000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "2116",
- "upgrades_to": "0",
- "display_order": "-1030",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1508_axeman_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1509",
- "in_store": "0",
- "name": "Priest Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2117",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1509_priest_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1510",
- "in_store": "0",
- "name": "Death Warrior Barrack",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2120",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1510_death_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1511",
- "in_store": "0",
- "name": "God Isle 3",
- "type": "b",
- "cost": "1",
- "cost_type": "g",
- "xp": "1",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "95",
- "activation": "0.36",
- "expiration": "0",
- "collect": "0",
- "collect_type": "aa",
- "collect_xp": "0",
- "category_id": "11",
- "subcategory_id": "111",
- "subcat_functional": "1111",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "isladangerous",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "5",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1512",
- "in_store": "0",
- "name": "Lion Soul Gladiator Barrack",
- "type": "b",
- "cost": "38",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2125",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1512_big_glad_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1513",
- "in_store": "1",
- "name": "Bull Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2126",
- "upgrades_to": "0",
- "display_order": "-3130",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1513_bull_glad_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1514",
- "in_store": "1",
- "name": "Burning Tiger Barrack",
- "type": "b",
- "cost": "42",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2035",
- "upgrades_to": "0",
- "display_order": "-2020",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1514_burning_tiger_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1515",
- "in_store": "1",
- "name": "T-Rex Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2139",
- "upgrades_to": "0",
- "display_order": "-2010",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1515_trex_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1516",
- "in_store": "0",
- "name": "4-Weapons Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2135",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1516_4weap_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1517",
- "in_store": "0",
- "name": "Centaur Gladiator Barrack",
- "type": "b",
- "cost": "38",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2136",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1517_centaur_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1518",
- "in_store": "0",
- "name": "Blade Gladiator Barrack",
- "type": "b",
- "cost": "38",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2143",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1518_bigwarrior_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1519",
- "in_store": "0",
- "name": "Minotaur Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2144",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1519_minotaur_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1520",
- "in_store": "0",
- "name": "Devil Gladiator Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2150",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1520_devil_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1521",
- "in_store": "0",
- "name": "Chariot Gladiator Barrack",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2151",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1521_chariot_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1522",
- "in_store": "1",
- "name": "Caesar Gladiator Barrack",
- "type": "b",
- "cost": "45",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2157",
- "upgrades_to": "0",
- "display_order": "-3330",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1522_cesar_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1523",
- "in_store": "0",
- "name": "Dwarf Axe Barrack",
- "type": "b",
- "cost": "36",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2150",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1523_dwarfAxe_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1524",
- "in_store": "0",
- "name": "Dwarf Priest Barrack",
- "type": "b",
- "cost": "40",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2151",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1524_dwarfPriest_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1525",
- "in_store": "0",
- "name": "Dwarven Catapult",
- "type": "b",
- "cost": "48",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "2157",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1525_dwarvenCatapult_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1526",
- "in_store": "1",
- "name": "Punisher Knight Barrack",
- "type": "b",
- "cost": "32",
- "cost_type": "c",
- "xp": "300",
- "groups": "",
- "trains": "829",
- "upgrades_to": "0",
- "display_order": "-2000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "311",
- "min_level": "8",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1526_punisherKnight_barrack",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "3000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "1527",
- "in_store": "0",
- "name": "Dragon City",
- "type": "b",
- "cost": "9000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "7",
- "height": "7",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "1527_dragonCity_cross",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "n",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2000",
- "in_store": "0",
- "name": "Paladin Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2000_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "72",
- "defense": "1",
- "life": "2700",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2001",
- "in_store": "0",
- "name": "Paladin Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2001_bahamuty",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "600",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2002",
- "in_store": "0",
- "name": "Paladin Bahamut Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2002_bahamut_jinete",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "97",
- "defense": "1",
- "life": "2900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2003",
- "in_store": "0",
- "name": "Supreme Bahamut Dragon",
- "type": "u",
- "cost": "200",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2003_bahamut_supreme",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "500",
- "defense": "1",
- "life": "10000",
- "velocity": "6",
- "attack_range": "15",
- "attack_interval": "35",
- "new_item": "0",
- "population": "10",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "20",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2004",
- "in_store": "0",
- "name": "Supreme Bahamut Draggy",
- "type": "u",
- "cost": "20",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2004_bahamuty_supreme",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "800",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2005",
- "in_store": "0",
- "name": "Imperial Elf Sword",
- "type": "u",
- "cost": "2500",
- "cost_type": "g",
- "xp": "250",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2005_elf_sword",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "30",
- "defense": "1",
- "life": "425",
- "velocity": "5",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2006",
- "in_store": "0",
- "name": "Imperial Elf Archer",
- "type": "u",
- "cost": "2600",
- "cost_type": "g",
- "xp": "260",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2006_elf_archer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "24",
- "defense": "1",
- "life": "225",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2007",
- "in_store": "0",
- "name": "Elf Priest",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2007_elf_priest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "1300",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2008",
- "in_store": "0",
- "name": "Reptile Knight",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2008_elf_raptor",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "44",
- "defense": "1",
- "life": "1400",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2009",
- "in_store": "0",
- "name": "Imperial Elf Knight",
- "type": "u",
- "cost": "5200",
- "cost_type": "g",
- "xp": "520",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2009_elf_knight",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "39",
- "defense": "1",
- "life": "1200",
- "velocity": "6",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2010",
- "in_store": "0",
- "name": "Imperial Elf Axe",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2010_elf_axe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "1400",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2011",
- "in_store": "0",
- "name": "Imperial Elf Gryphon",
- "type": "u",
- "cost": "6800",
- "cost_type": "g",
- "xp": "520",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2011_elf_gryphon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1800",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "7",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2012",
- "in_store": "0",
- "name": "Imperial Elf Catapult",
- "type": "u",
- "cost": "4000",
- "cost_type": "g",
- "xp": "520",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2012_elf_catapult",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "130",
- "defense": "1",
- "life": "300",
- "velocity": "4",
- "attack_range": "15",
- "attack_interval": "175",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2013",
- "in_store": "0",
- "name": "Dynasty Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2013_snake_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "74",
- "defense": "1",
- "life": "2800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2014",
- "in_store": "0",
- "name": "Dynasty Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2014_snake_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2015",
- "in_store": "0",
- "name": "Dynasty Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2015_snake_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "99",
- "defense": "1",
- "life": "3000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2016",
- "in_store": "0",
- "name": "Electric Dynasty Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2016_snake_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "75",
- "defense": "1",
- "life": "2800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2017",
- "in_store": "0",
- "name": "Electric Dynasty Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2017_snake_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2018",
- "in_store": "0",
- "name": "Electric Dynasty Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2018_snake_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "3000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2019",
- "in_store": "0",
- "name": "Red Bull Rider",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2019_elf_bull_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "49",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2020",
- "in_store": "0",
- "name": "Silver Paladin",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2020_elf_silver_paladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1700",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2021",
- "in_store": "0",
- "name": "Elven Crossbow",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2021_elf_crossbow",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "600",
- "velocity": "4",
- "attack_range": "13",
- "attack_interval": "110",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2022",
- "in_store": "0",
- "name": "Elven Eagle Rider",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2022_elf_eagle",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "2000",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2023",
- "in_store": "0",
- "name": "2-Head Frostfire Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2023_frostfire_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "76",
- "defense": "1",
- "life": "2900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2024",
- "in_store": "0",
- "name": "Frostfire Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2024_frost_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2025",
- "in_store": "0",
- "name": "Fire Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2025_fire_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2026",
- "in_store": "0",
- "name": "2-Head Frostfire Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2026_frostfire_bahamut_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "101",
- "defense": "1",
- "life": "3100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2027",
- "in_store": "0",
- "name": "Crusher Orc",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2027_crusher_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "31",
- "defense": "1",
- "life": "450",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2028",
- "in_store": "0",
- "name": "Archer Orc",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2028_archer_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "250",
- "velocity": "5",
- "attack_range": "8",
- "attack_interval": "20",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Archery",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2029",
- "in_store": "0",
- "name": "Boar Axe Rider",
- "type": "u",
- "cost": "6500",
- "cost_type": "g",
- "xp": "650",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2029_boar_axe_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "43",
- "defense": "1",
- "life": "1350",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2030",
- "in_store": "0",
- "name": "Orc Spear Warrior",
- "type": "u",
- "cost": "5500",
- "cost_type": "g",
- "xp": "550",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2030_orc_spear_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "1200",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "10",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2031",
- "in_store": "0",
- "name": "Spider Orc Rider",
- "type": "u",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2031_spider_orc_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1850",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2032",
- "in_store": "0",
- "name": "Jade Dynasty Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2032_jade_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "76",
- "defense": "1",
- "life": "2900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2033",
- "in_store": "0",
- "name": "Jade Dynasty Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2033_jade_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2034",
- "in_store": "0",
- "name": "Jade Dynasty Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2034_jade_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "101",
- "defense": "1",
- "life": "3100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2035",
- "in_store": "0",
- "name": "Burning Tiger",
- "type": "u",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2035_burning_tiger",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2036",
- "in_store": "0",
- "name": "Golden Paladin",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2036_golden_paladin",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "2000",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2037",
- "in_store": "0",
- "name": "Rainbow Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2037_rainbow_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "76",
- "defense": "1",
- "life": "2900",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2038",
- "in_store": "0",
- "name": "Rainbow Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2038_rainbow_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "101",
- "defense": "1",
- "life": "3100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2039",
- "in_store": "0",
- "name": "Solar Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2039_sun_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "77",
- "defense": "1",
- "life": "3000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2040",
- "in_store": "0",
- "name": "Solar Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2040_sun_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "34",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2041",
- "in_store": "0",
- "name": "Solar Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2041_sun_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "102",
- "defense": "1",
- "life": "3200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2042",
- "in_store": "0",
- "name": "Vulcano Golem",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2042_vulcano_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "56",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2043",
- "in_store": "0",
- "name": "2-Head Holydeath Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2043_dual_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "77",
- "defense": "1",
- "life": "3000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2044",
- "in_store": "0",
- "name": "2-Head Holydeath Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2044_dual_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2045",
- "in_store": "0",
- "name": "2-Head Holydeath Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2045_dual_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "102",
- "defense": "1",
- "life": "3200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2046",
- "in_store": "0",
- "name": "TNT Orc",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2046_orc_kamikaze",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "42",
- "defense": "1",
- "life": "800",
- "velocity": "5",
- "attack_range": "11",
- "attack_interval": "60",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "12",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2047",
- "in_store": "0",
- "name": "Big Basher Orc",
- "type": "u",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2047_hammer_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "2000",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2048",
- "in_store": "0",
- "name": "Galaxy Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2048_galaxy_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "78",
- "defense": "1",
- "life": "3100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2049",
- "in_store": "0",
- "name": "Galaxy Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2049_galaxy_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "36",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2050",
- "in_store": "0",
- "name": "Galaxy Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2050_galaxy_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "103",
- "defense": "1",
- "life": "3300",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2051",
- "in_store": "0",
- "name": "Chuck Norris Bahamut Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2051_chuck_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "102",
- "defense": "1",
- "life": "3200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2052",
- "in_store": "0",
- "name": "Attack Booster Wizard",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2052_attack_wizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1700",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2053",
- "in_store": "0",
- "name": "Metal T-Rex",
- "type": "u",
- "cost": "7500",
- "cost_type": "g",
- "xp": "750",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2053_metal_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "2100",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2054",
- "in_store": "0",
- "name": "Priest Orc",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2054_priest_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1300",
- "velocity": "4",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "7",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2055",
- "in_store": "0",
- "name": "Soul Eater",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2055_soul_eater",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "2000",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2056",
- "in_store": "0",
- "name": "Black Lizard Rider",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2056_monster_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2100",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2057",
- "in_store": "0",
- "name": "3-Head Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2057_3h_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "79",
- "defense": "1",
- "life": "3150",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2058",
- "in_store": "0",
- "name": "3-Head Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2058_3h_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "104",
- "defense": "1",
- "life": "3350",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2059",
- "in_store": "0",
- "name": "Sword Lion Warrior",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2059_sword_lion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "2150",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2060",
- "in_store": "0",
- "name": "Brutal Slasher",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2060_slasher_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2100",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2061",
- "in_store": "0",
- "name": "Dual Axe Orc",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2061_dual_swords",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2062",
- "in_store": "0",
- "name": "Wyvern Rider",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2062_spectrum_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2063",
- "in_store": "0",
- "name": "Star Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2063_star_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "3200",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2064",
- "in_store": "0",
- "name": "Star Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2064_star_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "37",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2065",
- "in_store": "0",
- "name": "Star Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2065_star_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "105",
- "defense": "1",
- "life": "3400",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2066",
- "in_store": "0",
- "name": "2-Head Orc",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2066_twohead_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "59",
- "defense": "1",
- "life": "2200",
- "velocity": "4",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2067",
- "in_store": "0",
- "name": "Invisible Killer",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2067_invisible_killer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "62",
- "defense": "1",
- "life": "1800",
- "velocity": "8",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "8",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2068",
- "in_store": "0",
- "name": "Boomerang Orc",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2068_boomerang_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "1600",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2069",
- "in_store": "0",
- "name": "Golden Dynasty Dragon",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2069_golden_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "81",
- "defense": "1",
- "life": "3250",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2070",
- "in_store": "0",
- "name": "Golden Dynasty Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2070_golden_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2071",
- "in_store": "0",
- "name": "Golden Dynasty Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2071_golden_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "106",
- "defense": "1",
- "life": "3450",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2072",
- "in_store": "0",
- "name": "Evil Demon",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2072_evil_demon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "2250",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2073",
- "in_store": "0",
- "name": "Death Warrior",
- "type": "u",
- "cost": "8",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2073_death_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "61",
- "defense": "1",
- "life": "2300",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2074",
- "in_store": "0",
- "name": "Orc Battering Ram",
- "type": "u",
- "cost": "14000",
- "cost_type": "g",
- "xp": "520",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "81",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2074_battering_ram",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "500",
- "defense": "1",
- "life": "5000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "80",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "15",
- "store_groups": "Siege",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2075",
- "in_store": "0",
- "name": "Elemental Fire God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2075_elemental_red_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "4000",
- "velocity": "7",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2076",
- "in_store": "0",
- "name": "Vulcano Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2076_vulcano_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2077",
- "in_store": "0",
- "name": "Elemental Fire Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2077_fire_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "94",
- "defense": "1",
- "life": "3500",
- "velocity": "7",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2078",
- "in_store": "0",
- "name": "Elemental Forest Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2078_forest_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2079",
- "in_store": "0",
- "name": "Elemental Forest God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2079_elemental_forest_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "102",
- "defense": "1",
- "life": "3900",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2080",
- "in_store": "0",
- "name": "Elemental Forest Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2080_forest_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "92",
- "defense": "1",
- "life": "3600",
- "velocity": "7",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2081",
- "in_store": "0",
- "name": "Fire Soul Eater",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2081_fire_soul_eater",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "2200",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2082",
- "in_store": "0",
- "name": "Elemental Forest Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2082_forest_colossus_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2083",
- "in_store": "0",
- "name": "Evil Crows Whirlwind",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2083_evil_crow_whirlwinds",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2084",
- "in_store": "0",
- "name": "Elemental Water Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2084_water_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2085",
- "in_store": "0",
- "name": "Elemental Water God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2085_elemental_water_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "98",
- "defense": "1",
- "life": "4100",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2086",
- "in_store": "0",
- "name": "Elemental Water Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2086_water_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "96",
- "defense": "1",
- "life": "3400",
- "velocity": "7",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2087",
- "in_store": "0",
- "name": "Luring Warrior",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2087_big_lure",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "6000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2088",
- "in_store": "0",
- "name": "Infraworld Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2088_infra_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2089",
- "in_store": "0",
- "name": "Elemental Soul God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2089_elemental_infra_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "108",
- "defense": "1",
- "life": "4250",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2090",
- "in_store": "0",
- "name": "Elemental Soul Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2090_infra_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "98",
- "defense": "1",
- "life": "3800",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2091",
- "in_store": "0",
- "name": "Elemental Soul Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2091_infra_colossus_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2092",
- "in_store": "0",
- "name": "Elemental Light Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2092_heaven_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2093",
- "in_store": "0",
- "name": "Elemental Light God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "92",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2093_elemental_heaven_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "104",
- "defense": "1",
- "life": "3800",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2094",
- "in_store": "0",
- "name": "Elemental Light Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "92",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2094_heaven_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "95",
- "defense": "1",
- "life": "3450",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2095",
- "in_store": "0",
- "name": "Heaven Colossus Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2095_heaven_colossus_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2096",
- "in_store": "0",
- "name": "Elemental Water Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2084_water_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2097",
- "in_store": "0",
- "name": "Black Phoenix",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2097_black_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "6000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2098",
- "in_store": "0",
- "name": "Antimatter Golem",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2098_antimatter_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "63",
- "defense": "1",
- "life": "2400",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2099",
- "in_store": "0",
- "name": "Medieval Golden Slayer",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2099_medieval_slayer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "80",
- "defense": "1",
- "life": "3000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2100",
- "in_store": "0",
- "name": "Reptile Warrior",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2100_reptile_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "25",
- "defense": "1",
- "life": "6000",
- "velocity": "4",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2101",
- "in_store": "0",
- "name": "Medieval Ether Messiah",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2101_medieval_messiah",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "75",
- "defense": "1",
- "life": "2800",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2102",
- "in_store": "0",
- "name": "Medieval Samurai",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2102_medieval_samurai2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "78",
- "defense": "1",
- "life": "2600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2103",
- "in_store": "0",
- "name": "Slayer Minion",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2103_slayer_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "400",
- "velocity": "4",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2104",
- "in_store": "0",
- "name": "Tornado Heaven",
- "type": "u",
- "cost": "12",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2104_tornado_heaven",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "400",
- "velocity": "4",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2105",
- "in_store": "0",
- "name": "Sword Gladiator",
- "type": "u",
- "cost": "3000",
- "cost_type": "g",
- "xp": "300",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "0",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2105_sword_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "32",
- "defense": "1",
- "life": "450",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2106",
- "in_store": "0",
- "name": "Spearman Gladiator",
- "type": "u",
- "cost": "3200",
- "cost_type": "g",
- "xp": "600",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2106_spartan_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "26",
- "defense": "1",
- "life": "300",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "25",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2107",
- "in_store": "0",
- "name": "Knight Gladiator",
- "type": "u",
- "cost": "6800",
- "cost_type": "g",
- "xp": "680",
- "groups": "melee medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2107_rider_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "1800",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "6",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2108",
- "in_store": "0",
- "name": "Demolisher Gladiator",
- "type": "u",
- "cost": "6800",
- "cost_type": "g",
- "xp": "680",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2108_demolisher",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "1650",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "10",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2109",
- "in_store": "0",
- "name": "Lizard Gladiator",
- "type": "u",
- "cost": "7000",
- "cost_type": "g",
- "xp": "700",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2109_monster_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2100",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "2",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2110",
- "in_store": "0",
- "name": "Souls Whirlwind",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2110_souls_whirlwinds",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1500",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2111",
- "in_store": "0",
- "name": "Antimatter Golem",
- "type": "u",
- "cost": "16000",
- "cost_type": "g",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2098_antimatter_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "63",
- "defense": "1",
- "life": "2400",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2112",
- "in_store": "0",
- "name": "Evil Demon",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2072_evil_demon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "60",
- "defense": "1",
- "life": "2250",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2113",
- "in_store": "0",
- "name": "Dark Evil God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "100",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2113_evil_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "110",
- "defense": "1",
- "life": "4500",
- "velocity": "7",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2114",
- "in_store": "0",
- "name": "Atlas Titan",
- "type": "u",
- "cost": "9",
- "cost_type": "c",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2114_atlas_titan",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "65",
- "defense": "1",
- "life": "2500",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2115",
- "in_store": "0",
- "name": "Dark Evil God Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2115_evil_god_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "600",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2116",
- "in_store": "0",
- "name": "Mace Gladiator",
- "type": "u",
- "cost": "3600",
- "cost_type": "g",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2116_axeman_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "600",
- "velocity": "6",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2117",
- "in_store": "0",
- "name": "Priest Gladiator",
- "type": "u",
- "cost": "6000",
- "cost_type": "g",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2117_priest_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "45",
- "defense": "1",
- "life": "1400",
- "velocity": "5",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "12",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2118",
- "in_store": "0",
- "name": "Priest Gladiator Pet",
- "type": "u",
- "cost": "5",
- "cost_type": "c",
- "xp": "100",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2118_priest_minion_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "450",
- "velocity": "9",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2119",
- "in_store": "0",
- "name": "Dark Evil God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "100",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2113_evil_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "110",
- "defense": "1",
- "life": "50000",
- "velocity": "7",
- "attack_range": "6",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2120",
- "in_store": "0",
- "name": "Death Warrior",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2073_death_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "61",
- "defense": "1",
- "life": "2300",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2121",
- "in_store": "0",
- "name": "Sky Bahamut Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2121_sky_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "108",
- "defense": "1",
- "life": "4000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2122",
- "in_store": "0",
- "name": "Sky Bahamut Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2122_sky_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "38",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2123",
- "in_store": "0",
- "name": "Sky Bahamut Dragon Rider",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2123_sky_dragon_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "133",
- "defense": "1",
- "life": "4250",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2124",
- "in_store": "0",
- "name": "Sky Whirlwind",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "96",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2124_sky_whirlwind",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "6",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2125",
- "in_store": "0",
- "name": "Lion Soul Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2125_big_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "54",
- "defense": "1",
- "life": "2000",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2126",
- "in_store": "0",
- "name": "Bull Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2126_bull_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "52",
- "defense": "1",
- "life": "2200",
- "velocity": "8",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2127",
- "in_store": "0",
- "name": "Queen Beast",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2127_mother",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "66",
- "defense": "1",
- "life": "2600",
- "velocity": "5",
- "attack_range": "7",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2128",
- "in_store": "0",
- "name": "Queen Beast Spawn",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2128_mother_son",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "1500",
- "velocity": "9",
- "attack_range": "2",
- "attack_interval": "25",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2129",
- "in_store": "0",
- "name": "Hell Abyss Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2129_hell_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "112",
- "defense": "1",
- "life": "4600",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2130",
- "in_store": "0",
- "name": "Hell Abyss Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2130_hell_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "46",
- "defense": "1",
- "life": "650",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2131",
- "in_store": "0",
- "name": "Hell Abyss Dragon Rider",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2131_hell_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "137",
- "defense": "1",
- "life": "4850",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2132",
- "in_store": "0",
- "name": "3-Head Primal Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2132_3head_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "114",
- "defense": "1",
- "life": "4700",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2133",
- "in_store": "0",
- "name": "3-Head Primal Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2133_3head_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2134",
- "in_store": "0",
- "name": "3-Head Primal Dragon Rider",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2134_3head_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "139",
- "defense": "1",
- "life": "4950",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2135",
- "in_store": "0",
- "name": "4-Weapons Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2135_4weap_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "56",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2136",
- "in_store": "0",
- "name": "Centaur Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2136_centaur_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2137",
- "in_store": "0",
- "name": "Swamp Monster",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2137_swamp_monster",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "69",
- "defense": "1",
- "life": "2800",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2138",
- "in_store": "0",
- "name": "Predator Lizard",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2138_blacklizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "68",
- "defense": "1",
- "life": "2700",
- "velocity": "7",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2139",
- "in_store": "0",
- "name": "T-Rex",
- "type": "u",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "melee big slow",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "713_trex",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "33",
- "defense": "1",
- "life": "1500",
- "velocity": "4",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "10",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2140",
- "in_store": "0",
- "name": "Green Extreme Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2140_4wings_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "115",
- "defense": "1",
- "life": "4800",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2141",
- "in_store": "0",
- "name": "Green Extreme Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2141_4wings_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "47",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2142",
- "in_store": "0",
- "name": "Green Extreme Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2142_4wings_rider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "140",
- "defense": "1",
- "life": "5050",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2143",
- "in_store": "0",
- "name": "Blade Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2143_bigwarrior_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2144",
- "in_store": "0",
- "name": "Minotaur Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2144_minotaur_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2145",
- "in_store": "0",
- "name": "Ice Golem",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2145_ice_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "70",
- "defense": "1",
- "life": "2800",
- "velocity": "7",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "4",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2146",
- "in_store": "0",
- "name": "Swamp Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2146_swamp_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "500",
- "velocity": "8",
- "attack_range": "1",
- "attack_interval": "30",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2147",
- "in_store": "0",
- "name": "Whirlwind Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "94",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2147_whirlwind_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "11",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2148",
- "in_store": "0",
- "name": "Genesis Earth God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2148_earth_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "120",
- "defense": "1",
- "life": "5200",
- "velocity": "7",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2149",
- "in_store": "0",
- "name": "Genesis Earth God Minion",
- "type": "u",
- "cost": "6",
- "cost_type": "g",
- "xp": "1",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2149_earth_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2150",
- "in_store": "0",
- "name": "Devil Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2150_devil_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "1800",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "5",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2151",
- "in_store": "0",
- "name": "Chariot Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2151_chariot_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "56",
- "defense": "1",
- "life": "2200",
- "velocity": "10",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Cavalry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2152",
- "in_store": "0",
- "name": "Genesis Earth Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "colossus",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2152_earth_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "104",
- "defense": "1",
- "life": "4600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2153",
- "in_store": "0",
- "name": "Tiny Fire God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2153_tiny_fire",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "4000",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2154",
- "in_store": "0",
- "name": "Sand Storm Whirlwind",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2154_sand_whirl",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "40",
- "defense": "1",
- "life": "500",
- "velocity": "11",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2155",
- "in_store": "0",
- "name": "Tiny Water God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "93",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2155_tiny_water",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "98",
- "defense": "1",
- "life": "4100",
- "velocity": "5",
- "attack_range": "3",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2156",
- "in_store": "0",
- "name": "Genesis Wind God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2156_wind_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "118",
- "defense": "1",
- "life": "5300",
- "velocity": "7",
- "attack_range": "11",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2157",
- "in_store": "0",
- "name": "Caesar Gladiator",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2157_cesar_glad",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "62",
- "defense": "1",
- "life": "2400",
- "velocity": "5",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2158",
- "in_store": "0",
- "name": "Caesar Gladiator Minion",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2158_cesar_glad_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "35",
- "defense": "1",
- "life": "600",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "1",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2159",
- "in_store": "0",
- "name": "Genesis Wind Minion",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2159_wind_minion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2160",
- "in_store": "0",
- "name": "Genesis Shadow God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2160_genesisShadowGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "124",
- "defense": "1",
- "life": "5000",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2161",
- "in_store": "0",
- "name": "Genesis Shadow Minion",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2161_genesisShadowMinion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2162",
- "in_store": "0",
- "name": "Genesis Wind Colossus",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2162_genesisWindColossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "104",
- "defense": "1",
- "life": "4600",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2163",
- "in_store": "0",
- "name": "Dwarf Axe",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2163_dwarfAxe",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "58",
- "defense": "1",
- "life": "1900",
- "velocity": "6",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2164",
- "in_store": "0",
- "name": "Dwarf Priest",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2164_dwarfPriest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2165",
- "in_store": "0",
- "name": "Dwarven Catapult",
- "type": "u",
- "cost": "15000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2165_dwarvenCatapult",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "55",
- "defense": "1",
- "life": "2000",
- "velocity": "8",
- "attack_range": "2",
- "attack_interval": "35",
- "new_item": "0",
- "population": "3",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "3",
- "store_groups": "Infantry",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2166",
- "in_store": "0",
- "name": "Tiny Light God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "95",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2166_tinyLightGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "100",
- "defense": "1",
- "life": "4000",
- "velocity": "5",
- "attack_range": "4",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "5",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2167",
- "in_store": "0",
- "name": "Genesis Ice God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2167_genesisIceGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "122",
- "defense": "1",
- "life": "5100",
- "velocity": "7",
- "attack_range": "5",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2168",
- "in_store": "0",
- "name": "Genesis Ice Minion",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2168_genesisICeMinion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "1",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2169",
- "in_store": "0",
- "name": "Genesis Iron God",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "god",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2169_genesisIronGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "126",
- "defense": "1",
- "life": "4900",
- "velocity": "7",
- "attack_range": "10",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2170",
- "in_store": "0",
- "name": "Genesis Iron Minion",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "ranged medium normal",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2170_genesisIronMinion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "7",
- "attack_range": "8",
- "attack_interval": "35",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "3",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2171",
- "in_store": "0",
- "name": "Electric Extreme Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2171_electricExtremeDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "120",
- "defense": "1",
- "life": "5000",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2172",
- "in_store": "0",
- "name": "Electric Extreme Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2172_electricExtremeDraggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2173",
- "in_store": "0",
- "name": "Electric Extreme Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2173_electricExtremeDragonRider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "145",
- "defense": "1",
- "life": "5250",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2174",
- "in_store": "0",
- "name": "Golden Extreme Dragon",
- "type": "u",
- "cost": "15",
- "cost_type": "c",
- "xp": "2",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2174_goldenExtremeDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "125",
- "defense": "1",
- "life": "5100",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2175",
- "in_store": "0",
- "name": "Golden Extreme Draggy",
- "type": "u",
- "cost": "6",
- "cost_type": "c",
- "xp": "1",
- "groups": "draggy",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "115",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "3",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "5",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2175_goldenExtremeDraggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "48",
- "defense": "1",
- "life": "700",
- "velocity": "8",
- "attack_range": "8",
- "attack_interval": "30",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "1",
- "protect": "1",
- "potion": "2",
- "achievement": "1",
- "achievement_desc": "He looks so cute... but the little Draggy spits fire like a devil! Aaww!",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "2176",
- "in_store": "0",
- "name": "Golden Extreme Dragon Rider",
- "type": "u",
- "cost": "10",
- "cost_type": "c",
- "xp": "1",
- "groups": "dragon",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "97",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "79",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "2176_goldenExtremeDragonRider",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "150",
- "defense": "1",
- "life": "5350",
- "velocity": "6",
- "attack_range": "9",
- "attack_interval": "35",
- "new_item": "0",
- "population": "6",
- "gift_level": "1",
- "cost_unit_cash": "2",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "5",
- "achievement": "1",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Dragons",
- "store_level": "0",
- "size": "2",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3001",
- "in_store": "0",
- "name": "Chained 30% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3001_chained_30",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3002",
- "in_store": "0",
- "name": "Chained Soul Eater",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3002_chained_soul_eater",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3003",
- "in_store": "0",
- "name": "Chained 3-Head Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3003_chained_3h_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3004",
- "in_store": "0",
- "name": "Chained 60% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3004_chained_60",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3005",
- "in_store": "0",
- "name": "Chained 100% Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3005_chained_100_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3006",
- "in_store": "0",
- "name": "Chained Monster Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3006_chained_monster_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3007",
- "in_store": "0",
- "name": "Chained King Kong",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3007_chained_kong",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3008",
- "in_store": "0",
- "name": "Chained Sword Lion",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3008_chained_sword_lion",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3009",
- "in_store": "0",
- "name": "Chained Brutal Slasher",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3009_chained_slasher_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3010",
- "in_store": "0",
- "name": "Chained Star Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3010_chained_star_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3011",
- "in_store": "0",
- "name": "Chained 35% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3011_chained_35_off",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3012",
- "in_store": "0",
- "name": "Chained Atomic Godzilla",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3012_chained_atomic_godzilla",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3013",
- "in_store": "0",
- "name": "Chained 100% Egyptian Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3013_chained_100_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3014",
- "in_store": "0",
- "name": "Chained Imperial Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3014_chained_imperial_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3015",
- "in_store": "0",
- "name": "Chained 2 Headed Orc",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3015_chained_twohead_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3016",
- "in_store": "0",
- "name": "Chained Invisible",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "2",
- "height": "2",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3016_chained_invisible",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3017",
- "in_store": "0",
- "name": "Chained Golden Dynasty Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3017_chained_golden_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3018",
- "in_store": "0",
- "name": "Chained 50% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3018_chained_50_off",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3019",
- "in_store": "0",
- "name": "Chained 2 Headed Orc",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3019_chained_twohead_orc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3020",
- "in_store": "0",
- "name": "Chained Evil Demon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3020_chained_evil_demon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3021",
- "in_store": "0",
- "name": "Chained Black Magic Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3021_chained_new",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3022",
- "in_store": "0",
- "name": "Chained Death Warrior",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3022_chained_death_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3023",
- "in_store": "0",
- "name": "Chained 90 Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3023_chained_90",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3024",
- "in_store": "0",
- "name": "Chained 100 Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3024_chained_100",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3025",
- "in_store": "0",
- "name": "Chained Elemental Fire God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3025_chained_red_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3026",
- "in_store": "0",
- "name": "Chained Super Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3026_chained_super_pack_v3",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3027",
- "in_store": "0",
- "name": "Chained Fire Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3027_chained_fire_colossus_2",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3028",
- "in_store": "0",
- "name": "Chained Forest God + Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3028_chained_forest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3029",
- "in_store": "0",
- "name": "Chained Evil Demon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3029_chained_evil",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3030",
- "in_store": "0",
- "name": "Chained Forest Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3030_chained_forest_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3031",
- "in_store": "0",
- "name": "Chained Fire Soul Eater",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3031_chained_fire_soul",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3032",
- "in_store": "0",
- "name": "Chained Creatures Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3032_chained_creatures",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3033",
- "in_store": "0",
- "name": "Chained Titans Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3033_chained_titans",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3034",
- "in_store": "0",
- "name": "Chained Luring Warrior",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3034_chained_lure",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3035",
- "in_store": "0",
- "name": "Chained Elemental Water God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3035_chained_water_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3036",
- "in_store": "0",
- "name": "Chained Water Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3036_chained_water_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3037",
- "in_store": "0",
- "name": "Chained Elemental Soul God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3037_chained_infra_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3038",
- "in_store": "0",
- "name": "Chained Soul Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3038_chained_infra_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3039",
- "in_store": "0",
- "name": "Chained Elemental Light God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3039_chained_heaven_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3040",
- "in_store": "0",
- "name": "Chained Light Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3040_chained_heaven_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3041",
- "in_store": "0",
- "name": "Chained 60 Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3041_chained_60",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3042",
- "in_store": "0",
- "name": "Chained Reptile Warrior",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3042_chained_reptile_warrior",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3043",
- "in_store": "0",
- "name": "Chained Antimatter Golem",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3043_chained_antimatter_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3044",
- "in_store": "0",
- "name": "Chained Black Phoenix",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3044_chained_black_phoenix",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3045",
- "in_store": "0",
- "name": "Chained Battering Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3045_chained_battering_pack",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3046",
- "in_store": "0",
- "name": "Chained Medieval Golden Slayer",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3046_chained_medieval_slayer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3047",
- "in_store": "0",
- "name": "Chained Medieval Ether Messiah",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3047_chained_medieval_messiah",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3048",
- "in_store": "0",
- "name": "Chained Medieval Samurai",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3048_chained_medieval_samurai",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3049",
- "in_store": "0",
- "name": "Chained Half Price Party Weekend",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3049_half_weekend",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3050",
- "in_store": "0",
- "name": "Chained 99% Bonus Revolution",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3050_99_bonus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3051",
- "in_store": "0",
- "name": "Chained Battle Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3051_chained_battle_pack",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3052",
- "in_store": "0",
- "name": "Chained +150% Extra Cash",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3052_chained_150_extra_cash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3053",
- "in_store": "0",
- "name": "Chained 40% off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3053_chained_40_percent_off",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3054",
- "in_store": "0",
- "name": "Chained Power Pack",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3054_chained_power",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3055",
- "in_store": "0",
- "name": "Chained Dark Evil God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3055_chained_evil_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3056",
- "in_store": "0",
- "name": "Chained Atlas Titan",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3056_chained_atlas",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3057",
- "in_store": "0",
- "name": "Chained Water God & Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "10",
- "height": "10",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3057_chained_watergc",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3058",
- "in_store": "0",
- "name": "Chained Supreme Bahamut",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3058_chained_supreme",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3059",
- "in_store": "0",
- "name": "Chained 100% Bonus Frostfire Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3059_chained_100_frostfire",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3060",
- "in_store": "0",
- "name": "Chained Brutal Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3060_chained_sixpm",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3061",
- "in_store": "0",
- "name": "Chained Sky Bahamut Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3061_chained_sky_bahamut",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3062",
- "in_store": "0",
- "name": "Chained 100% Bonus Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3062_chained_100_draggy",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3063",
- "in_store": "0",
- "name": "Chained Hell Abyss Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3063_chained_hell",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3064",
- "in_store": "0",
- "name": "Chained Legendary Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3064_chained_newchest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3065",
- "in_store": "0",
- "name": "Chained Queen Beast",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3065_chained_queen_beast",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3066",
- "in_store": "0",
- "name": "Chained 95% Brutal Slasher",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3066_chained_95_brutal",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3067",
- "in_store": "0",
- "name": "Chained 3-Head Primal Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3067_chained_3head_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3068",
- "in_store": "0",
- "name": "Chained Swamp Monster",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3068_chained_swamp",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3069",
- "in_store": "0",
- "name": "Chained Brutal Monster Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3069_chained_brutalmonsters",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3070",
- "in_store": "0",
- "name": "Chained Predator Lizard",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3070_chained_blacklizard",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3071",
- "in_store": "0",
- "name": "Chained 60% Off",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3071_chained_60",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3072",
- "in_store": "0",
- "name": "Chained Green Extreme Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3072_chained_4wings_dragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3073",
- "in_store": "0",
- "name": "Chained Ice Golem",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3073_chained_ice_golem",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3074",
- "in_store": "0",
- "name": "Chained Struggle Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3074_chained_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3075",
- "in_store": "0",
- "name": "Chained 125% Bonus + Galaxy Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3075_chained_100_small",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3076",
- "in_store": "0",
- "name": "Chained 60% + Off Star Draggy",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3076_chained_60_star",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3077",
- "in_store": "0",
- "name": "Chained Genesis Earth God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3077_chained_earth_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3078",
- "in_store": "0",
- "name": "Chained Genesis Earth Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3078_chained_earth_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3079",
- "in_store": "0",
- "name": "Chained Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3079_golden_slayer_cannon_mech",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3080",
- "in_store": "0",
- "name": "Chained Tiny Fire God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3080_chained_tiny_fire",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3081",
- "in_store": "0",
- "name": "Chained 125% Extra Cash",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3081_chained_125_extracash",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3082",
- "in_store": "0",
- "name": "Chained Tiny Water God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3082_chained_tiny_water",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3083",
- "in_store": "0",
- "name": "Chained Genesis Wind God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "5",
- "height": "5",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3083_chained_wind_god",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3084",
- "in_store": "0",
- "name": "Chained Light God + Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3084_chained_light_god_colossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3085",
- "in_store": "0",
- "name": "Chained Pharaohs Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3085_chained_pharaohs_chest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3086",
- "in_store": "0",
- "name": "Chained 110% Bonus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3086_chained_110Bonus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3087",
- "in_store": "0",
- "name": "Chained Genesis Shadow God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3087_chained_genesisShadowGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3088",
- "in_store": "0",
- "name": "Chained Genesis Wind Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3088_chained_genesisWindColossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3089",
- "in_store": "0",
- "name": "Chained Tiny Light God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3089_chained_tinyLightGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3090",
- "in_store": "0",
- "name": "Chained Soul God + Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3090_chained_soulGodColossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3091",
- "in_store": "0",
- "name": "Chained Genesis Ice God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3091_chained_genesisIceGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3092",
- "in_store": "0",
- "name": "Chained Creepy Monsters Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3092_chained_creepyMonstersChest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3093",
- "in_store": "0",
- "name": "Chained Mounted Furious Bull Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3093_chained_mountedFuriousBullDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3094",
- "in_store": "0",
- "name": "Chained Fire God + Colossus",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3094_chained_fireGodColossus",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3095",
- "in_store": "0",
- "name": "Chained Golems Chest",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3095_chained_golemsChest",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3096",
- "in_store": "0",
- "name": "Chained Red + Golden Bahamut Dragons",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "6",
- "height": "6",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3096_chained_red_goldenBahamutDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3097",
- "in_store": "0",
- "name": "Chained Genesis Iron God",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3097_chained_genesisIronGod",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3098",
- "in_store": "0",
- "name": "Chained Electric Extreme Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3098_chained_electricExtremeDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3099",
- "in_store": "0",
- "name": "Chained x2_5 Cash Offer",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3099_chained_x2_5_cashOffer",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "3100",
- "in_store": "0",
- "name": "Chained Golden Extreme Dragon",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-85",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "12",
- "subcategory_id": "121",
- "subcat_functional": "411",
- "min_level": "1",
- "width": "3",
- "height": "3",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "3100_chained_goldenExtremeDragon",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "1",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "49987",
- "in_store": "0",
- "name": "Wood Wall",
- "type": "b",
- "cost": "2500",
- "cost_type": "w",
- "xp": "50",
- "groups": "",
- "trains": "0",
- "upgrades_to": "49988",
- "display_order": "8",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "9",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "50",
- "defense": "1",
- "life": "1500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49988",
- "in_store": "0",
- "name": "Reenforced Wall",
- "type": "b",
- "cost": "5000",
- "cost_type": "w",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "49989",
- "display_order": "9",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "13",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "200",
- "defense": "1",
- "life": "5000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49989",
- "in_store": "0",
- "name": "Stone Wall",
- "type": "b",
- "cost": "10000",
- "cost_type": "s",
- "xp": "500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "49990",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "17",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "500",
- "defense": "1",
- "life": "15000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49990",
- "in_store": "0",
- "name": "Steel Wall",
- "type": "b",
- "cost": "20000",
- "cost_type": "s",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "49991",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "25",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "1000",
- "defense": "1",
- "life": "30000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49991",
- "in_store": "0",
- "name": "Royal Wall",
- "type": "b",
- "cost": "100000",
- "cost_type": "s",
- "xp": "3000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "10",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "2",
- "subcategory_id": "22",
- "subcat_functional": "221",
- "min_level": "34",
- "width": "1",
- "height": "1",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "murallaiphone5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "2000",
- "defense": "1",
- "life": "75000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Wall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49992",
- "in_store": "0",
- "name": "Heroes Hall",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "21600",
- "expiration": "0",
- "collect": "1",
- "collect_type": "u",
- "collect_xp": "100",
- "category_id": "5",
- "subcategory_id": "51",
- "subcat_functional": "511",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50002_heroes_hall",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "SpecialWonders",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49993",
- "in_store": "0",
- "name": "Winged Knight Barracks",
- "type": "b",
- "cost": "28000",
- "cost_type": "g",
- "xp": "4500",
- "groups": "",
- "trains": "662",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "40",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49993_winged_knight_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Barracones",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49994",
- "in_store": "0",
- "name": "Troll Barracks",
- "type": "b",
- "cost": "26000",
- "cost_type": "g",
- "xp": "4000",
- "groups": "",
- "trains": "857",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "39",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49994_troll_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Barracones",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49995",
- "in_store": "0",
- "name": "Ninja Barracks",
- "type": "b",
- "cost": "22000",
- "cost_type": "g",
- "xp": "4000",
- "groups": "",
- "trains": "50031",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "36",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49995_ninja_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Barracones",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49996",
- "in_store": "0",
- "name": "Elephants Barracks",
- "type": "b",
- "cost": "21000",
- "cost_type": "g",
- "xp": "3500",
- "groups": "",
- "trains": "603",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "3",
- "subcategory_id": "31",
- "subcat_functional": "311",
- "min_level": "34",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49996_elephant_barracks",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Barracones",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49997",
- "in_store": "0",
- "name": "Buey Ranch",
- "type": "b",
- "cost": "5000",
- "cost_type": "w",
- "xp": "250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "1800",
- "expiration": "0",
- "collect": "2000",
- "collect_type": "f",
- "collect_xp": "67",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "21",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49997_ranch",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Ranch",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49998",
- "in_store": "0",
- "name": "Pig ranch",
- "type": "b",
- "cost": "2500",
- "cost_type": "w",
- "xp": "150",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "1800",
- "expiration": "0",
- "collect": "1500",
- "collect_type": "f",
- "collect_xp": "50",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "15",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49998_ranch",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cultivo",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "49999",
- "in_store": "0",
- "name": "Chicken Ranch",
- "type": "b",
- "cost": "600",
- "cost_type": "w",
- "xp": "15",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "1800",
- "expiration": "0",
- "collect": "1000",
- "collect_type": "f",
- "collect_xp": "34",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "9",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "49999_ranch",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cultivo",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50001",
- "in_store": "0",
- "name": "Town Hall I",
- "type": "b",
- "cost": "1000",
- "cost_type": "g",
- "xp": "150",
- "groups": "",
- "trains": "500",
- "upgrades_to": "50007",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "4",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50001_townhall1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50003",
- "in_store": "0",
- "name": "Embassy I",
- "type": "b",
- "cost": "4000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50009",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "6",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50003_embassy1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50004",
- "in_store": "0",
- "name": "Stone Mine(Erase)",
- "type": "b",
- "cost": "125",
- "cost_type": "w",
- "xp": "14",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "90",
- "expiration": "0",
- "collect": "100",
- "collect_type": "s",
- "collect_xp": "4",
- "category_id": "1",
- "subcategory_id": "12",
- "subcat_functional": "123",
- "min_level": "7",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50004_stone_mine",
- "elevation": "4",
- "unit_capacity": "6",
- "attack": "0",
- "defense": "1",
- "life": "140",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Cultivo",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "0",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- },
- {
- "id": "50005",
- "in_store": "0",
- "name": "Harbour I",
- "type": "b",
- "cost": "6000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "10",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50005_forest_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50006",
- "in_store": "0",
- "name": "Blacksmith I",
- "type": "b",
- "cost": "2000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50012",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "11",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50006_blacksmith1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50007",
- "in_store": "0",
- "name": "Town Hall II",
- "type": "b",
- "cost": "7500",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "500",
- "upgrades_to": "50015",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "12",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50007_townhall2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50008",
- "in_store": "0",
- "name": "University I",
- "type": "b",
- "cost": "10000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50014",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "13",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50008_university1",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50009",
- "in_store": "0",
- "name": "Embassy II",
- "type": "b",
- "cost": "15000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50016",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "15",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50009_embassy2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50010",
- "in_store": "0",
- "name": "Oracle",
- "type": "b",
- "cost": "30000",
- "cost_type": "g",
- "xp": "100",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "16",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50010_oracle",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Oracle",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50011",
- "in_store": "0",
- "name": "Harbour II",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "300",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "18",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50011_snow_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50012",
- "in_store": "0",
- "name": "Blacksmith II",
- "type": "b",
- "cost": "25000",
- "cost_type": "g",
- "xp": "200",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50025",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "19",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50012_blacksmith2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50014",
- "in_store": "0",
- "name": "University II",
- "type": "b",
- "cost": "20000",
- "cost_type": "g",
- "xp": "1000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50028",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "21",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50014_university2",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50015",
- "in_store": "0",
- "name": "Town Hall III",
- "type": "b",
- "cost": "30000",
- "cost_type": "g",
- "xp": "1250",
- "groups": "",
- "trains": "500",
- "upgrades_to": "50018",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "22",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50015_townhall3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50016",
- "in_store": "0",
- "name": "Embassy III",
- "type": "b",
- "cost": "60000",
- "cost_type": "g",
- "xp": "1250",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50020",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "26",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50016_embassy3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50018",
- "in_store": "0",
- "name": "Town Hall IV",
- "type": "b",
- "cost": "80000",
- "cost_type": "g",
- "xp": "2250",
- "groups": "",
- "trains": "500",
- "upgrades_to": "50019",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "31",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50018_townhall4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50019",
- "in_store": "0",
- "name": "Town Hall V",
- "type": "b",
- "cost": "150000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "500",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "13",
- "subcat_functional": "135",
- "min_level": "42",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50019_townhall5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "5",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Townhall",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50020",
- "in_store": "0",
- "name": "Embassy IV",
- "type": "b",
- "cost": "85000",
- "cost_type": "g",
- "xp": "2500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50021",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "33",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50020_embassy4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50021",
- "in_store": "0",
- "name": "Embassy V",
- "type": "b",
- "cost": "200000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "43",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50021_embassy5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Embassy",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50022",
- "in_store": "0",
- "name": "Harbour III",
- "type": "b",
- "cost": "65000",
- "cost_type": "g",
- "xp": "1500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "27",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50022_japan_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50023",
- "in_store": "0",
- "name": "Harbour IV",
- "type": "b",
- "cost": "90000",
- "cost_type": "g",
- "xp": "4500",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "36",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50023_mineral_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50024",
- "in_store": "0",
- "name": "Harbour V",
- "type": "b",
- "cost": "250000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "44",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50024_mountain_harbour",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Harbour",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50025",
- "in_store": "0",
- "name": "Blacksmith III",
- "type": "b",
- "cost": "70000",
- "cost_type": "g",
- "xp": "1750",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50026",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "28",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50025_blacksmith3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50026",
- "in_store": "0",
- "name": "Blacksmith IV",
- "type": "b",
- "cost": "95000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50027",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "37",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50026_blacksmith4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50027",
- "in_store": "0",
- "name": "Blacksmith V",
- "type": "b",
- "cost": "300000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "45",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50027_blacksmith5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "1000",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "Blacksmith",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50028",
- "in_store": "0",
- "name": "University III",
- "type": "b",
- "cost": "75000",
- "cost_type": "g",
- "xp": "2000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50029",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "30",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50028_university3",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50029",
- "in_store": "0",
- "name": "University IV",
- "type": "b",
- "cost": "100000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "50030",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "38",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50029_university4",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50030",
- "in_store": "0",
- "name": "University V",
- "type": "b",
- "cost": "400000",
- "cost_type": "g",
- "xp": "5000",
- "groups": "",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "-5000",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "0",
- "category_id": "1",
- "subcategory_id": "14",
- "subcat_functional": "134",
- "min_level": "47",
- "width": "4",
- "height": "4",
- "max_frame": "2",
- "giftable": "0",
- "img_name": "50030_university5",
- "elevation": "4",
- "unit_capacity": "0",
- "attack": "0",
- "defense": "1",
- "life": "500",
- "velocity": "0",
- "attack_range": "0",
- "attack_interval": "0",
- "new_item": "0",
- "population": "0",
- "gift_level": "1",
- "cost_unit_cash": "0",
- "race": "h",
- "flying": "0",
- "protect": "0",
- "potion": "1",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "1",
- "store_groups": "University",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "1",
- "only_mobile": "1",
- "iphone_adjustments": ""
- },
- {
- "id": "50031",
- "in_store": "0",
- "name": "Black Ninja",
- "type": "u",
- "cost": "5000",
- "cost_type": "g",
- "xp": "500",
- "groups": "ranged small fast",
- "trains": "0",
- "upgrades_to": "0",
- "display_order": "93",
- "activation": "0",
- "expiration": "0",
- "collect": "0",
- "collect_type": "g",
- "collect_xp": "4",
- "category_id": "7",
- "subcategory_id": "7",
- "subcat_functional": "80",
- "min_level": "8",
- "width": "1",
- "height": "1",
- "max_frame": "5",
- "giftable": "0",
- "img_name": "719_ninja",
- "elevation": "1",
- "unit_capacity": "0",
- "attack": "12",
- "defense": "1",
- "life": "400",
- "velocity": "8",
- "attack_range": "9",
- "attack_interval": "15",
- "new_item": "0",
- "population": "2",
- "gift_level": "1",
- "cost_unit_cash": "6",
- "race": "h",
- "flying": "0",
- "protect": "1",
- "potion": "4",
- "achievement": "0",
- "achievement_desc": "",
- "units_limit": "0",
- "store_groups": "Specials",
- "store_level": "0",
- "size": "0",
- "show_on_mobile": "1",
- "show_on_mobile_store": "0",
- "only_mobile": "0",
- "iphone_adjustments": ""
- }
- ],
- "expansion_prices": [
- {
- "coins": 4000,
- "cash": 20,
- "neighbors": 1
- },
- {
- "coins": 40000,
- "cash": 25,
- "neighbors": 3
- },
- {
- "coins": 80000,
- "cash": 30,
- "neighbors": 5
- },
- {
- "coins": 100000,
- "cash": 35,
- "neighbors": 8
- },
- {
- "coins": 150000,
- "cash": 40,
- "neighbors": 10
- },
- {
- "coins": 300000,
- "cash": 45,
- "neighbors": 12
- },
- {
- "coins": 400000,
- "cash": 50,
- "neighbors": 14
- },
- {
- "coins": 500000,
- "cash": 60,
- "neighbors": 16
- }
- ],
- "levels": [
- {
- "name": "Slave",
- "exp_required": 0,
- "reward_type": "s",
- "reward_amount": 50
- },
- {
- "name": "Servant",
- "exp_required": 29,
- "reward_type": "w",
- "reward_amount": 50
- },
- {
- "name": "Peon",
- "exp_required": 60,
- "reward_type": "f",
- "reward_amount": 50
- },
- {
- "name": "Peasant",
- "exp_required": 100,
- "reward_type": "w",
- "reward_amount": 400
- },
- {
- "name": "Villager",
- "exp_required": 200,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Scout",
- "exp_required": 350,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Cadet",
- "exp_required": 550,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Squire",
- "exp_required": 800,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Soldier",
- "exp_required": 1113,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Footman",
- "exp_required": 1504,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Swordsman",
- "exp_required": 1993,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Spearman",
- "exp_required": 2604,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Lancer",
- "exp_required": 3368,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Grunt",
- "exp_required": 4323,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Knight",
- "exp_required": 5517,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Private",
- "exp_required": 7010,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Second Lieutenant",
- "exp_required": 8876,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Lieutenant",
- "exp_required": 11209,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Corporal",
- "exp_required": 13659,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Marauder",
- "exp_required": 16232,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Captain",
- "exp_required": 18934,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Sergeant",
- "exp_required": 21771,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Senior Sergeant",
- "exp_required": 24750,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "First Sergeant",
- "exp_required": 27878,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Master Sergeant",
- "exp_required": 31162,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Sergeant Major",
- "exp_required": 34610,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Major",
- "exp_required": 38230,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Centurion",
- "exp_required": 42031,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Legionnaire",
- "exp_required": 46022,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Gladiator",
- "exp_required": 50213,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Champion",
- "exp_required": 54614,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Lieutenant General",
- "exp_required": 59235,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "General",
- "exp_required": 64087,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Colonel",
- "exp_required": 69182,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Lieutenant Commander",
- "exp_required": 74532,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Commander",
- "exp_required": 80150,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Marshal",
- "exp_required": 86049,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Field Marshal",
- "exp_required": 92243,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Grand Marshal",
- "exp_required": 98747,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Paladin",
- "exp_required": 105576,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Corporal",
- "exp_required": 112746,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Admiral",
- "exp_required": 120275,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Commodore",
- "exp_required": 128180,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Battlemaster",
- "exp_required": 136480,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 145195,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 154346,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 163955,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 174044,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 184637,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 195760,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 207439,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 219702,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 232578,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 246098,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 260294,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 275200,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 290851,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 307285,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 324541,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 342660,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 361685,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 381661,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 402636,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 424660,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 447785,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 472066,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 497561,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 524331,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 552440,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 581954,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 612944,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 645484,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 679651,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 715526,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 756782,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 804226,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 858787,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 921532,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 993689,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1076670,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1172098,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1281840,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1408043,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1553176,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1720079,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 1912017,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 2132746,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 2386584,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 2678498,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 3014199,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 3400255,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 3844219,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 4354778,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 4941921,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 5617135,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 6393631,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 7286601,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 8313517,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 9494470,
- "reward_type": "c",
- "reward_amount": 1
- },
- {
- "name": "Conqueror",
- "exp_required": 2016089205,
- "reward_type": "c",
- "reward_amount": 1
- }
- ],
- "honor_levels": [
- {
- "id": 1,
- "points": 0,
- "rank": "Peasant with Spear"
- },
- {
- "id": 2,
- "points": 50,
- "rank": "Count's Squire"
- },
- {
- "id": 3,
- "points": 100,
- "rank": "Troll Slayer"
- },
- {
- "id": 4,
- "points": 150,
- "rank": "Baron's Knight"
- },
- {
- "id": 5,
- "points": 200,
- "rank": "Captain of Duke's Army"
- },
- {
- "id": 6,
- "points": 250,
- "rank": "Kingdom's Protector"
- },
- {
- "id": 7,
- "points": 300,
- "rank": "Citadel's Protector"
- },
- {
- "id": 8,
- "points": 350,
- "rank": "Spearmen's Commander"
- },
- {
- "id": 9,
- "points": 400,
- "rank": "Archery Lord"
- },
- {
- "id": 10,
- "points": 500,
- "rank": "Master Warlord"
- },
- {
- "id": 11,
- "points": 600,
- "rank": "Swords' Master"
- },
- {
- "id": 12,
- "points": 700,
- "rank": "Head of the Cavalry"
- },
- {
- "id": 13,
- "points": 800,
- "rank": "Great Lord of Tactics"
- },
- {
- "id": 14,
- "points": 900,
- "rank": "Siege's Master"
- },
- {
- "id": 15,
- "points": 1000,
- "rank": "Elite King's Warlord"
- }
- ],
- "neighbor_assists": [
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! Some trolls are attacking my villagers!",
- "action": "Click OKAY to eliminate the trolls",
- "notification": "helped to eliminate the trolls"
- },
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! Some of my fighters got sick and I need them for the battle!",
- "action": "Click OKAY to heal sick fighters",
- "notification": "helped to heal sick fighters"
- },
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! A heavy storm has damaged my houses!",
- "action": "Click OKAY to repair damaged houses",
- "notification": "helped to repair damaged houses"
- },
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! We ran out of water and our villagers are thirsty!",
- "action": "Click OKAY to provide some water",
- "notification": "provided you some water"
- },
- {
- "reward": {
- "coins": 50,
- "cash": 0,
- "xp": 15
- },
- "rnd": 0,
- "task": "Help! A little villager girl is lost and her mum can't find her!",
- "action": "Click OKAY to find the little villager girl",
- "notification": "helped to find the little villager girl"
- }
- ],
- "town_prices": [
- {
- "coins": 100000,
- "cash": 20,
- "level": 15
- },
- {
- "coins": 300000,
- "cash": 20,
- "level": 25
- },
- {
- "coins": 550000,
- "cash": 20,
- "level": 35
- },
- {
- "coins": 1000000,
- "cash": 20,
- "level": 45
- }
- ],
- "map_prices": [
- {
- "coins": 100000,
- "cash": 20,
- "level": 15
- },
- {
- "coins": 300000,
- "cash": 20,
- "level": 25
- },
- {
- "coins": 550000,
- "cash": 20,
- "level": 35
- },
- {
- "coins": 1000000,
- "cash": 20,
- "level": 45
- }
- ],
- "findable_items": [
- {
- "id": 1,
- "title": "Clown",
- "description": "You've found a sad Clown on your park. Share it with your friends to find a new home for him!",
- "coins": 100
- },
- {
- "id": 2,
- "title": "Little Boy",
- "description": "A little child got lost in your Park. Share it with your friends to find his parents!",
- "coins": 100
- },
- {
- "id": 3,
- "title": "Little Girl",
- "description": "A little child got lost in your Park. Share it with your friends to find his parents!",
- "coins": 100
- },
- {
- "id": 4,
- "title": "Teddy Bear",
- "description": "You've found a Teddy Bear on your Park. Share it with your friends to find his owner!",
- "coins": 100
- },
- {
- "id": 5,
- "title": "Budget",
- "description": "Ohh, it seems somebody lost his wallet! Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100
- },
- {
- "id": 6,
- "title": "Bolso",
- "description": "Ohh, a girl lost her Handbag on your Park!! Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100
- },
- {
- "id": 7,
- "title": "Globo",
- "description": "A little child lost his balloon !! Help him to find it !!",
- "coins": 100
- },
- {
- "id": 8,
- "title": "Llaves",
- "description": "Ohh, One of your visitors lost his keys on your Park. Find his owner sharing it with your friends. A reward is given!!",
- "coins": 100
- },
- {
- "id": 9,
- "title": "Gorra",
- "description": "A teenager visitor lost his Cup!! On sunny days it's indispensable. Give the cup back by sharing it with your friends !!",
- "coins": 100
- },
- {
- "id": 10,
- "title": "Movil",
- "description": "Ohh, an old man lost his Handy on your park. Share it with your friends to find the owner !!",
- "coins": 100
- }
- ],
- "missions": [
- {
- "id": 2,
- "title": "Train villager",
- "hint": "",
- "description": "You need villagers to collect resources. Click on your Town Hall and then on the TRAIN button at the bottom panel.",
- "reward": 10
- },
- {
- "id": 3,
- "title": "Send villager to farm land",
- "hint": "",
- "description": "Your farm land needs villagers to produce food. First click on a villager and then click on the farm land.",
- "reward": 10
- },
- {
- "id": 4,
- "title": "Collect food",
- "hint": "",
- "description": "When the food is ready to be collected an icon appears. Click on it to get the resources!",
- "reward": 10
- },
- {
- "id": 5,
- "title": "Cut trees and get wood",
- "hint": "",
- "description": "You got food, but you'll also need wood. Click on a villager and the click again on a tree. The villager will automatically cut all surrounding trees!",
- "reward": 10
- },
- {
- "id": 6,
- "title": "Move mouse wheel to zoom",
- "hint": "",
- "description": "Rotate the mouse wheel or click and drag the slider at the lower right of the screen to zoom in\/out. It will help you to spot buildings or units!",
- "reward": 10
- },
- {
- "id": 7,
- "title": "Build another farm land",
- "hint": "",
- "description": "Farm lands are essential to increase your empire because they provide you with food. Go to BUILD > Buildings > Resources and place another farm land.",
- "reward": 12
- },
- {
- "id": 8,
- "title": "Build another house",
- "hint": "",
- "description": "Villagers and warriors live in houses! The more houses you build, the more units you can train. Go to BUILD > Buildings > Houses and place a House I.",
- "reward": 14
- },
- {
- "id": 9,
- "title": "Build barracks",
- "hint": "",
- "description": "You'll need an army for coming battles! Click on the 'Build' button, select the 'Attack' category and finally click on the Barracks I building.",
- "reward": 16
- },
- {
- "id": 10,
- "title": "Train 3 Spearmen",
- "hint": "",
- "description": "Start building your army with some spearmen. Click on the barracks building, and then click on the TRAIN button at the lower interface. Repeat this 3 times.",
- "reward": 18
- },
- {
- "id": 11,
- "title": "Train 2 villagers",
- "hint": "",
- "description": "Click on the Town Hall and then on the Train button at the lower interface. Do this twice to train two villagers.",
- "reward": 20
- },
- {
- "id": 12,
- "title": "Build mill",
- "hint": "",
- "description": "Mills will provide you with food, like farm lands. Go to BUILD > Buildings > Resources to build a mill.",
- "reward": 22
- },
- {
- "id": 13,
- "title": "Send villager to mill",
- "hint": "",
- "description": "Mills don't work alone! They need villagers. Select a villager and click on the mill to put him in.",
- "reward": 24
- },
- {
- "id": 14,
- "title": "Select food on mill",
- "hint": "",
- "description": "Choose one of the options to start producing the quantity of food you want!",
- "reward": 26
- },
- {
- "id": 15,
- "title": "Put another villager on mill",
- "hint": "",
- "description": "Increase your food outcome adding another villager to your mill! (if you don't have any villagers available, you can train them at your Town Hall)",
- "reward": 28
- },
- {
- "id": 16,
- "title": "Get villager out of mill",
- "hint": "",
- "description": "If you don't have resources to train villagers, you can get them out your buildings. Click on your mill and then click on a villager portrait at the lower interface to get it out of your mill.",
- "reward": 30
- },
- {
- "id": 17,
- "title": "Extract 3 Gold",
- "hint": "",
- "description": "Gold will make you more powerful! It is used to train the best units. Select a villager and click on a gold vein (Explore the map to find gold veins)",
- "reward": 32
- },
- {
- "id": 18,
- "title": "Select with double click",
- "hint": "",
- "description": "Double click 1 spearman to select the 3 at one, and move them near your Town Hall fountain. Double-clicking is very useful!",
- "reward": 34
- },
- {
- "id": 19,
- "title": "Kill 3 trolls",
- "hint": "",
- "description": "Click on the Square Tool at the lower right of interface, and click and drag to select your units. (You can also use , it's easier and faster!). Then attack 3 trolls.",
- "reward": 36
- },
- {
- "id": 20,
- "title": "Build sheep ranch",
- "hint": "",
- "description": "Sheeps are funny... and tasty! But they need a sheep ranch! Build one going to BUILD > Buildings > Resources. It will provide you with some food!",
- "reward": 38
- },
- {
- "id": 21,
- "title": "Capture sheep",
- "hint": "",
- "description": "Ok! If you already got a sheep ranch, now go for some sheeps. Select a villager and click on a sheep to capture it.",
- "reward": 40
- },
- {
- "id": 22,
- "title": "Send sheep to ranch",
- "hint": "",
- "description": "If you already captured a sheep with a villager, select the sheep and send it to the ranch!",
- "reward": 42
- },
- {
- "id": 23,
- "title": "Collect sheep ranch",
- "hint": "",
- "description": "When a sheep ranch is ready to collect (you will see a food icon), click on it!",
- "reward": 44
- },
- {
- "id": 24,
- "title": "Build 3 more farm lands",
- "hint": "",
- "description": "Build 3 more farm lands to feed your soldiers! Remember you can train villagers at your Town Hall and then direct them towards your farms to produce more food simultaneously.",
- "reward": 46
- },
- {
- "id": 25,
- "title": "Collect 5 farm lands",
- "hint": "",
- "description": "Collect 5 farm lands. Important: Farm lands needs wood to be rebuilded, try to have always some on your inventory (see stats at the upper left of the screen).",
- "reward": 48
- },
- {
- "id": 26,
- "title": "Build 4 more houses",
- "hint": "",
- "description": "Build 4 more houses to increase your population limit. (BUILD > Buildings > Houses)",
- "reward": 52
- },
- {
- "id": 27,
- "title": "Build gold mine",
- "hint": "",
- "description": "Gold can also be obtained from gold mines, buy you can only own one. Go to Buildings > Resources and build it now!",
- "reward": 54
- },
- {
- "id": 28,
- "title": "Put villager on gold mine",
- "hint": "",
- "description": "Gold mines need villagers to extract the gold. Bring one of them to the mine (if you don't have any villager available, remember to create them at your Town Hall).",
- "reward": 56
- },
- {
- "id": 29,
- "title": "Build Archery",
- "hint": "",
- "description": "An archery will allow you to train archer infantry. Archers have a longer range than normal infantry. You can find the Archery in the Attack section of the BUILD menu.",
- "reward": 58
- },
- {
- "id": 30,
- "title": "Train 3 Light Archers",
- "hint": "",
- "description": "Train 3 light archers at your archery! Remember, click the archery an then click the train button at the bottom.",
- "reward": 60
- },
- {
- "id": 31,
- "title": "Kill 5 more trolls",
- "hint": "",
- "description": "It's time to kill trolls! Select your units with the SQUARE TOOL at the bottom right OR directly with a double click. Then click on an evil troll to attack him!",
- "reward": 62
- },
- {
- "id": 32,
- "title": "Build 5 decorations",
- "hint": "",
- "description": "It's not all about battling! Put some decorations to your empire to make it more beautiful! Go to BUILD > Decorations and place 5 of them.",
- "reward": 64
- },
- {
- "id": 33,
- "title": "Put name to empire",
- "hint": "",
- "description": "Every empire has a name! Put a name to yours too! Click at your empire name at the top right corner.",
- "reward": 66
- },
- {
- "id": 34,
- "title": "Cut 10 trees",
- "hint": "",
- "description": "Click on a villager and click on a tree to cut it. If the tree is near a group of trees, the villager will cut them all automatically!",
- "reward": 68
- },
- {
- "id": 35,
- "title": "Collect 10 stones",
- "hint": "",
- "description": "Stone is very important to build your defensive structures! Use your villagers to collect 10 stone!",
- "reward": 70
- },
- {
- "id": 36,
- "title": "Build 2 towers near Town Hall",
- "hint": "",
- "description": "Build 2 towers near your Town Hall to protect it from your enemies. It's your most important building! (BUILD > Defense)",
- "reward": 72
- },
- {
- "id": 37,
- "title": "Build wall",
- "hint": "",
- "description": "Build a row of 20 Wall I in the lower left border of your empire to start creating a defensive wall! Go to BUILD > Defense > Walls.",
- "reward": 74
- },
- {
- "id": 38,
- "title": "Move wall",
- "hint": "",
- "description": "Choose a Wall I and then Move it with the Move option on the interface (directional cross icon).",
- "reward": 76
- },
- {
- "id": 39,
- "title": "Build stables I",
- "hint": "",
- "description": "Your army needs cavalry! Build an stable to train light knights. (BUILD > Attack)",
- "reward": 78
- },
- {
- "id": 40,
- "title": "Train 3 Light Knights",
- "hint": "",
- "description": "You'll need more warriors before facing your first real battle! Train 3 light knights at your new Stables I!",
- "reward": 80
- },
- {
- "id": 41,
- "title": "Select unit with Square Tool",
- "hint": "",
- "description": "Choose multiple units with the Square Tool at the lower right of the interface (you can also use the bar, is much faster!)",
- "reward": 82
- },
- {
- "id": 42,
- "title": "Kill all trolls",
- "hint": "",
- "description": "Kill all trolls in your empire! You can check how many of them are left on the counter at the lower right of the screen. Try to destroy their towers first!",
- "reward": 84
- },
- {
- "id": 43,
- "title": "Rescue Princess!",
- "hint": "",
- "description": "When you finish with all the trolls, free the Princess and get the treasure!",
- "reward": 150
- },
- {
- "id": 44,
- "title": "Visit #0#!",
- "hint": "",
- "description": "Click on the portrait of #0# on the lower interface and see how beautiful an empire can look like!",
- "reward": 88
- },
- {
- "id": 45,
- "title": "Build lumber mill \/ Put peasant",
- "hint": "",
- "description": "Build a lumber mill and put a villager in to start producing wood! (You can find it at BUILD > Buildings > Resources).",
- "reward": 90
- },
- {
- "id": 46,
- "title": "Select wood option",
- "hint": "",
- "description": "Choose one of the options to start producing the quantity of wood you want!",
- "reward": 92
- },
- {
- "id": 47,
- "title": "Put another villager on lumber mill",
- "hint": "",
- "description": "Increase your wood outcome adding another villager to your lumber mill! (if you don't have available villagers on your map, remember you can train them on your Town Hall)",
- "reward": 94
- },
- {
- "id": 48,
- "title": "Build cow ranch",
- "hint": "",
- "description": "Build a cow ranch to hold your cows. (BUILD > Buildings > Resources)",
- "reward": 96
- },
- {
- "id": 49,
- "title": "Put cow on ranch",
- "hint": "",
- "description": "Bring a cow into the cow ranch to start producing some food.",
- "reward": 98
- },
- {
- "id": 50,
- "title": "Build Market",
- "hint": "",
- "description": "Build a Market to buy and sell resources! (Market is at BUILD > Buildings > Miscellaneous)",
- "reward": 100
- },
- {
- "id": 51,
- "title": "Recruit Friend Market",
- "hint": "",
- "description": "Recruit a friend to help you on the opening of your fabulous Market!",
- "reward": 102
- },
- {
- "id": 52,
- "title": "Spend 1 cash",
- "hint": "",
- "description": "Cash is useful to buy units, buildings, friends for social buildings, etc. Make yourself a gift and spend 1 cash in what you wish!",
- "reward": 104
- },
- {
- "id": 53,
- "title": "Open Market",
- "hint": "",
- "description": "Once you have filled up your Market with friends, click on the Open building to open it and be able to use it!",
- "reward": 106
- },
- {
- "id": 54,
- "title": "Check collections",
- "hint": "",
- "description": "Click on the gift icon at the lower right of the screen, then click on the Trophy icon. If you complete these collections you can get unique warriors and items!",
- "reward": 108
- },
- {
- "id": 55,
- "title": "Get Daily Bonus 3 days",
- "hint": "",
- "description": "Play 3 days in a row and click on the Daily Bonus bag at the left of the screen to get extra gold!",
- "reward": 150
- },
- {
- "id": 56,
- "title": "Reach 40 population",
- "hint": "",
- "description": "Reach 40 of population. It will be a sign of your empire expansion!",
- "reward": 112
- },
- {
- "id": 57,
- "title": "Harvest 10 Gold veins",
- "hint": "",
- "description": "Get 10 gold veins to increase your resource account, soon you'll need to use it!",
- "reward": 114
- },
- {
- "id": 58,
- "title": "Build Stone Mine I",
- "hint": "",
- "description": "Stone is very necessary to build defensive buildings. Build a Stone Mine to start producing this needful resource! (BUILD > Buildings > Resources)",
- "reward": 116
- },
- {
- "id": 59,
- "title": "Attack 1 player",
- "hint": "",
- "description": "Attacking other players provides much gold and xp! Click on the WORLD icon (blue) at the top, then click on the Attack button of a player. Read the Battle Help before starting!",
- "reward": 118
- },
- {
- "id": 60,
- "title": "Defensive Strategy",
- "hint": "",
- "description": "Click on the WORLD button (blue icon on top right) and then click on the OPTIONS button at the top of the screen. Select the 'My defensive strategy' button and choose your units behavior.",
- "reward": 120
- },
- {
- "id": 61,
- "title": "Collect mill",
- "hint": "",
- "description": "Pick up the food your mill produced to feed your troops!",
- "reward": 122
- },
- {
- "id": 62,
- "title": "Collect lumber mill",
- "hint": "",
- "description": "Pick up the wood your lumber mill produced to keep building stuff!",
- "reward": 124
- },
- {
- "id": 63,
- "title": "Collect stone mine",
- "hint": "",
- "description": "Pick up the stone your stone mine produced to keep building more defensive structures!",
- "reward": 126
- },
- {
- "id": 64,
- "title": "Collect gold mine",
- "hint": "",
- "description": "Pick up the gold your gold mine produced to keep building more defensive structures!",
- "reward": 128
- },
- {
- "id": 65,
- "title": "Get 200 stone in Market",
- "hint": "",
- "description": "Get 200 stone units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the stone icon.",
- "reward": 130
- },
- {
- "id": 66,
- "title": "Get 100 wood in Market",
- "hint": "",
- "description": "Get 100 wood units in the Market. Click on the Market building, then click on the Visit Market at the lower interface. Then click twice on the BUY button of the wood icon.",
- "reward": 132
- },
- {
- "id": 67,
- "title": "Attack 1 friend!",
- "hint": "",
- "description": "Click on the WORLD word in one of your friends portrait (if you can't see it, first click on the Assist word and come back to your empire) and attack him. For once he'll forgive you! =P",
- "reward": 134
- },
- {
- "id": 68,
- "title": "Check Attacks",
- "hint": "",
- "description": "Click on the WORLD button (blue) and then click on the BATTLE RESULTS button at the top of the screen. Then check your attacks and who attacked you!",
- "reward": 136
- },
- {
- "id": 69,
- "title": "Build house II",
- "hint": "",
- "description": "Houses II allow you to put in more people! Build one or update a House I clicking on one and using the UPGRADE option at the lower interface.",
- "reward": 138
- },
- {
- "id": 70,
- "title": "Store decoration",
- "hint": "",
- "description": "Click on a decoration and then click again on the STORE icon at the lower interface. You can retrieve your decoration (or sell it) clicking on BUILD > Storage.",
- "reward": 140
- },
- {
- "id": 71,
- "title": "Build\/Open Eagles I",
- "hint": "",
- "description": "Eagles allow you to spy your enemy before attacking him! Build one and hire friends to open it! (BUILD > Buildings > Miscellaneous)",
- "reward": 142
- },
- {
- "id": 72,
- "title": "Sell 100 wood",
- "hint": "",
- "description": "Sell 100 wood units in the Market. Click on the Sell button to get gold in exchange!",
- "reward": 144
- },
- {
- "id": 73,
- "title": "Expand 2 Acres",
- "hint": "",
- "description": "Click on a FOR SALE post on your empire to buy land and continue your expansion!",
- "reward": 146
- },
- {
- "id": 74,
- "title": "Build Workshop I",
- "hint": "",
- "description": "Build a workshop I to build rams and be able to destroy doors of enemies' fortifications (BUILD > Attack).",
- "reward": 148
- },
- {
- "id": 75,
- "title": "Free 3 archers",
- "hint": "",
- "description": "Free the 3 archers kidnapped by trolls! (daily mission)",
- "reward": 150
- },
- {
- "id": 76,
- "title": "Kill 5 Devious trolls",
- "hint": "",
- "description": "Kill 5 Devious Trolls. They are implied in the complot to destroy your empire!",
- "reward": 152
- },
- {
- "id": 77,
- "title": "Coordinated Attack",
- "hint": "",
- "description": "Send 5 archers to attack the same tower, and afterwards send your melee units against the same tower!",
- "reward": 154
- },
- {
- "id": 78,
- "title": "Use Eagle",
- "hint": "",
- "description": "Click on the world icon at the upper part and then on the SPY button on any player to spy his empire!",
- "reward": 156
- },
- {
- "id": 79,
- "title": "Defeat two players",
- "hint": "",
- "description": "Defeat two players (including your friends!) to get gold... and glory!",
- "reward": 158
- },
- {
- "id": 80,
- "title": "Build Harbor",
- "hint": "",
- "description": "Build a Harbor (Buildings > Miscellaneous), invite your friends and click on the OPEN button to explore the seas!",
- "reward": 160
- },
- {
- "id": 81,
- "title": "Check the map",
- "hint": "",
- "description": "Once your Harbor is open, click on it and then press the Let's Sail button to see the map!",
- "reward": 162
- },
- {
- "id": 82,
- "title": "Complete Mysterious Isle on 1 star",
- "hint": "",
- "description": "Use the Harbor to travel to Mysterious Isle and retrieve the treasure that the trolls stole to your ancestors! Complete Mysterious Island (1 star).",
- "reward": 164
- },
- {
- "id": 83,
- "title": "Upgrade Barracks II",
- "hint": "",
- "description": "Upgrade your Barracks II to train stronger units! (Buildings > Attack or UPGRADE button in Barracks I interface)",
- "reward": 166
- },
- {
- "id": 84,
- "title": "Train 3 Swordsmen",
- "hint": "",
- "description": "Train 3 Swordsmen in your Barracks II... you'll need them soon!",
- "reward": 168
- },
- {
- "id": 85,
- "title": "Sail in another way",
- "hint": "",
- "description": "Access the map in another way: click on the world icon on top and then click on the ship surrounding the island.",
- "reward": 170
- },
- {
- "id": 86,
- "title": "Complete Unknown Isle (1 star)",
- "hint": "",
- "description": "Unknown Isle is a cold, hostile place, but in the loot that the Ravager Trolls protect lies hidden a nice amount of gold! Complete Unknown Isle (1 star).",
- "reward": 172
- },
- {
- "id": 87,
- "title": "Build 2 tower II",
- "hint": "",
- "description": "Build two Tower II in your empire. You will get rid of enemies faster! (BUILD > Defense)",
- "reward": 174
- },
- {
- "id": 88,
- "title": "Build 20 Wall II",
- "hint": "",
- "description": "Build 20 Wall II in the lower left row of your 1st acre (BUILD > Defense). You can also upgrade the Wall I you already have if you click on one wall and then click UPGRADE on the lower interface.",
- "reward": 176
- },
- {
- "id": 89,
- "title": "Build 2 Pumpkin Crop",
- "hint": "",
- "description": "Build 2 Pumpkin Crop to obtain more food.",
- "reward": 178
- },
- {
- "id": 90,
- "title": "Invoke allies",
- "hint": "",
- "description": "Build an Allies Building and get 9 allies to open it!",
- "reward": 180
- },
- {
- "id": 91,
- "title": "Upgrade to Archery II",
- "hint": "",
- "description": "Upgrade you Archery to train better archers! (Buildings > Attack)",
- "reward": 182
- },
- {
- "id": 93,
- "title": "Rescue Kidnapped Soldiers",
- "hint": "",
- "description": "The trolls have kidnapped some soldiers! Free them! (daily mission)",
- "reward": 186
- },
- {
- "id": 94,
- "title": "Defeat 3 players",
- "hint": "",
- "description": "Prove yourself and defeat 3 players... including your friends!",
- "reward": 188
- },
- {
- "id": 95,
- "title": "Build Mill II",
- "hint": "",
- "description": "Build the Mill II to increase food production.",
- "reward": 190
- },
- {
- "id": 96,
- "title": "Recruit 6 friends for Mill II",
- "hint": "",
- "description": "Recruit 6 friends to open the mill.",
- "reward": 192
- },
- {
- "id": 97,
- "title": "Hire all villagers in Mill II",
- "hint": "",
- "description": "Hire all villagers in your new mill to take full advantage of it!",
- "reward": 194
- },
- {
- "id": 98,
- "title": "8 hours Mill",
- "hint": "",
- "description": "Leave the mill collecting for 8 hours.",
- "reward": 196
- },
- {
- "id": 99,
- "title": "Upgrade Market",
- "hint": "",
- "description": "Upgrade your Market to Market II to buy or sell more resources.",
- "reward": 198
- },
- {
- "id": 100,
- "title": "Build 8 towers",
- "hint": "",
- "description": "Build 8 towers in your empire... the trolls will attack soon and you must protect yourself!",
- "reward": 200
- },
- {
- "id": 101,
- "title": "Extinguish fire",
- "hint": "",
- "description": "If the trolls set fire to buildings of your empire, click on a villager and then click again on the fire to extinguish it!",
- "reward": 202
- },
- {
- "id": 102,
- "title": "Help a friend",
- "hint": "",
- "description": "Visit a friend and help him to collect as many resources as you can!",
- "reward": 204
- },
- {
- "id": 103,
- "title": "Build Prize Building",
- "hint": "",
- "description": "Build a Prize building and get allies to obtain fabulous special units! (Buildings > Miscellaneous)",
- "reward": 206
- },
- {
- "id": 104,
- "title": "Get recruitment prize",
- "hint": "",
- "description": "Tell 3 friends to help you get a fantastic special unit on your Prize Building!",
- "reward": 208
- },
- {
- "id": 105,
- "title": "Build Traning Stables",
- "hint": "",
- "description": "Build the Training Stables to improve the mobility of your units!",
- "reward": 210
- },
- {
- "id": 106,
- "title": "Capture a horse and...",
- "hint": "",
- "description": "Capture a horse with a villager or warrior and take it to the Training Stables.",
- "reward": 212
- },
- {
- "id": 107,
- "title": "Lead Swordsman to Stables...",
- "hint": "",
- "description": "Once you have put a horse, lead a Swordsman to the Training Stables to turn him into a medium knight!",
- "reward": 214
- },
- {
- "id": 108,
- "title": "Complete Mysterious Isle (2 stars)",
- "hint": "",
- "description": "Complete Mysterious Isle on 2 stars to obtain much more gold and XP!",
- "reward": 216
- },
- {
- "id": 109,
- "title": "Upgrade Town Hall",
- "hint": "",
- "description": "Upgrade your Town Hall. Select it and click on UPGRADE at the bottom part of the interface.",
- "reward": 218
- },
- {
- "id": 110,
- "title": "Train 2 villagers",
- "hint": "",
- "description": "Train 2 villagers in your new Town Hall. Now they will run as fast as a hare!",
- "reward": 220
- },
- {
- "id": 111,
- "title": "Upgrade Stables",
- "hint": "",
- "description": "Upgrade Stables to Stables II to train heavier mounted units!",
- "reward": 222
- },
- {
- "id": 112,
- "title": "Train 3 Medium Knights",
- "hint": "",
- "description": "Train 3 Medium Knights... You're getting stronger every day!",
- "reward": 224
- },
- {
- "id": 113,
- "title": "Get Treasure Chest!",
- "hint": "",
- "description": "Get the Treasure Chest, defended by the trolls! (Daily mission)",
- "reward": 226
- },
- {
- "id": 114,
- "title": "Build Allies Market",
- "hint": "",
- "description": "Build the Allies Market so your friends can send you free resources! (Buildings > Miscellaneous)",
- "reward": 228
- },
- {
- "id": 115,
- "title": "Get wood Allies Market",
- "hint": "",
- "description": "Tell your friends to help you and get at least 500 units of wood in the allies market!",
- "reward": 230
- },
- {
- "id": 116,
- "title": "Undiscovered Isle (1 star)",
- "hint": "",
- "description": "Discover the secrets of the Undiscovered Isle (1 star). Beware of the evil skeletons!",
- "reward": 232
- },
- {
- "id": 117,
- "title": "Build Gold Mine II",
- "hint": "",
- "description": "The more gold the better! Build a Gold Mine II to increase the production.",
- "reward": 234
- },
- {
- "id": 118,
- "title": "Put 4 villagers in Gold Mine II",
- "hint": "",
- "description": "Take the most out of the Gold Mine II adding 4 villagers to it.",
- "reward": 236
- },
- {
- "id": 119,
- "title": "Build Treasure Mine",
- "hint": "",
- "description": "Need help to complete the collections? Build a Treasure Mine to get one item EACH DAY!",
- "reward": 238
- },
- {
- "id": 120,
- "title": "Collect object in Treasure Mine",
- "hint": "",
- "description": "Collect the surprise item in the Treasure Mine (lapse of 24h. since the last picked up gift).",
- "reward": 240
- },
- {
- "id": 121,
- "title": "Build Workshop II",
- "hint": "",
- "description": "Build a Workshop II to enjoy a high damage weapon: \u00a1scorpions! (BUILD > Attack)",
- "reward": 242
- },
- {
- "id": 122,
- "title": "Open Workshop II",
- "hint": "",
- "description": "Tell your friends to help you open the Workshop II... scorpions wreak havoc against enemy towers!",
- "reward": 244
- },
- {
- "id": 123,
- "title": "Build 3 Scorpions",
- "hint": "",
- "description": "Build 3 scorpions in the Workshop II and get ready for the last stage of the process!",
- "reward": 246
- },
- {
- "id": 124,
- "title": "Destroy 1 tower with Scorpions",
- "hint": "",
- "description": "When the next troll camp appears, destroy one tower with a group of 3 Scorpions... notice that weak enemy towers don't have enough range to destroy your scorpions!",
- "reward": 248
- },
- {
- "id": 125,
- "title": "Build Tower III",
- "hint": "",
- "description": "Build a Tower III to protect yourself better against incoming attacks!",
- "reward": 250
- },
- {
- "id": 126,
- "title": "Build Altar of Heroes",
- "hint": "",
- "description": "Build an Altar of Heroes to purchase powerful special units!",
- "reward": 252
- },
- {
- "id": 127,
- "title": "Get a hero",
- "hint": "",
- "description": "Get a hero in the Altar of Heroes to help you defeat your enemies more easily! (Click on the GET HERO button)",
- "reward": 254
- },
- {
- "id": 128,
- "title": "Kill Axethrower",
- "hint": "",
- "description": "Kill an Axethrower. These depictable beings won't hesitate to kill your units from the distance!",
- "reward": 256
- },
- {
- "id": 129,
- "title": "Rescue villagers",
- "hint": "",
- "description": "Rescue the villagers captured by trolls! They would do the same for you! (daily mission)",
- "reward": 258
- },
- {
- "id": 130,
- "title": "Put a hero on your map",
- "hint": "",
- "description": "Play 5 days in a row and get your special unit. To put your hero on the map, go to BUILD > STORAGE.",
- "reward": 260
- },
- {
- "id": 131,
- "title": "Save the penguins!",
- "hint": "",
- "description": "Go to Arctic Isle (1 star) and save the penguins... Beware, a big beast is waiting for you!",
- "reward": 262
- },
- {
- "id": 132,
- "title": "Fight against two player from your same level",
- "hint": "",
- "description": "Fight against two players from your same level and show up your skills! you don't need to win, but must finish the combat!",
- "reward": 264
- },
- {
- "id": 133,
- "title": "Build Lumber Mill II",
- "hint": "",
- "description": "Build a Lumber Mill II to produce more wood!",
- "reward": 266
- },
- {
- "id": 134,
- "title": "Put 4 villager into Lumber Mill II",
- "hint": "",
- "description": "Put 4 villagers into the Lumber Mill II to increase its production outcome!",
- "reward": 268
- },
- {
- "id": 135,
- "title": "Build Small Refuge",
- "hint": "",
- "description": "Build a Small Refuge and before logging out put in 2 of your most valuable units so other players don't destroy them!",
- "reward": 270
- },
- {
- "id": 136,
- "title": "Build Big Church",
- "hint": "",
- "description": "Invoke heavenly powers and build a Big Church to raise your population limit. (BUILD > Wonders)",
- "reward": 272
- },
- {
- "id": 137,
- "title": "More Ravager Trolls!",
- "hint": "",
- "description": "Trolls hid more treasures yet, and this time they have doubled its number to protect it! Complete Unknown Isle on 2 stars!",
- "reward": 274
- },
- {
- "id": 138,
- "title": "Build Barracks III",
- "hint": "",
- "description": "Build a Barracks III to train the renowned Long Swordsman!",
- "reward": 276
- },
- {
- "id": 139,
- "title": "Train 3 Long Swordsman",
- "hint": "",
- "description": "Train 3 Long Swordsman, they will help you defeat your enemies more quickly!",
- "reward": 278
- },
- {
- "id": 140,
- "title": "Upgrade to Eagles II",
- "hint": "",
- "description": "Upgrade to Eagles II so your eagles have more life and can explore more enemy terrain!",
- "reward": 280
- },
- {
- "id": 141,
- "title": "Build Heroes Grave",
- "hint": "",
- "description": "Build a Heroes Grave to have the chance of resurrecting your lost special units!",
- "reward": 282
- },
- {
- "id": 142,
- "title": "Liberate Prisoner Troll",
- "hint": "",
- "description": "Liberate the Prisoner Troll. He never bent his knee against the evil behavior of his tribe and has always tried to be a good troll!",
- "reward": 284
- },
- {
- "id": 143,
- "title": "Kill 1 Boar Rider",
- "hint": "",
- "description": "Kill 1 Boar Rider! This mounted beast won't dare to kill your fighters when you are not watching!",
- "reward": 286
- },
- {
- "id": 144,
- "title": "Thrice Trolls!",
- "hint": "",
- "description": "Complete Mysterious Isle on 3 stars and defeat all the evil trolls!",
- "reward": 288
- },
- {
- "id": 145,
- "title": "Build Stone Mine II",
- "hint": "",
- "description": "Build a Stone Mine II to keep producing more stone for the welfare of your Empire!",
- "reward": 290
- },
- {
- "id": 146,
- "title": "Build 20 Wall III",
- "hint": "",
- "description": "Build 20 Wall III in the bottom left row or upgrade your current walls there. This way your enemies will have a hard time trying to put their foot on your empire!",
- "reward": 292
- },
- {
- "id": 147,
- "title": "Build Cow Ranch II",
- "hint": "",
- "description": "Build Cow Ranch II\u2026 if the meat is tasty now, it will be tastier with this improvement!",
- "reward": 294
- },
- {
- "id": 148,
- "title": "Lead a cow to ranch",
- "hint": "",
- "description": "Lead a cow to the ranch to get a good portion of food!",
- "reward": 296
- },
- {
- "id": 149,
- "title": "Build Round Table",
- "hint": "",
- "description": "Build a Round Table so your allies can help you getting incredible bonuses!",
- "reward": 298
- },
- {
- "id": 150,
- "title": "Put 4 allies to Round Table",
- "hint": "",
- "description": "Recruit 4 allies to the Round Table to get the first prize!",
- "reward": 300
- },
- {
- "id": 151,
- "title": "Destroy 2 Troll Towers III",
- "hint": "",
- "description": "Destroy 2 Troll Towers III and let those ugly beasts know who rules this empire!!",
- "reward": 302
- },
- {
- "id": 152,
- "title": "Rescue Prince Arthur!",
- "hint": "",
- "description": "Prince Arthur has been kidnapped by evil trolls! Save him before it's too late!",
- "reward": 304
- },
- {
- "id": 153,
- "title": "Build Archery II",
- "hint": "",
- "description": "Build an Archery III to train lethal Heavy Archers!",
- "reward": 306
- },
- {
- "id": 154,
- "title": "Train 3 heavy archers",
- "hint": "",
- "description": "Train 3 heavy archers. You'll be more dreaded by your enemies!",
- "reward": 308
- },
- {
- "id": 155,
- "title": "Build Temple",
- "hint": "",
- "description": "Build a Temple to obtain more gold resources!",
- "reward": 310
- },
- {
- "id": 156,
- "title": "Avenge Ancestors",
- "hint": "",
- "description": "Trolls conquered this island and killed all its human dwellers. Avenge your ancestors and conquer Emergent Isle (1 star)!!",
- "reward": 312
- },
- {
- "id": 157,
- "title": "Update House II",
- "hint": "",
- "description": "Update 4 House I to House II to put more citizens in!",
- "reward": 314
- },
- {
- "id": 158,
- "title": "Expand 3 acres",
- "hint": "",
- "description": "Expand 3 acres",
- "reward": 316
- },
- {
- "id": 159,
- "title": "Open Church",
- "hint": "",
- "description": "Open a Church so you can train healers!",
- "reward": 318
- },
- {
- "id": 160,
- "title": "Train 3 healers",
- "hint": "",
- "description": "Train 3 healers so they can heal your units during the combat!",
- "reward": 320
- },
- {
- "id": 161,
- "title": "Attack 2 player more level",
- "hint": "",
- "description": "Attack 2 players of more level than yours and show them who's the best!",
- "reward": 322
- },
- {
- "id": 162,
- "title": "Free the wells",
- "hint": "",
- "description": "Trolls have cut the water supply! Kill them to retrieve control of the wells!",
- "reward": 324
- },
- {
- "id": 163,
- "title": "Build Stable III",
- "hint": "",
- "description": "Build a Stable III to be able to train the dreaded heavy knights!",
- "reward": 326
- },
- {
- "id": 164,
- "title": "Save Healers",
- "hint": "",
- "description": "Save the captive healers from trolls' hands! They will join your army afterwards!",
- "reward": 328
- },
- {
- "id": 165,
- "title": "Complete Misty Isle on 1 star",
- "hint": "",
- "description": "Visit Misty Isle (1 star) and destroy the Town Hall of your Viking enemies before they come to conquer your land!",
- "reward": 330
- },
- {
- "id": 166,
- "title": "Complete Unknown Isle 3 stars",
- "hint": "",
- "description": "Visit Unknown Isle (3 stars) and let Ravager Trolls know who has the power!",
- "reward": 332
- },
- {
- "id": 167,
- "title": "Build 3 eggplant farms",
- "hint": "",
- "description": "Build 3 eggplant farms to increase your food outcome!",
- "reward": 334
- },
- {
- "id": 168,
- "title": "Build 1 wall door",
- "hint": "",
- "description": "Build 1 wall door so your units can come in and out of your empire easily and securely!",
- "reward": 336
- },
- {
- "id": 169,
- "title": "Build Academy",
- "hint": "",
- "description": "Build an Academy (Buildings > Investigation) to train your villagers to go faster and pile up more resources to gather!",
- "reward": 338
- },
- {
- "id": 170,
- "title": "Build workshop III",
- "hint": "",
- "description": "Build a Workshop III to be able to build destructive catapults!",
- "reward": 340
- },
- {
- "id": 171,
- "title": "Sacrifice unit",
- "hint": "",
- "description": "Build a sacrifice altar and sacrifice a unit to get part of the resources back to your inventory.",
- "reward": 342
- },
- {
- "id": 172,
- "title": "Free 4 stone mines!",
- "hint": "",
- "description": "Free the 4 stone mines from trolls control! This resource is basic for your survival! (daily mission)",
- "reward": 344
- },
- {
- "id": 173,
- "title": "Complete Undiscovered Isle 2 stars",
- "hint": "",
- "description": "Visit the Undiscovered Isle (2 stars) and kill all the skeletons that have spawned to end with the undead menace!",
- "reward": 346
- },
- {
- "id": 174,
- "title": "Build Mill III",
- "hint": "",
- "description": "Build a Mill III to increase your food outcome even more!",
- "reward": 348
- },
- {
- "id": 175,
- "title": "Build 2 Tower IV",
- "hint": "",
- "description": "Build 2 Tower IV to destroy your enemies almost with no hassles!",
- "reward": 350
- },
- {
- "id": 176,
- "title": "Open Cathedral",
- "hint": "",
- "description": "Open a Cathedral to train hypnotist monks! They are very powerful!",
- "reward": 352
- },
- {
- "id": 177,
- "title": "Convert enemy with a monk",
- "hint": "",
- "description": "Convert an enemy using a monk. Afterwards you can control that enemy for your purposes!",
- "reward": 354
- },
- {
- "id": 178,
- "title": "Build Nursery",
- "hint": "",
- "description": "Build a Nursery to help animals to breed.",
- "reward": 356
- },
- {
- "id": 179,
- "title": "Put 2 horses inside",
- "hint": "",
- "description": "Put 2 horses inside and wait for getting your new horse! You can produce as many as you need!",
- "reward": 358
- },
- {
- "id": 180,
- "title": "Complete Dune Isle on 1 star",
- "hint": "",
- "description": "Visit Dune Isle (1 star) and destroy the Golden Hall where the treacherous Mummy lives. Take care with Anubis servants!",
- "reward": 360
- },
- {
- "id": 181,
- "title": "Build Gold Mine III",
- "hint": "",
- "description": "Build a Gold Mine III to increase your gold resources!",
- "reward": 362
- },
- {
- "id": 182,
- "title": "Put 6 villagers inside",
- "hint": "",
- "description": "Put 6 villagers inside your new gold mine to make it work at its fullest.",
- "reward": 364
- },
- {
- "id": 184,
- "title": "Build 2 Archer Knight",
- "hint": "",
- "description": "Train 2 Archer Knights to increase the speed of your range units!",
- "reward": 368
- },
- {
- "id": 185,
- "title": "Rescue the captured allies",
- "hint": "",
- "description": "Rescue the captured allies by the trolls before they kill them!",
- "reward": 370
- },
- {
- "id": 186,
- "title": "Build a Zeppelin Tower",
- "hint": "",
- "description": "Build a Zeppelin Tower to fly over the Eastern Sea and visit more isles!!",
- "reward": 372
- },
- {
- "id": 187,
- "title": "Update Town Hall to Town Hall III",
- "hint": "",
- "description": "Update Town Hall to Town Hall III. Your villagers will go as faster as the best runner!",
- "reward": 374
- },
- {
- "id": 188,
- "title": "Train 2 villagers III",
- "hint": "",
- "description": "Train 2 villagers III and try their super speed",
- "reward": 376
- },
- {
- "id": 189,
- "title": "Update the Market to Market III",
- "hint": "",
- "description": "Update the Market to Market III to deal with more resources with each transaction.",
- "reward": 378
- },
- {
- "id": 190,
- "title": "Build 10 walls IV",
- "hint": "",
- "description": "Build 10 walls IV on the left bottom row of your empire 1rst acre.",
- "reward": 380
- },
- {
- "id": 191,
- "title": "Complete Arctic Isle 2 stars",
- "hint": "",
- "description": "Visit the Arctic Isle (2 stars) and pay a visit to your 'friend' the Yeti to save the penguins\u2026 take care, he has called for help!",
- "reward": 382
- },
- {
- "id": 192,
- "title": "Free the captured animals",
- "hint": "",
- "description": "Free the animals closed in the cage, they are suffering!",
- "reward": 384
- },
- {
- "id": 193,
- "title": "Build Workshop IV",
- "hint": "",
- "description": "Build the Workshop IV to be able to build cannons! Woo hoo!!",
- "reward": 386
- },
- {
- "id": 194,
- "title": "Train 3 cannons",
- "hint": "",
- "description": "Train 3 cannons\u2026 and try them on your enemies when you wish!",
- "reward": 388
- },
- {
- "id": 195,
- "title": "Heal a damaged unit.",
- "hint": "",
- "description": "Build the Healing Spring and heal a damaged unit after a battle. This tree is miraculous!",
- "reward": 390
- },
- {
- "id": 196,
- "title": "Build a Cow Ranch III",
- "hint": "",
- "description": "Build a Cow Ranch III to increase your food outcome. Cows won't like it, but your empire's survival depends on it!!",
- "reward": 392
- },
- {
- "id": 197,
- "title": "Build a Lumber Mill III",
- "hint": "",
- "description": "Build a Lumber Mill III to increase your wood outcome!",
- "reward": 394
- },
- {
- "id": 198,
- "title": "Complete the Emergent Isle 2 stars",
- "hint": "",
- "description": "Visit the Emergent Isle (2 stars) and try to get the treasure protected by the trolls. Beware, now they are much more dangerous!",
- "reward": 396
- },
- {
- "id": 199,
- "title": "Build Barracks IV",
- "hint": "",
- "description": "Build a Barracks IV to train Powerful Swordsmen! Your enemies will be terrified now!",
- "reward": 398
- },
- {
- "id": 200,
- "title": "Train 3 swordsmen IV",
- "hint": "",
- "description": "Train 3 swordsmen IV and show your enemies some sword skill lessons!",
- "reward": 400
- },
- {
- "id": 201,
- "title": "Build 2 carrot farms",
- "hint": "",
- "description": "Build 2 carrot farms to increase your food outcome. Your warriors are not rabbits, but they also like carrots!",
- "reward": 402
- },
- {
- "id": 202,
- "title": "Build Forestry Academy",
- "hint": "",
- "description": "Build a Forestry Academy and your villagers will cut trees faster than any professional woodcutter!",
- "reward": 404
- },
- {
- "id": 203,
- "title": "Open a Stone Mine III",
- "hint": "",
- "description": "Open a Stone Mine III to increase your stone resources.",
- "reward": 406
- },
- {
- "id": 204,
- "title": "Build Mechanics",
- "hint": "",
- "description": "Build a Mechanics building. You can train Engineers to repair siege weapons!",
- "reward": 408
- },
- {
- "id": 205,
- "title": "Free the Siege Weapons!",
- "hint": "",
- "description": "Free the Siege Weapons seized by the trolls! Why the hell they steal them if they don't know how to use them?",
- "reward": 410
- },
- {
- "id": 206,
- "title": "Build Archery IV",
- "hint": "",
- "description": "Build an Archery IV to train Powerful Archers. If you started to be dreaded by your enemies, many will now run away from you!",
- "reward": 412
- },
- {
- "id": 207,
- "title": "Train 3 Powerful Archers",
- "hint": "",
- "description": "Train 3 Powerful Archers and let them know how piercing are your new arrows!",
- "reward": 414
- },
- {
- "id": 208,
- "title": "Build Eagles III",
- "hint": "",
- "description": "Build an Eagles III to breed stronger eagles!",
- "reward": 416
- },
- {
- "id": 209,
- "title": "Explore the Skeleton Statue",
- "hint": "",
- "description": "Explore the Skeleton Statue and discover its hidden secret! (daily mission)",
- "reward": 418
- },
- {
- "id": 210,
- "title": "Complete the Desert Isle on 1 star",
- "hint": "",
- "description": "Visit the Desert Isle (1 star) and kill all the trolls. Beware, a great peril looms under the sands\u2026",
- "reward": 420
- },
- {
- "id": 211,
- "title": "Build House IV",
- "hint": "",
- "description": "Build a House IV to be able to put more population in.",
- "reward": 422
- },
- {
- "id": 212,
- "title": "Open a Fire Workshop",
- "hint": "",
- "description": "Open a Fire Workshop to be able to build fire cannons! Super Whoo Hoo!",
- "reward": 424
- },
- {
- "id": 213,
- "title": "Build Minery Academy",
- "hint": "",
- "description": "Build a Minery Academy so your villager learn to collect gold and stone faster.",
- "reward": 426
- },
- {
- "id": 214,
- "title": "Open Mill IV",
- "hint": "",
- "description": "Open a Mill IV to increase your food outcome. Your warriors are always hungry!",
- "reward": 428
- },
- {
- "id": 215,
- "title": "Build Stables IV",
- "hint": "",
- "description": "Build a Stables IV to train Powerful Knights. You are now stronger than ever!",
- "reward": 430
- },
- {
- "id": 216,
- "title": "Train 3 Knights",
- "hint": "",
- "description": "Train 3 Powerful Knights and invite your enemies to eat dust!",
- "reward": 432
- },
- {
- "id": 217,
- "title": "Build a Blacksmith",
- "hint": "",
- "description": "Build a Blacksmith so melee, ranged and mounted troops spend less resources to be trained! That's really good news!!",
- "reward": 434
- },
- {
- "id": 218,
- "title": "Build 5 Towers IV",
- "hint": "",
- "description": "Build 5 Towers IV to improve your empire defenses. Put them strategically and they will badly hurt your enemies, promised!",
- "reward": 436
- },
- {
- "id": 219,
- "title": "Build 10 Walls V",
- "hint": "",
- "description": "Build 10 Walls V on the lower left row of your empire to improve you defensive structures.",
- "reward": 438
- },
- {
- "id": 220,
- "title": "Build a Weather Machine",
- "hint": "",
- "description": "Build a Weather Machine to be able to change the landscape at your will! That's magic, baby!!",
- "reward": 440
- },
- {
- "id": 221,
- "title": "Build 2 watermelon Farms",
- "hint": "",
- "description": "Build 2 watermelon Farms to increase your food outcome. Eating fruit is very healthy, but you already know that!",
- "reward": 442
- },
- {
- "id": 222,
- "title": "Update Town Hall IV",
- "hint": "",
- "description": "Update the Town Hall IV. If your villagers were really fast, now they will almost fly!",
- "reward": 444
- },
- {
- "id": 223,
- "title": "Build Lumber Mill IV",
- "hint": "",
- "description": "Build a Lumber Mill IV to increase your wood outcome.",
- "reward": 446
- },
- {
- "id": 224,
- "title": "Build the Tavern",
- "hint": "",
- "description": "Build a Tavern and you'll increase your maximum population capacity by 10 units\u2026 people that go to the Tavern don't need any home to live in!",
- "reward": 448
- },
- {
- "id": 225,
- "title": "Build Wizardry Academy!",
- "hint": "",
- "description": "Build the Wizardry Academy to be able to cast spells! The power to destroy that the Spell Book gives you is immeasurable! (You'll see the Spell Book in your next game session)",
- "reward": 450
- },
- {
- "id": 226,
- "title": "Expand to 4 acres",
- "hint": "",
- "description": "Expand the territory of your empire to 4 acres and show who the real king of Social Empires is!",
- "reward": 452
- },
- {
- "id": 227,
- "title": "Defeat the Dragon!",
- "hint": "",
- "description": "Visit Nest Isle (1 star) and defeat the Furious Dragon! Take care, is very powerful!",
- "reward": 454
- },
- {
- "id": 1008,
- "title": "Take care of the Dragon Egg!",
- "hint": "",
- "description": "Click on the Dragon Breeding Nest, and click again on the ENTER button at the lower interface. Now press the 'Take Care' button to take care of the Dragon Egg!",
- "reward": 14
- },
- {
- "id": 1,
- "title": "Build farm land",
- "hint": "",
- "description": "A farm land provides food to your empire. Go to the BUILD menu and place a farm land near your Town Hall!",
- "reward": 10
- },
- {
- "id": 92,
- "title": "Train 8 Medium Archer",
- "hint": "",
- "description": "Train 8 Medium Archer... the danger is imminent!",
- "reward": 184
- },
- {
- "id": 183,
- "title": "Build Archery Stables",
- "hint": "",
- "description": "Build Archery Stables to train medium archer knights!",
- "reward": 366
- }
- ],
- "offer_packs": [
- {
- "id": 1,
- "position": 22,
- "cost_cash": 25,
- "gold": 5000,
- "stone": 5000,
- "food": 5000,
- "wood": 5000,
- "xp": 500,
- "items": [ 27, 550, 555 ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 2,
- "position": 21,
- "cost_cash": 35,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 750,
- "items": [ 199, 199, 369, 369, 384, 384, 214, 214 ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 3,
- "position": 20,
- "cost_cash": 25,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 500,
- "items": [ 152, 553, 554, 555, 556, 557 ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 4,
- "position": 19,
- "cost_cash": 30,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 625,
- "items": [ 241, 268, 388, 577, 578, 607 ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 5,
- "position": 18,
- "cost_cash": 20,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 400,
- "items": [ 575, 575, 575, 575, 502, 502, 568, 568, 568, 568, 541, 541, 541, 541, 541, 540, 540, 540, 540, 540, 539, 539, 539, 539, 539 ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 6,
- "position": 17,
- "cost_cash": 50,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 900,
- "items": [ 608, 608, 608, 608, 608, 609, 609, 609, 609, 609, 610, 610, 610, 610, 610, 569, 569, 414 ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 7,
- "position": 16,
- "cost_cash": 60,
- "gold": 25000,
- "stone": 25000,
- "food": 25000,
- "wood": 25000,
- "xp": 1000,
- "items": [ 618, 469 ],
- "mana": 50,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 8,
- "position": 15,
- "cost_cash": 100,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [ 630, 631 ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 9,
- "position": 14,
- "cost_cash": 45,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 800,
- "items": [
- [ 469, 35 ],
- [ 56, 70 ],
- [ 414, 90 ],
- [ 642, 100 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 1
- },
- {
- "id": 10,
- "position": 13,
- "cost_cash": 45,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 800,
- "items": [
- [ 57, 35 ],
- [ 472, 70 ],
- [ 652, 90 ],
- [ 638, 100 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 1
- },
- {
- "id": 11,
- "position": 12,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 60, 35 ],
- [ 662, 70 ],
- [ 660, 90 ],
- [ 651, 100 ]
- ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 1
- },
- {
- "id": 12,
- "position": 11,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 649, 684, 650 ],
- [ 651, 638, 694, 661, 683 ],
- [ 687, 643, 655, 635, 615, 646, 629 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 13,
- "position": 10,
- "cost_cash": 150,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [ 638, 651, 698, 710 ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 14,
- "position": 9,
- "cost_cash": 200,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [ 638, 651, 698, 710 ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 15,
- "position": 8,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 649, 695, 684 ],
- [ 709, 710, 698, 712, 707, 706, 660, 612, 641 ],
- [ 679, 623, 687, 621, 643, 629 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 16,
- "position": 7,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 708, 695, 723 ],
- [ 713, 709, 717, 727, 712, 707, 716, 719, 660 ],
- [ 612, 641, 623, 687, 621, 643 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 17,
- "position": 6,
- "cost_cash": 30,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 702, 654, 724, 711 ],
- [ 647, 577, 614, 646, 628 ],
- [ 648, 621, 613, 578, 612 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 18,
- "position": 5,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 708, 695, 723 ],
- [ 713, 709, 717, 727, 712, 707, 716, 719, 660 ],
- [ 612, 641, 623, 687, 621, 643 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 19,
- "position": 4,
- "cost_cash": 30,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 702, 654, 724, 711 ],
- [ 647, 577, 614, 646, 628 ],
- [ 648, 621, 613, 578, 612 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 20,
- "position": 3,
- "cost_cash": 125,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [ 550, 652, 683, 706, 712, 727 ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 21,
- "position": 2,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1500,
- "items": [ 550, 652, 683, 706, 712, 727 ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 0
- },
- {
- "id": 22,
- "position": 1,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 723, 714, 744 ],
- [ 722, 745, 741, 727, 712, 707, 716, 719, 660 ],
- [ 612, 641, 623, 687, 621, 643 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 23,
- "position": 1,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 744, 736, 758 ],
- [ 724, 755, 644, 702, 745, 700, 647, 742 ],
- [ 711, 648, 641, 765, 687, 621, 643 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 24,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 766, 758, 714 ],
- [ 757, 713, 724 ],
- [ 642, 709, 711 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 25,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 766, 708, 736 ],
- [ 723, 714, 769 ],
- [ 695, 710, 651 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 26,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 758, 775, 777 ],
- [ 776, 753, 700, 773, 770, 754, 774, 755 ],
- [ 711, 648, 641, 742, 687, 733, 752 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 27,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 766, 723, 785 ],
- [ 775, 815, 650, 762, 792, 757, 772, 794 ],
- [ 817, 786, 769, 773, 768, 774, 742 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 28,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 798, 793, 785 ],
- [ 775, 776, 756, 762, 792, 755, 772, 794 ],
- [ 749, 786, 813, 773, 814, 774, 782 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 29,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 826, 793, 830 ],
- [ 828, 829, 776, 762, 792, 831, 772, 806 ],
- [ 796, 787, 813, 807, 820, 774, 782 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 30,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 847, 785, 830 ],
- [ 744, 788, 776, 755, 791, 831, 772, 806 ],
- [ 771, 787, 849, 807, 820, 781, 637 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 31,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 846, 847, 758 ],
- [ 856, 829, 828, 788, 755, 827, 791, 746 ],
- [ 781, 771, 717, 849, 702, 850, 637 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 32,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 853, 766, 846 ],
- [ 764, 815, 829, 737, 827, 752, 631, 746 ],
- [ 716, 683, 702, 787, 850, 717, 854 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 33,
- "position": 1,
- "cost_cash": 45,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 750,
- "items": [ 1360, 1361, 1358, 1359 ],
- "mana": 0,
- "enabled": 1,
- "pack_type": 0
- },
- {
- "id": 34,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 862, 853, 826 ],
- [ 828, 776, 829, 762, 792, 831, 755, 806 ],
- [ 796, 787, 868, 807, 820, 774, 782 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 35,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 862, 853, 826 ],
- [ 828, 776, 829, 762, 792, 831, 755, 806 ],
- [ 796, 787, 868, 807, 820, 774, 782 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 36,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 875, 862, 798 ],
- [ 775, 788, 776, 762, 791, 831, 772, 815 ],
- [ 786, 771, 876, 807, 813, 781, 637 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 37,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 875, 847, 723 ],
- [ 856, 829, 828, 788, 757, 794, 791, 815 ],
- [ 781, 771, 890, 786, 711, 876, 637 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 38,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 785, 847, 793 ],
- [ 830, 788, 776, 792, 831, 772, 791, 829 ],
- [ 796, 787, 807, 784, 774, 849, 782 ]
- ],
- "mana": 0,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 39,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 798, 847, 766 ],
- [ 830, 884, 778, 792, 831, 879, 745, 896 ],
- [ 765, 770, 807, 769, 801, 814, 789 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 40,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 758, 798, 826 ],
- [ 1299, 815, 778, 897, 884, 762, 776, 896 ],
- [ 765, 770, 871, 784, 861, 820, 789 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 41,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 766, 777, 826 ],
- [ 830, 897, 856, 792, 831, 776, 886, 829 ],
- [ 771, 637, 861, 790, 816, 769, 774 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 42,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 846, 777, 723 ],
- [ 775, 884, 788, 897, 786, 772, 753, 896 ],
- [ 683, 637, 850, 2035, 725, 869, 774 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 43,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2013, 847, 846 ],
- [ 830, 2019, 1299, 788, 776, 801, 772, 667 ],
- [ 683, 2008, 2014, 765, 849, 770, 810 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 44,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2013, 862, 785 ],
- [ 2042, 2022, 1299, 884, 776, 815, 762, 742 ],
- [ 2008, 796, 871, 868, 765, 769, 537 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 45,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2016, 847, 777 ],
- [ 2019, 788, 897, 792, 884, 757, 794, 745 ],
- [ 765, 770, 879, 849, 756, 790, 821 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 46,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2023, 826, 793 ],
- [ 2022, 2053, 897, 886, 806, 757, 2008, 745 ],
- [ 762, 2020, 879, 820, 799, 814, 711 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 47,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2037, 891, 798 ],
- [ 2059, 2042, 2053, 772, 2067, 776, 886, 742 ],
- [ 765, 813, 771, 892, 799, 654, 711 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 48,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2013, 862, 798 ],
- [ 830, 2073, 2052, 772, 2067, 2008, 742, 724 ],
- [ 828, 2014, 796, 868, 810, 654, 774 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 49,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2016, 891, 847 ],
- [ 2055, 2042, 2066, 896, 776, 2059, 886, 753 ],
- [ 757, 2017, 770, 683, 811, 892, 779 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 50,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2023, 847, 777 ],
- [ 2060, 2059, 2066, 2035, 896, 2053, 886, 831 ],
- [ 772, 2024, 717, 727, 811, 849, 779 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 51,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2037, 891, 777 ],
- [ 2055, 830, 2053, 772, 806, 776, 886, 742 ],
- [ 762, 790, 771, 892, 810, 654, 711 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 52,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2043, 891, 793 ],
- [ 2099, 2042, 772, 788, 2067, 757, 742, 717 ],
- [ 762, 814, 683, 892, 756, 709, 821 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 53,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2013, 2043, 846 ],
- [ 2056, 2055, 884, 828, 2067, 757, 2008, 717 ],
- [ 776, 2014, 2066, 683, 2044, 709, 642 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 54,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2039, 2016, 891 ],
- [ 2099, 897, 2052, 2055, 772, 886, 880, 724 ],
- [ 828, 2017, 2066, 796, 2040, 753, 650 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 55,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2023, 891, 798 ],
- [ 2099, 2042, 2052, 2055, 2059, 886, 880, 829 ],
- [ 831, 2024, 722, 796, 892, 753, 544 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 56,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2037, 862, 847 ],
- [ 2114, 897, 884, 792, 2067, 881, 2011, 724 ],
- [ 762, 868, 2029, 849, 799, 654, 544 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 57,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2016, 891, 777 ],
- [ 2102, 2055, 2114, 2042, 896, 880, 886, 742 ],
- [ 828, 757, 879, 2017, 796, 892, 650 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 58,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2039, 846, 785 ],
- [ 2102, 830, 2042, 815, 896, 2047, 886, 776 ],
- [ 828, 762, 2008, 2040, 771, 850, 717 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 59,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2037, 891, 777 ],
- [ 2101, 2060, 2053, 772, 2067, 776, 886, 742 ],
- [ 765, 790, 771, 892, 799, 654, 711 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 60,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2043, 891, 846 ],
- [ 2099, 2144, 897, 2055, 772, 2052, 880, 724 ],
- [ 828, 2044, 2066, 796, 892, 753, 650 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 61,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2016, 847, 777 ],
- [ 2019, 788, 897, 792, 884, 757, 794, 745 ],
- [ 765, 770, 879, 849, 756, 790, 821 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 62,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2023, 826, 793 ],
- [ 2022, 2053, 897, 886, 806, 757, 2008, 745 ],
- [ 762, 2020, 879, 820, 799, 814, 711 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 63,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2037, 891, 798 ],
- [ 2059, 2042, 2053, 772, 2067, 776, 886, 742 ],
- [ 765, 813, 771, 892, 799, 654, 711 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 64,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2013, 862, 798 ],
- [ 830, 2073, 2052, 772, 2067, 2008, 742, 724 ],
- [ 828, 2014, 796, 868, 810, 654, 774 ]
- ],
- "mana": 5,
- "enabled": 0,
- "pack_type": 2
- },
- {
- "id": 65,
- "position": 0,
- "cost_cash": 60,
- "gold": 0,
- "stone": 0,
- "food": 0,
- "wood": 0,
- "xp": 1000,
- "items": [
- [ 2016, 891, 847 ],
- [ 2055, 2042, 2066, 896, 776, 2059, 886, 753 ],
- [ 757, 2017, 770, 683, 811, 892, 779 ]
- ],
- "mana": 5,
- "enabled": 1,
- "pack_type": 2
- }
- ],
- "images": {
- "470_maravilla_popup.jpg": "en",
- "agregar-juego.jpg": "",
- "aguila2.jpg": "",
- "aldeana-regalos.png": "",
- "alert_allies.jpg": "",
- "alert_human_camp.jpg": "",
- "alert_magic.jpg": "",
- "alert_ship.jpg": "",
- "alert_ship2.jpg": "",
- "alert_troll_camp.jpg": "",
- "alert_zep.jpg": "",
- "alert_zep2.jpg": "",
- "aliadosprisionerospopup.jpg": "",
- "antimatter_evildemon.jpg": "en",
- "ataque_ganado.jpg": "",
- "ataque_perdido.jpg": "",
- "BahamutSupremeInvocationTemple.swf": "",
- "barca.jpg": "",
- "barco.jpg": "",
- "barril.png": "",
- "bg_quest_progress_ship1.jpg": "",
- "bg_quest_progress_ship2.jpg": "",
- "bg_quest_progress_ship3.jpg": "",
- "boss2_end.jpg": "",
- "boss2_ini.jpg": "",
- "b_1.png": "",
- "b_10.png": "",
- "b_11.png": "",
- "b_12.png": "",
- "b_13.png": "",
- "b_14.png": "",
- "b_15.png": "",
- "b_2.png": "",
- "b_3.png": "",
- "b_4.png": "",
- "b_5.png": "",
- "b_6.png": "",
- "b_7.png": "",
- "b_8.png": "",
- "b_9.png": "",
- "caballotroyano.png": "",
- "caja200.png": "",
- "catapultaspresas_SCREEN.jpg": "",
- "CESPED.jpg": "",
- "CIVorks2.jpg": "en",
- "cofre.png": "",
- "collectibles.png": "",
- "collectibles_new.png": "",
- "collect_f0.jpg": "",
- "collect_f1.jpg": "",
- "collect_f2.jpg": "",
- "collect_f3.jpg": "",
- "collect_g0.jpg": "",
- "collect_g1.jpg": "",
- "collect_g2.jpg": "",
- "collect_g3.jpg": "",
- "COLLECT_GEMS.jpg": "",
- "collect_s0.jpg": "",
- "collect_s1.jpg": "",
- "collect_s2.jpg": "",
- "collect_s3.jpg": "",
- "collect_w0.jpg": "",
- "collect_w1.jpg": "",
- "collect_w2.jpg": "",
- "collect_w3.jpg": "",
- "conquer_the_world.png": "en",
- "DESIERTO.jpg": "",
- "dragonmuenfadao.jpg": "",
- "dragonmuerto.jpg": "",
- "dragonNestInactive.jpg": "",
- "dragonRiderProgress1.swf": "",
- "dragonRiderProgress2.swf": "",
- "dragonRiderProgress3.swf": "",
- "dragonsattack.jpg": "",
- "dragon_limit.jpg": "en",
- "estatuaesqueletopopup.jpg": "",
- "expand.png": "en",
- "flag.png": "",
- "ganas_defensa.jpg": "",
- "goal_001.jpg": "",
- "goal_002.jpg": "",
- "goal_003.jpg": "",
- "goal_004.jpg": "",
- "goal_005.jpg": "",
- "goal_006.jpg": "",
- "goal_007.jpg": "",
- "goal_008.jpg": "",
- "goal_008_.jpg": "",
- "goal_009.jpg": "",
- "goal_010.jpg": "",
- "goal_011.jpg": "",
- "goal_012.jpg": "",
- "goal_013.jpg": "",
- "goal_014.jpg": "",
- "goal_015.jpg": "",
- "goal_016.jpg": "",
- "goal_017.jpg": "",
- "goal_018.jpg": "",
- "goal_019.jpg": "",
- "goal_020.jpg": "",
- "goal_021.jpg": "",
- "goal_023.jpg": "",
- "goal_024.jpg": "",
- "goal_025.jpg": "",
- "goal_026.jpg": "",
- "goal_027.jpg": "",
- "goal_028.jpg": "",
- "goal_029.jpg": "",
- "goal_030.jpg": "",
- "goal_031.jpg": "",
- "goal_032.jpg": "",
- "goal_033.jpg": "",
- "goal_034.jpg": "",
- "goal_035.jpg": "",
- "goal_036.jpg": "",
- "goal_037.jpg": "",
- "goal_038.jpg": "",
- "goal_039.jpg": "",
- "goal_040.jpg": "",
- "goal_041.jpg": "",
- "goal_042.jpg": "",
- "goal_043.jpg": "",
- "goal_044.jpg": "",
- "goal_045.jpg": "",
- "goal_046.jpg": "",
- "goal_047.jpg": "",
- "goal_048.jpg": "",
- "goal_049.jpg": "",
- "goal_050.jpg": "",
- "goal_051.jpg": "",
- "goal_052.jpg": "",
- "goal_053.jpg": "",
- "goal_054.jpg": "",
- "goal_055.jpg": "",
- "goal_056.jpg": "",
- "goal_057.jpg": "",
- "goal_058.jpg": "",
- "goal_059.jpg": "",
- "goal_060.jpg": "",
- "goal_061.jpg": "",
- "goal_062.jpg": "",
- "goal_063.jpg": "",
- "goal_064.jpg": "",
- "goal_065.jpg": "",
- "goal_066.jpg": "",
- "goal_067.jpg": "",
- "goal_068.jpg": "",
- "goal_069.jpg": "",
- "goal_070.jpg": "",
- "goal_071.jpg": "",
- "goal_072.jpg": "",
- "goal_073.jpg": "",
- "goal_074.jpg": "",
- "goal_075.jpg": "",
- "goal_076.jpg": "",
- "goal_077.jpg": "",
- "goal_078.jpg": "",
- "goal_079.jpg": "",
- "goal_080.jpg": "",
- "goal_081.jpg": "",
- "goal_082.jpg": "",
- "goal_083.jpg": "",
- "goal_084.jpg": "",
- "goal_085.jpg": "",
- "goal_086.jpg": "",
- "goal_087.jpg": "",
- "goal_088.jpg": "",
- "goal_089.jpg": "",
- "goal_090.jpg": "",
- "goal_091.jpg": "",
- "goal_092.jpg": "",
- "goal_093.jpg": "",
- "goal_094.jpg": "",
- "goal_095.jpg": "",
- "goal_096.jpg": "",
- "goal_097.jpg": "",
- "goal_098.jpg": "",
- "goal_099.jpg": "",
- "goal_100.jpg": "",
- "gods_1.jpg": "",
- "gods_2.jpg": "",
- "gods_3.jpg": "",
- "gods_4.jpg": "",
- "gods_5.jpg": "",
- "gods_6.jpg": "",
- "gods_7.jpg": "",
- "healersprisioneraspopup.jpg": "",
- "help_dragon_nest.jpg": "",
- "help_island_image.jpg": "",
- "human-defeated.png": "",
- "install.jpg": "en",
- "island_location.png": "",
- "jaulaanimal_SCREEN.jpg": "",
- "jinete.png": "",
- "kidnapped.png": "",
- "llibre.png": "",
- "magic_black_hole.jpg": "",
- "magic_crack.jpg": "",
- "magic_dragon.jpg": "",
- "magic_enlarge.jpg": "",
- "magic_fire.jpg": "",
- "magic_frozen.jpg": "",
- "magic_full_limit.jpg": "",
- "magic_golem.jpg": "",
- "magic_heal.jpg": "",
- "magic_lightning.jpg": "",
- "magic_poison.jpg": "",
- "magic_range_increaser.jpg": "",
- "magic_shield.jpg": "",
- "magic_speed_increaser.jpg": "",
- "magic_stone.jpg": "",
- "magic_yeti.jpg": "",
- "mago_altar.png": "",
- "mapa1.jpg": "",
- "mapa2.jpg": "",
- "mapa3.jpg": "",
- "mapa4.jpg": "",
- "mapa5.jpg": "",
- "minapiedracandado_SCREEN.jpg": "",
- "MINERAL.jpg": "",
- "molinollamaspopup.jpg": "",
- "monsterNestInactive.jpg": "",
- "morocco_dealer.png": "",
- "motivation1.jpg": "",
- "motivation2.jpg": "",
- "news_aceite.jpg": "en",
- "news_angel2.jpg": "en",
- "news_angeles.jpg": "en",
- "news_atlantis.jpg": "en",
- "news_atlantis2.jpg": "en",
- "news_barco.jpg": "en",
- "news_bossdrac.jpg": "en",
- "news_catedral.jpg": "en",
- "news_cementerio.jpg": "en",
- "news_civ.jpg": "en",
- "news_criadero.jpg": "en",
- "news_demonio.jpg": "en",
- "news_egypt.jpg": "en",
- "news_elefante.jpg": "en",
- "news_elfos.jpg": "en",
- "news_elfos2.jpg": "en",
- "news_fortress.jpg": "en",
- "news_heroes.jpg": "en",
- "news_inferno.jpg": "en",
- "news_kamirino.jpg": "en",
- "news_magic.jpg": "en",
- "news_map.jpg": "en",
- "news_mitologic_3.jpg": "en",
- "news_mitologic_4.jpg": "en",
- "news_mummy.jpg": "en",
- "news_mummy2.jpg": "en",
- "news_myth.jpg": "en",
- "news_neptune.jpg": "en",
- "news_newangel.jpg": "en",
- "news_newtowers.jpg": "en",
- "news_odin.jpg": "en",
- "news_pack.jpg": "en",
- "news_paladin.jpg": "en",
- "news_recruit.jpg": "en",
- "news_squad2.jpg": "en",
- "news_supreme.jpg": "en",
- "news_tiempo.jpg": "en",
- "news_tierv.jpg": "en",
- "news_torrehielo.jpg": "en",
- "news_torremovil.jpg": "en",
- "news_tower_2.jpg": "en",
- "news_trolls.jpg": "en",
- "news_trolls_discount.jpg": "en",
- "news_tsunami.jpg": "en",
- "news_vikingos.jpg": "en",
- "news_warehouse.jpg": "en",
- "news_watertower.jpg": "en",
- "news_watertower2.jpg": "en",
- "news_wonders.jpg": "en",
- "news_world.jpg": "en",
- "news_zepelin.jpg": "en",
- "new_2hard.jpg": "en",
- "new_470maravilla.jpg": "en",
- "new_635_ent.jpg": "en",
- "new_bahamut_riders.jpg": "en",
- "new_bestciv2_4.jpg": "en",
- "new_bestciv2_5.jpg": "en",
- "new_bestciv2_6.jpg": "en",
- "new_bestciv2_7.jpg": "en",
- "new_bestciv3_1.jpg": "en",
- "new_bestciv3_2.jpg": "en",
- "new_bestciv3_3.jpg": "en",
- "new_bestciv3_4.jpg": "en",
- "new_bestciv3_5.jpg": "en",
- "new_bestcivs2.jpg": "en",
- "new_bestcivs2_2.jpg": "en",
- "new_bestcivs2_3.jpg": "en",
- "new_boss2.jpg": "en",
- "new_castledragon.jpg": "en",
- "new_civelv.jpg": "en",
- "new_civelv2.jpg": "en",
- "new_civelv3.jpg": "en",
- "new_civelv4.jpg": "en",
- "new_civelv5.jpg": "en",
- "new_civglad.jpg": "en",
- "new_civglad2.jpg": "en",
- "new_civglad3.jpg": "en",
- "new_civglad4.jpg": "en",
- "new_civglad5.jpg": "en",
- "new_civglad6.jpg": "en",
- "new_civglad7.jpg": "en",
- "new_civork1.jpg": "en",
- "new_civork3.jpg": "en",
- "new_civork4.jpg": "en",
- "new_civork5.jpg": "en",
- "new_decos.jpg": "en",
- "new_dragonrider.jpg": "en",
- "new_dragon_riders.jpg": "en",
- "new_elitearmy.jpg": "en",
- "new_gods.jpg": "en",
- "new_gods2.jpg": "en",
- "new_halloween.jpg": "en",
- "new_halloween2.jpg": "en",
- "new_hardcore.jpg": "en",
- "new_hardgods.jpg": "en",
- "new_lanza.jpg": "en",
- "new_lanza2.jpg": "en",
- "new_monday.jpg": "en",
- "new_multiciv.jpg": "en",
- "new_multiciv1.jpg": "en",
- "new_multiciv2.jpg": "en",
- "new_multiciv3.jpg": "en",
- "new_multiciv4.jpg": "en",
- "new_myth2.jpg": "en",
- "new_myth5.jpg": "en",
- "new_myth6.jpg": "en",
- "new_myth6b.jpg": "en",
- "new_myth7.jpg": "en",
- "new_necro1.jpg": "en",
- "new_necro2.jpg": "en",
- "new_necro3.jpg": "en",
- "new_necro4.jpg": "en",
- "new_necro5.jpg": "en",
- "new_necro_feature.jpg": "en",
- "new_nestmonster.jpg": "en",
- "new_newmagics.jpg": "en",
- "new_pharaohs.jpg": "en",
- "new_pharaohs2.jpg": "en",
- "new_pharaohs3.jpg": "en",
- "new_pharaohs4.jpg": "en",
- "new_punisherknight.jpg": "en",
- "new_supreme.jpg": "en",
- "new_survival.jpg": "en",
- "new_tiger.jpg": "en",
- "new_time.jpg": "en",
- "new_tourney.jpg": "en",
- "new_trex.jpg": "en",
- "NIEVE.jpg": "",
- "nino_00.png": "",
- "nino_01.png": "",
- "nino_02.png": "",
- "nino_03.png": "",
- "nino_04.png": "",
- "nino_05.png": "",
- "nino_06.png": "",
- "nino_07.png": "",
- "nino_08.png": "",
- "nino_09.png": "",
- "nino_10.png": "",
- "nino_11.png": "",
- "nino_12.png": "",
- "nino_13.png": "",
- "nino_14.png": "",
- "nino_15.png": "",
- "nino_16.png": "",
- "nino_17.png": "",
- "nino_18.png": "",
- "nino_19.png": "",
- "nino_20.png": "",
- "nino_21.png": "",
- "nino_22.png": "",
- "nino_23.png": "",
- "nino_24.png": "",
- "NoGiftsIcon.png": "",
- "nubes.jpg": "",
- "offer_pack_1.png": "en",
- "offer_pack_10.png": "en",
- "offer_pack_11.png": "en",
- "offer_pack_12.png": "en",
- "offer_pack_13.png": "en",
- "offer_pack_14.png": "en",
- "offer_pack_15.png": "en",
- "offer_pack_16.png": "en",
- "offer_pack_17.png": "en",
- "offer_pack_18.png": "en",
- "offer_pack_19.png": "en",
- "offer_pack_2.png": "en",
- "offer_pack_20.png": "en",
- "offer_pack_21.png": "en",
- "offer_pack_22.png": "en",
- "offer_pack_23.png": "en",
- "offer_pack_24.png": "en",
- "offer_pack_25.png": "en",
- "offer_pack_26.png": "en",
- "offer_pack_27.png": "en",
- "offer_pack_28.png": "en",
- "offer_pack_29.png": "en",
- "offer_pack_3.png": "en",
- "offer_pack_30.png": "en",
- "offer_pack_31.png": "en",
- "offer_pack_32.png": "en",
- "offer_pack_33.png": "en",
- "offer_pack_34.png": "en",
- "offer_pack_35.png": "en",
- "offer_pack_36.png": "en",
- "offer_pack_37.png": "en",
- "offer_pack_38.png": "en",
- "offer_pack_39.png": "en",
- "offer_pack_4.png": "en",
- "offer_pack_40.png": "en",
- "offer_pack_41.png": "en",
- "offer_pack_42.png": "en",
- "offer_pack_43.png": "en",
- "offer_pack_44.png": "en",
- "offer_pack_45.png": "en",
- "offer_pack_46.png": "en",
- "offer_pack_47.png": "en",
- "offer_pack_48.png": "en",
- "offer_pack_49.png": "en",
- "offer_pack_5.png": "en",
- "offer_pack_50.png": "en",
- "offer_pack_51.png": "en",
- "offer_pack_52.png": "en",
- "offer_pack_53.png": "en",
- "offer_pack_54.png": "en",
- "offer_pack_55.png": "en",
- "offer_pack_56.png": "en",
- "offer_pack_57.png": "en",
- "offer_pack_58.png": "en",
- "offer_pack_59.png": "en",
- "offer_pack_6.png": "en",
- "offer_pack_60.png": "en",
- "offer_pack_61.png": "en",
- "offer_pack_62.png": "en",
- "offer_pack_63.png": "en",
- "offer_pack_64.png": "en",
- "offer_pack_65.png": "en",
- "offer_pack_7.png": "en",
- "offer_pack_8.png": "en",
- "offer_pack_9.png": "en",
- "oveja.png": "",
- "pierdes_defensa.jpg": "",
- "popupDragonProgress1.swf": "",
- "popupDragonProgress2.swf": "",
- "popupDragonProgress3.swf": "",
- "popupDragonProgress4.swf": "",
- "popupDragonProgress5.swf": "",
- "popupDragonProgress6.swf": "",
- "popupMonsterProgress1.swf": "",
- "popupMonsterProgress2.swf": "",
- "popupMonsterProgress3.swf": "",
- "popupMonsterProgress4.swf": "",
- "pop_up5_sueno2.jpg": "",
- "pop_up_nieve.jpg": "",
- "prev_magic_black_hole.jpg": "",
- "prev_magic_crack.jpg": "",
- "prev_magic_dragon.jpg": "",
- "prev_magic_enlarge.jpg": "",
- "prev_magic_fire.jpg": "",
- "prev_magic_frozen.jpg": "",
- "prev_magic_full_limit.jpg": "",
- "prev_magic_golem.jpg": "",
- "prev_magic_heal.jpg": "",
- "prev_magic_poison.jpg": "",
- "prev_magic_range_increaser.jpg": "",
- "prev_magic_shield.jpg": "",
- "prev_magic_speed_increaser.jpg": "",
- "prev_magic_stone.jpg": "",
- "prev_magic_yeti.jpg": "",
- "princess.png": "",
- "princess2.png": "",
- "principecolgado.png": "",
- "prisonarchers.png": "",
- "prisontroll.png": "",
- "quests_manager_img1.jpg": "",
- "quests_manager_img2.jpg": "",
- "quests_manager_img3.jpg": "",
- "quests_manager_img4.jpg": "",
- "quests_manager_img5.jpg": "",
- "quests_manager_img_1.jpg": "",
- "quests_manager_img_2.jpg": "",
- "quests_manager_img_3.jpg": "",
- "quests_manager_img_4.jpg": "",
- "quests_manager_img_5.jpg": "",
- "quests_manager_img_6.jpg": "",
- "quests_manager_img_7.jpg": "",
- "quest_allies.jpg": "",
- "quest_altar_azteca.jpg": "",
- "quest_arbolvida.jpg": "",
- "quest_archers.jpg": "",
- "quest_atlantes_tesoro.jpg": "",
- "quest_balrog.jpg": "",
- "quest_cages.jpg": "",
- "quest_chinos_dragones.jpg": "",
- "quest_chinos_fuegos.jpg": "",
- "quest_cleopatra.jpg": "",
- "quest_egypt_golem.jpg": "",
- "quest_egypt_sarcofago.jpg": "",
- "quest_ent.jpg": "",
- "quest_healers.jpg": "",
- "quest_kidnapped.jpg": "",
- "quest_magos.jpg": "",
- "quest_map.png": "",
- "quest_mill.jpg": "",
- "quest_portales.jpg": "",
- "quest_prince.jpg": "",
- "quest_princess.jpg": "",
- "quest_rockdriller.jpg": "",
- "quest_siege.jpg": "",
- "quest_stone_mine.jpg": "",
- "quest_treasure.jpg": "",
- "quest_troll.jpg": "",
- "quest_undead.jpg": "",
- "quest_vibora.jpg": "",
- "quest_vikingos_cerveza.jpg": "",
- "quest_villagers.jpg": "",
- "quest_yeti_negro.jpg": "",
- "recruitprize_556.jpg": "",
- "recruitprize_569.jpg": "",
- "recruitprize_602.jpg": "",
- "recruitprize_603.jpg": "",
- "recruitprize_606.jpg": "",
- "rockdriller_start.jpg": "",
- "rockdriller_win.jpg": "",
- "SELVA.jpg": "",
- "ship.png": "",
- "ship2.png": "",
- "SURVIVAL_DESIERTO.jpg": "",
- "SURVIVAL_MINERAL.jpg": "",
- "SURVIVAL_NIEVE.jpg": "",
- "SURVIVAL_NUBES.jpg": "",
- "SURVIVAL_SELVA.jpg": "",
- "TESORO.jpg": "",
- "thumbprincess.jpg": "",
- "thumbrey.jpg": "",
- "totem.png": "",
- "tournament_friends.jpg": "",
- "tournament_weekly_cash.jpg": "",
- "tournament_weekly_gold.jpg": "",
- "townHuman.png": "",
- "townTroll.png": "",
- "troll_civ.png": "en",
- "trols.png": "",
- "trolsentado.png": "",
- "vaca.png": "",
- "victoryYETI.jpg": "",
- "villagers.png": "",
- "vs-nivel1.jpg": "",
- "vs-nivel2.jpg": "",
- "vs-nivel3.jpg": "",
- "vs-nivel4.jpg": "",
- "vs-nivel5.jpg": "",
- "vs-nivel6.jpg": "",
- "vs-nivel7.jpg": "",
- "weekly_tournament_bot1.png": "",
- "weekly_tournament_bot2.png": "",
- "weekly_tournament_bot3.png": "",
- "win-golem.jpg": "",
- "zeppelin.jpg": ""
- },
- "social_items": [
- {
- "id": 6,
- "worker_cost": 2,
- "workers": "Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"
- },
- {
- "id": 16,
- "worker_cost": 2,
- "workers": "Geologist,Miner"
- },
- {
- "id": 18,
- "worker_cost": 2,
- "workers": "Cartographer,Geologist,Engineer,Miner,Supervisor"
- },
- {
- "id": 23,
- "worker_cost": 2,
- "workers": "Butcher,Fishmonger,Greengrocer"
- },
- {
- "id": 24,
- "worker_cost": 2,
- "workers": "Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl"
- },
- {
- "id": 49,
- "worker_cost": 2,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"
- },
- {
- "id": 50,
- "worker_cost": 3,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"
- },
- {
- "id": 185,
- "worker_cost": 4,
- "workers": "Veterinary,Trainer,Waterboy,Assistant,Supervisor"
- },
- {
- "id": 189,
- "worker_cost": 2,
- "workers": "Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"
- },
- {
- "id": 202,
- "worker_cost": 2,
- "workers": "Transporter,Grinder,Mechanic"
- },
- {
- "id": 212,
- "worker_cost": 3,
- "workers": "Bishop,Priest,Altar boy, Nun,Churchgoer,Organist,Choir boy,Choir girl,Candle boy,Candle girl,Prayer boy,Prayer girl"
- },
- {
- "id": 216,
- "worker_cost": 3,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist,Supervisor,Boss"
- },
- {
- "id": 224,
- "worker_cost": 3,
- "workers": "Captain,Cabin boy,Helmsman"
- },
- {
- "id": 234,
- "worker_cost": 3,
- "workers": "1st Ally,2nd Ally,3rd Ally,4th Ally,5th Ally,6th Ally,7th Ally,8th Ally,9th Ally"
- },
- {
- "id": 266,
- "worker_cost": 2,
- "workers": "+125,+125,+125,+125,+125,+125,+125,+125"
- },
- {
- "id": 299,
- "worker_cost": 5,
- "workers": "Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway"
- },
- {
- "id": 301,
- "worker_cost": 2,
- "workers": "Transporter,Grinder,Mechanic,Farmer,Assistant,Supervisor"
- },
- {
- "id": 318,
- "worker_cost": 2,
- "workers": "Cartographer,Geologist,Engineer,Miner"
- },
- {
- "id": 320,
- "worker_cost": 2,
- "workers": "Cartographer,Geologist,Engineer,Miner,Supervisor"
- },
- {
- "id": 335,
- "worker_cost": 2,
- "workers": "Butcher,Fishmonger,Greengrocer"
- },
- {
- "id": 337,
- "worker_cost": 2,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"
- },
- {
- "id": 338,
- "worker_cost": 3,
- "workers": "Engineer,Assistant,Apprentice,Bullet Crafter,Powder Mixer,Transporter,Carpenter,Alchemist"
- },
- {
- "id": 343,
- "worker_cost": 3,
- "workers": "Captain,Grummet,Helmsman,Boatswain,Sailor,Engineer,Cook,Skipper,Traveller,Stowaway"
- },
- {
- "id": 344,
- "worker_cost": 5,
- "workers": "Captain,Grummet,Helmsman,Apprentice,Supervisor,Engineer,Cook,Skipper,Traveller,Stowaway,Engineer,Assistant"
- },
- {
- "id": 346,
- "worker_cost": 2,
- "workers": "Butcher,Fishmonger,Greengrocer,Baker,Fruiterer,Grocer,Butcherer Assistant,Fishmonger Assistant,Greengrocer Assistant,Baker Assistant,Fruiterer Assistant,Grocer Assistant"
- },
- {
- "id": 349,
- "worker_cost": 4,
- "workers": "Veterinary,Trainer,Waterboy,Assistant,Supervisor"
- },
- {
- "id": 352,
- "worker_cost": 2,
- "workers": "+125,+125,+125,+125,+125,+125,+125,+125"
- },
- {
- "id": 362,
- "worker_cost": 2,
- "workers": "Shaman,Farseer,Altar boy, Altar Girl,Follower boy,Follower Girl,Card reader,Voodoo Doll,Incense Boy,Incense Girl"
- },
- {
- "id": 387,
- "worker_cost": 0,
- "workers": "New Recruit,New Recruit,New Recruit"
- },
- {
- "id": 389,
- "worker_cost": 0,
- "workers": "1,2,3,4,5,6,7,8"
- },
- {
- "id": 470,
- "worker_cost": 0,
- "workers": "New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit,New Recruit"
- }
- ],
- "globals": {
- "MARKET_BASE_COSTS": {
- "w": 100,
- "s": 150,
- "f": 100
- },
- "MARKET_INCREMENT": 0.02,
- "MARKET_SELL_PERCENTAGE": 0.75,
- "MARKET_MAX_INCREMENTS": 200,
- "MARKET_MAX_DECREMENTS": 25,
- "MARKET_PERIOD_HOURS": 20,
- "EXCHANGE_CASH": 5,
- "EXCHANGE_GOLD": 2500,
- "COLLECTION_REWARDS": [ 0, 176, 177, 178, 179, 180, 551, 546, 544, 552, 553, 206, 207, 208, 209, 124, 561, 562, 563, 564, 565, 875, 853, 1410 ],
- "COLLECTION_PRICES": "DEPRECATED",
- "HEROES": [ 533, 534, 535, 550, 554, 555, 556, 557 ],
- "COLLECT_BUILDINGS_SUBCAT_FUNCS": [ 511, 124, 121 ],
- "ATTACKS_PERIOD_HOURS": 6,
- "ATTACKS_PERIOD_MAX": 3,
- "ASSIST_REWARD_GOLD": 10,
- "ASSIST_REWARD_XP": 3,
- "RESURRECT_COST_MULT": 500,
- "LIMITED_EDITION_EXPIRATION": "2012-09-14",
- "ALLIES_BUILDING": 234,
- "SUBCAT_FARMS": 122,
- "ALLIES_MARKET": 266,
- "ALLIES_MARKET_INCREMENTAL_COLLECT": {
- "w": 125,
- "s": 125,
- "f": 125,
- "g": 125
- },
- "ALLIES_MARKET_INITIAL_COLLECT": {
- "w": 125,
- "s": 125,
- "f": 125,
- "g": 125
- },
- "ENERGY_COSTS": {
- "15": 4,
- "30": 8,
- "60": 15
- },
- "COST_UNLOCK_SKIN": 20,
- "ALLIES_MARKET_TROLLS": 352,
- "COLLECT_HELP_SECONDS": 3600,
- "NEWFRIENDS_REWARD_ID_UNIT": "603.1,606.2,569.2,556.1,602.1",
- "NEWFRIENDS_REWARD_DESCRIPTION": "615,616,617,618,619",
- "NEWS_IMAGE": "DEPRECATED",
- "NEWS_STORE": "DEPRECATED",
- "NEWFRIENDS_REWARD_SCALE_UNIT": "0.9,1.1,1.1,1.1,0.8",
- "ROUND_TABLE": 389,
- "MAX_FEEDS_ROUND_TABLE": 60,
- "RECRUITMENT_PRIZE": 387,
- "MAX_GOLD_ASSAULT": 20000,
- "EXPIRABLE_UNITS": [ 615 ],
- "RESURRECTABLE_UNITS": {
- "533": "533",
- "534": "534",
- "535": "535",
- "550": "550",
- "554": "554",
- "555": "555",
- "556": "556",
- "557": "557",
- "553": "550",
- "565": "557"
- },
- "COST_MANA_GOLD": 20000,
- "COST_MANA_CASH": 1,
- "ISLE_ORDER": [ "100000006", "100000007", "100000008", "100000002", "100000012", "100000021", "100000022", "100000003", "100000028", "100000014", "100000013", "100000020", "100000015", "100000019", "100000018", "100000023", "100000011", "100000033", "100000041", "100000042", "100000043", "100000044", "100000045", "100000046", "100000047", "100000090", "100000091", "100000092" ],
- "UNIT_ENLARGE_DURATION": 30000,
- "NUM_SPELL_USES_LVL2": 25,
- "NUM_SPELL_USES_LVL3": 50,
- "MANA_PER_PURCHASE": 5,
- "START_LEVEL_MANA_REWARD": 36,
- "MANA_REWARD_PER_LEVEL": 2,
- "SHOW_GRATS_PACK": 0,
- "MAX_GOLD_QUEST": 25000,
- "POPULATION_WONDER_ID": 470,
- "POPULATION_INCREASE": 10,
- "POPULATION_INCREASE_QTY": 5,
- "COLLECT_VARIABLE_IDS": [ 5, 6, 7, 202, 13, 14, 15, 203, 16, 17, 18, 204, 77, 78, 79, 205 ],
- "ANIMALS_PER_DAY": 20,
- "SPEED_HACK_CONTROL": 0,
- "SURVIVAL_UNLOCK_MAP_CASH": [ 0, 0, 0, 20, 30 ],
- "SURVIVAL_WAIT_HOURS_MAP_REPEAT": 1,
- "SURVIVAL_BUY_LIVE_CASH": 3,
- "SURVIVAL_HOURS_LIVE_REGENERATE": 3,
- "PVP_BUY_TERRITORY_CASH": 5,
- "PVP_BUY_ISLAND_CASH": 30,
- "WAREHOUSE_CAPACITIES": [ 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, 900, 950, 1000 ],
- "WAREHOUSE_CAPACITY_INCREASE_PRICE": [ 0, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50 ],
- "WAREHOUSE_CAPACITY_INCREASE_PRICE_SINGLE": 2,
- "WAREHOUSE_MAX_CAPACITY": 1000,
- "SPAWN_MOROCCO_DEALER": 1,
- "TOURNAMENT_MAX_NUMBER_COMPLEX_UNITS": 10,
- "TOURNAMENT_UNITS_NOT_ALLOWED": [ 762, 683, 716, 765, 791, 735, 569, 879, 2007, 2003, 2145 ],
- "TOURNAMENT_ACTIVATED": 1,
- "SPAWN_MENVSWOMEN_ADVERTISING": 1,
- "NEWS_ITEM": [
- {
- "news_image": "new_bestciv3_5.jpg",
- "news_store": "12.121.0"
- },
- {
- "news_image": "new_punisherknight.jpg",
- "news_store": "12.121.0"
- },
- {
- "news_image": "new_gods2.jpg",
- "news_store": "gods"
- },
- {
- "news_image": "new_2hard.jpg",
- "news_store": ""
- },
- {
- "news_image": "new_hardgods.jpg",
- "news_store": "godsquests"
- },
- {
- "news_image": "new_decos.jpg",
- "news_store": "2.45.0"
- },
- {
- "news_image": "new_supreme.jpg",
- "news_store": "1.13.0"
- },
- {
- "news_image": "new_newmagics.jpg",
- "news_store": "1.13.0"
- },
- {
- "news_image": "new_hardcore.jpg",
- "news_store": null
- },
- {
- "news_image": "new_bahamut_riders.jpg",
- "news_store": "1.13.0"
- }
- ],
- "DRAGONS": {
- "649": {
- "rider": "1",
- "tamedId": "832"
- },
- "684": {
- "rider": "1",
- "tamedId": "833"
- },
- "695": {
- "rider": "1",
- "tamedId": "834"
- },
- "708": {
- "rider": "1",
- "tamedId": "835"
- },
- "714": {
- "rider": "1",
- "tamedId": "836"
- },
- "723": {
- "rider": "1",
- "tamedId": "837"
- },
- "736": {
- "rider": "2",
- "tamedId": "838"
- },
- "758": {
- "rider": "2",
- "tamedId": "839"
- },
- "766": {
- "rider": "2",
- "tamedId": "840"
- },
- "777": {
- "rider": "2",
- "tamedId": "841"
- },
- "785": {
- "rider": "2",
- "tamedId": "842"
- },
- "793": {
- "rider": "2",
- "tamedId": "843"
- },
- "798": {
- "rider": "3",
- "tamedId": "844"
- },
- "826": {
- "rider": "3",
- "tamedId": "845"
- },
- "847": {
- "rider": "3",
- "tamedId": "851"
- },
- "846": {
- "rider": "3",
- "tamedId": "852"
- },
- "853": {
- "rider": "3",
- "tamedId": "855"
- },
- "862": {
- "rider": "3",
- "tamedId": "864"
- },
- "875": {
- "rider": "3",
- "tamedId": "877"
- },
- "888": {
- "rider": "3",
- "tamedId": "889"
- },
- "891": {
- "rider": "3",
- "tamedId": "893"
- },
- "2000": {
- "rider": "3",
- "tamedId": "2002"
- },
- "2013": {
- "rider": "3",
- "tamedId": "2015"
- },
- "2016": {
- "rider": "3",
- "tamedId": "2018"
- },
- "2023": {
- "rider": "3",
- "tamedId": "2026"
- },
- "2037": {
- "rider": "3",
- "tamedId": "2038"
- },
- "2043": {
- "rider": "3",
- "tamedId": "2045"
- },
- "2039": {
- "rider": "3",
- "tamedId": "2041"
- },
- "2048": {
- "rider": "3",
- "tamedId": "2050"
- },
- "2057": {
- "rider": "3",
- "tamedId": "2058"
- },
- "2063": {
- "rider": "3",
- "tamedId": "2065"
- },
- "2069": {
- "rider": "3",
- "tamedId": "2071"
- },
- "2121": {
- "rider": "3",
- "tamedId": "2123"
- },
- "2129": {
- "rider": "3",
- "tamedId": "2131"
- },
- "2132": {
- "rider": "3",
- "tamedId": "2134"
- },
- "2140": {
- "rider": "3",
- "tamedId": "2142"
- },
- "2171": {
- "rider": "3",
- "tamedId": "2173"
- },
- "2174": {
- "rider": "3",
- "tamedId": "2176"
- }
- },
- "DRAGON_RIDERS": {
- "1": {
- "unlockLevel": 35,
- "steps": 5,
- "stepCost": 15
- },
- "2": {
- "unlockLevel": 40,
- "steps": 6,
- "stepCost": 15
- },
- "3": {
- "unlockLevel": 45,
- "steps": 7,
- "stepCost": 15
- }
- },
- "MONDAY_BONUS_REWARDS": [
- {
- "type": "g",
- "value": 2500
- },
- {
- "type": "u",
- "value": 0
- },
- {
- "type": "c",
- "value": 5
- }
- ],
- "PRICE_COMPLETE_GOAL": 2,
- "HEAVY_SIEGE_COST_CASH": 20,
- "POLICY_FILES": [ "https:\/\/fbcdn-profile-a.akamaihd.net", "http:\/\/profile.ak.fbcdn.net\/", "https:\/\/s-assets.tp-cdn.com" ],
- "CASH_WONDER": 1299,
- "MAX_GOLD_HARDCORE_QUEST": 30000,
- "DART_COST_CASH": 20,
- "ACTIVATE_DRAGON_NEST_CASH": 50,
- "ACTIVATE_DRAGON_NEST_GOLD": 100000,
- "ACTIVATE_MONSTER_NEST_CASH": 50,
- "ACTIVATE_MONSTER_NEST_GOLD": 100000,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L9": 95,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L9_MD": 65,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15": 75,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L10_L15_MD": 55,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L16": 50,
- "PERCENT_UNITS_RECOVERED_ATTACKER_L16_MD": 30,
- "PERCENT_UNITS_RECOVERED_DEFENDER": 95,
- "PERCENT_UNITS_RECOVERED_DEFENDER_MD": 75,
- "PERCENT_UNITS_RECOVERED_BOSS": 70,
- "PERCENT_UNITS_RECOVERED_BOSS_MD": 50,
- "PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND": 60,
- "PERCENT_UNITS_RECOVERED_HARDCORE_ISLAND_MD": 30,
- "PERCENT_UNITS_RECOVERED_ISLE": 60,
- "PERCENT_UNITS_RECOVERED_ISLE_MD": 30,
- "DAILY_BONUS_CONFIG": [
- {
- "qty": 250,
- "type": "g"
- },
- {
- "qty": 1,
- "type": "hero"
- },
- {
- "qty": 1,
- "type": "c"
- },
- {
- "qty": 1,
- "type": "hero"
- },
- {
- "qty": 3,
- "type": "c"
- }
- ],
- "DAILY_BONUS_CONFIG_HEROES": [ 555, 554, 534, 533, 550, 557, 535, 556 ],
- "DRAGON_NEST_FEED_CASH": 1,
- "DRAGON_NEST_TAKE_CARE_CASH": 1,
- "MONSTER_NEST_FEED_CASH": 1,
- "MONSTER_NEST_TAKE_CARE_CASH": 1,
- "MONDAY_BONUS_UNITS": [ 784, 699, 761, 644, 863 ],
- "COMEBACK_BONUS_REWARDS": [
- {
- "type": "g",
- "value": 2500
- },
- {
- "type": "u",
- "value": 0
- },
- {
- "type": "c",
- "value": 5
- }
- ],
- "COMEBACK_BONUS_UNITS": [ 768, 712 ],
- "TIME_MACHINE": [
- {
- "hours": 0.5,
- "price": 2
- },
- {
- "hours": 1,
- "price": 4
- },
- {
- "hours": 4,
- "price": 12
- },
- {
- "hours": 8,
- "price": 25
- },
- {
- "hours": 12,
- "price": 40
- },
- {
- "hours": 24,
- "price": 75
- }
- ],
- "ID_BUILDING_LEVELUP_STATUE": 1478,
- "REWARD_QUESTS_CHAPTERS_MULTIPLIER": 0.3,
- "QUESTS_MIN_LEVELS": {
- "100000046": 40,
- "100000047": 40
- },
- "UNLOCKED_FOREVER_QUESTS": [ "100000090", "100000091", "100000092" ],
- "MAX_GOLD_GOD_QUEST": 35000,
- "MAX_XP_QUEST": 7500,
- "MAX_XP_GOD_QUEST": 8500
- },
- "magics": [
- {
- "id": 2,
- "name": "Fire Havoc",
- "description": "A fire tempest hits the battlefield. More effective against units.",
- "mana": 5,
- "area": "[5,7,9]",
- "level": 35,
- "gold": 1000,
- "cash": 35,
- "img_name": "magic_fire",
- "target": 2
- },
- {
- "id": 3,
- "name": "Ultimate Hail",
- "description": "Hundreds of boulders fall from the sky. More effective against buildings.",
- "mana": 7,
- "area": "[5,7,9]",
- "level": 45,
- "gold": 60000,
- "cash": 55,
- "img_name": "magic_stone",
- "target": 2
- },
- {
- "id": 4,
- "name": "Deadly Frostbite",
- "description": "Units are dead frozen, unable to move or attack for some time.",
- "mana": 5,
- "area": "[5,7,9]",
- "level": 43,
- "gold": 15000,
- "cash": 35,
- "img_name": "magic_frozen",
- "target": 2
- },
- {
- "id": 5,
- "name": "Sacred Rain",
- "description": "A healing rain pours over wounded units and replenishes their life.",
- "mana": 3,
- "area": "[5,7,9]",
- "level": 36,
- "gold": 10000,
- "cash": 38,
- "img_name": "magic_heal",
- "target": 1
- },
- {
- "id": 6,
- "name": "Golem's Wrath",
- "description": "A powerful Stone Golem ally is summoned on the battlefield.",
- "mana": 15,
- "area": "[1,1,1]",
- "level": 40,
- "gold": 25000,
- "cash": 45,
- "img_name": "magic_golem",
- "target": 0
- },
- {
- "id": 7,
- "name": "Hell Abyss",
- "description": "Earth crumbles and swallows small units and buildings for life.",
- "mana": 10,
- "area": "[5,7,9]",
- "level": 38,
- "gold": 15000,
- "cash": 40,
- "img_name": "magic_crack",
- "target": 2
- },
- {
- "id": 8,
- "name": "Poisonous Flood",
- "description": "A poisonous flood infects units and deals damage over time. Higher levels infect nearby targets.",
- "mana": 10,
- "area": "[5,7,9]",
- "level": 43,
- "gold": 10000,
- "cash": 30,
- "img_name": "magic_poison",
- "target": 2
- },
- {
- "id": 9,
- "name": "Ether Shield",
- "description": "A shield made of solid ether absorbs some damage inflicted to your units.",
- "mana": 6,
- "area": "[5,7,9]",
- "level": 38,
- "gold": 50000,
- "cash": 40,
- "img_name": "magic_shield",
- "target": 1
- },
- {
- "id": 10,
- "name": "Yeti's Trail",
- "description": "An abominable Yeti is summoned, wrecking havoc on enemy units.",
- "mana": 8,
- "area": "[1,1,1]",
- "level": 45,
- "gold": 70000,
- "cash": 60,
- "img_name": "magic_yeti",
- "target": 0
- },
- {
- "id": 11,
- "name": "Age of Colossus",
- "description": "Your units increase in size and deal more damage for some time.",
- "mana": 8,
- "area": "[5,7,9]",
- "level": 40,
- "gold": 25000,
- "cash": 45,
- "img_name": "magic_enlarge",
- "target": 1
- },
- {
- "id": 12,
- "name": "Summon Dragon",
- "description": "Summons a powerful Dragon to assist you on the battle.",
- "mana": 18,
- "area": "[1,1,1]",
- "level": 53,
- "gold": 300000,
- "cash": 80,
- "img_name": "magic_dragon",
- "target": 0
- },
- {
- "id": 13,
- "name": "Instant Limit",
- "description": "Instantly fills up the Limit Bar of your units.",
- "mana": 14,
- "area": "[5,7,9]",
- "level": 49,
- "gold": 250000,
- "cash": 70,
- "img_name": "magic_full_limit",
- "target": 0
- },
- {
- "id": 14,
- "name": "2x Speed",
- "description": "Doubles the movement speed of your units.",
- "mana": 10,
- "area": "[5,7,9]",
- "level": 47,
- "gold": 150000,
- "cash": 60,
- "img_name": "magic_speed_increaser",
- "target": 0
- },
- {
- "id": 15,
- "name": "2x Range",
- "description": "Doubles the attack range of your units.",
- "mana": 12,
- "area": "[5,7,9]",
- "level": 47,
- "gold": 200000,
- "cash": 60,
- "img_name": "magic_range_increaser",
- "target": 0
- },
- {
- "id": 16,
- "name": "Black Hole",
- "description": "Swallows enemies and buildings during certain amount of time.",
- "mana": 16,
- "area": "[5,7,9]",
- "level": 49,
- "gold": 300000,
- "cash": 80,
- "img_name": "magic_black_hole",
- "target": 0
- }
- ],
- "units_collections_categories": {
- "1": {
- "category_id": 1,
- "category_lang_id": 1055,
- "units": [ 509, 510, 511, 539, 608 ],
- "rewards": 608,
- "cost": 1,
- "costs": null,
- "position": 5
- },
- "2": {
- "category_id": 2,
- "category_lang_id": 1056,
- "units": [ 516, 517, 518, 540, 609 ],
- "rewards": 609,
- "cost": 1,
- "costs": null,
- "position": 10
- },
- "3": {
- "category_id": 3,
- "category_lang_id": 1057,
- "units": [ 572, 515, 573, 574 ],
- "rewards": 574,
- "cost": 2,
- "costs": null,
- "position": 15
- },
- "4": {
- "category_id": 4,
- "category_lang_id": 1058,
- "units": [ 512, 513, 514, 541, 610 ],
- "rewards": 610,
- "cost": 2,
- "costs": null,
- "position": 20
- },
- "5": {
- "category_id": 5,
- "category_lang_id": 1060,
- "units": [ 569, 570, 502, 576 ],
- "rewards": 576,
- "cost": 3,
- "costs": null,
- "position": 25
- },
- "6": {
- "category_id": 6,
- "category_lang_id": 1090,
- "units": [ 603, 643, 687, 575 ],
- "rewards": 575,
- "cost": 5,
- "costs": [ 5, 7, 9, 5 ],
- "position": 30
- },
- "7": {
- "category_id": 7,
- "category_lang_id": 1091,
- "units": [ 635, 654, 615, 623 ],
- "rewards": 623,
- "cost": 15,
- "costs": [ 20, 25, 15, 15 ],
- "position": 35
- },
- "33": {
- "category_id": 33,
- "category_lang_id": 1141,
- "units": [ 719, 721 ],
- "rewards": 721,
- "cost": 15,
- "costs": [ 15, 20 ],
- "position": 40
- },
- "61": {
- "category_id": 61,
- "category_lang_id": 1431,
- "units": [ 872, 894, 886, 896, 883 ],
- "rewards": 872,
- "cost": 100,
- "costs": [ 260, 250, 240, 250, 245 ],
- "position": 42
- },
- "8": {
- "category_id": 8,
- "category_lang_id": 1062,
- "units": [ 553, 652, 683, 706 ],
- "rewards": 706,
- "cost": 10,
- "costs": [ 10, 12, 14, 16 ],
- "position": 45
- },
- "34": {
- "category_id": 34,
- "category_lang_id": 1142,
- "units": [ 712, 727, 771, 796 ],
- "rewards": 796,
- "cost": 10,
- "costs": [ 18, 20, 22, 24 ],
- "position": 50
- },
- "9": {
- "category_id": 9,
- "category_lang_id": 1063,
- "units": [ 507, 508, 560, 563 ],
- "rewards": 563,
- "cost": 5,
- "costs": [ 5, 5, 5, 5 ],
- "position": 55
- },
- "10": {
- "category_id": 10,
- "category_lang_id": 1065,
- "units": [ 519, 520, 521, 522, 568 ],
- "rewards": 568,
- "cost": 5,
- "costs": null,
- "position": 60
- },
- "11": {
- "category_id": 11,
- "category_lang_id": 1216,
- "units": [ 544, 631, 642, 537, 641 ],
- "rewards": 641,
- "cost": 25,
- "costs": [ 20, 25, 30, 25, 30 ],
- "position": 65
- },
- "12": {
- "category_id": 12,
- "category_lang_id": 1068,
- "units": [ 533, 534, 535, 554 ],
- "rewards": 554,
- "cost": 6,
- "costs": null,
- "position": 70
- },
- "13": {
- "category_id": 13,
- "category_lang_id": 1069,
- "units": [ 555, 556, 557 ],
- "rewards": 557,
- "cost": 9,
- "costs": null,
- "position": 75
- },
- "14": {
- "category_id": 14,
- "category_lang_id": 1092,
- "units": [ 660, 661, 694 ],
- "rewards": 694,
- "cost": 25,
- "costs": null,
- "position": 80
- },
- "15": {
- "category_id": 15,
- "category_lang_id": 1070,
- "units": [ 525, 526, 527, 596 ],
- "rewards": 596,
- "cost": 5,
- "costs": [ 5, 6, 7, 8 ],
- "position": 85
- },
- "16": {
- "category_id": 16,
- "category_lang_id": 1071,
- "units": [ 529, 547, 530, 531, 589 ],
- "rewards": 589,
- "cost": 10,
- "costs": [ 10, 12, 14, 14 ],
- "position": 90
- },
- "17": {
- "category_id": 17,
- "category_lang_id": 1072,
- "units": [ 590, 591, 592, 604, 605 ],
- "rewards": 605,
- "cost": 15,
- "costs": [ 10, 16, 18, 16, 16 ],
- "position": 95
- },
- "18": {
- "category_id": 18,
- "category_lang_id": 1073,
- "units": [ 585, 586, 587, 588 ],
- "rewards": 588,
- "cost": 10,
- "costs": null,
- "position": 100
- },
- "19": {
- "category_id": 19,
- "category_lang_id": 1074,
- "units": [ 606, 607 ],
- "rewards": 607,
- "cost": 10,
- "costs": null,
- "position": 105
- },
- "20": {
- "category_id": 20,
- "category_lang_id": 1075,
- "units": [ 577, 578 ],
- "rewards": 578,
- "cost": 10,
- "costs": null,
- "position": 110
- },
- "21": {
- "category_id": 21,
- "category_lang_id": 1076,
- "units": [ 612, 613, 614 ],
- "rewards": 614,
- "cost": 10,
- "costs": null,
- "position": 115
- },
- "22": {
- "category_id": 22,
- "category_lang_id": 1077,
- "units": [ 619, 620, 621, 622 ],
- "rewards": 622,
- "cost": 10,
- "costs": null,
- "position": 120
- },
- "23": {
- "category_id": 23,
- "category_lang_id": 1078,
- "units": [ 626, 627, 628, 629 ],
- "rewards": 629,
- "cost": 15,
- "costs": [ 15, 15, 18, 20 ],
- "position": 125
- },
- "24": {
- "category_id": 24,
- "category_lang_id": 1079,
- "units": [ 632, 633, 634 ],
- "rewards": 634,
- "cost": 15,
- "costs": [ 18, 15, 15 ],
- "position": 130
- },
- "25": {
- "category_id": 25,
- "category_lang_id": 1081,
- "units": [ 644, 645, 646, 647, 648 ],
- "rewards": 648,
- "cost": 30,
- "costs": [ 35, 30, 30, 40, 35 ],
- "position": 135
- },
- "26": {
- "category_id": 26,
- "category_lang_id": 1082,
- "units": [ 699, 701, 702, 703, 700 ],
- "rewards": 700,
- "cost": 30,
- "costs": [ 35, 30, 40, 30, 35 ],
- "position": 140
- },
- "27": {
- "category_id": 27,
- "category_lang_id": 1083,
- "units": [ 704, 705, 711, 715, 724 ],
- "rewards": 724,
- "cost": 30,
- "costs": [ 30, 30, 40, 35, 40 ],
- "position": 145
- },
- "28": {
- "category_id": 28,
- "category_lang_id": 1084,
- "units": [ 649, 684, 695, 708, 723 ],
- "rewards": 723,
- "cost": 100,
- "costs": [ 100, 100, 110, 120, 130 ],
- "position": 150
- },
- "39": {
- "category_id": 39,
- "category_lang_id": 1147,
- "units": [ 714, 736, 758, 766, 785 ],
- "rewards": 766,
- "cost": 100,
- "costs": [ 140, 150, 160, 170, 180 ],
- "position": 155
- },
- "47": {
- "category_id": 47,
- "category_lang_id": 1243,
- "units": [ 777, 793, 798, 826, 830 ],
- "rewards": 777,
- "cost": 100,
- "costs": [ 190, 200, 210, 220, 230 ],
- "position": 160
- },
- "55": {
- "category_id": 55,
- "category_lang_id": 1328,
- "units": [ 847, 846, 862 ],
- "rewards": 847,
- "cost": 240,
- "costs": [ 240, 240, 240 ],
- "position": 165
- },
- "29": {
- "category_id": 29,
- "category_lang_id": 1064,
- "units": [ 638, 651, 698, 710, 725 ],
- "rewards": 725,
- "cost": 35,
- "costs": [ 35, 37, 39, 41, 43 ],
- "position": 190
- },
- "46": {
- "category_id": 46,
- "category_lang_id": 1240,
- "units": [ 768, 769, 784, 790, 813 ],
- "rewards": 769,
- "cost": 35,
- "costs": [ 45, 47, 49, 51, 53 ],
- "position": 195
- },
- "52": {
- "category_id": 52,
- "category_lang_id": 1296,
- "units": [ 814, 820, 849 ],
- "rewards": 820,
- "cost": 35,
- "costs": [ 55, 57, 59 ],
- "position": 196
- },
- "30": {
- "category_id": 30,
- "category_lang_id": 1087,
- "units": [ 655, 662 ],
- "rewards": 662,
- "cost": 5,
- "costs": null,
- "position": 210
- },
- "31": {
- "category_id": 31,
- "category_lang_id": 1088,
- "units": [ 561, 562 ],
- "rewards": 562,
- "cost": 10,
- "costs": null,
- "position": 215
- },
- "32": {
- "category_id": 32,
- "category_lang_id": 1089,
- "units": [ 637, 653, 707, 650, 709 ],
- "rewards": 709,
- "cost": 75,
- "costs": [ 75, 80, 85, 85, 85 ],
- "position": 220
- },
- "40": {
- "category_id": 40,
- "category_lang_id": 1148,
- "units": [ 716, 717, 741, 742, 745 ],
- "rewards": 745,
- "cost": 75,
- "costs": [ 75, 80, 85, 75, 85 ],
- "position": 225
- },
- "44": {
- "category_id": 44,
- "category_lang_id": 1217,
- "units": [ 770, 776, 757, 772, 762, 782 ],
- "rewards": 782,
- "cost": 75,
- "costs": [ 75, 85, 85, 90, 85 ],
- "position": 230
- },
- "57": {
- "category_id": 57,
- "category_lang_id": 1331,
- "units": [ 829, 831 ],
- "rewards": 831,
- "cost": 100,
- "costs": [ 100, 110 ],
- "position": 231
- },
- "35": {
- "category_id": 35,
- "category_lang_id": 1143,
- "units": [ 729, 730, 731, 732, 733 ],
- "rewards": 733,
- "cost": 30,
- "costs": [ 30, 30, 30, 35, 30 ],
- "position": 235
- },
- "36": {
- "category_id": 36,
- "category_lang_id": 1144,
- "units": [ 735, 738, 746 ],
- "rewards": 746,
- "cost": 30,
- "costs": [ 35, 35, 50 ],
- "position": 240
- },
- "41": {
- "category_id": 41,
- "category_lang_id": 1149,
- "units": [ 713, 722, 737 ],
- "rewards": 737,
- "cost": 75,
- "costs": [ 75, 80, 85 ],
- "position": 245
- },
- "37": {
- "category_id": 37,
- "category_lang_id": 1145,
- "units": [ 748, 749, 750, 751, 752 ],
- "rewards": 752,
- "cost": 40,
- "costs": [ 70, 50, 40, 40, 45 ],
- "position": 250
- },
- "38": {
- "category_id": 38,
- "category_lang_id": 1146,
- "units": [ 755, 753, 754, 778, 828 ],
- "rewards": 775,
- "cost": 75,
- "costs": [ 85, 75, 75, 90, 95 ],
- "position": 255
- },
- "42": {
- "category_id": 42,
- "category_lang_id": 1218,
- "units": [ 781, 773, 764, 765, 792 ],
- "rewards": 792,
- "cost": 75,
- "costs": [ 80, 75, 75, 85, 80 ],
- "position": 260
- },
- "43": {
- "category_id": 43,
- "category_lang_id": 1219,
- "units": [ 759, 760, 761, 779, 774 ],
- "rewards": 774,
- "cost": 60,
- "costs": null,
- "position": 265
- },
- "45": {
- "category_id": 45,
- "category_lang_id": 1239,
- "units": [ 786, 787, 788, 789, 780, 778 ],
- "rewards": 778,
- "cost": 75,
- "costs": [ 85, 85, 80, 75, 75 ],
- "position": 270
- },
- "48": {
- "category_id": 48,
- "category_lang_id": 1264,
- "units": [ 809, 808, 797, 802, 818 ],
- "rewards": 795,
- "cost": 60,
- "costs": null,
- "position": 275
- },
- "49": {
- "category_id": 49,
- "category_lang_id": 1265,
- "units": [ 811, 810, 799, 794, 801 ],
- "rewards": 794,
- "cost": 75,
- "costs": [ 75, 80, 75, 85, 80 ],
- "position": 280
- },
- "50": {
- "category_id": 50,
- "category_lang_id": 1292,
- "units": [ 803, 805, 807, 812, 795 ],
- "rewards": 807,
- "cost": 75,
- "costs": [ 75, 80, 85, 85, 75 ],
- "position": 285
- },
- "51": {
- "category_id": 51,
- "category_lang_id": 1293,
- "units": [ 815, 816, 817, 806, 821 ],
- "rewards": 806,
- "cost": 75,
- "costs": [ 85, 80, 75, 90, 75 ],
- "position": 290
- },
- "54": {
- "category_id": 54,
- "category_lang_id": 1327,
- "units": [ 827, 825 ],
- "rewards": 827,
- "cost": 75,
- "costs": [ 85, 60 ],
- "position": 295
- },
- "53": {
- "category_id": 53,
- "category_lang_id": 1330,
- "units": [ 744, 775, 856 ],
- "rewards": 778,
- "cost": 75,
- "costs": [ 80, 85, 90 ],
- "position": 300
- },
- "58": {
- "category_id": 58,
- "category_lang_id": 1400,
- "units": [ 867, 866, 869, 897, 860 ],
- "rewards": 867,
- "cost": 90,
- "costs": [ 80, 90, 90, 100, 110 ],
- "position": 310
- },
- "59": {
- "category_id": 59,
- "category_lang_id": 1401,
- "units": [ 879, 884 ],
- "rewards": 884,
- "cost": 120,
- "costs": [ 120, 130 ],
- "position": 315
- },
- "62": {
- "category_id": 62,
- "category_lang_id": 1500,
- "units": [ 2005, 2006, 2007, 2008, 2009 ],
- "rewards": 2009,
- "cost": 100,
- "costs": [ 35, 35, 70, 90, 60 ],
- "position": 320
- },
- "63": {
- "category_id": 63,
- "category_lang_id": 1502,
- "units": [ 2010, 2011, 2012, 2019, 2020 ],
- "rewards": 2019,
- "cost": 150,
- "costs": [ 70, 100, 55, 125, 90 ],
- "position": 325
- },
- "64": {
- "category_id": 64,
- "category_lang_id": 1505,
- "units": [ 2021, 2022, 2036 ],
- "rewards": 2022,
- "cost": 150,
- "costs": [ 90, 125, 130 ],
- "position": 330
- }
- },
- "level_ranking_reward": [
- {
- "level": 50,
- "cash": 1,
- "units": {
- "640": 1,
- "117": 1
- }
- },
- {
- "level": 49,
- "cash": 1,
- "units": {
- "553": 1
- }
- },
- {
- "level": 48,
- "cash": 1,
- "units": {
- "629": 1
- }
- },
- {
- "level": 47,
- "cash": 1,
- "units": {
- "703": 1
- }
- },
- {
- "level": 46,
- "cash": 1,
- "units": {
- "612": 1
- }
- },
- {
- "level": 45,
- "cash": 1,
- "units": {
- "647": 1,
- "119": 1
- }
- },
- {
- "level": 44,
- "cash": 1,
- "units": {
- "633": 1
- }
- },
- {
- "level": 43,
- "cash": 1,
- "units": null
- },
- {
- "level": 42,
- "cash": 1,
- "units": {
- "632": 1
- }
- },
- {
- "level": 41,
- "cash": 1,
- "units": null
- },
- {
- "level": 40,
- "cash": 1,
- "units": null
- },
- {
- "level": 39,
- "cash": 1,
- "units": {
- "518": 1
- }
- },
- {
- "level": 38,
- "cash": 1,
- "units": {
- "560": 1
- }
- },
- {
- "level": 37,
- "cash": 1,
- "units": {
- "556": 1
- }
- },
- {
- "level": 36,
- "cash": 1,
- "units": {
- "608": 1
- }
- },
- {
- "level": 35,
- "cash": 1,
- "units": {
- "603": 1,
- "123": 1
- }
- },
- {
- "level": 34,
- "cash": 1,
- "units": {
- "540": 1
- }
- },
- {
- "level": 33,
- "cash": 1,
- "units": {
- "565": 1
- }
- },
- {
- "level": 32,
- "cash": 1,
- "units": {
- "534": 1
- }
- },
- {
- "level": 31,
- "cash": 1,
- "units": {
- "507": 1
- }
- },
- {
- "level": 30,
- "cash": 1,
- "units": {
- "655": 1,
- "124": 1
- }
- },
- {
- "level": 29,
- "cash": 1,
- "units": {
- "573": 1
- }
- },
- {
- "level": 28,
- "cash": 1,
- "units": {
- "578": 1
- }
- },
- {
- "level": 27,
- "cash": 1,
- "units": {
- "555": 1
- }
- },
- {
- "level": 26,
- "cash": 1,
- "units": {
- "541": 1
- }
- },
- {
- "level": 25,
- "cash": 1,
- "units": {
- "643": 1,
- "128": 1
- }
- },
- {
- "level": 23,
- "cash": 1,
- "units": {
- "574": 1
- }
- },
- {
- "level": 22,
- "cash": 1,
- "units": {
- "633": 1
- }
- },
- {
- "level": 21,
- "cash": 1,
- "units": {
- "606": 1
- }
- },
- {
- "level": 20,
- "cash": 1,
- "units": {
- "615": 1,
- "126": 1
- }
- },
- {
- "level": 19,
- "cash": 1,
- "units": {
- "620": 1
- }
- },
- {
- "level": 24,
- "cash": 1,
- "units": {
- "577": 1
- }
- },
- {
- "level": 18,
- "cash": 1,
- "units": {
- "627": 1
- }
- },
- {
- "level": 17,
- "cash": 1,
- "units": {
- "652": 1
- }
- },
- {
- "level": 16,
- "cash": 1,
- "units": {
- "623": 1
- }
- },
- {
- "level": 15,
- "cash": 1,
- "units": {
- "638": 1,
- "121": 1
- }
- },
- {
- "level": 14,
- "cash": 1,
- "units": {
- "662": 1
- }
- },
- {
- "level": 13,
- "cash": 1,
- "units": {
- "644": 1
- }
- },
- {
- "level": 12,
- "cash": 1,
- "units": {
- "683": 1
- }
- },
- {
- "level": 11,
- "cash": 1,
- "units": {
- "626": 1
- }
- },
- {
- "level": 10,
- "cash": 1,
- "units": {
- "651": 10,
- "122": 1
- }
- },
- {
- "level": 9,
- "cash": 1,
- "units": {
- "699": 1
- }
- },
- {
- "level": 8,
- "cash": 1,
- "units": {
- "646": 1
- }
- },
- {
- "level": 7,
- "cash": 1,
- "units": {
- "706": 1
- }
- },
- {
- "level": 6,
- "cash": 1,
- "units": {
- "686": 10
- }
- },
- {
- "level": 5,
- "cash": 1,
- "units": {
- "660": 1,
- "575": 10
- }
- },
- {
- "level": 4,
- "cash": 1,
- "units": {
- "661": 1
- }
- },
- {
- "level": 3,
- "cash": 1,
- "units": {
- "694": 1
- }
- },
- {
- "level": 2,
- "cash": 1,
- "units": {
- "712": 1
- }
- },
- {
- "level": 1,
- "cash": 1,
- "units": {
- "650": 1,
- "686": 10
- }
- }
- ],
- "tournament_type": {
- "1": {
- "id": 1,
- "name": "NEWBIES",
- "resource_type": "g",
- "cost": 500,
- "prize": [
- {
- "g": 1500,
- "u": {
- "662": 1
- }
- },
- {
- "g": 1500,
- "u": {
- "729": 1
- }
- },
- {
- "g": 1500,
- "u": {
- "699": 1
- }
- },
- {
- "g": 1500,
- "u": {
- "712": 1
- }
- },
- {
- "g": 1500,
- "u": {
- "751": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel1.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "2": {
- "id": 2,
- "name": "ADVANCED",
- "resource_type": "c",
- "cost": 15,
- "prize": [
- {
- "c": 30,
- "u": {
- "831": 1
- }
- },
- {
- "c": 30,
- "u": {
- "755": 1
- }
- },
- {
- "c": 30,
- "u": {
- "745": 1
- }
- },
- {
- "c": 30,
- "u": {
- "861": 1
- }
- },
- {
- "c": 30,
- "u": {
- "786": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel2.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "3": {
- "id": 3,
- "name": "BEGINNERS",
- "resource_type": "g",
- "cost": 2000,
- "prize": [
- {
- "g": 6000,
- "u": {
- "771": 1
- }
- },
- {
- "g": 6000,
- "u": {
- "795": 1
- }
- },
- {
- "g": 6000,
- "u": {
- "711": 1
- }
- },
- {
- "g": 6000,
- "u": {
- "753": 1
- }
- },
- {
- "g": 6000,
- "u": {
- "749": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel3.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "4": {
- "id": 4,
- "name": "PROFESSIONAL",
- "resource_type": "c",
- "cost": 30,
- "prize": [
- {
- "c": 60,
- "u": {
- "737": 1
- }
- },
- {
- "c": 60,
- "u": {
- "736": 1
- }
- },
- {
- "c": 60,
- "u": {
- "764": 1
- }
- },
- {
- "c": 60,
- "u": {
- "829": 1
- }
- },
- {
- "c": 60,
- "u": {
- "714": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel4.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "5": {
- "id": 5,
- "name": "AMATEURS",
- "resource_type": "g",
- "cost": 5000,
- "prize": [
- {
- "g": 15000,
- "u": {
- "814": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "867": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "782": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "768": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "784": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel5.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "6": {
- "id": 6,
- "name": "THE BEST",
- "resource_type": "c",
- "cost": 50,
- "prize": [
- {
- "c": 100,
- "u": {
- "847": 1
- }
- },
- {
- "c": 100,
- "u": {
- "793": 1
- }
- },
- {
- "c": 100,
- "u": {
- "884": 1
- }
- },
- {
- "c": 100,
- "u": {
- "766": 1
- }
- },
- {
- "c": 100,
- "u": {
- "826": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel6.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "7": {
- "id": 7,
- "name": "MID-LEVEL",
- "resource_type": "g",
- "cost": 15000,
- "prize": [
- {
- "g": 45000,
- "u": {
- "749": 1
- }
- },
- {
- "g": 45000,
- "u": {
- "748": 1
- }
- },
- {
- "g": 45000,
- "u": {
- "722": 1
- }
- },
- {
- "g": 45000,
- "u": {
- "803": 1
- }
- },
- {
- "g": 45000,
- "u": {
- "789": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "vs-nivel7.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 0,
- "weekly_opponent": null
- },
- "8": {
- "id": 8,
- "name": "WEEKLY GOLD",
- "resource_type": "g",
- "cost": 500,
- "prize": [
- {
- "g": 100000,
- "u": {
- "847": 1
- }
- },
- {
- "g": 75000,
- "u": {
- "777": 1
- }
- },
- {
- "g": 50000,
- "u": {
- "766": 1
- }
- },
- {
- "g": 25000,
- "u": {
- "766": 1
- }
- },
- {
- "g": 15000,
- "u": {
- "758": 1
- }
- },
- {
- "g": 10000,
- "u": {
- "736": 1
- }
- },
- {
- "g": 5000,
- "u": {
- "714": 1
- }
- },
- {
- "g": 5000,
- "u": {
- "695": 1
- }
- },
- {
- "g": 5000,
- "u": {
- "684": 1
- }
- },
- {
- "g": 5000,
- "u": {
- "649": 1
- }
- }
- ],
- "num_players": 4,
- "duration": 24,
- "picture": "tournament_weekly_gold.jpg",
- "min_level": 0,
- "map_id": 100000040,
- "weekly_tournaments": 7,
- "weekly_opponent": {
- "10000001": {
- "user_name": "Bot 1",
- "picture": "weekly_tournament_bot1.png",
- "xp": 1256,
- "level": 15,
- "country": "ES",
- "team": [ 643, 643, 643, 649, 684, 684, 649, 643, 643, 643, 638, 638, 638, 638, 638, 651, 651, 651, 651, 651 ]
- },
- "10000002": {
- "user_name": "Bot 2",
- "picture": "weekly_tournament_bot2.png",
- "xp": 1256,
- "level": 15,
- "country": "ES",
- "team": [ 752, 752, 752, 695, 714, 714, 695, 752, 752, 752, 749, 749, 749, 749, 749, 724, 724, 724, 724, 724 ]
- },
- "10000003": {
- "user_name": "Bot 3",
- "picture": "weekly_tournament_bot3.png",
- "xp": 1256,
- "level": 15,
- "country": "ES",
- "team": [ 745, 745, 744, 736, 708, 708, 736, 744, 745, 745, 781, 781, 781, 781, 781, 754, 754, 754, 754, 754 ]
- }
- }
- }
- },
- "darts_items": [
- {
- "id": 1,
- "start_date": "2012-01-31 23:00:00",
- "items": [ 735, 849, 687, 683, 633, 774 ],
- "extra_item": 837
- },
- {
- "id": 2,
- "start_date": "2012-02-05 23:00:00",
- "items": [ 641, 820, 661, 652, 632, 552 ],
- "extra_item": 835
- },
- {
- "id": 3,
- "start_date": "2012-02-12 23:00:00",
- "items": [ 642, 814, 660, 727, 721, 555 ],
- "extra_item": 838
- },
- {
- "id": 4,
- "start_date": "2012-02-19 23:00:00",
- "items": [ 724, 813, 635, 712, 654, 564 ],
- "extra_item": 834
- },
- {
- "id": 5,
- "start_date": "2012-02-26 23:00:00",
- "items": [ 732, 790, 694, 706, 645, 577 ],
- "extra_item": 836
- },
- {
- "id": 6,
- "start_date": "2012-03-04 23:00:00",
- "items": [ 706, 719, 533, 609, 532, 577 ],
- "extra_item": 838
- },
- {
- "id": 7,
- "start_date": "2012-03-11 23:00:00",
- "items": [ 655, 699, 534, 730, 627, 572 ],
- "extra_item": 834
- },
- {
- "id": 8,
- "start_date": "2012-03-18 23:00:00",
- "items": [ 725, 771, 560, 537, 563, 515 ],
- "extra_item": 836
- },
- {
- "id": 9,
- "start_date": "2012-03-25 23:00:00",
- "items": [ 712, 774, 610, 779, 576, 620 ],
- "extra_item": 837
- },
- {
- "id": 10,
- "start_date": "2012-04-01 23:00:00",
- "items": [ 555, 554, 564, 619, 507, 535 ],
- "extra_item": 833
- },
- {
- "id": 11,
- "start_date": "2012-04-08 23:00:00",
- "items": [ 702, 727, 618, 578, 551, 573 ],
- "extra_item": 839
- },
- {
- "id": 12,
- "start_date": "2012-04-15 23:00:00",
- "items": [ 663, 647, 759, 552, 508, 540 ],
- "extra_item": 832
- },
- {
- "id": 13,
- "start_date": "2012-04-22 23:00:00",
- "items": [ 700, 825, 614, 575, 573, 513 ],
- "extra_item": 835
- },
- {
- "id": 14,
- "start_date": "2012-04-29 23:00:00",
- "items": [ 514, 627, 628, 688, 796, 555 ],
- "extra_item": 833
- },
- {
- "id": 15,
- "start_date": "2012-05-06 23:00:00",
- "items": [ 572, 535, 550, 633, 749, 647 ],
- "extra_item": 766
- },
- {
- "id": 16,
- "start_date": "2012-05-13 23:00:00",
- "items": [ 620, 563, 701, 648, 825, 727 ],
- "extra_item": 835
- },
- {
- "id": 17,
- "start_date": "2012-05-20 23:00:00",
- "items": [ 515, 507, 651, 629, 554, 655 ],
- "extra_item": 777
- },
- {
- "id": 18,
- "start_date": "2012-05-27 23:00:00",
- "items": [ 508, 646, 539, 731, 615, 663 ],
- "extra_item": 837
- },
- {
- "id": 19,
- "start_date": "2012-06-03 23:00:00",
- "items": [ 576, 573, 645, 574, 556, 712 ],
- "extra_item": 785
- },
- {
- "id": 20,
- "start_date": "2012-06-10 23:00:00",
- "items": [ 513, 540, 626, 687, 603, 725 ],
- "extra_item": 839
- },
- {
- "id": 21,
- "start_date": "2012-06-17 23:00:00",
- "items": [ 751, 573, 622, 541, 719, 623 ],
- "extra_item": 793
- },
- {
- "id": 22,
- "start_date": "2012-06-24 23:00:00",
- "items": [ 514, 703, 628, 644, 702, 555 ],
- "extra_item": 841
- },
- {
- "id": 23,
- "start_date": "2012-07-01 23:00:00",
- "items": [ 628, 535, 652, 633, 749, 768 ],
- "extra_item": 793
- },
- {
- "id": 24,
- "start_date": "2012-07-08 23:00:00",
- "items": [ 574, 802, 662, 648, 825, 771 ],
- "extra_item": 840
- },
- {
- "id": 25,
- "start_date": "2012-07-15 23:00:00",
- "items": [ 633, 507, 651, 704, 699, 655 ],
- "extra_item": 798
- },
- {
- "id": 26,
- "start_date": "2012-07-22 23:00:00",
- "items": [ 508, 551, 539, 731, 882, 663 ],
- "extra_item": 839
- },
- {
- "id": 27,
- "start_date": "2012-07-29 23:00:00",
- "items": [ 783, 573, 750, 574, 774, 712 ],
- "extra_item": 826
- },
- {
- "id": 28,
- "start_date": "2012-08-05 23:00:00",
- "items": [ 539, 540, 626, 759, 603, 790 ],
- "extra_item": 838
- },
- {
- "id": 29,
- "start_date": "2012-08-12 23:00:00",
- "items": [ 751, 573, 622, 609, 719, 854 ],
- "extra_item": 837
- },
- {
- "id": 30,
- "start_date": "2012-08-19 23:00:00",
- "items": [ 577, 535, 609, 533, 719, 706 ],
- "extra_item": 785
- },
- {
- "id": 31,
- "start_date": "2012-08-26 23:00:00",
- "items": [ 572, 627, 730, 534, 699, 655 ],
- "extra_item": 839
- },
- {
- "id": 32,
- "start_date": "2012-09-02 23:00:00",
- "items": [ 515, 563, 537, 560, 771, 725 ],
- "extra_item": 847
- },
- {
- "id": 33,
- "start_date": "2012-09-09 23:00:00",
- "items": [],
- "extra_item": 0
- }
- ],
- "iphone_missions": {
- "1": {
- "missionGroupId": 1,
- "icon": "..\/img\/iPhone\/missions\/desert.png",
- "background": "..\/img\/iPhone\/missions\/desert_background.png",
- "harbourIid": 0,
- "name": "Lost Sands",
- "rank": 1,
- "rankUpUnitsGived": [ 730, 779, 865, 626, 733, 629, 652 ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Anubis God",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 5,
- "itemsRequired": [],
- "reward": [
- {
- "qtyMin": 40,
- "qtyMax": 50,
- "type": "g"
- },
- {
- "qty": 2,
- "type": "x"
- }
- ],
- "lootUnits": [ 612, 613, 614 ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "The Hyksos",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 10,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 3
- }
- ],
- "reward": [
- {
- "qtyMin": 80,
- "qtyMax": 100,
- "type": "g"
- },
- {
- "qty": 3,
- "type": "x"
- }
- ],
- "lootUnits": [ 577, 578, 607 ],
- "lootChance": 20
- },
- "3": {
- "missionId": 3,
- "name": "The Evil Mummy",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 10,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 90,
- "qtyMax": 110,
- "type": "g"
- },
- {
- "qty": 5,
- "type": "x"
- }
- ],
- "lootUnits": [ 614, 615, 616 ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Neptune",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 15,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 1
- }
- ],
- "reward": [
- {
- "qtyMin": 120,
- "qtyMax": 150,
- "type": "g"
- },
- {
- "qty": 7,
- "type": "x"
- }
- ],
- "lootUnits": [ 619, 620, 623 ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "Detestable Ra",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 15,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 3
- }
- ],
- "reward": [
- {
- "qtyMin": 70,
- "qtyMax": 80,
- "type": "w"
- },
- {
- "qty": 10,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 718, 535 ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "The Ruler Priest",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 20,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 180,
- "qtyMax": 200,
- "type": "g"
- },
- {
- "qty": 12,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 533, 535 ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "The Sphynx",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 20,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 3
- }
- ],
- "reward": [
- {
- "qtyMin": 190,
- "qtyMax": 220,
- "type": "g"
- },
- {
- "qty": 15,
- "type": "x"
- }
- ],
- "lootUnits": [ 626, 606, 618 ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Big Pyramid",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 25,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 5
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 230,
- "qtyMax": 250,
- "type": "f"
- },
- {
- "qty": 18,
- "type": "x"
- }
- ],
- "lootUnits": [ 628, 638, 539 ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Sacrifice Ritual",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 25,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 7
- },
- {
- "item_id": 516,
- "quantity": 5
- },
- {
- "item_id": 512,
- "quantity": 7
- }
- ],
- "reward": [
- {
- "qtyMin": 240,
- "qtyMax": 260,
- "type": "g"
- },
- {
- "qty": 20,
- "type": "x"
- }
- ],
- "lootUnits": [ 652, 608, 662 ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "The Greek BIG BOSS",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 30,
- "itemsRequired": [
- {
- "item_id": 509,
- "quantity": 9
- },
- {
- "item_id": 516,
- "quantity": 7
- },
- {
- "item_id": 512,
- "quantity": 7
- },
- {
- "item_id": 519,
- "quantity": 3
- }
- ],
- "reward": [
- {
- "qtyMin": 300,
- "qtyMax": 320,
- "type": "g"
- },
- {
- "qty": 22,
- "type": "x"
- }
- ],
- "lootUnits": [ 687, 698, 540 ],
- "lootChance": 10
- }
- }
- },
- "2": {
- "missionGroupId": 2,
- "icon": "..\/img\/iPhone\/missions\/forest.png",
- "background": "..\/img\/iPhone\/missions\/forest_background.png",
- "harbourIid": 50005,
- "name": "Britania",
- "rank": 1,
- "rankUpUnitsGived": [ 651, 701, 750, 683, 729, 2005, 702 ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Willy Wallace",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 25,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 7
- }
- ],
- "reward": [
- {
- "qtyMin": 350,
- "qtyMax": 380,
- "type": "g"
- },
- {
- "qty": 10,
- "type": "x"
- }
- ],
- "lootUnits": [ 612, 628, 614 ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "Skirt Issues",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 25,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 375,
- "qtyMax": 400,
- "type": "g"
- },
- {
- "qty": 15,
- "type": "x"
- }
- ],
- "lootUnits": [ 622, 578, 607 ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Camelot path",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 30,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 420,
- "qtyMax": 440,
- "type": "g"
- },
- {
- "qty": 20,
- "type": "x"
- }
- ],
- "lootUnits": [ 614, 520, 616 ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Round Table",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 30,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 215,
- "qtyMax": 225,
- "type": "w"
- },
- {
- "qty": 30,
- "type": "x"
- }
- ],
- "lootUnits": [ 619, 627, 623 ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "Lady's Lake",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 35,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 500,
- "qtyMax": 525,
- "type": "g"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 719, 535 ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "Sacred Sword",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 35,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 510,
- "qtyMax": 540,
- "type": "g"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [ 751, 533, 535 ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "The Holy Grial",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 40,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 580,
- "qtyMax": 600,
- "type": "f"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [ 502, 606, 618 ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Druids Council",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 40,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 20
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 600,
- "qtyMax": 620,
- "type": "g"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [ 628, 683, 539 ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Finding herbs",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 45,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 25
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 675,
- "qtyMax": 680,
- "type": "g"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [ 779, 608, 662 ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "Free Nessy",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 50,
- "itemsRequired": [
- {
- "item_id": 510,
- "quantity": 25
- },
- {
- "item_id": 517,
- "quantity": 15
- },
- {
- "item_id": 513,
- "quantity": 15
- },
- {
- "item_id": 520,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 750,
- "qtyMax": 800,
- "type": "g"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [ 687, 706, 540 ],
- "lootChance": 10
- }
- }
- },
- "3": {
- "missionGroupId": 3,
- "icon": "..\/img\/iPhone\/missions\/snow.png",
- "background": "..\/img\/iPhone\/missions\/snow_background.png",
- "harbourIid": 50011,
- "name": "North Kingdom",
- "rank": 1,
- "rankUpUnitsGived": [ 769, 648, 704, 866, 712, 2027, 749 ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Winter is coming",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 40,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 760,
- "qtyMax": 800,
- "type": "g"
- },
- {
- "qty": 15,
- "type": "x"
- }
- ],
- "lootUnits": [ 802, 613, 614 ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "Ice Lake",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 40,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 780,
- "qtyMax": 800,
- "type": "g"
- },
- {
- "qty": 20,
- "type": "x"
- }
- ],
- "lootUnits": [ 577, 712, 607 ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Cold Mountain",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 45,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 880,
- "qtyMax": 900,
- "type": "g"
- },
- {
- "qty": 30,
- "type": "x"
- }
- ],
- "lootUnits": [ 557, 615, 616 ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Penguin runaway",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 45,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 5
- }
- ],
- "reward": [
- {
- "qtyMin": 440,
- "qtyMax": 450,
- "type": "w"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [ 619, 870, 623 ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "Alpine Trolls",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 50,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 950,
- "qtyMax": 1000,
- "type": "g"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 718, 508 ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "Avalanche",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 50,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 20
- },
- {
- "item_id": 518,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 980,
- "qtyMax": 1000,
- "type": "g"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 721, 535 ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "Frozen Cave",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 60,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 15
- },
- {
- "item_id": 514,
- "quantity": 7
- }
- ],
- "reward": [
- {
- "qtyMin": 1100,
- "qtyMax": 1200,
- "type": "f"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [ 768, 606, 618 ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "White Forest",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 60,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 15
- },
- {
- "item_id": 514,
- "quantity": 12
- }
- ],
- "reward": [
- {
- "qtyMin": 1150,
- "qtyMax": 1200,
- "type": "g"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [ 628, 825, 539 ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Let it snow",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 25
- },
- {
- "item_id": 518,
- "quantity": 20
- },
- {
- "item_id": 514,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1380,
- "qtyMax": 1400,
- "type": "g"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [ 652, 651, 662 ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "Yeti's Patriarch",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 75,
- "itemsRequired": [
- {
- "item_id": 511,
- "quantity": 30
- },
- {
- "item_id": 518,
- "quantity": 25
- },
- {
- "item_id": 514,
- "quantity": 20
- },
- {
- "item_id": 521,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 1450,
- "qtyMax": 1500,
- "type": "g"
- },
- {
- "qty": 150,
- "type": "x"
- }
- ],
- "lootUnits": [ 652, 698, 540 ],
- "lootChance": 10
- }
- }
- },
- "4": {
- "missionGroupId": 4,
- "icon": "..\/img\/iPhone\/missions\/japan.png",
- "background": "..\/img\/iPhone\/missions\/japan_background.png",
- "harbourIid": 50022,
- "name": "Oriental War",
- "rank": 1,
- "rankUpUnitsGived": [ 790, 655, 771, 721, 732, 715, 822 ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Samurai Path",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 60,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1450,
- "qtyMax": 1500,
- "type": "g"
- },
- {
- "qty": 20,
- "type": "x"
- }
- ],
- "lootUnits": [ 612, 613, 554 ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "Cherry Blossom",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 60,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 1480,
- "qtyMax": 1500,
- "type": "g"
- },
- {
- "qty": 30,
- "type": "x"
- }
- ],
- "lootUnits": [ 705, 578, 607 ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Hidden Village",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 65,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 1500,
- "qtyMax": 1600,
- "type": "g"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [ 614, 729, 616 ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Fireworks night",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 65,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 750,
- "qtyMax": 800,
- "type": "w"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [ 619, 620, 623 ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "The Shogunate",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1600,
- "qtyMax": 1700,
- "type": "g"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [ 750, 718, 535 ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "Kung Fu lessons",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 1650,
- "qtyMax": 1700,
- "type": "g"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 533, 761 ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "Seven Swords",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 75,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- },
- {
- "item_id": 540,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 1800,
- "qtyMax": 1900,
- "type": "f"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [ 797, 606, 618 ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Katana Forge",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 75,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 20
- },
- {
- "item_id": 540,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1850,
- "qtyMax": 1900,
- "type": "g"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [ 628, 635, 539 ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Dragon Mountain",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 80,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 25
- },
- {
- "item_id": 540,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 1900,
- "qtyMax": 2000,
- "type": "g"
- },
- {
- "qty": 150,
- "type": "x"
- }
- ],
- "lootUnits": [ 652, 608, 629 ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "The Ocher Ninja",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 80,
- "itemsRequired": [
- {
- "item_id": 603,
- "quantity": 25
- },
- {
- "item_id": 539,
- "quantity": 25
- },
- {
- "item_id": 540,
- "quantity": 20
- },
- {
- "item_id": 541,
- "quantity": 10
- }
- ],
- "reward": [
- {
- "qtyMin": 1950,
- "qtyMax": 2000,
- "type": "g"
- },
- {
- "qty": 175,
- "type": "x"
- }
- ],
- "lootUnits": [ 699, 698, 540 ],
- "lootChance": 10
- }
- }
- },
- "5": {
- "missionGroupId": 5,
- "icon": "..\/img\/iPhone\/missions\/mineral.png",
- "background": "..\/img\/iPhone\/missions\/mineral_background.png",
- "harbourIid": 50023,
- "name": "Ancient Greece",
- "rank": 1,
- "rankUpUnitsGived": [ 813, 663, 796, 643, 694, 661, 635 ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "Spartan meeting",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 2000,
- "qtyMax": 2100,
- "type": "g"
- },
- {
- "qty": 30,
- "type": "x"
- }
- ],
- "lootUnits": [ 612, 648, 614 ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "This is madness",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 70,
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 2050,
- "qtyMax": 2100,
- "type": "g"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [ 644, 578, 607 ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Olympia crisis",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 80,
- "itemsRequired": [
- {
- "item_id": 568,
- "quantity": 30
- }
- ],
- "reward": [
- {
- "qtyMin": 2300,
- "qtyMax": 2400,
- "type": "g"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [ 614, 663, 616 ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Zeus request",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 80,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 1100,
- "qtyMax": 1200,
- "type": "w"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [ 655, 620, 623 ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "Scylla's crossing",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 90,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 2600,
- "qtyMax": 2700,
- "type": "g"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 647, 535 ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "Temple run",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 90,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 2650,
- "qtyMax": 2700,
- "type": "g"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 533, 700 ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "Pan's Flute",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 2900,
- "qtyMax": 3000,
- "type": "f"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [ 626, 774, 618 ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Colossus' shadow",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 2950,
- "qtyMax": 3000,
- "type": "g"
- },
- {
- "qty": 150,
- "type": "x"
- }
- ],
- "lootUnits": [ 749, 638, 539 ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Row of the Titans",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 857,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 2975,
- "qtyMax": 3000,
- "type": "g"
- },
- {
- "qty": 175,
- "type": "x"
- }
- ],
- "lootUnits": [ 652, 702, 662 ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "The Thunderbirds",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 608,
- "quantity": 30
- },
- {
- "item_id": 50031,
- "quantity": 25
- },
- {
- "item_id": 541,
- "quantity": 25
- },
- {
- "item_id": 662,
- "quantity": 15
- }
- ],
- "reward": [
- {
- "qtyMin": 2990,
- "qtyMax": 3100,
- "type": "g"
- },
- {
- "qty": 200,
- "type": "x"
- }
- ],
- "lootUnits": [ 687, 660, 540 ],
- "lootChance": 10
- }
- }
- },
- "6": {
- "missionGroupId": 6,
- "icon": "..\/img\/iPhone\/missions\/mountain.png",
- "background": "..\/img\/iPhone\/missions\/mountain_background.png",
- "harbourIid": 50024,
- "name": "Mountain",
- "rank": 1,
- "rankUpUnitsGived": [ 814, 700, 711, 754, 867, 872, 765 ],
- "missions": {
- "1": {
- "missionId": 1,
- "name": "The ascent",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 100,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 3400,
- "qtyMax": 3500,
- "type": "g"
- },
- {
- "qty": 40,
- "type": "x"
- }
- ],
- "lootUnits": [ 612, 752, 614 ],
- "lootChance": 10
- },
- "2": {
- "missionId": 2,
- "name": "Vertical limit",
- "totalSteps": 3,
- "currentStep": 0,
- "stepEnergy": 120,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 30
- }
- ],
- "reward": [
- {
- "qtyMin": 4100,
- "qtyMax": 4200,
- "type": "g"
- },
- {
- "qty": 50,
- "type": "x"
- }
- ],
- "lootUnits": [ 795, 578, 607 ],
- "lootChance": 10
- },
- "3": {
- "missionId": 3,
- "name": "Cliffhanger",
- "totalSteps": 4,
- "currentStep": 0,
- "stepEnergy": 140,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 35
- }
- ],
- "reward": [
- {
- "qtyMin": 4700,
- "qtyMax": 4900,
- "type": "g"
- },
- {
- "qty": 60,
- "type": "x"
- }
- ],
- "lootUnits": [ 614, 661, 616 ],
- "lootChance": 10
- },
- "4": {
- "missionId": 4,
- "name": "Crumbling",
- "totalSteps": 5,
- "currentStep": 0,
- "stepEnergy": 150,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 2400,
- "qtyMax": 2600,
- "type": "w"
- },
- {
- "qty": 80,
- "type": "x"
- }
- ],
- "lootUnits": [ 715, 620, 623 ],
- "lootChance": 10
- },
- "5": {
- "missionId": 5,
- "name": "127 hours",
- "totalSteps": 6,
- "currentStep": 0,
- "stepEnergy": 160,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 5400,
- "qtyMax": 5600,
- "type": "g"
- },
- {
- "qty": 100,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 724, 535 ],
- "lootChance": 10
- },
- "6": {
- "missionId": 6,
- "name": "To the top",
- "totalSteps": 7,
- "currentStep": 0,
- "stepEnergy": 170,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- }
- ],
- "reward": [
- {
- "qtyMin": 5700,
- "qtyMax": 5950,
- "type": "g"
- },
- {
- "qty": 125,
- "type": "x"
- }
- ],
- "lootUnits": [ 603, 533, 789 ],
- "lootChance": 10
- },
- "7": {
- "missionId": 7,
- "name": "The conquest",
- "totalSteps": 8,
- "currentStep": 0,
- "stepEnergy": 180,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 6150,
- "qtyMax": 6300,
- "type": "f"
- },
- {
- "qty": 150,
- "type": "x"
- }
- ],
- "lootUnits": [ 756, 606, 618 ],
- "lootChance": 10
- },
- "8": {
- "missionId": 8,
- "name": "Rocks & dust",
- "totalSteps": 9,
- "currentStep": 0,
- "stepEnergy": 200,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 25
- }
- ],
- "reward": [
- {
- "qtyMin": 6800,
- "qtyMax": 7000,
- "type": "g"
- },
- {
- "qty": 175,
- "type": "x"
- }
- ],
- "lootUnits": [ 628, 764, 539 ],
- "lootChance": 10
- },
- "9": {
- "missionId": 9,
- "name": "Going down",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 220,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 30
- }
- ],
- "reward": [
- {
- "qtyMin": 7500,
- "qtyMax": 7700,
- "type": "g"
- },
- {
- "qty": 200,
- "type": "x"
- }
- ],
- "lootUnits": [ 799, 608, 662 ],
- "lootChance": 10
- },
- "10": {
- "missionId": 10,
- "name": "The Third Man",
- "totalSteps": 10,
- "currentStep": 0,
- "stepEnergy": 250,
- "itemsRequired": [
- {
- "item_id": 609,
- "quantity": 40
- },
- {
- "item_id": 662,
- "quantity": 30
- },
- {
- "item_id": 857,
- "quantity": 30
- },
- {
- "item_id": 610,
- "quantity": 20
- }
- ],
- "reward": [
- {
- "qtyMin": 8500,
- "qtyMax": 8750,
- "type": "g"
- },
- {
- "qty": 250,
- "type": "x"
- }
- ],
- "lootUnits": [ 742, 698, 540 ],
- "lootChance": 10
- }
- }
- }
- },
- "iphone_config": {
- "BANNERS": [
- {
- "url": "img\/iPhone\/banners\/test_banner.jpg",
- "link": "link"
- }
- ],
- "APP_RATED_CASH": 5,
- "SPECIAL_BUILDS_MODIFIERS_VALUES": {
- "Blacksmith": {
- "50006": 5,
- "50012": 15,
- "50025": 20,
- "50026": 25,
- "50027": 30
- },
- "University": {
- "50008": 5,
- "50014": 15,
- "50028": 20,
- "50029": 25,
- "50030": 30
- },
- "Townhall": {
- "50001": 2,
- "50007": 4,
- "50015": 6,
- "50018": 9,
- "50019": 12
- },
- "Oracle": {
- "50010": 5
- },
- "Embassy": {
- "50003": 50,
- "50009": 100,
- "50016": 150,
- "50020": 200,
- "50021": 250
- }
- },
- "UNIT_COLLECT_WONDERS": {
- "49992": [ 661, 555, 534, 533 ]
- },
- "ALLOWED_REQUEST_TYPES": [ "gift", "spe_gift", "hire", "help_collect", "potion" ],
- "APP_RATED_MAIN_SCREEN_ENABLED": 1,
- "NEWS_EN": [ "new_adventures.png", "new_bahamutNest.png", "new_barrack.png", "new_battle.png" ],
- "NEWS_ES": [ "new_adventures.png", "new_bahamutNest.png", "new_barrack.png", "new_battle.png" ],
- "DEFAULT_MAX_PVP_ATTACKS": 3,
- "PVP_OPPONENT_DEFENCE_DIVISOR": 2,
- "TOWERS_LIMIT_BY_LEVEL": 5,
- "PVP_ALGORITHM_PERCENTAGE_ALTER": 20,
- "PVP_MAX_PERCENTAGE_OPPONENT_LOST": 10,
- "NOT_ENOUGH_ENERGY_ATTACKS_POPUP_LEVEL": 1,
- "PVP_ATTACK_RELOAD_TIME": 300,
- "PVP_XP_WIN": 2,
- "PVP_MIN_RESOURCES_MULT_LESS_10": 25,
- "PVP_MAX_RESOURCES_MULT_LESS_10": 50,
- "PVP_MIN_RESOURCES_MULT_GREATER_10": 25,
- "PVP_MAX_RESOURCES_MULT_GREATER_10": 100,
- "PVP_AND_ENERGY_REFILL_COST": 5,
- "PVP_GIVE_GOLD_PROBABILITY": 30,
- "PVP_GIVE_FOOD_PROBABILITY": 30,
- "PVP_GIVE_WOOD_PROBABILITY": 30,
- "PVP_GIVE_STONE_PROBABILITY": 10,
- "INITIAL_MAX_ARMY_SIZE": 25,
- "ARMY_SIZE_BY_LEVEL": 5,
- "ARMY_SIZE_BY_FRIEND": 20,
- "MAX_FRIENDS_FOR_ARMY_SIZE": 10,
- "GOAL_LEVELS": {
- "1": 3,
- "6": 4,
- "10": 5
- },
- "MINIMUM_GIFT_INTERVAL": 86400,
- "MINIMUM_REFILL_NOTIFICATION_TIME": 300,
- "MAXIMUM_COLLECT_NOTIFICATION_BY_DAY": 6,
- "RESOURCE_NOTIFICATION_MAXIMUM_GROUP_TIME": 3600,
- "DRAGON_NOTIFICATION_MAXIMUM_GROUP_TIME": 21600,
- "MISS_YOU_NOTIFICATION_TIME": [ 86400, 259200, 604800 ],
- "MAXIMUM_PVP_NOTIFICATION_BY_DAY": 2,
- "MAXIMUM_GIFT_NOTIFICATION_BY_DAY": 5,
- "GIFTS": [ 635, 694, 702, 752, 867, 866, 796, 661, 754, 683, 784, 863, 768, 2005, 2027, 727, 771, 774, 623, 556 ],
- "MAXIMUM_COLLECT_REMINDER_NOTIFICATIONS": 2,
- "MAXIMUM_DRAGON_REMINDER_NOTIFICATIONS": 3,
- "MAXIMUM_ENERGY_ATTACKS_REMINDER_NOTIFICATIONS": 4,
- "COLLECT_REMINDER_INTERVAL": 3600,
- "DRAGON_REMINDER_INTERVAL": 3600,
- "ENERGY_ATTACKS_REMINDER_INTERVAL": 3600,
- "FACEBOOK_LOGIN_REMINDER_INTERVAL": 5,
- "INCREASE_POPULATION_LIMIT_COST": 5,
- "INCREASE_POPULATION_LIMIT_AMOUNT": 50,
- "AFTER_LOSING_PVP_UNITS": {
- "736": [ 15, 50 ],
- "758": [ 15, 50 ],
- "777": [ 15, 50 ],
- "785": [ 15, 50 ],
- "793": [ 15, 50 ],
- "798": [ 15, 50 ],
- "847": [ 15, 50 ],
- "888": [ 15, 50 ],
- "891": [ 15, 50 ],
- "2000": [ 15, 50 ],
- "2013": [ 15, 50 ],
- "2016": [ 15, 50 ],
- "766": [ 15, 50 ],
- "2037": [ 15, 50 ],
- "2039": [ 15, 50 ],
- "2043": [ 15, 50 ],
- "2048": [ 15, 50 ],
- "2063": [ 15, 50 ],
- "2069": [ 15, 50 ],
- "2121": [ 15, 50 ]
- },
- "AFTER_LOSING_PVP_UNITS_POPUP_BY_SES": 1,
- "RATE_WITH_REWARD": 0,
- "RATE_ON_PVP_INTERVAL": 20
- },
- "iphone_goals": [
- {
- "goalId": "1",
- "stepId": "1",
- "name": "Complete Anubis God Adventure",
- "goalDescription": "Complete Anubis God Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "1_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-1",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "2",
- "stepId": "1",
- "name": "Attack 2 players and win",
- "goalDescription": "Attack 2 players and win the battle to earn resources and xp!",
- "goalHintImage": "2_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "2",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "3",
- "stepId": "1",
- "name": "Complete The Hyksos Adventure",
- "goalDescription": "Complete The Hyksos Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "3_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-2",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "s": 100
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "4",
- "stepId": "1",
- "name": "Complete Neptune Adventure",
- "goalDescription": "Complete Neptune Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "4_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-4",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "s": 100
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "5",
- "stepId": "1",
- "name": "Build Archery I",
- "goalDescription": "Build Archery I. It will allow you to train Light Archer.",
- "goalHintImage": "5_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "41",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "6",
- "stepId": "1",
- "name": "Train 5 more Light Archers",
- "goalDescription": "Train 5 more Light Archers. The more you train, the more powerful your army will be!",
- "goalHintImage": "6_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "516",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 100
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "7",
- "stepId": "1",
- "name": "Complete Detestable Ra Adventure",
- "goalDescription": "Complete Detestable Ra Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "7_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-5",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "8",
- "stepId": "1",
- "name": "Attack 3 players and win",
- "goalDescription": "Attack 3 players and win the battle to earn resources and xp!",
- "goalHintImage": "8_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "3",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "9",
- "stepId": "1",
- "name": "Build Mill I",
- "goalDescription": "Build Mill I. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "9_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "5",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "10",
- "stepId": "1",
- "name": "Select time for Mill I",
- "goalDescription": "Select work time for Mill I to start producing food.",
- "goalHintImage": "10_goalhint.png",
- "goalNotificationType": "Activate Collect Resource",
- "totalQuantity": "1",
- "itemId": "5",
- "title": "",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "11",
- "stepId": "1",
- "name": "Build Gold Mine I",
- "goalDescription": "Build Gold Mine I. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalHintImage": "11_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "13",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 100
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "12",
- "stepId": "1",
- "name": "Select time for Gold Mine I",
- "goalDescription": "Select work time for Gold Mine I to start producing gold.",
- "goalHintImage": "12_goalhint.png",
- "goalNotificationType": "Activate Collect Resource",
- "totalQuantity": "1",
- "itemId": "13",
- "title": "",
- "category": "",
- "reward": [
- {
- "w": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "13",
- "stepId": "1",
- "name": "Build Stables I",
- "goalDescription": "Build Stables I. It will allow you to train Light Knight.",
- "goalHintImage": "13_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "44",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 700
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "14",
- "stepId": "1",
- "name": "Train 5 more Light Knights",
- "goalDescription": "Train 5 more Light Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "14_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "512",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "s": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "15",
- "stepId": "1",
- "name": "Complete Sphinx Adventure",
- "goalDescription": "Complete Sphinx Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "15_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-7",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "16",
- "stepId": "1",
- "name": "Attack 3 players and win",
- "goalDescription": "Attack 3 players and win the battle to earn resources and xp!",
- "goalHintImage": "16_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "3",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "u": 620
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "17",
- "stepId": "1",
- "name": "Collect Gold Mine I",
- "goalDescription": "Collect gold from Gold Mine I.",
- "goalHintImage": "17_goalhint.png",
- "goalNotificationType": "Collect Resource",
- "totalQuantity": "1",
- "itemId": "13",
- "title": "",
- "category": "",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "18",
- "stepId": "1",
- "name": "Build Lumber Mill I",
- "goalDescription": "Build Lumber Mill I. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalHintImage": "18_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "77",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "19",
- "stepId": "1",
- "name": "Build Stone Mine I",
- "goalDescription": "Build Stone Mine I. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalHintImage": "19_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "16",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "w": 500
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "20",
- "stepId": "1",
- "name": "Build Town Hall I",
- "goalDescription": "Build Town Hall I and increase your number of attacks in Battles mode from 3 to 5.",
- "goalHintImage": "20_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50001",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "21",
- "stepId": "1",
- "name": "Build Workshop I",
- "goalDescription": "Build Workshop I. It will allow you to train Ram.",
- "goalHintImage": "21_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "48",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "22",
- "stepId": "1",
- "name": "Train 3 more Ram",
- "goalDescription": "Train 3 more Ram. The more you train, the more powerful your army will be!",
- "goalHintImage": "22_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "3",
- "itemId": "519",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "23",
- "stepId": "1",
- "name": "Attack 5 players and win",
- "goalDescription": "Attack 5 players and win the battle to earn resources and xp!",
- "goalHintImage": "23_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "5",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "24",
- "stepId": "1",
- "name": "Complete Big Pyramid Adventure",
- "goalDescription": "Complete Big Pyramid on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "24_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-8",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "25",
- "stepId": "1",
- "name": "Build Barracks II",
- "goalDescription": "Build Barracks II. It will allow you to train Swordsmen.",
- "goalHintImage": "25_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "39",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "26",
- "stepId": "1",
- "name": "Train 5 more Swordsman",
- "goalDescription": "Train 5 more Swordsman. The more you train, the more powerful your army will be!",
- "goalHintImage": "26_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "510",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "27",
- "stepId": "1",
- "name": "Invite friends",
- "goalDescription": "Invite your friends by Facebook option to Mobile Social Empires. More friends more fun!",
- "goalHintImage": "27_goalhint.png",
- "goalNotificationType": "Invite Friend",
- "totalQuantity": "1",
- "itemId": "",
- "title": "",
- "category": "",
- "reward": [
- {
- "u": 759
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "28",
- "stepId": "1",
- "name": "Build Chicken Ranch",
- "goalDescription": "Build Chicken Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "28_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49999",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 100
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "29",
- "stepId": "1",
- "name": "Collect Resources 4 times",
- "goalDescription": "Collect any of your resources 4 times.",
- "goalHintImage": "29_goalhint.png",
- "goalNotificationType": "Collect Resource",
- "totalQuantity": "4",
- "itemId": "",
- "title": "You collected",
- "category": "",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "30",
- "stepId": "1",
- "name": "Increase Your Army Size to 50",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 50.",
- "goalHintImage": "30_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "5",
- "itemId": "50",
- "title": "Current army",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "31",
- "stepId": "1",
- "name": "Complete Sacrifice Ritual Adventure",
- "goalDescription": "Complete Sacrifice Ritual Adventure on the Lost Sands harbour to earn resources and cool new units!",
- "goalHintImage": "31_goalhint.png",
- "goalNotificationType": "Complete Mission",
- "totalQuantity": "1",
- "itemId": "1-9",
- "title": "You completed",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "32",
- "stepId": "1",
- "name": "Attack 6 players and win",
- "goalDescription": "Attack 6 players and win the battle to earn resources and xp!",
- "goalHintImage": "32_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "6",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "33",
- "stepId": "1",
- "name": "Rate the Application",
- "goalDescription": "Give us your opinion and rate Mobile Social Empires!",
- "goalHintImage": "33_goalhint.png",
- "goalNotificationType": "Rate App",
- "totalQuantity": "0",
- "itemId": "",
- "title": "",
- "category": "",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "34",
- "stepId": "1",
- "name": "Build Archery II",
- "goalDescription": "Build Archery II. It will allow you to train Medium Archer.",
- "goalHintImage": "34_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "42",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "35",
- "stepId": "1",
- "name": "Train 5 more Medium Archers",
- "goalDescription": "Train 5 more Medium Archers. You can train them if you have Archery II. The more you train, the more powerful your army will be!",
- "goalHintImage": "35_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "517",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "36",
- "stepId": "1",
- "name": "Build Embassy I",
- "goalDescription": "Build Embassy I and increase your energy in Adventures from 200 to 250.",
- "goalHintImage": "36_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50003",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "37",
- "stepId": "1",
- "name": "Build Wood Wall",
- "goalDescription": "Build Wood Wall to protect your Empire better.",
- "goalHintImage": "37_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49987",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "g": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "38",
- "stepId": "1",
- "name": "Complete all Lost Sands Adventures",
- "goalDescription": "Complete all Lost Sands Adventures and begin rank 2.",
- "goalHintImage": "38_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "1",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "39",
- "stepId": "1",
- "name": "Build Harbour I",
- "goalDescription": "Build Harbour I. It will unlock new a localization called Britania. It will allow you to do more Adventures.",
- "goalHintImage": "39_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50005",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "40",
- "stepId": "1",
- "name": "Build Mill II",
- "goalDescription": "Build Mill II. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "40_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "6",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "41",
- "stepId": "1",
- "name": "Attack 7 players and win",
- "goalDescription": "Attack 7 players and win the battle to earn resources and xp!",
- "goalHintImage": "41_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "7",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "42",
- "stepId": "1",
- "name": "Build Heroes Hall",
- "goalDescription": "Build Heroes Hall. It will give you good units. Every time you collect it you will get one of these four: Barbarian, Willy Wallace, Prince Arthur and Warrior Princess.",
- "goalHintImage": "42_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49992",
- "title": "",
- "category": "wonder",
- "reward": [
- {
- "f": 150
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "43",
- "stepId": "1",
- "name": "Build Stables II",
- "goalDescription": "Build Stables II. It will allow you to train Medium Knight.",
- "goalHintImage": "43_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "45",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "44",
- "stepId": "1",
- "name": "Train 5 more Medium Knights",
- "goalDescription": "Train 5 more Medium Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "44_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "513",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "45",
- "stepId": "1",
- "name": "Build Blacksmith I",
- "goalDescription": "Build Blacksmith I. It will provide you +5% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "45_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50006",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "46",
- "stepId": "1",
- "name": "Build Town Hall II",
- "goalDescription": "Build Town Hall II and increase your number of attacks in Battles mode from 5 to 7.",
- "goalHintImage": "46_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50007",
- "title": "",
- "category": "special",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "47",
- "stepId": "1",
- "name": "Build Gold Mine II",
- "goalDescription": "Build Gold Mine II. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalHintImage": "47_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "14",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "48",
- "stepId": "1",
- "name": "Attack 8 players and win",
- "goalDescription": "Attack 8 players and win the battle to earn resources and xp!",
- "goalHintImage": "48_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "8",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "49",
- "stepId": "1",
- "name": "Upgrade your wall to Reenforced Wall",
- "goalDescription": "Upgrade Your Empire wall to Reenforced Wall to protect it better.",
- "goalHintImage": "49_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49988",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "50",
- "stepId": "1",
- "name": "Build University I",
- "goalDescription": "Build University I. It will provide you +5% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "50_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50008",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "51",
- "stepId": "1",
- "name": "Build Workshop II",
- "goalDescription": "Build Workshop II. It will allow you to train Scorpions.",
- "goalHintImage": "51_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "52",
- "stepId": "1",
- "name": "Train 10 more Scorpion",
- "goalDescription": "Train 10 more Scorpions. The more you train, the more powerful your army will be!",
- "goalHintImage": "52_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "10",
- "itemId": "520",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "53",
- "stepId": "1",
- "name": "Increase Your Army Size to 80",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 80.",
- "goalHintImage": "53_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "80",
- "itemId": "80",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "54",
- "stepId": "1",
- "name": "Complete all Britania Adventures",
- "goalDescription": "Complete all Britania and begin rank 2.",
- "goalHintImage": "54_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "2",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "55",
- "stepId": "1",
- "name": "Build Lumber Mill II",
- "goalDescription": "Build Lumber Mill II. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalHintImage": "55_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "78",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "56",
- "stepId": "1",
- "name": "Attack 10 players and win",
- "goalDescription": "Attack 10 players and win the battle to earn resources and xp!",
- "goalHintImage": "56_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "10",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "57",
- "stepId": "1",
- "name": "Build Pig Ranch",
- "goalDescription": "Build Pig Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "57_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49998",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "58",
- "stepId": "1",
- "name": "Build Embassy II",
- "goalDescription": "Build Embassy II and increase your energy in Adventures from 250 to 300.",
- "goalHintImage": "58_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50009",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "59",
- "stepId": "1",
- "name": "Build Barracks III",
- "goalDescription": "Build Barracks III. It will allow you to train Long Swordsmen.",
- "goalHintImage": "59_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "40",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "60",
- "stepId": "1",
- "name": "Train 10 more Long Swordsmen",
- "goalDescription": "Train 10 more Long Swordsman. The more you train, the more powerful your army will be!",
- "goalHintImage": "60_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "5",
- "itemId": "511",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "61",
- "stepId": "1",
- "name": "Build Stone Mine II",
- "goalDescription": "Build Stone Mine II. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalHintImage": "61_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "17",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "62",
- "stepId": "1",
- "name": "Upgrade your wall to Stone Wall",
- "goalDescription": "Upgrade Your Empire wall to Stone Wall to protect it better.",
- "goalHintImage": "62_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49989",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "63",
- "stepId": "1",
- "name": "Attack 12 players and win",
- "goalDescription": "Attack 12 players and win the battle to earn resources and xp!",
- "goalHintImage": "63_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "12",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "64",
- "stepId": "1",
- "name": "Build Archery III",
- "goalDescription": "Build Archery III. It will allow you to train Heavy Archer.",
- "goalHintImage": "64_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "43",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "65",
- "stepId": "1",
- "name": "Train 10 more Heavy Archers",
- "goalDescription": "Train 10 more Heavy Archers. You can train them if you have Archery III. The more you train, the more powerful your army will be!",
- "goalHintImage": "65_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "10",
- "itemId": "518",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "66",
- "stepId": "1",
- "name": "Build Harbour II",
- "goalDescription": "Build Harbour II. It will unlock new a localization called North Kingdom. It will allow you to do more Adventures.",
- "goalHintImage": "66_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50011",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "67",
- "stepId": "1",
- "name": "Build Blacksmith II",
- "goalDescription": "Build Blacksmith II. It provides you +15% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "67_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50012",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "68",
- "stepId": "1",
- "name": "Build Stables III",
- "goalDescription": "Build Stables III. It will allow you to train Heavy Knight.",
- "goalHintImage": "68_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "46",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "69",
- "stepId": "1",
- "name": "Train 15 more Heavy Knights",
- "goalDescription": "Train 15 more Heavy Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "69_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "15",
- "itemId": "514",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 300
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "70",
- "stepId": "1",
- "name": "Attack 14 players and win",
- "goalDescription": "Attack 14 players and win the battle to earn resources and xp!",
- "goalHintImage": "70_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "14",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "71",
- "stepId": "1",
- "name": "Build a Magnificent Castle",
- "goalDescription": "Build a Magnificent Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalHintImage": "71_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "1231",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "72",
- "stepId": "1",
- "name": "Build Buey Ranch",
- "goalDescription": "Build Buey Ranch. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "72_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49997",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "73",
- "stepId": "1",
- "name": "Increase Your Army Size to 125",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 125.",
- "goalHintImage": "73_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "10",
- "itemId": "125",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "74",
- "stepId": "1",
- "name": "Build University II",
- "goalDescription": "Build University II. It will provide you +15% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "74_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50014",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "75",
- "stepId": "1",
- "name": "Build Workshop III",
- "goalDescription": "Build Workshop III. It will allow you to train Catapults.",
- "goalHintImage": "75_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "76",
- "stepId": "1",
- "name": "Train 10 more Catapult",
- "goalDescription": "Train 10 more Catapult. The more you train, the more powerful your army will be!",
- "goalHintImage": "76_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "10",
- "itemId": "521",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "77",
- "stepId": "1",
- "name": "Build Town Hall III",
- "goalDescription": "Build Town Hall III and increase your number of attacks in Battles mode from 7 to 9.",
- "goalHintImage": "77_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50015",
- "title": "",
- "category": "special",
- "reward": [
- {
- "u": 702
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "78",
- "stepId": "1",
- "name": "Attack 16 players and win",
- "goalDescription": "Attack 16 players and win the battle to earn resources and xp!",
- "goalHintImage": "78_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "16",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "79",
- "stepId": "1",
- "name": "Complete all North Kingdom Adventures",
- "goalDescription": "Complete all North Kingdom Adventures and begin rank 2.",
- "goalHintImage": "79_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "3",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "80",
- "stepId": "1",
- "name": "Build Mill III",
- "goalDescription": "Build Mill III. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "80_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "7",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 350
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "81",
- "stepId": "1",
- "name": "Select time for Mill III",
- "goalDescription": "Select work time for Mill III to start producing food.",
- "goalHintImage": "81_goalhint.png",
- "goalNotificationType": "Activate Collect Resource",
- "totalQuantity": "1",
- "itemId": "7",
- "title": "",
- "category": "",
- "reward": [
- {
- "f": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "82",
- "stepId": "1",
- "name": "Build 5 Towers IV",
- "goalDescription": "Build 5 Towers IV to protect Your Empire better.",
- "goalHintImage": "82_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "5",
- "itemId": "32",
- "title": "You built",
- "category": "defense",
- "reward": [
- {
- "g": 350
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "83",
- "stepId": "1",
- "name": "Build Gold Mine III",
- "goalDescription": "Build Gold Mine III. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalHintImage": "83_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "15",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 350
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "84",
- "stepId": "1",
- "name": "Build Archery Stables",
- "goalDescription": "Build Archery Stables. It will allow you to train Medium Archer Knight.",
- "goalHintImage": "84_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "47",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "85",
- "stepId": "1",
- "name": "Train 10 more Medium Archer Knight",
- "goalDescription": "Train 10 more Medium Archer Knight. The more you train, the more powerful your army will be!",
- "goalHintImage": "85_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "10",
- "itemId": "515",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "86",
- "stepId": "1",
- "name": "Attack 18 players and win",
- "goalDescription": "Attack 18 players and win the battle to earn resources and xp!",
- "goalHintImage": "86_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "18",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "87",
- "stepId": "1",
- "name": "Build a Wizard's Castle",
- "goalDescription": "Build a Wizard's Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalHintImage": "87_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "181",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "88",
- "stepId": "1",
- "name": "Upgrade your wall to Steel Wall",
- "goalDescription": "Upgrade Your Empire wall to Steel Wall to protect it better.",
- "goalHintImage": "88_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49990",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "u": 749
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "89",
- "stepId": "1",
- "name": "Build Workshop IV",
- "goalDescription": "Build Workshop IV. It will allow you to train Cannons.",
- "goalHintImage": "89_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "51",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "90",
- "stepId": "1",
- "name": "Train 15 more Cannons",
- "goalDescription": "Train 15 more Cannons. The more you train, the more powerful your army will be!",
- "goalHintImage": "90_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "15",
- "itemId": "522",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "91",
- "stepId": "1",
- "name": "Build Embassy III",
- "goalDescription": "Build Embassy III and increase your energy in Adventures from 300 to 350.",
- "goalHintImage": "91_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50016",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "92",
- "stepId": "1",
- "name": "Build Lumber Mill III",
- "goalDescription": "Build Lumber Mill III. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalHintImage": "92_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "79",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 400
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "93",
- "stepId": "1",
- "name": "Increase Your Army Size to 150",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 150.",
- "goalHintImage": "93_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "10",
- "itemId": "150",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "94",
- "stepId": "1",
- "name": "Build Harbour III",
- "goalDescription": "Build Harbour III. It will unlock new a localization called Oriental War. It will allow you to do more Adventures.",
- "goalHintImage": "94_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50022",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "95",
- "stepId": "1",
- "name": "Build Barracks IV",
- "goalDescription": "Build Barracks IV. It will allow you to train Powerful Swordsmen.",
- "goalHintImage": "95_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "136",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "96",
- "stepId": "1",
- "name": "Train 25 more Powerful Swordmen",
- "goalDescription": "Train 25 more Powerful Swordmen. The more you train, the more powerful your army will be!",
- "goalHintImage": "96_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "539",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "u": 721
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "97",
- "stepId": "1",
- "name": "Build Blacksmith III",
- "goalDescription": "Build Blacksmith III. It will provide you +20% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "97_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50025",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 400
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "98",
- "stepId": "1",
- "name": "Build Stone Mine III",
- "goalDescription": "Build Stone Mine III. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalHintImage": "98_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "18",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "f": 400
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "99",
- "stepId": "1",
- "name": "Build Archery IV",
- "goalDescription": "Build Archery IV. It will allow you to train Powerful Archers.",
- "goalHintImage": "99_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "137",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "100",
- "stepId": "1",
- "name": "Train 20 more Powerful Archers",
- "goalDescription": "Train 20 more Powerful Archers. The more you train, the more powerful your army will be!",
- "goalHintImage": "100_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "20",
- "itemId": "540",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "101",
- "stepId": "1",
- "name": "Attack 20 players and win",
- "goalDescription": "Attack 20 players and win the battle to earn resources and xp!",
- "goalHintImage": "101_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "20",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "102",
- "stepId": "1",
- "name": "Build University III",
- "goalDescription": "Build University. It will provide you +20% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "102_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50028",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "103",
- "stepId": "1",
- "name": "Build Fire Workshop",
- "goalDescription": "Build Fire Workshop. It will allow you to train Fire Cannons.",
- "goalHintImage": "103_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "216",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "104",
- "stepId": "1",
- "name": "Train 15 more Fire Cannons",
- "goalDescription": "Train 15 more Fire Cannons. The more you train, the more powerful your army will be!",
- "goalHintImage": "104_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "15",
- "itemId": "568",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "u": 715
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "105",
- "stepId": "1",
- "name": "Complete all Oriental War Adventures",
- "goalDescription": "Complete all Oriental War Adventures and begin rank 2.",
- "goalHintImage": "105_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "4",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "106",
- "stepId": "1",
- "name": "Build Town Hall IV",
- "goalDescription": "Build Town Hall IV and increase your number of attacks in Battles mode from 9 to 12.",
- "goalHintImage": "106_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50018",
- "title": "",
- "category": "special",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "107",
- "stepId": "1",
- "name": "Build Stables IV",
- "goalDescription": "Build Stables IV. It will allow you to train Powerful Knight.",
- "goalHintImage": "107_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "138",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "108",
- "stepId": "1",
- "name": "Train 25 more Powerful Knights",
- "goalDescription": "Train 25 more Powerful Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "108_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "541",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "109",
- "stepId": "1",
- "name": "Build Mill IV",
- "goalDescription": "Build Mill IV. It will provide you with food resources. Resources allow you to grow up faster!",
- "goalHintImage": "109_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "202",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "110",
- "stepId": "1",
- "name": "Build Embassy IV",
- "goalDescription": "Build Embassy IV and increase your energy in Adventures from 350 to 400.",
- "goalHintImage": "110_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50020",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 500
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "111",
- "stepId": "1",
- "name": "Attack 22 players and win",
- "goalDescription": "Attack 22 players and win the battle to earn resources and xp!",
- "goalHintImage": "111_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "22",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "112",
- "stepId": "1",
- "name": "Upgrade your wall to Royal Wall",
- "goalDescription": "Upgrade Your Empire wall to Royal Wall to protect it better.",
- "goalHintImage": "112_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49991",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "f": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "113",
- "stepId": "1",
- "name": "Build Elephants Barracks",
- "goalDescription": "Build Elephants Barracks. It will allow you to train Elephant Riders.",
- "goalHintImage": "113_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49996",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "114",
- "stepId": "1",
- "name": "Train 15 more Elephant Riders",
- "goalDescription": "Train 15 more Elephant Riders. The more you train, the more powerful your army will be!",
- "goalHintImage": "114_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "15",
- "itemId": "603",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "115",
- "stepId": "1",
- "name": "Build Lumber Mill IV",
- "goalDescription": "Build Lumber Mill IV. It will provide you with wood resources. Resources allow you to grow up faster!",
- "goalHintImage": "115_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "205",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "g": 600
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "116",
- "stepId": "1",
- "name": "Build a Legendary Castle",
- "goalDescription": "Build a Legendary Castle. Defense structures help you to protect your base against enemy attacks.",
- "goalHintImage": "116_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "1230",
- "title": "",
- "category": "defense",
- "reward": [
- {
- "g": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "117",
- "stepId": "1",
- "name": "Build Ninja Barracks",
- "goalDescription": "Build Ninja Barracks. It will allow you to train Black Ninjas.",
- "goalHintImage": "117_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49995",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "118",
- "stepId": "1",
- "name": "Train 20 more Black Ninjas",
- "goalDescription": "Train 20 more Black Ninjas. The more you train, the more powerful your army will be!",
- "goalHintImage": "118_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "20",
- "itemId": "50031",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 600
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "119",
- "stepId": "1",
- "name": "Build Harbour IV",
- "goalDescription": "Build Harbour IV. It will unlock new a localization called Ancient Greece. It will allow you to do more Adventures.",
- "goalHintImage": "119_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50023",
- "title": "",
- "category": "special",
- "reward": [
- {
- "u": 694
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "120",
- "stepId": "1",
- "name": "Build Barracks V",
- "goalDescription": "Build Barracks V. It will allow you to train Royal Swordsmen.",
- "goalHintImage": "120_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "390",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "121",
- "stepId": "1",
- "name": "Increase Your Army Size to 175",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 175.",
- "goalHintImage": "121_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "10",
- "itemId": "175",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "122",
- "stepId": "1",
- "name": "Train 25 more Royal Swordsmen",
- "goalDescription": "Train 25 more Royal Swordsmen. The more you train, the more powerful your army will be!",
- "goalHintImage": "122_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "608",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "123",
- "stepId": "1",
- "name": "Attack 24 players and win",
- "goalDescription": "Attack 24 players and win the battle to earn resources and xp!",
- "goalHintImage": "123_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "24",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "124",
- "stepId": "1",
- "name": "Build Blacksmith IV",
- "goalDescription": "Build Blacksmith IV. It will provide you +25% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "124_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50026",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "125",
- "stepId": "1",
- "name": "Build Gold Mine IV",
- "goalDescription": "Build Gold Mine IV. It will provide you with gold resources. Resources allow you to grow up faster!",
- "goalHintImage": "125_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "203",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "126",
- "stepId": "1",
- "name": "Build University IV",
- "goalDescription": "Build University IV. It will provide you +25% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "126_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50029",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "127",
- "stepId": "1",
- "name": "Build Troll Barracks",
- "goalDescription": "Build Troll Barracks. It will allow you to train Troll Archers.",
- "goalHintImage": "127_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49994",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "128",
- "stepId": "1",
- "name": "Train 20 more Troll Archers",
- "goalDescription": "Train 20 more Troll Archers. The more you train, the more powerful your army will be!",
- "goalHintImage": "128_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "20",
- "itemId": "857",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "129",
- "stepId": "1",
- "name": "Build Winged Knight Barracks",
- "goalDescription": "Build Winged Knight Barracks. It will allow you to train Winged Knights.",
- "goalHintImage": "129_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "49993",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "130",
- "stepId": "1",
- "name": "Train 20 more Winged Knights",
- "goalDescription": "Train 20 more Winged Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "130_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "20",
- "itemId": "662",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 750
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "131",
- "stepId": "1",
- "name": "Complete all Ancient Greece Adventures",
- "goalDescription": "Complete all Ancient Greece Adventures and begin rank 2.",
- "goalHintImage": "131_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "5",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "132",
- "stepId": "1",
- "name": "Build Stone Mine IV",
- "goalDescription": "Build Stone Mine IV. It will provide you with stone resources. Resources allow you to grow up faster!",
- "goalHintImage": "132_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "204",
- "title": "",
- "category": "resourceManager",
- "reward": [
- {
- "c": 1
- }
- ],
- "FBUsers": "0"
- },
- {
- "goalId": "133",
- "stepId": "1",
- "name": "Build Archery V",
- "goalDescription": "Build Archery V. It will allow you to train Royal Archers.",
- "goalHintImage": "133_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "391",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "f": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "134",
- "stepId": "1",
- "name": "Train 25 more Royal Archers",
- "goalDescription": "Train 25 more Royal Archers. The more you train, the more powerful your army will be!",
- "goalHintImage": "134_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "609",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "135",
- "stepId": "1",
- "name": "Attack 30 players and win",
- "goalDescription": "Attack 30 players and win the battle to earn resources and xp!",
- "goalHintImage": "135_goalhint.png",
- "goalNotificationType": "Attack Player",
- "totalQuantity": "30",
- "itemId": "win",
- "title": "You Attacked",
- "category": "",
- "reward": [
- {
- "g": 200
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "136",
- "stepId": "1",
- "name": "Build Town Hall V",
- "goalDescription": "Build Town Hall V and increase your number of attacks in Battles mode from 12 to 15.",
- "goalHintImage": "136_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50019",
- "title": "",
- "category": "special",
- "reward": [
- {
- "u": 711
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "137",
- "stepId": "1",
- "name": "Build Harbour V",
- "goalDescription": "Build Harbour V. It will unlock new a localization called Mountain. It will allow you to do more Adventures.",
- "goalHintImage": "137_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50024",
- "title": "",
- "category": "special",
- "reward": [
- {
- "u": 789
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "138",
- "stepId": "1",
- "name": "Build Blacksmith V",
- "goalDescription": "Build Blacksmith V. It will provide you +30% attack damage. The higher the upgrade, the more the attack damage.",
- "goalHintImage": "138_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50027",
- "title": "",
- "category": "special",
- "reward": [
- {
- "f": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "139",
- "stepId": "1",
- "name": "Build Stables V",
- "goalDescription": "Build Stables V. It will allow you to train Royal Knights.",
- "goalHintImage": "139_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "392",
- "title": "",
- "category": "barrack",
- "reward": [
- {
- "g": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "140",
- "stepId": "1",
- "name": "Train 25 more Royal Knights",
- "goalDescription": "Train 25 more Royal Knights. The more you train, the more powerful your army will be!",
- "goalHintImage": "140_goalhint.png",
- "goalNotificationType": "Unit Trained",
- "totalQuantity": "25",
- "itemId": "610",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "f": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "141",
- "stepId": "1",
- "name": "Increase Your Army Size to 250",
- "goalDescription": "Bigger army bigger chance to win in a battle or defense again enemies. Increase your Army Size to 250.",
- "goalHintImage": "141_goalhint.png",
- "goalNotificationType": "Army Size",
- "totalQuantity": "10",
- "itemId": "250",
- "title": "You trained",
- "category": "",
- "reward": [
- {
- "g": 250
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "142",
- "stepId": "1",
- "name": "Build University V",
- "goalDescription": "Build University V. It will provide you +30% defense stats. The higher the upgrade, the more the defense stats.",
- "goalHintImage": "142_goalhint.png",
- "goalNotificationType": "Build",
- "totalQuantity": "1",
- "itemId": "50030",
- "title": "",
- "category": "special",
- "reward": [
- {
- "g": 1000
- }
- ],
- "FBUsers": "1"
- },
- {
- "goalId": "143",
- "stepId": "1",
- "name": "Complete all Mountain Adventures",
- "goalDescription": "Complete all Mountain Adventures and begin rank 2.",
- "goalHintImage": "143_goalhint.png",
- "goalNotificationType": "Complete Mission Group",
- "totalQuantity": "1",
- "itemId": "6",
- "title": "Completed adventures",
- "category": "",
- "reward": [
- {
- "f": 1000
- }
- ],
- "FBUsers": "1"
- }
- ]
-}
\ No newline at end of file
diff --git a/config/patch.py b/config/patch.py
new file mode 100644
index 0000000..771088d
--- /dev/null
+++ b/config/patch.py
@@ -0,0 +1,9 @@
+import json
+import jsonpatch
+
+original = json.load(open("./config/game_config_20120826.json", 'r'))
+patched = json.load(open("./config/patched_config.json", 'r'))
+
+patch = jsonpatch.make_patch(original, patched)
+
+print(str(patch))
diff --git a/get_game_config.py b/get_game_config.py
index f8ae25c..17c9de4 100644
--- a/get_game_config.py
+++ b/get_game_config.py
@@ -1,8 +1,9 @@
import json
import os
import jsonpatch
+from bundle import MODS_DIR, CONFIG_DIR, CONFIG_PATCH_DIR
-__game_config = json.load(open("./config/main.json", 'r', encoding='utf-8'))
+__game_config = json.load(open(os.path.join(CONFIG_DIR, "game_config_20120826.json"), 'r', encoding='utf-8'))
def remove_duplicate_items():
indexes = {}
@@ -25,8 +26,9 @@ def remove_duplicate_items():
if duplicate:
continue
-
- print(f" * Removed {num_duplicate} duplicate items from config patches")
+
+ if num_duplicate:
+ print(f" * Removed {num_duplicate} duplicate items from config patches")
break
def apply_config_patch(filename):
@@ -34,17 +36,20 @@ def apply_config_patch(filename):
jsonpatch.apply_patch(__game_config, patch, in_place=True)
def patch_game_config():
- patch_dir = "./config/patch"
- mods_dir = "./mods"
- for patch_file in os.listdir(patch_dir):
+ # Apply patches
+
+ for patch_file in os.listdir(CONFIG_PATCH_DIR):
if patch_file.endswith(".json"):
- f = os.path.join(patch_dir, patch_file)
+ f = os.path.join(CONFIG_PATCH_DIR, patch_file)
apply_config_patch(f)
- print(" * Patch applied:", f)
+ patch = patch_file.replace(".json", "")
+ print(" * Patch applied:", patch)
+
+ # Apply mods
- if os.path.exists("./mods.txt"):
- with open("./mods.txt", "r") as f:
+ if os.path.exists(MODS_DIR + "/mods.txt"):
+ with open(MODS_DIR + "/mods.txt", "r") as f:
lines = f.readlines()
f.close()
@@ -54,14 +59,14 @@ def patch_game_config():
continue
if mod != "":
mod.replace(".json", "")
- mod_path = f"{mods_dir}/{mod}.json"
+ mod_path = f"{MODS_DIR}/{mod}.json"
if os.path.exists(mod_path):
apply_config_patch(mod_path)
print(" * Mod applied:", mod)
remove_duplicate_items()
-print (" [+] Applying config patches...")
+print (" [+] Applying config patches and mods...")
patch_game_config()
def get_game_config() -> dict:
diff --git a/mods.txt b/mods/mods.txt
similarity index 100%
rename from mods.txt
rename to mods/mods.txt
diff --git a/quests.py b/quests.py
index 2860cec..b7ba445 100644
--- a/quests.py
+++ b/quests.py
@@ -1,10 +1,10 @@
import json
import os
-__quests_dir = "./villages/quests"
+from bundle import QUESTS_DIR
def get_quest_map(questid):
- file = os.path.join(__quests_dir, str(questid) + ".json")
+ file = os.path.join(QUESTS_DIR, str(questid) + ".json")
if not os.path.exists(file):
return("", 404)
d = json.load(open(file, 'r'))
diff --git a/server.py b/server.py
index ca73662..3b09b96 100644
--- a/server.py
+++ b/server.py
@@ -5,6 +5,8 @@
if os.name == 'nt':
os.system("color")
+os.system("title Social Empires Server")
+
print (" [+] Loading game config...")
from get_game_config import get_game_config, patch_game_config
@@ -21,11 +23,12 @@
from version import version_name
from constants import Constant
from quests import get_quest_map
+from bundle import ASSETS_DIR, STUB_DIR, TEMPLATES_DIR, BASE_DIR
host = '127.0.0.1'
port = 5050
-app = Flask(__name__)
+app = Flask(__name__, template_folder=TEMPLATES_DIR)
print (" [+] Configuring server routes...")
@@ -80,59 +83,60 @@ def new():
@app.route("/crossdomain.xml")
def crossdomain():
- return send_from_directory("stub", "crossdomain.xml")
+ return send_from_directory(STUB_DIR, "crossdomain.xml")
@app.route("/img/")
def images(path):
- return send_from_directory("templates/img", path)
+ return send_from_directory(TEMPLATES_DIR + "/img", path)
@app.route("/css/")
def css(path):
- return send_from_directory("templates/css", path)
+ return send_from_directory(TEMPLATES_DIR + "/css", path)
## GAME STATIC
@app.route("/default01.static.socialpointgames.com/static/socialempires/swf/05122012_projectiles.swf")
def similar_05122012_projectiles():
- return send_from_directory("assets/swf", "120615__projectiles.swf")
+ return send_from_directory(ASSETS_DIR + "/swf", "20130417_projectiles.swf")
@app.route("/default01.static.socialpointgames.com/static/socialempires/swf/05122012_magicParticles.swf")
def similar_05122012_magicParticles():
- return send_from_directory("assets/swf", "121009_magicParticles.swf")
+ return send_from_directory(ASSETS_DIR + "/swf", "20131010_magicParticles.swf")
@app.route("/default01.static.socialpointgames.com/static/socialempires/swf/05122012_dynamic.swf")
def similar_05122012_dynamic():
- return send_from_directory("assets/swf", "120608_dynamic.swf")
+ return send_from_directory(ASSETS_DIR + "/swf", "120608_dynamic.swf")
@app.route("/default01.static.socialpointgames.com/static/socialempires/")
def static_assets_loader(path):
- if not os.path.exists(f"assets/{path}"):
+ # return send_from_directory(ASSETS_DIR, path)
+ if not os.path.exists(ASSETS_DIR + "/"+ path):
# File does not exists in provided assets
- if not os.path.exists(f"download_assets/assets/{path}"):
+ if not os.path.exists(f"{BASE_DIR}/download_assets/assets/{path}"):
# Download file from SP's CDN if it doesn't exist
# Make directory
- directory = os.path.dirname(f"download_assets/assets/{path}")
+ directory = os.path.dirname(f"{BASE_DIR}/download_assets/assets/{path}")
if not os.path.exists(directory):
os.makedirs(directory)
# Download File
URL = f"https://static.socialpointgames.com/static/socialempires/assets/{path}"
try:
- response = urllib.request.urlretrieve(URL, f"download_assets/assets/{path}")
+ response = urllib.request.urlretrieve(URL, f"{BASE_DIR}/download_assets/assets/{path}")
except urllib.error.HTTPError:
return ("", 404)
print(f"====== DOWNLOADED ASSET: {URL}")
- return send_from_directory("download_assets/assets", path)
+ return send_from_directory("{BASE_DIR}/download_assets/assets", path)
else:
# Use downloaded CDN asset
print(f"====== USING EXTERNAL: download_assets/assets/{path}")
- return send_from_directory("download_assets/assets", path)
+ return send_from_directory("{BASE_DIR}/download_assets/assets", path)
else:
# Use provided asset
- return send_from_directory("assets", path)
+ return send_from_directory(ASSETS_DIR, path)
## GAME DYNAMIC
diff --git a/sessions.py b/sessions.py
index 9e83605..15dac86 100644
--- a/sessions.py
+++ b/sessions.py
@@ -10,9 +10,7 @@
from engine import timestamp_now
from version import migrate_loaded_save
-
-__villages_dir = "./villages"
-__saves_dir = "./saves"
+from bundle import VILLAGES_DIR, SAVES_DIR
__villages = {} # ALL static neighbors
'''__villages = {
@@ -34,7 +32,7 @@
"USERID_2": {...}
}'''
-__initial_village = json.load(open(os.path.join(__villages_dir, "initial.json")))
+__initial_village = json.load(open(os.path.join(VILLAGES_DIR, "initial.json")))
# Load saved villages
@@ -45,35 +43,39 @@ def load_saved_villages():
__villages = {}
__saves = {}
# Saves dir check
- if not os.path.exists(__saves_dir):
+ if not os.path.exists(SAVES_DIR):
try:
- print(f"Creating '{__saves_dir}' folder...")
- os.mkdir(__saves_dir)
+ print(f"Creating '{SAVES_DIR}' folder...")
+ os.mkdir(SAVES_DIR)
except:
- print(f"Could not create '{__saves_dir}' folder.")
+ print(f"Could not create '{SAVES_DIR}' folder.")
exit(1)
- if not os.path.isdir(__saves_dir):
- print(f"'{__saves_dir}' is not a folder... Move the file somewhere else.")
+ if not os.path.isdir(SAVES_DIR):
+ print(f"'{SAVES_DIR}' is not a folder... Move the file somewhere else.")
exit(1)
# Static neighbors in /villages
- for file in os.listdir(__villages_dir):
+ for file in os.listdir(VILLAGES_DIR):
if file == "initial.json" or not file.endswith(".json"):
continue
- print(f" * Loading STATIC neighbor: village at {file}... ", end='')
- village = json.load(open(os.path.join(__villages_dir, file)))
+ print(f" * Loading static neighbor {file}... ", end='')
+ village = json.load(open(os.path.join(VILLAGES_DIR, file)))
USERID = village["playerInfo"]["pid"]
- print("USERID:", USERID)
+ print("Ok.")
__villages[str(USERID)] = village
# Saves in /saves
- for file in os.listdir(__saves_dir):
- print(f" * Loading SAVE: village at {file}... ", end='')
+ for file in os.listdir(SAVES_DIR):
+ print(f" * Loading save at {file}... ", end='')
try:
- save = json.load(open(os.path.join(__saves_dir, file)))
+ save = json.load(open(os.path.join(SAVES_DIR, file)))
except json.decoder.JSONDecodeError as e:
print("Corrupted JSON.")
continue
USERID = save["playerInfo"]["pid"]
- print("USERID:", USERID)
+ try:
+ map_name = save["playerInfo"]["map_names"][ save["playerInfo"]["default_map"] ]
+ except:
+ map_name = '?'
+ print(f"({map_name}) Ok.")
__saves[str(USERID)] = save
modified = migrate_loaded_save(save) # check save version for migration
if modified:
@@ -174,6 +176,6 @@ def save_session(USERID: str):
file = f"{USERID}.save.json"
print(f" * Saving village at {file}... ", end='')
village = session(USERID)
- with open(os.path.join(__saves_dir, file), 'w') as f:
+ with open(os.path.join(SAVES_DIR, file), 'w') as f:
json.dump(village, f, indent=4)
print("Done.")
\ No newline at end of file
diff --git a/templates/img/icon.png b/templates/img/icon.png
deleted file mode 100644
index 1894159..0000000
Binary files a/templates/img/icon.png and /dev/null differ
diff --git a/templates/play.html b/templates/play.html
index 25a7e4c..c2dae22 100644
--- a/templates/play.html
+++ b/templates/play.html
@@ -29,9 +29,10 @@
diff --git a/version.py b/version.py
index 97934a5..f3d6232 100644
--- a/version.py
+++ b/version.py
@@ -2,17 +2,19 @@
from engine import timestamp_now
-version_name = "alpha 0.02"
-version_code = "0.02a"
+version_name = "alpha 0.03"
+version_code = "0.03a"
def migrate_loaded_save(save: dict) -> bool:
+
+ # discard current version saves
+ if save["version"] == version_code:
+ return False
+
# fix 0.01a saves
if "version" not in save:
save["version"] = "0.01a"
- # if save["version"] == version_code: # save is from the current version
- # return False
-
# 0.01a -> 0.02a
if save["version"] == "0.01a":
save["maps"][0]["timestamp"] = timestamp_now()
@@ -32,7 +34,7 @@ def migrate_loaded_save(save: dict) -> bool:
save["maps"][0]["questTimes"] = [] # quests
if "lastQuestTimes" not in save["maps"][0]:
save["maps"][0]["lastQuestTimes"] = [] # 1.1.5 quests
- # save["version"] = "0.03a"
+ save["version"] = "0.03a"
print(" > migrated to 0.03a")
return True
\ No newline at end of file